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 retrieved search results",
"data": {
"name": -9158652,
"description": 21337538.978230968,
"type": 82347007.55862993,
"enabled": "do",
"actionType": "et elit enim",
"actionId": 79569648,
"lastExecuted": "dolor aliqua in cillum mollit",
"createdBy": -79649443,
"created": "laborum",
"lastUpdatedBy": 38545676.78899121,
"lastUpdated": "et consequat",
"formData": false,
"legacyWrapper": "labore consectetur quis sunt Ut",
"firstRunAt": true,
"nextRunAt": 55171945.33253482,
"processMissedRuns": -15757602.329473436,
"locked": true,
"repeatUnit": 95737603,
"repeatFrequency": "irure quis ipsum",
"repeatInterval": true,
"_id": 57291671,
"formId": 7649452
}
}