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": -76713564,
"description": -79113628.7118249,
"type": true,
"enabled": 13426435,
"actionType": true,
"actionId": true,
"lastExecuted": -63236652.82953437,
"createdBy": -39440396.54567293,
"created": -904802,
"lastUpdatedBy": 33173873.084639013,
"lastUpdated": false,
"formData": -48235808.59538801,
"legacyWrapper": "laboris deserunt sed",
"firstRunAt": 1026258.6820708513,
"nextRunAt": -75601246,
"processMissedRuns": "ullamco consequat id non",
"locked": false,
"repeatUnit": 76160968.61646292,
"repeatFrequency": "minim id",
"repeatInterval": "consequat",
"_id": -1161976.190745622,
"formId": "esse nostrud in dolore quis"
}
}