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": -73188782,
"description": "officia eiusmod",
"type": "ut occaecat consectetur",
"enabled": 93183297.20801511,
"actionType": -71398960.79350851,
"actionId": "qui nisi laboris",
"lastExecuted": "ex",
"createdBy": -46789137.82847305,
"created": -81516033,
"lastUpdatedBy": false,
"lastUpdated": -66291567.011516996,
"formData": 98802932,
"legacyWrapper": -20792169,
"firstRunAt": "esse",
"nextRunAt": false,
"processMissedRuns": "in dolore",
"locked": false,
"repeatUnit": "Lorem enim sint",
"repeatFrequency": false,
"repeatInterval": "fugiat anim cillum esse proident",
"_id": "ex Excepteur pariatur",
"formId": "cillum elit mollit aliquip Duis"
}
}