Skip to main content
Infrastructure/OTA Versions & Policies

GetVersionConfig

Retrieve the configuration associated with a specific software version

GET/api/v1/ota/versions/config

Operation ID

GetVersionConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • requireChecksum
    Boolean

    Whether artifact checksum verification is required before installation

    Example: true

  • allowDowngrade
    Boolean

    Whether agents are allowed to downgrade to a previous version

    Example: false

  • maxVersionsStored
    Integer

    Maximum number of OTA version records to retain in storage

    Example: 10