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": "7f9521943d7d22953e9a683a",
"lastExecuted": null,
"migrationVersion": 51492780,
"type": "endpoint",
"verb": "POST",
"routeName": "z4fA",
"jst": "7f5857612adaa2da497c064a"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "c9243c0dbcbe3d43358bb3d5",
"lastExecuted": 50864013,
"migrationVersion": 69610624,
"type": "eventSystem",
"source": "consectetur aute in in",
"topic": "cupidatat",
"schema": null,
"legacyWrapper": true,
"jst": "fe9952cc8e8c6b11e3934c47"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "b8a42c14b12a76392838199f",
"lastExecuted": 7417112,
"migrationVersion": -58217162,
"type": "manual",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"formSchemaHash": null,
"legacyWrapper": true,
"formId": "a9cf94d97505b12e141070c5"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "e261b07372e287caa7cea35b",
"lastExecuted": 49521717,
"migrationVersion": -49219054,
"repeatInterval": 10000,
"formId": "6173783bf0fc842f452bc93b"
}
]
}
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": "2ae3654e420dc9a7e1f4e9b1",
"lastExecuted": 52802082,
"migrationVersion": 33536008,
"createdBy": "d60817840a3c2e7207086ab7",
"created": "1983-12-22T23:41:54.262Z",
"lastUpdatedBy": "f937597fc58340d4dcdc9252",
"lastUpdated": "2004-03-02T07:48:59.351Z",
"_id": "bf2e47c910b90495596cb336"
}
}