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 imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "5903cf27fc3585b8b31ae474",
"lastExecuted": 66441075,
"createdBy": "sint eu ex",
"created": "1972-11-28T12:45:54.287Z",
"lastUpdatedBy": "ipsum in eu nisi amet",
"lastUpdated": "1969-12-14T12:04:04.574Z",
"source": "ut",
"topic": "in eiusmod in velit sint",
"schema": null,
"_id": "d140a5101e2acf3cc279579d",
"jst": "9173213326f8169637943c6d",
"migrationVersion": -79496892
}
}