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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "ab96231b19054e7cca2cc28a",
"lastExecuted": 33181295,
"createdBy": "est",
"created": "1951-09-22T08:13:27.326Z",
"lastUpdatedBy": null,
"lastUpdated": "1977-02-22T12:11:04.409Z",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"legacyWrapper": true,
"_id": "73401e3ba31456aaa6534263",
"formId": null,
"migrationVersion": -98676549,
"formSchemaHash": null
}
}