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": "manual",
"enabled": true,
"actionType": "automations",
"actionId": "20ac8d5848f30b59d05a85d8",
"lastExecuted": null,
"createdBy": "dolore deserunt",
"created": "2014-04-23T16:58:48.122Z",
"lastUpdatedBy": null,
"lastUpdated": "1945-12-25T07:54:50.503Z",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"legacyWrapper": false,
"_id": "ec2d603dd08bb0dc3087a3f0",
"formId": null,
"migrationVersion": -33351027,
"formSchemaHash": "sunt quis voluptate proident exercitation"
}
}