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": "00cc2119ff09d1309c76e713",
"lastExecuted": null,
"migrationVersion": -34711458,
"type": "endpoint",
"verb": "POST",
"routeName": "O",
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "e25d07c2fcd9ec3d8f71ac74",
"lastExecuted": null,
"migrationVersion": 22486286,
"type": "eventSystem",
"source": "culpa dolore",
"topic": "magna exercitation et",
"schema": null,
"jst": "1a2d30ef0e556db1333fbfec"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "19b5a9aa927c92289b4761f4",
"lastExecuted": null,
"migrationVersion": -73567749,
"type": "manual",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"formSchemaHash": null,
"formId": "4f55248d1b553b66c1a557c3"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "25744041f2413c87143024e2",
"lastExecuted": 88376139,
"migrationVersion": -30545386,
"repeatInterval": 10000,
"formId": "d554d5cf66b98939f237caec"
}
]
}
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": "028bb93c0f59f62df6cb110f",
"lastExecuted": 47101635,
"migrationVersion": 22040865,
"createdBy": "65ec5250d4949aced5aed037",
"created": "1993-11-03T21:54:24.951Z",
"lastUpdatedBy": "3489188b66cdf100a99db10e",
"lastUpdated": "1987-12-19T15:52:33.585Z",
"_id": "c4b6d2212fcbd41edda32f8d"
}
}