Infrastructure/OTA Versions & Policies
PUTOTASince 1.0SynchronousAuth Required
UpdateVersionConfig
Update Version Config
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
configObjectRequiredConfiguration data as key-value pairs
requireChecksumBooleanWhether artifact checksum verification is required before installation
Example: true
allowDowngradeBooleanWhether agents are allowed to downgrade to a previous version
Example: false
maxVersionsStoredIntegerMaximum number of OTA version records to retain in storage
Example: 10
Responses
Endpoint
PUT/api/v1/ota/versions/config
/api/v1/ota/versions/config
Request Example
curl -X PUT '{host}/api/v1/ota/versions/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"config":{"requireChecksum":true,"allowDowngrade":false,"maxVersionsStored":10}}'
Response Example
200{}Change History
This API has no change history records yet.
