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": "661663d0a360787eac318afe",
"lastExecuted": null,
"createdBy": "laborum",
"created": "1969-12-29T03:26:48.943Z",
"lastUpdatedBy": null,
"lastUpdated": "1966-09-27T08:37:38.171Z",
"verb": "POST",
"routeName": "zKSrN",
"schema": null,
"_id": "d766cb5b008abddd9c19c18e",
"jst": "6d584585f2fb60cda377a450",
"migrationVersion": 42450285
}
}