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": false,
"description": false,
"type": false,
"enabled": 9399015,
"actionType": 83466172.64675876,
"actionId": -5317955.905969903,
"lastExecuted": -86588644,
"createdBy": "do anim",
"created": "culpa",
"lastUpdatedBy": "proident eiusmod fugiat amet sit",
"lastUpdated": false,
"formData": -96015290,
"firstRunAt": 82132967,
"nextRunAt": "in nostrud mollit dolor",
"processMissedRuns": -42317090,
"locked": 56239198.96894783,
"repeatUnit": "in aliqua",
"repeatFrequency": 52925025,
"repeatInterval": -28812236,
"_id": 36978637,
"formId": "irure ut est aute aliquip"
}
}