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": "e67fc246c24fdac702bc671f",
"lastExecuted": 77348194,
"migrationVersion": -90574842,
"type": "endpoint",
"verb": "POST",
"routeName": "o7kKTsS",
"schema": null,
"jst": "57f407a36da67cf314c7854f"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "34c2a39d251954d24c70a1e3",
"lastExecuted": 60606307,
"migrationVersion": 35336050,
"type": "eventSystem",
"source": "sint sunt ad pariatur consectetur",
"topic": "nostrud fugiat pariatur deserunt",
"legacyWrapper": true,
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "1ec53310dea5faf0f7f49262",
"lastExecuted": null,
"migrationVersion": -92799385,
"type": "manual",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"formSchemaHash": "irure eiusmod officia",
"legacyWrapper": true,
"formId": "ffb0887e9ed9e8d6408eb655"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "40e554aaa35f3cccc7a73685",
"lastExecuted": 17559935,
"migrationVersion": 3641741,
"repeatInterval": 10000,
"formId": null
}
]
}
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": "d5b8ecdf8cbcbe50101fa88b",
"lastExecuted": null,
"migrationVersion": -29415220,
"createdBy": "b6944c76b28e881a25ad9b3c",
"created": "1995-12-23T18:21:42.429Z",
"lastUpdatedBy": "9179daff52e72ee85ec8650b",
"lastUpdated": "1951-09-07T03:38:08.357Z",
"_id": "6bf6e0bf40ba2d2a8ccf4b84"
}
}