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 created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "eventSystem",
"enabled": true,
"actionType": "automations",
"actionId": "31ca0a94331a69f7ba68898c",
"lastExecuted": 98665050,
"createdBy": null,
"created": "1985-05-31T16:04:45.331Z",
"lastUpdatedBy": "exercitation sint cupidatat Duis ex",
"lastUpdated": "2013-11-03T13:44:59.549Z",
"source": "fugiat",
"topic": "qui",
"schema": null,
"_id": "30358a8a70c08e2784c7db35",
"jst": null,
"migrationVersion": -26724563,
"legacyWrapper": true
}
}