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": "quis anim elit in",
"description": 22206327.62353669,
"type": "Excepteur in non",
"enabled": -1561848,
"actionType": false,
"actionId": "eu",
"lastExecuted": 11527328,
"createdBy": false,
"created": true,
"lastUpdatedBy": false,
"lastUpdated": false,
"formData": 48325163,
"firstRunAt": "occaecat et Duis consequat nisi",
"nextRunAt": -86401787,
"processMissedRuns": false,
"locked": -49806658.54678801,
"repeatUnit": "dolor non est",
"repeatFrequency": "ex consequat",
"repeatInterval": 81070818,
"_id": 63528331.12886959,
"formId": -79074803
}
}