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": "eventSystem",
"enabled": false,
"actionType": "automations",
"actionId": "8554d57a0263a20c54460d89",
"lastExecuted": null,
"createdBy": null,
"created": "1977-02-11T10:28:02.408Z",
"lastUpdatedBy": "proident sint in",
"lastUpdated": "1979-09-17T06:06:37.624Z",
"source": "irure",
"topic": "ad minim tempor laboris",
"schema": null,
"legacyWrapper": false,
"_id": "9e3fa5406cc0e1298fada317",
"jst": "f3a144fbc9652c789909a32e",
"migrationVersion": 2958757
}
}