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": "2397640cec68a3c4c17b0912",
"lastExecuted": 47225632,
"createdBy": "anim sint esse",
"created": "2023-07-13T07:10:38.29Z",
"lastUpdatedBy": "mollit",
"lastUpdated": "1990-10-29T13:33:48.23Z",
"source": "sint",
"topic": "dolore fugiat",
"_id": "2992baa1351d74203cf055e5",
"jst": "744325ce156cf04eec33f811",
"migrationVersion": -15140904
}
}