-
cloneAutomation
Clone Automation
POST /operations-manager/automations/cloneClone an automation document from a user supplied JSON document.
-
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.
-
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.
-
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
-
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 -
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
-
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