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": true,
"description": 7078111,
"type": false,
"enabled": "officia nisi",
"actionType": -80275721.94919008,
"actionId": 42079937.911587894,
"lastExecuted": "et aliqua pariatur",
"createdBy": "exercitation minim",
"created": 81974325,
"lastUpdatedBy": true,
"lastUpdated": 34625008,
"formData": -67398319.59164602,
"firstRunAt": 5769310.534161761,
"nextRunAt": false,
"processMissedRuns": "ullamco nisi",
"locked": "reprehenderit deserunt Duis",
"repeatUnit": "ut",
"repeatFrequency": "do",
"repeatInterval": "cupidatat ut",
"_id": "esse nulla laboris reprehenderit",
"formId": true
}
}