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": "1170c6d450d6ef5ebe48e2da",
"lastExecuted": 96008651,
"migrationVersion": -69908005,
"type": "endpoint",
"verb": "POST",
"routeName": "bbp",
"schema": null,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "f9d4e8c2d77fb8ebf1f7520a",
"lastExecuted": null,
"migrationVersion": 75971321,
"type": "eventSystem",
"source": "incididunt in",
"topic": "proident tempor",
"schema": null,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "a1ab54262bd09f7d80b44418",
"lastExecuted": null,
"migrationVersion": 13241394,
"type": "manual",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"formSchemaHash": "id Ut",
"formId": null
},
{
"repeatUnit": "second",
"repeatFrequency": 97624960,
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "d67aaba84e35f97bd342ebbd",
"lastExecuted": null,
"migrationVersion": 12351906,
"repeatInterval": 10000,
"formId": "becc976f990f27bc10fed2a1"
}
]
}
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": "dcf86c4a3180ecc5093294d6",
"lastExecuted": 60476594,
"migrationVersion": 45536798,
"createdBy": "Pronghorn",
"created": "1946-07-31T13:54:38.25Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "1958-08-08T16:08:11.623Z",
"_id": "ff0236be0205f2474ff0c1f3"
}
}