-
addJobGroup
Add GBAC to a Job
POST /operations-manager/jobs/:jobId/groupsAdd a group id to the groups array of a Job.
-
addWatchersToJob
Add watchers to a Job
POST /operations-manager/jobs/:jobId/add-watchersAdds user ids to the list of watchers on a Job.
-
assignTask
Assign a task to a user
POST /operations-manager/tasks/:taskId/assignAssign a Task to a user.
-
bulkDeleteJobs
Deletes a list of provided root jobs and all their related items
POST /operations-manager/jobs/bulk-deleteOnly succeeds on completed or cancelled root jobs. Ignores jobs that don't fit that criteria. Recursively deletes children, tasks, job data, job history, and large files. Does not return details of specific document deletion
-
cancelJobs
Cancels Jobs
POST /operations-manager/jobs/cancelCancel Active Jobs.
-
claimTask
Claim a task
POST /operations-manager/tasks/:taskId/claimAssign a Task to the current user.
-
cloneAutomation
Clone Automation
POST /operations-manager/automations/cloneClone an Automation.
-
continueJobFrom
Continue a Job from a specified Task
POST /operations-manager/jobs/:jobId/continueContinue a Job from a specified Task.
-
createAutomation
Create Automation
POST /operations-manager/automationsCreate a new Automation.
-
createTrigger
Create Trigger
POST /operations-manager/triggersCreate a new Trigger.
-
deleteAutomation
Delete Automation
DELETE /operations-manager/automations/:idDelete an Automation.
-
deleteJob
Delete a root job and all related items
DELETE /operations-manager/jobs/:jobIdOnly succeeds on completed or cancelled root jobs. Recursively deletes children, tasks, job data, job history, and large files.
-
deleteJobGroup
Remove GBAC from a Job
DELETE /operations-manager/jobs/:jobId/groups/:groupIdRemove a group id from the groups array of a Job.
-
deleteJobGroups
Remove all GBAC from a Job
DELETE /operations-manager/jobs/:jobId/groupsRemove all groups from the groups array of a Job.
-
deleteTrigger
Delete Trigger
DELETE /operations-manager/triggers/:idDelete a Trigger.
-
deleteTriggersByActionId
Delete Triggers By Action ID
DELETE /operations-manager/triggers/action/:idDeletes all Triggers associated with the provided Automation id.
-
exportAutomation
Export Automation
GET /operations-manager/automations/:id/exportExport an Automation.
-
exportTrigger
Export Trigger
GET /operations-manager/triggers/:id/exportExport a Trigger.
-
finishManualTask
Finish a manual task
POST /operations-manager/jobs/:jobId/tasks/:taskId/finishWork a manual Task.
-
getAutomation
Get Automation
GET /operations-manager/automations/:idGet an Automation.
-
getAutomations
Get Automations
GET /operations-manager/automationsSearch the Automation collection.
-
getEventDefinition
undefined
GET /operations-manager/events/:source/:topicGet an event definition.
-
getEvents
undefined
GET /operations-manager/eventsSearch the system events that can be used in an event Trigger.
-
getJob
Get a Job
GET /operations-manager/jobs/:idGet a Job.
-
getJobs
Gets Jobs
GET /operations-manager/jobsSearch the Job collection.
-
getManualTaskController
Get a client-side dialog controller for a manual task
GET /operations-manager/jobs/:jobId/tasks/:taskId/manual-controllerGet a client-side dialog controller for a manual task
-
getTask
Get a task by ID
GET /operations-manager/tasks/:idGet a Task.
-
getTasks
Gets Tasks
GET /operations-manager/tasksSearch the Task collection.
-
getTrigger
Get Trigger
GET /operations-manager/triggers/:idGet a Trigger.
-
getTriggers
Get Triggers
GET /operations-manager/triggersSearch the Trigger collection.
-
importAutomations
Import Automations
PUT /operations-manager/automationsImport Automations.
-
importTriggers
Import Triggers
PUT /operations-manager/triggersImport Triggers.
-
pauseJobs
Pauses Jobs
POST /operations-manager/jobs/pausePause active Jobs.
-
releaseTask
Release a currently assigned task
POST /operations-manager/tasks/:taskId/releaseRemove user assignment from a currently assigned Task.
-
replaceJobGroups
Replace all GBAC from a Job with the provided list
PUT /operations-manager/jobs/:jobId/groupsReplace all groups from the groups array of a Job with the provided group array.
-
resumeJobs
Resumes Jobs
POST /operations-manager/jobs/resumeResumes paused Jobs.
-
retryTask
Retry a task
POST /operations-manager/jobs/:jobId/tasks/:taskId/retryRetry a Task that has failed execution.
-
revertJob
Revert a Job
POST /operations-manager/jobs/:jobId/revertRevert a paused Job from an errored Task to a previously completed Task.
-
runEndpointTriggerWithPost
Run Endpoint Trigger With POST
POST /operations-manager/triggers/endpoint/:routeNameRuns the Automation associated with the API Trigger.
-
runManualTrigger
Run Manual Trigger
POST /operations-manager/triggers/manual/:id/runRuns the Automation associated with the Manual Trigger.
-
startJob
Start a Job
POST /operations-manager/jobs/startSpawns a Job from a Workflow.
-
unwatchJob
Unwatch Job
POST /operations-manager/jobs/:jobId/unwatchRemoves the current user from the list of watchers on a Job.
-
unwatchJobs
Unwatch Jobs
POST /operations-manager/jobs/unwatchRemoves the current user from the list of watchers on multiple Jobs.
-
updateAutomation
Update Automation
PATCH /operations-manager/automations/:idUpdate an Automation.
-
updateTrigger
Update Trigger
PATCH /operations-manager/triggers/:idUpdate a Trigger.
-
watchJob
Watch a Job
POST /operations-manager/jobs/:jobId/watchAdds the current user to the list of watchers on a Job.
-
watchJobs
Watch Jobs
POST /operations-manager/jobs/watchAdds the current user to the list of watchers on multiple Jobs.