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": "bccdc0c6c1d3cf7952027b80",
"lastExecuted": null,
"createdBy": "sint amet",
"created": "2021-06-13T01:29:18.206Z",
"lastUpdatedBy": null,
"lastUpdated": "1991-01-14T02:55:01.099Z",
"verb": "POST",
"routeName": "pO_vrcWv",
"schema": null,
"_id": "c6f5aaefc81da22691609c24",
"jst": "d37dc87b58958e77cb9ded4f",
"migrationVersion": -1925259
}
}