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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "5491c71055f9cfab9a3ce4a5",
"lastExecuted": 69087136,
"createdBy": "dolor eiusmod cupidatat",
"created": "2004-04-16T01:08:23.479Z",
"lastUpdatedBy": "veniam",
"lastUpdated": "1978-01-07T00:20:43.507Z",
"verb": "POST",
"routeName": "hFgDJF",
"schema": null,
"_id": "453efa01a17269e0b094f145",
"jst": "2b61e7c79c175991480766f9",
"migrationVersion": 88075505
}
}