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": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "ac867e3b5604fb05a3604395",
"lastExecuted": null,
"createdBy": "sed pariatur adipisicing",
"created": "2008-01-11T04:16:35.934Z",
"lastUpdatedBy": null,
"lastUpdated": "1952-02-19T01:33:18.196Z",
"source": "occaecat adipisicing",
"topic": "aliqua elit",
"legacyWrapper": true,
"_id": "f3232d4fb72f6960b1086482",
"jst": null,
"migrationVersion": -40102412
}
}