Skip to main content

Changes the deployment state of a component identified by catalog_id.

POST 

/deploy/changeItemState/:catalog_id

Changes the deployment state based on the provided state change object and returns the updated deployment information.

Request

Path Parameters

    catalog_id stringrequired

Body

required

    deviceId stringrequired
    requestedStatus DeploymentStatusrequired

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

Responses

Schema

    catalogId stringrequired
    completedAt date-timenullable
    currentTime date-timenullable
    deviceId stringrequired
    eta int64nullable
    messageLog stringnullable
    progress int32nullable
    requestedStatus object
    startedAt date-timenullable
    status object
    stoppedAt date-timenullable
    type ItemTyperequired

    Possible values: [software, map, cache]

Loading...