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": -9581307,
"description": 8500057.122802168,
"type": "Ut exercitation occaecat Lorem",
"enabled": "fugiat",
"actionType": -42531192.09191687,
"actionId": 49411022.01712674,
"lastExecuted": 24498410,
"createdBy": 50225355,
"created": "laboris quis pariatur sit",
"lastUpdatedBy": false,
"lastUpdated": 47363337.143217206,
"formData": false,
"legacyWrapper": 88114814,
"firstRunAt": "magna labore pariatur",
"nextRunAt": false,
"processMissedRuns": -62299013.978246845,
"locked": -17171264,
"repeatUnit": 70141463.37356871,
"repeatFrequency": "Lorem amet laborum velit",
"repeatInterval": -3795051.9603940696,
"_id": 56312343.43393433,
"formId": 70456548.96985269
}
}