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": "f3eb692197788664e25c20b2",
"lastExecuted": 40054725,
"createdBy": "dolore consequat veniam officia",
"created": "1999-02-18T18:51:48.367Z",
"lastUpdatedBy": null,
"lastUpdated": "1951-08-08T03:56:53.901Z",
"source": "proident sit laboris",
"topic": "deserunt ut fugiat Lorem aliqua",
"schema": null,
"legacyWrapper": true,
"_id": "fa5bb2abb552b228e9417173",
"jst": "8cacf8a831aae8ea76def94a",
"migrationVersion": 96756596
}
}