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": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "a403e388b81dad3a7608f6f9",
"lastExecuted": 45885897,
"createdBy": null,
"created": "2013-04-06T18:35:33.658Z",
"lastUpdatedBy": null,
"lastUpdated": "1983-01-05T08:34:00.033Z",
"verb": "POST",
"routeName": "XohVq2Gcua",
"schema": null,
"_id": "bc0b8e52e24efb61ab3ab44c",
"jst": "cc7e810752df719042c21fbe",
"migrationVersion": -83083348
}
}