Summary
Get Trigger
Description
Get a Trigger.
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
operations
viewer
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": true,
"description": 18651047,
"type": 98325948.62736005,
"enabled": "deserunt id incididunt irure qui",
"actionType": -2778060.9786726385,
"actionId": 54285855.87288123,
"lastExecuted": 46567889,
"createdBy": true,
"created": false,
"lastUpdatedBy": 75119099,
"lastUpdated": -74473912.35656337,
"formData": -84101830,
"legacyWrapper": false,
"firstRunAt": -62777788,
"nextRunAt": 4125239,
"processMissedRuns": 74940748,
"locked": -88802856,
"repeatUnit": 62004029,
"repeatFrequency": -69520171.84045874,
"repeatInterval": false,
"_id": false,
"formId": 75221869
}
}