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": "12dc0e379b540f04c916cfdd",
"lastExecuted": null,
"createdBy": "laborum",
"created": "2011-08-27T03:12:45.547Z",
"lastUpdatedBy": null,
"lastUpdated": "2023-10-01T10:29:37.12Z",
"verb": "POST",
"routeName": "2RAvaSXnwFC",
"schema": null,
"_id": "83125bc69dc65936bb2b7861",
"jst": "0ab3745d0352621dfe179409",
"migrationVersion": -69538815
}
}