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": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "544ef612fc9a607ba3b64c24",
"lastExecuted": 26655198,
"createdBy": null,
"created": "2019-01-23T01:18:35.512Z",
"lastUpdatedBy": "eiusmod ea ipsum",
"lastUpdated": "1965-03-30T02:38:13.329Z",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"_id": "5ace6ac7f61642c0a052eba2",
"formId": null,
"migrationVersion": -39619077,
"formSchemaHash": "Ut veniam eiusmod"
}
}