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": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "aa1a384de282162587f5f4fe",
"lastExecuted": 40915969,
"createdBy": "nostrud in magna ut quis",
"created": "2007-10-18T03:18:29.251Z",
"lastUpdatedBy": "ipsum id",
"lastUpdated": "1999-07-28T03:42:21.827Z",
"verb": "POST",
"routeName": "tK15y",
"_id": "af4dae9146ccab8102483eb3",
"jst": null,
"migrationVersion": -26245134
}
}