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": "f293a65ae26c77b139dd8921",
"lastExecuted": null,
"migrationVersion": -51655542,
"type": "endpoint",
"verb": "POST",
"routeName": "A66KRKRl",
"schema": null,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "acd157d8f0d4233bc38e94aa",
"lastExecuted": null,
"migrationVersion": 28094241,
"type": "eventSystem",
"source": "sint amet",
"topic": "laborum Ut dolore",
"legacyWrapper": true,
"jst": "e0435b614f0c7d5fcb477a63"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "13d78328b2a0ddd0af6f339a",
"lastExecuted": 65443830,
"migrationVersion": -25512084,
"type": "manual",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"formSchemaHash": null,
"legacyWrapper": true,
"formId": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "379a08f3b5ab2f800ba3c3b6",
"lastExecuted": 44372300,
"migrationVersion": 65878963,
"repeatInterval": 10000,
"formId": "18af531410e5e176c4a2b939"
}
]
}
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": true,
"actionType": "automations",
"actionId": "cba2183b43d3242b1850dcd2",
"lastExecuted": null,
"migrationVersion": 54937346,
"createdBy": "Pronghorn",
"created": "2021-04-16T20:42:29.016Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "1978-06-25T21:24:57.528Z",
"_id": "a9cc13560a5dd9c68923af6d"
}
}