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": false,
"actionType": "automations",
"actionId": "9ee6c7e52e62ce706abb6d7e",
"lastExecuted": 68837722,
"migrationVersion": -21209864,
"type": "endpoint",
"verb": "POST",
"routeName": "5SEHYi",
"schema": null,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "a544414b5222170886101e66",
"lastExecuted": null,
"migrationVersion": -39016457,
"type": "eventSystem",
"source": "commodo",
"topic": "adipisicing ad",
"legacyWrapper": false,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "9646e452a9f0b8110ebdac23",
"lastExecuted": 98056987,
"migrationVersion": -40699190,
"type": "manual",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"formSchemaHash": null,
"legacyWrapper": false,
"formId": "b463aa7d7b5b09867bcf3d8c"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "4353fab060d1c82ba7670b89",
"lastExecuted": 62157534,
"migrationVersion": -47911646,
"repeatInterval": 10000,
"formId": "94024d9999a8faf5340d23f9"
}
]
}
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": "8fbc28b5579ab0b5c61c98f1",
"lastExecuted": 85385325,
"migrationVersion": -64232656,
"createdBy": "89ae342efb69ec9431ce8b44",
"created": "1993-01-24T18:29:02.22Z",
"lastUpdatedBy": "0f477bddae9a68b08f3b3228",
"lastUpdated": "2009-04-08T03:30:34.71Z",
"_id": "7c75da47447dfa27caec0dec"
}
}