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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "9c50b9ba105b32e53e5efa8b",
"lastExecuted": null,
"createdBy": "cillum Ut dolor consectetur in",
"created": "1952-07-14T22:53:12.951Z",
"lastUpdatedBy": "anim",
"lastUpdated": "2004-06-10T21:53:11.711Z",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "e19b180093bada8899750908",
"formId": null,
"migrationVersion": -7150712,
"formSchemaHash": null,
"legacyWrapper": true
}
}