Summary
Update Trigger
Description
Update a Trigger.
Route
PATCH /operations-manager/triggers/:id
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
The id of the Trigger to update. |
updates |
object |
yes |
The details of the Trigger document to update. |
Copied to Clipboard
{
"title": "updates",
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "trigger-update",
"oneOf": [
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "727cfe67839d2ccdec95b2b8",
"lastExecuted": 23019714,
"migrationVersion": -47581737,
"type": "endpoint",
"verb": "POST",
"routeName": "KBK6f5",
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "f649cc16f87d16911dc5fbd2",
"lastExecuted": 984952,
"migrationVersion": -28909956,
"type": "eventSystem",
"source": "id deserunt ullamco officia magna",
"topic": "exercitation",
"schema": null,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "2319db79f4d269b5e593adba",
"lastExecuted": 955790,
"migrationVersion": 85167192,
"type": "manual",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"formSchemaHash": "sint ad",
"formId": "c8d8c6336804db3c97ff49ef"
},
{
"repeatUnit": "hour",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "bd3a9c6746d110a14d828f46",
"lastExecuted": 73327062,
"migrationVersion": -43995724,
"repeatInterval": 30000,
"formId": "22063b37915a66bcf99225d2"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The result of the update operation. |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "68a0a9ad920ea21920de219f",
"lastExecuted": 74283680,
"migrationVersion": 77230295,
"createdBy": "Pronghorn",
"created": "1998-02-21T07:25:28.314Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "1949-09-06T03:40:59.407Z",
"_id": "ec8fefde5d4aab67f9461f77"
}
}