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": "4321abcdef694aa79dae47ad",
"firstRunAt": 5826261,
"processMissedRuns": "last",
"repeatUnit": "second",
"repeatFrequency": 62686860,
"_id": "5cb7b531d06cceb89fd21b1c",
"created": "2019-04-16T00:43:22.038Z",
"createdBy": "4321abcdef694aa79dae47ad",
"lastUpdated": "2019-04-16T00:43:22.038Z",
"lastUpdatedBy": "4321abcdef694aa79dae47ad",
"formId": "5cb7b531d06cceb89fd21b1c",
"formData": null,
"formSchemaHash": null,
"lastExecuted": null,
"nextRunAt": 30570766,
"repeatInterval": 4913616,
"waitFlag": true
}