Summary
Get Trigger
Description
Get a Trigger document
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
the id of the trigger to return |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
a trigger document obtained by its id |
Copied to Clipboard
{
"name": "My document",
"type": "schedule",
"enabled": false,
"actionType": "automations",
"actionId": "5cb7b531d06cceb89fd21b1c",
"firstRunAt": 38444115,
"processMissedRuns": "none",
"_id": "5cb7b531d06cceb89fd21b1c",
"created": "2019-04-16T00:43:22.038Z",
"createdBy": "4321abcdef694aa79dae47ad",
"lastUpdated": "2019-04-16T00:43:22.038Z",
"lastUpdatedBy": "5cb7b531d06cceb89fd21b1c",
"formId": "5cb7b531d06cceb89fd21b1c",
"lastExecuted": 31644489,
"nextRunAt": null,
"repeatInterval": 13368224,
"waitFlag": false,
"repeatEnd": {
"endAfter": 99130000,
"restartAfter": null,
"removeAfterEnd": true
},
"repeatUnit": null,
"repeatFrequency": null
}