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": "9767f8a481a01d8cf3244ab0",
"lastExecuted": 12192381,
"createdBy": null,
"created": "1992-02-28T09:40:27.695Z",
"lastUpdatedBy": "sit laboris mollit anim",
"lastUpdated": "1958-03-27T17:17:37.811Z",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"_id": "55ead6a125e60772692a1ad1",
"formId": "6c2bae4cfc106baf438cf881",
"migrationVersion": 32385340,
"formSchemaHash": "nulla et dolor Lorem minim",
"legacyWrapper": false
}
}