Summary
Get Trigger
Description
Get a Trigger.
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
viewer
operations
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 imported 3 of 4 documents",
"data": {
"name": "Duis cupidatat ut dolor",
"description": true,
"type": 33501357,
"enabled": 1768246.2039660066,
"actionType": false,
"actionId": -70445803.50778377,
"lastExecuted": true,
"createdBy": 23592758.27469252,
"created": false,
"lastUpdatedBy": 22104897,
"lastUpdated": "ad eu voluptate Excepteur sint",
"formData": false,
"firstRunAt": "in adipisicing ut",
"nextRunAt": -97756575.03167498,
"processMissedRuns": -12074165,
"locked": true,
"repeatUnit": true,
"repeatFrequency": -89064664,
"repeatInterval": true,
"_id": true,
"formId": true
}
}