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": "955cd4bf3c03cc843af212da",
"lastExecuted": 19622670,
"migrationVersion": 59406774,
"type": "endpoint",
"verb": "POST",
"routeName": "gXWxF",
"jst": null
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "b11e2491d9ef96df08074f02",
"lastExecuted": 73147366,
"migrationVersion": 20467878,
"type": "eventSystem",
"source": "labore minim officia Duis",
"topic": "eiusmod",
"legacyWrapper": false,
"jst": "45e0ae6ab6667e547f0dab8a"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "13034c5e100936d6c70f4b50",
"lastExecuted": 68603258,
"migrationVersion": -67873504,
"type": "manual",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"formSchemaHash": "qui adipisicing minim ut Excepteur",
"legacyWrapper": false,
"formId": null
},
{
"repeatUnit": null,
"repeatFrequency": null,
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "59610f2eef46f5c5ad67a7d9",
"lastExecuted": null,
"migrationVersion": 24691381,
"repeatInterval": 10000,
"formId": "d1d746deb5d39a36c3caebff"
}
]
}
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": "8f587030863132994e72fe3c",
"lastExecuted": null,
"migrationVersion": -46219811,
"createdBy": "Pronghorn",
"created": "1980-05-05T05:56:11.886Z",
"lastUpdatedBy": "60a0c138fd4ac678658bd63a",
"lastUpdated": "1972-01-24T12:49:56.102Z",
"_id": "46935e40eef8a8a07d681e5d"
}
}