-
addJobGroup
Adds a group ID to the groups array of a job
POST /operations-manager/jobs/:jobId/groupsAdds a group ID to the groups array of a job
-
addWatchersToJob
Adds the specified user ids as watchers of a job
POST /operations-manager/jobs/:jobId/add-watchersAdds the specified user ids as watchers of a job
-
assignTask
Assign a task to a user
POST /operations-manager/tasks/:taskId/assignAssign a task to a user.
-
cancelJobs
Cancels jobs.
POST /operations-manager/jobs/cancelCancels all jobs specified by the job id array.
-
claimTask
Claim a task
POST /operations-manager/tasks/:taskId/claimMark a task's ownership with the current user's user id.
-
cloneAutomation
Clone Automation
POST /operations-manager/automations/cloneClone an automation document from a user supplied JSON document.
-
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 document in IAP.
-
createTrigger
Create Trigger
POST /operations-manager/triggersCreate a Trigger document
-
deleteAutomation
Delete Automation
DELETE /operations-manager/automations/:idDelete an Automation document from IAP.
-
deleteJobGroup
Removes a group ID from a job
DELETE /operations-manager/jobs/:jobId/groups/:groupIdRemoves a group ID from a job
-
deleteJobGroups
Removes all groups from a job
DELETE /operations-manager/jobs/:jobId/groupsRemoves all groups from a job
-
deleteTrigger
Delete Trigger
DELETE /operations-manager/triggers/:idDelete a Trigger document
-
deleteTriggersByActionId
Delete Triggers By Action ID
DELETE /operations-manager/triggers/action/:idDeletes all Trigger documents associated with the provided action id
-
exportAutomation
Export Automation
GET /operations-manager/automations/:id/exportExports a single Automation document from IAP that is formatted for importing into another IAP instance.
-
exportTrigger
Export Trigger
GET /operations-manager/triggers/:id/exportExports a single Trigger document from IAP that is formatted for importing into another IAP instance.
-
finishManualTask
Finish a manual task
POST /operations-manager/jobs/:jobId/tasks/:taskId/finishFinish a manual task.
-
getAutomation
Get Automation
GET /operations-manager/automations/:idGet a single Automation document
-
getAutomations
Get Automations
GET /operations-manager/automationsQuery the Automation document collection
-
getEventDefinition
undefined
GET /operations-manager/events/:source/:topicget an eventSystem definition given its source and topic
-
getEvents
undefined
GET /operations-manager/eventssearch through event system events that can be used in an event trigger
-
getJob
Get a job by ID
GET /operations-manager/jobs/:idGet a job by ID. Include or exclude fields with the 'include' and 'exclude' parameters. Dereference foreign references with the 'dereference' parameter.
-
getJobs
Gets a page of job documents.
GET /operations-manager/jobsGets a page of job documents.
-
getJobsAdmin
Gets a page of job documents, bypassing GBAC.
GET /operations-manager/admin/jobsGets a page of job documents, bypassing GBAC.
-
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 by ID. Include or exclude fields with the 'include' and 'exclude' parameters. Dereference foreign references with the 'dereference' parameter.
-
getTasks
Gets a page of task documents, bypassing GBAC.
GET /operations-manager/tasksGets a page of task documents, bypassing GBAC.
-
getTrigger
Get Trigger
GET /operations-manager/triggers/:idGet a Trigger document
-
getTriggers
Get Triggers
GET /operations-manager/triggersQuery the Trigger document collection
-
importAutomations
Import Automations
PUT /operations-manager/automationsImport Automation documents from a user supplied JSON document.
-
importTriggers
Import Triggers
PUT /operations-manager/triggers -
pauseJobs
Pauses jobs.
POST /operations-manager/jobs/pausePauses all jobs specified by the job id array.
-
releaseTask
Release a currently assigned task
POST /operations-manager/tasks/:taskId/releaseRelease a currently assigned task
-
replaceJobGroups
Replaces all groups from a job with the specified group array
PUT /operations-manager/jobs/:jobId/groupsReplaces all groups from a job with the specified group array
-
resumeJobs
Resumes jobs.
POST /operations-manager/jobs/resumeResumes all jobs specified by the job id array.
-
retryTask
Retry a task
POST /operations-manager/jobs/:jobId/tasks/:taskId/retryRetry a task
-
revertJob
Revert a job from an errored task to a previously completed task
POST /operations-manager/jobs/:jobId/revertRevert a job from an errored task to a previously completed task
-
runEndpointTriggerWithPost
Run Endpoint Trigger With POST
POST /operations-manager/triggers/endpoint/:routeNameRuns the action associated with the API Trigger document, given the routeName, and POST as the verb
-
runManualTrigger
Run Manual Trigger
POST /operations-manager/triggers/manual/:id/runManually runs the action associated with the Trigger document
-
startJob
Initiates a job from a workflow.
POST /operations-manager/jobs/startInitiates a job from a workflow.
-
unwatchJob
Removes the current user as watcher of a job
POST /operations-manager/jobs/:jobId/unwatchRemoves the current user as watcher of a job
-
updateAutomation
Update Automation
PATCH /operations-manager/automations/:idUpdate an Automation document
-
updateTrigger
Update Trigger
PATCH /operations-manager/triggers/:idUpdate the properties of a Trigger document
-
watchJob
Adds the current user as watcher of a job
POST /operations-manager/jobs/:jobId/watchAdds the current user as watcher of a job