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": "c0e9e1a3e357294d6c5288b4",
"lastExecuted": null,
"migrationVersion": 39657315,
"type": "endpoint",
"verb": "POST",
"routeName": "-zdDNpSoU",
"schema": null,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "b2865634b49ce254face9043",
"lastExecuted": 84987069,
"migrationVersion": -93990141,
"type": "eventSystem",
"source": "fugiat magna est culpa",
"topic": "eu",
"legacyWrapper": true,
"jst": "e67397cbfc826d50b4114934"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "090860fdcaea25765a180466",
"lastExecuted": null,
"migrationVersion": -2664773,
"type": "manual",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"formSchemaHash": null,
"legacyWrapper": false,
"formId": null
},
{
"repeatUnit": "minute",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "a701d8e166c6b88836c6a12b",
"lastExecuted": 12127776,
"migrationVersion": 15136356,
"repeatInterval": 30000,
"formId": "0a0ed43e42964107ccdea523"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The result of the update operation. |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "8bb9ef7c7637d9a0eec73d23",
"lastExecuted": null,
"migrationVersion": -33350142,
"createdBy": "Pronghorn",
"created": "1978-01-20T08:39:31.767Z",
"lastUpdatedBy": "d1df123af667094c1691236d",
"lastUpdated": "2006-06-09T08:03:07.738Z",
"_id": "723d3233e9d66499db1d114a"
}
}