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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "14328fe2ea9e4665771940f8",
"lastExecuted": null,
"createdBy": "magna dolor",
"created": "2005-02-03T00:09:33.839Z",
"lastUpdatedBy": null,
"lastUpdated": "1985-12-14T03:51:11.346Z",
"source": "dolor dolor",
"topic": "pariatur",
"schema": null,
"_id": "3ead93fa762b23d65c0aba64",
"jst": "847a74858aae1fa9f8f2d4e5",
"migrationVersion": -29745915
}
}