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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "ca030dc685d607405290e6fc",
"lastExecuted": 36423677,
"createdBy": null,
"created": "2005-10-25T13:11:44.132Z",
"lastUpdatedBy": "culpa reprehenderit",
"lastUpdated": "2012-01-14T13:41:18.969Z",
"source": "tempor quis cillum consectetur dolore",
"topic": "amet",
"schema": null,
"legacyWrapper": true,
"_id": "0cc7d778c50a5f638f7a2776",
"jst": "50a581642bcc66174f1fd0a3",
"migrationVersion": 80956685
}
}