- 
    
      addJobGroupAdds 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 
- 
    
      addWatchersToJobAdds 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 
- 
    
      assignTaskAssign a task to a user POST /operations-manager/tasks/:taskId/assignAssign a task to a user. 
- 
    
      cancelJobsCancels jobs. POST /operations-manager/jobs/cancelCancels all jobs specified by the job id array. 
- 
    
      claimTaskClaim a task POST /operations-manager/tasks/:taskId/claimMark a task's ownership with the current user's user id. 
- 
    
      cloneAutomationClone Automation POST /operations-manager/automations/cloneClone an automation document from a user supplied JSON document. 
- 
    
      continueJobFromContinue a job from a specified task POST /operations-manager/jobs/:jobId/continueContinue a job from a specified task 
- 
    
      createAutomationCreate Automation POST /operations-manager/automationsCreate a new Automation document in IAP. 
- 
    
      createTriggerCreate Trigger POST /operations-manager/triggersCreate a Trigger document 
- 
    
      deleteAutomationDelete Automation DELETE /operations-manager/automations/:idDelete an Automation document from IAP. 
- 
    
      deleteJobGroupRemoves a group ID from a job DELETE /operations-manager/jobs/:jobId/groups/:groupIdRemoves a group ID from a job 
- 
    
      deleteJobGroupsRemoves all groups from a job DELETE /operations-manager/jobs/:jobId/groupsRemoves all groups from a job 
- 
    
      deleteTriggerDelete Trigger DELETE /operations-manager/triggers/:idDelete a Trigger document 
- 
    
      deleteTriggersByActionIdDelete Triggers By Action ID DELETE /operations-manager/triggers/action/:idDeletes all Trigger documents associated with the provided action id 
- 
    
      exportAutomationExport Automation GET /operations-manager/automations/:id/exportExports a single Automation document from IAP that is formatted for importing into another IAP instance. 
- 
    
      exportTriggerExport Trigger GET /operations-manager/triggers/:id/exportExports a single Trigger document from IAP that is formatted for importing into another IAP instance. 
- 
    
      finishManualTaskFinish a manual task POST /operations-manager/jobs/:jobId/tasks/:taskId/finishFinish a manual task. 
- 
    
      getAutomationGet Automation GET /operations-manager/automations/:idGet a single Automation document 
- 
    
      getAutomationsGet Automations GET /operations-manager/automationsQuery the Automation document collection 
- 
    
      getEventDefinitionundefined GET /operations-manager/events/:source/:topicget an eventSystem definition given its source and topic 
- 
    
      getEventsundefined GET /operations-manager/eventssearch through event system events that can be used in an event trigger 
- 
    
      getJobGet 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. 
- 
    
      getJobsGets a page of job documents. GET /operations-manager/jobsGets a page of job documents. 
- 
    
      getJobsAdminGets a page of job documents, bypassing GBAC. GET /operations-manager/admin/jobsGets a page of job documents, bypassing GBAC. 
- 
    
      getManualTaskControllerGet 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 
- 
    
      getTaskGet 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. 
- 
    
      getTasksGets a page of task documents, bypassing GBAC. GET /operations-manager/tasksGets a page of task documents, bypassing GBAC. 
- 
    
      getTriggerGet Trigger GET /operations-manager/triggers/:idGet a Trigger document 
- 
    
      getTriggersGet Triggers GET /operations-manager/triggersQuery the Trigger document collection 
- 
    
      importAutomationsImport Automations PUT /operations-manager/automationsImport Automation documents from a user supplied JSON document. 
- 
    
      importTriggersImport Triggers PUT /operations-manager/triggers
- 
    
      pauseJobsPauses jobs. POST /operations-manager/jobs/pausePauses all jobs specified by the job id array. 
- 
    
      releaseTaskRelease a currently assigned task POST /operations-manager/tasks/:taskId/releaseRelease a currently assigned task 
- 
    
      replaceJobGroupsReplaces 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 
- 
    
      resumeJobsResumes jobs. POST /operations-manager/jobs/resumeResumes all jobs specified by the job id array. 
- 
    
      retryTaskRetry a task POST /operations-manager/jobs/:jobId/tasks/:taskId/retryRetry a task 
- 
    
      revertJobRevert 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 
- 
    
      runEndpointTriggerWithPostRun 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 
- 
    
      runManualTriggerRun Manual Trigger POST /operations-manager/triggers/manual/:id/runManually runs the action associated with the Trigger document 
- 
    
      startJobInitiates a job from a workflow. POST /operations-manager/jobs/startInitiates a job from a workflow. 
- 
    
      unwatchJobRemoves the current user as watcher of a job POST /operations-manager/jobs/:jobId/unwatchRemoves the current user as watcher of a job 
- 
    
      updateAutomationUpdate Automation PATCH /operations-manager/automations/:idUpdate an Automation document 
- 
    
      updateTriggerUpdate Trigger PATCH /operations-manager/triggers/:idUpdate the properties of a Trigger document 
- 
    
      watchJobAdds the current user as watcher of a job POST /operations-manager/jobs/:jobId/watchAdds the current user as watcher of a job