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": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "e851300a947d290126c08e22",
"lastExecuted": 39046849,
"createdBy": "exercitation do quis",
"created": "1976-09-07T12:38:42.85Z",
"lastUpdatedBy": null,
"lastUpdated": "1986-12-04T23:44:44.564Z",
"verb": "POST",
"routeName": "RaeGj3ftc",
"schema": null,
"_id": "da5ed070a3540c21948e8f70",
"jst": "8567e3b9395c81544ebc1cf6",
"migrationVersion": 56759771
}
}