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": "7f3ac42168d65ec5dae4c41f",
"lastExecuted": null,
"createdBy": null,
"created": "1961-04-24T11:32:33.111Z",
"lastUpdatedBy": null,
"lastUpdated": "1964-12-26T22:08:50.975Z",
"verb": "POST",
"routeName": "fm9b56gPjP3",
"_id": "179c1c53edbe63506840bf23",
"jst": null,
"migrationVersion": -29284430
}
}