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 created the requested item",
"data": {
"name": true,
"description": false,
"type": "pariatur laborum adipisicing quis",
"enabled": 92970525.71402854,
"actionType": 24782369.613996595,
"actionId": -46027200.87664416,
"lastExecuted": "ad in in aute nisi",
"createdBy": true,
"created": true,
"lastUpdatedBy": "ut cupidatat ullamco",
"lastUpdated": true,
"formData": 26778579.45405227,
"legacyWrapper": 20622584.368368596,
"firstRunAt": -25969580,
"nextRunAt": true,
"processMissedRuns": -98749805,
"locked": 8641861.4395511,
"repeatUnit": -95815382,
"repeatFrequency": false,
"repeatInterval": "irure",
"_id": "magna cupidatat consectetur",
"formId": true
}
}