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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "endpoint",
"enabled": true,
"actionType": "automations",
"actionId": "64d817a4fed0ca985378ee36",
"lastExecuted": 82185698,
"createdBy": null,
"created": "1968-12-07T09:20:45.198Z",
"lastUpdatedBy": "dolor",
"lastUpdated": "1963-06-25T03:26:34.796Z",
"verb": "POST",
"routeName": "Y",
"schema": null,
"_id": "e5769f7d5cc19d087aee9974",
"jst": null,
"migrationVersion": -93125721
}
}