Skip to main content

Update Deploy Status

POST 

/api/v1/deploy/updateDeployStatus

This service message allows the consumer to report the deploy status. When deploy is done, the device content relevant service will notify. Another option on this service is to update delete content on the device.

Request

Body

required

    deviceId stringrequired
    catalogId stringrequired
    deployStop date-time
    deployStart date-time
    deployDone date-time
    deployEstimateTime number
    currentTime date-timerequired
    deployStatus stringrequired

    Possible values: [Start, Done, Installing, Continue, Pause, Cancelled, Error, Uninstall]

    progress int32

    Possible values: <= 100

    type stringrequired

    Possible values: [software, map, cache]

Responses

Loading...