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 retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"type": "endpoint",
"enabled": false,
"actionType": "automations",
"actionId": "1b4a4ccdf8a0f3fa6669d608",
"lastExecuted": null,
"createdBy": "eu dolore",
"created": "2024-06-24T19:40:16.867Z",
"lastUpdatedBy": null,
"lastUpdated": "2003-11-16T23:52:23.231Z",
"verb": "POST",
"routeName": "2XqZmvYh",
"_id": "950c22e17d0a2a444e6c5fa7",
"jst": "25c179fe1fd14f17e509f2ff",
"migrationVersion": 31303792
}
}