Skip to main content

Get Ongoing OTA Deployments

POST 

/v1/ota/current

Lists ongoing OTA Deployments, for which device has specified status atleast once. This does not list deployments with status: skipped, aborted, success and failure. Apart from that any status is considered as "in Progress"

Request

Body

    reqId string

Responses

OK

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