- 
    
      addJobGroupAdd GBAC to a Job POST /operations-manager/jobs/:jobId/groupsAdd a group id to the groups array of a Job. 
- 
    
      addWatchersToJobAdd watchers to a Job POST /operations-manager/jobs/:jobId/add-watchersAdds user ids to the list of watchers on a Job. 
- 
    
      assignTaskAssign a task to a user POST /operations-manager/tasks/:taskId/assignAssign a Task to a user. 
- 
    
      bulkDeleteJobsDeletes 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 
- 
    
      cancelJobsCancels Jobs POST /operations-manager/jobs/cancelCancel Active Jobs. 
- 
    
      claimTaskClaim a task POST /operations-manager/tasks/:taskId/claimAssign a Task to the current user. 
- 
    
      cloneAutomationClone Automation POST /operations-manager/automations/cloneClone an Automation. 
- 
    
      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. 
- 
    
      createTriggerCreate Trigger POST /operations-manager/triggersCreate a new Trigger. 
- 
    
      deleteAutomationDelete Automation DELETE /operations-manager/automations/:idDelete an Automation. 
- 
    
      deleteJobDelete 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. 
- 
    
      deleteJobGroupRemove GBAC from a Job DELETE /operations-manager/jobs/:jobId/groups/:groupIdRemove a group id from the groups array of a Job. 
- 
    
      deleteJobGroupsRemove all GBAC from a Job DELETE /operations-manager/jobs/:jobId/groupsRemove all groups from the groups array of a Job. 
- 
    
      deleteTriggerDelete Trigger DELETE /operations-manager/triggers/:idDelete a Trigger. 
- 
    
      deleteTriggersByActionIdDelete Triggers By Action ID DELETE /operations-manager/triggers/action/:idDeletes all Triggers associated with the provided Automation id. 
- 
    
      exportAutomationExport Automation GET /operations-manager/automations/:id/exportExport an Automation. 
- 
    
      exportLargeDataExport large data for a job or task variable GET /operations-manager/large-data/:idExport large data for a job or task variable 
- 
    
      exportTriggerExport Trigger GET /operations-manager/triggers/:id/exportExport a Trigger. 
- 
    
      finishManualTaskFinish a manual task POST /operations-manager/jobs/:jobId/tasks/:taskId/finishWork a manual Task. 
- 
    
      getAutomationGet Automation GET /operations-manager/automations/:idGet an Automation. 
- 
    
      getAutomationsGet Automations GET /operations-manager/automationsSearch the Automation collection. 
- 
    
      getEventDefinitionundefined GET /operations-manager/events/:source/:topicGet an event definition. 
- 
    
      getEventsundefined GET /operations-manager/eventsSearch the system events that can be used in an event Trigger. 
- 
    
      getJobGet a Job GET /operations-manager/jobs/:idGet a Job. 
- 
    
      getJobsGets Jobs GET /operations-manager/jobsSearch the Job collection. 
- 
    
      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. 
- 
    
      getTasksGets Tasks GET /operations-manager/tasksSearch the Task collection. 
- 
    
      getTriggerGet Trigger GET /operations-manager/triggers/:idGet a Trigger. 
- 
    
      getTriggersGet Triggers GET /operations-manager/triggersSearch the Trigger collection. 
- 
    
      importAutomationsImport Automations PUT /operations-manager/automationsImport Automations. 
- 
    
      importTriggersImport Triggers PUT /operations-manager/triggersImport Triggers. 
- 
    
      pauseJobsPauses Jobs POST /operations-manager/jobs/pausePause active Jobs. 
- 
    
      releaseTaskRelease a currently assigned task POST /operations-manager/tasks/:taskId/releaseRemove user assignment from a currently assigned Task. 
- 
    
      replaceJobGroupsReplace 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. 
- 
    
      resumeJobsResumes Jobs POST /operations-manager/jobs/resumeResumes paused Jobs. 
- 
    
      retryTaskRetry a task POST /operations-manager/jobs/:jobId/tasks/:taskId/retryRetry a Task that has failed execution. 
- 
    
      revertJobRevert a Job POST /operations-manager/jobs/:jobId/revertRevert a paused Job from an errored Task to a previously completed Task. 
- 
    
      runEndpointTriggerWithPostRun Endpoint Trigger With POST POST /operations-manager/triggers/endpoint/:routeNameRuns the Automation associated with the API Trigger. 
- 
    
      runManualTriggerRun Manual Trigger POST /operations-manager/triggers/manual/:id/runRuns the Automation associated with the Manual Trigger. 
- 
    
      startJobStart a Job POST /operations-manager/jobs/startSpawns a Job from a Workflow. 
- 
    
      unwatchJobUnwatch Job POST /operations-manager/jobs/:jobId/unwatchRemoves the current user from the list of watchers on a Job. 
- 
    
      unwatchJobsUnwatch Jobs POST /operations-manager/jobs/unwatchRemoves the current user from the list of watchers on multiple Jobs. 
- 
    
      updateAutomationUpdate Automation PATCH /operations-manager/automations/:idUpdate an Automation. 
- 
    
      updateTriggerUpdate Trigger PATCH /operations-manager/triggers/:idUpdate a Trigger. 
- 
    
      watchJobWatch a Job POST /operations-manager/jobs/:jobId/watchAdds the current user to the list of watchers on a Job. 
- 
    
      watchJobsWatch Jobs POST /operations-manager/jobs/watchAdds the current user to the list of watchers on multiple Jobs.