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": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "0e1fbc01c1ef7728e8cdeff1",
"lastExecuted": 6085422,
"createdBy": "aliquip",
"created": "2024-07-19T04:42:03.582Z",
"lastUpdatedBy": null,
"lastUpdated": "1984-07-02T22:40:21.777Z",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"_id": "9496acb3457899e3b5433707",
"formId": "a15e372f01e700c376536ba7",
"migrationVersion": 87249921,
"formSchemaHash": null
}
}