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 retrieved search results",
"data": {
"name": 4901838,
"description": -49248393,
"type": -28985635.90435037,
"enabled": false,
"actionType": -61340890,
"actionId": false,
"lastExecuted": "in dolore non ut sit",
"createdBy": false,
"created": false,
"lastUpdatedBy": true,
"lastUpdated": true,
"formData": true,
"firstRunAt": "Excepteur proident voluptate",
"nextRunAt": 70808741.22562289,
"processMissedRuns": true,
"locked": "incididunt aliqua",
"repeatUnit": 9546439.160522267,
"repeatFrequency": 84094999.69299749,
"repeatInterval": -5607466.142640099,
"_id": 25600846,
"formId": "labore"
}
}