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": "7c77d25e0a3c4eebf6181955",
"lastExecuted": null,
"migrationVersion": -39277385,
"type": "endpoint",
"verb": "POST",
"routeName": "8bdaBtlpUK",
"schema": null,
"jst": "ca73e07a63342403738b4b38"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "bfb597c117e0d7ba77658648",
"lastExecuted": null,
"migrationVersion": 77523001,
"type": "eventSystem",
"source": "nulla adipisicing dolor consequat incididunt",
"topic": "deserunt irure",
"schema": null,
"legacyWrapper": true,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "f53b7b775b63bf4ed75ba0b9",
"lastExecuted": 50022650,
"migrationVersion": 74319042,
"type": "manual",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"formSchemaHash": null,
"legacyWrapper": false,
"formId": "b9c00a39e595b2d9563e1508"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "ccb9e5ef33e42b24cbf1e14b",
"lastExecuted": 36353814,
"migrationVersion": 27977381,
"repeatInterval": 30000,
"formId": "abbbc90f57a8c706ff1e7be3"
}
]
}
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": "98e939c857c4a884a74a0bab",
"lastExecuted": null,
"migrationVersion": -38720197,
"createdBy": "04643eea05b890ab1ccb7d53",
"created": "1955-06-21T01:54:13.822Z",
"lastUpdatedBy": "Pronghorn",
"lastUpdated": "1968-07-13T05:26:57.186Z",
"_id": "e9b3339ae11a62348b9806c7"
}
}