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": false,
"actionType": "automations",
"actionId": "39f6ddaa3207caea936d1d17",
"lastExecuted": 62850475,
"createdBy": null,
"created": "1968-09-11T08:27:54.275Z",
"lastUpdatedBy": "minim voluptate cillum sit in",
"lastUpdated": "1950-04-13T05:03:52.9Z",
"source": "ut eu",
"topic": "occaecat irure",
"_id": "e671eb8c5cd4bee124e2d3da",
"jst": "7955c99c432555be5a27afc8",
"migrationVersion": 68368520,
"legacyWrapper": false
}
}