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": "7830628c9fd26936b2ab3a58",
"lastExecuted": null,
"migrationVersion": 62117831,
"type": "endpoint",
"verb": "POST",
"routeName": "q80F",
"jst": "a0174fac8d8d3158fa1460af"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "cdc7cba3070158a1459aeaf2",
"lastExecuted": 38873233,
"migrationVersion": -56362698,
"type": "eventSystem",
"source": "nostrud cupidatat est consequat",
"topic": "reprehenderit sint laboris",
"schema": null,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "e0b4e14fc29d0fb91b253e9e",
"lastExecuted": 21647783,
"migrationVersion": 82718281,
"type": "manual",
"formData": {
"deviceName": "ATL-123",
"action": "SYNC"
},
"formSchemaHash": null,
"formId": "ac217e432d245915a307eee4"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "18239aa2d42eb3bde540242e",
"lastExecuted": null,
"migrationVersion": 778236,
"repeatInterval": 30000,
"formId": "b3228b8f9dc99dff6f7d32a6"
}
]
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The result of the update operation. |
Copied to Clipboard
{
"message": "Successfully imported 3 of 4 documents",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "b9a71ed70771d8c25964f119",
"lastExecuted": 60736513,
"migrationVersion": -96078576,
"createdBy": "b2ac5c0974ad6770749d432c",
"created": "1957-05-29T23:05:58.043Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "1960-11-14T08:43:53.906Z",
"_id": "e7a03b3300f3711e8ff17047"
}
}