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": "03e94b612aa665a8acc7422f",
"lastExecuted": null,
"createdBy": "culpa ullamco do",
"created": "1956-12-19T05:01:50.069Z",
"lastUpdatedBy": null,
"lastUpdated": "1959-07-20T11:12:45.168Z",
"verb": "POST",
"routeName": "Ho_vcZF7",
"_id": "1fa1013a18fcb1eac1778d12",
"jst": null,
"migrationVersion": -84707605
}
}