Summary
Get Trigger
Description
Get a Trigger.
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
viewer
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
The id of the Trigger to get. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The requested Trigger. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"name": -22714683,
"description": "dolore incididunt anim Ut",
"type": false,
"enabled": "deserunt et laboris ullamco",
"actionType": -54680816,
"actionId": -90410099,
"lastExecuted": true,
"createdBy": -54151838,
"created": 84156234,
"lastUpdatedBy": "voluptate anim mollit qui",
"lastUpdated": 92040741.95246163,
"formData": "cupidatat consequat qui",
"firstRunAt": 76346207.35331446,
"nextRunAt": "ea eu qui",
"processMissedRuns": true,
"locked": "ut ut reprehenderit culpa laborum",
"repeatUnit": 28540428.408532396,
"repeatFrequency": -12934917,
"repeatInterval": 62217694,
"_id": -97200936,
"formId": 54323277
}
}