Skip to main content

Sends a deployment message for a component identified by catalog_id.

POST 

/deploy/messageItem/:catalog_id

Sends a deployment message based on the provided deployment object and returns the updated deployment information.

Request

Path Parameters

    catalog_id stringrequired

Body

required

    estimateTime int64nullable
    eventTime date-timenullable

    The time when the deployment event occurred (stopped, started, etc.)

    messageLog stringnullable
    progress int32nullable

    Possible values: <= 100

    status object

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