Summary
Get Trigger
Description
Get a Trigger.
Route
GET /operations-manager/triggers/:id
Roles
admin
engineering
apiread
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": "manual",
"enabled": false,
"actionType": "automations",
"actionId": "315d6c938e0f3b5830a27edc",
"lastExecuted": 5006857,
"createdBy": null,
"created": "2009-08-05T16:49:41.28Z",
"lastUpdatedBy": null,
"lastUpdated": "1990-02-21T11:45:00.701Z",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"_id": "66bbf28b6a3d3d6fbd6493ca",
"formId": null,
"migrationVersion": 67519943,
"formSchemaHash": "exercitation adipisicing"
}
}