Summary
Get Trigger
Description
Get a Trigger.
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
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": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "a3d9eba9302211205fab51b8",
"lastExecuted": 54239011,
"createdBy": null,
"created": "1972-12-03T11:21:22.177Z",
"lastUpdatedBy": null,
"lastUpdated": "1997-05-14T00:41:36.863Z",
"source": "labore minim",
"topic": "qui sed",
"_id": "e8dc1379995f6babb0beb365",
"jst": null,
"migrationVersion": -14494663
}
}