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": "tempor anim nulla amet",
"description": -69412403.03859968,
"type": 67728629,
"enabled": "non ut ullamco commodo quis",
"actionType": -72273894.3200309,
"actionId": 20947784.299188614,
"lastExecuted": "sint id sed",
"createdBy": "ut dolore et ullamco",
"created": -10542765.43183051,
"lastUpdatedBy": -69963781.54406519,
"lastUpdated": 98710278.63871765,
"formData": 90522901.07787701,
"legacyWrapper": "ex",
"firstRunAt": false,
"nextRunAt": "Lorem",
"processMissedRuns": -69138497.29270191,
"locked": 22587403.6366172,
"repeatUnit": -12827888,
"repeatFrequency": "dolor ut exercitation ad",
"repeatInterval": 80194428,
"_id": "cillum commodo cupidatat dolor",
"formId": "id Lorem irure"
}
}