Summary
Get Trigger
Description
Get a Trigger.
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "7acac941d620b03087c4ba81",
"lastExecuted": 94685490,
"createdBy": "deserunt dolor eiusmod qui ex",
"created": "1960-05-15T00:33:03.737Z",
"lastUpdatedBy": null,
"lastUpdated": "2004-11-02T02:42:52.571Z",
"source": "adipisicing proident esse enim et",
"topic": "do eiusmod laboris veniam",
"legacyWrapper": false,
"_id": "7f2722b9dbdcdff4dc460b24",
"jst": "3003846b7690c0c03bee7f56",
"migrationVersion": 41193440
}
}