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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "f4446b54213cc48b43216dfb",
"lastExecuted": null,
"createdBy": "Ut irure in veniam sint",
"created": "2005-03-02T18:00:05.556Z",
"lastUpdatedBy": null,
"lastUpdated": "1975-09-27T14:30:12.74Z",
"source": "minim aliqua",
"topic": "adipisicing Lorem et cillum id",
"_id": "d8613f71c6d52666ecca8109",
"jst": null,
"migrationVersion": -52348685,
"legacyWrapper": true
}
}