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": "voluptate dolore nulla cillum qui",
"description": 47886385.041528165,
"type": "in esse",
"enabled": -64090187.411099955,
"actionType": true,
"actionId": -79012865,
"lastExecuted": "ea sed consectetur Excepteur",
"createdBy": "labore fugiat deserunt culpa occaecat",
"created": -65641915.37489679,
"lastUpdatedBy": 27500475.813005388,
"lastUpdated": 66469698,
"formData": -51823179,
"firstRunAt": 34018354,
"nextRunAt": 6028204.065316215,
"processMissedRuns": -99306209,
"locked": 51880868.65476364,
"repeatUnit": -58282963,
"repeatFrequency": 4919527,
"repeatInterval": 71762134.7731756,
"_id": -6209451,
"formId": false
}
}