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": "f6458b0968a4772caf66bbb9",
"lastExecuted": null,
"createdBy": "occaecat ad ut officia sint",
"created": "1985-07-30T13:54:53.528Z",
"lastUpdatedBy": null,
"lastUpdated": "1994-01-23T10:01:13.349Z",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"legacyWrapper": false,
"_id": "e384e726b5a0b889ad607278",
"formId": null,
"migrationVersion": -99430431,
"formSchemaHash": "aute ullamco proident reprehenderit Excepteur"
}
}