Skip to main content

Get next applicable OTA Deployments

GET 

/v1/ota/next

Fetches list of next applicable OTA releases. Anedya will return most recent update deployed, after last deployment node has atempted. Anedya will return multiple entries for multiple assets.

Please note that if multiple deployments are found with same assetidentifier but different version, system will return deployment created most recently.

Device can choose whether to proceed with the update or skip the update.

Request

Responses

Returns an array of applicable deployments.

Schema
    success boolean
    error string
    errcode integer
    data object
    deploymentId string
    assetId string
    assetIdentifier string
    assetVersion string
    assetSigned boolean
    assetSignature string
    assetMeta object
    property name* string
    assetChecksum string
    assetSize string
    asseturl string
    count integer
Loading...