Skip to main content

Retrieves the deployment status of a component identified by catalog_id.

GET 

/deploy/getStatusItem/:catalog_id

Retrieves and returns the deployment status of the specified component catalog ID.

Request

Path Parameters

    catalog_id stringrequired

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...