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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "manual",
"enabled": false,
"actionType": "automations",
"actionId": "c1989a7fe433706d620b5dc0",
"lastExecuted": 94079790,
"createdBy": null,
"created": "1982-05-24T16:04:48.859Z",
"lastUpdatedBy": "labore est irure aute officia",
"lastUpdated": "2020-12-26T21:08:47.681Z",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "e6b64047ea74f8eee4959907",
"formId": "70f840c73ec30c696ef25880",
"migrationVersion": 1809407,
"formSchemaHash": "magna ex dolore sunt"
}
}