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": false,
"actionType": "automations",
"actionId": "0d43dee239d37e466efbbd21",
"lastExecuted": 65481133,
"createdBy": "nisi",
"created": "1989-10-20T17:56:59.439Z",
"lastUpdatedBy": "in adipisicing officia mollit",
"lastUpdated": "1997-09-07T00:40:28.746Z",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"legacyWrapper": true,
"_id": "69bf1a078892ab6cf0a3aba0",
"formId": null,
"migrationVersion": -73771701,
"formSchemaHash": "eiusmod deserunt minim et fugiat"
}
}