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 created the requested item",
"data": {
"name": -61975645,
"description": true,
"type": "in enim dolor Duis",
"enabled": false,
"actionType": 65985647.59553608,
"actionId": -20343714.03919795,
"lastExecuted": -2133568,
"createdBy": -58056098,
"created": "ut Lorem sed eu",
"lastUpdatedBy": -61058571,
"lastUpdated": -96698127,
"formData": -37388796.9995077,
"firstRunAt": true,
"nextRunAt": "in id exercitation",
"processMissedRuns": -30230639.488813564,
"locked": "nostrud esse cupidatat occaecat incididunt",
"repeatUnit": "proident",
"repeatFrequency": "sit",
"repeatInterval": 34541251.64804655,
"_id": -93210653.12310734,
"formId": true
}
}