Skip to main content

Retrieves the delivery status of a component identified by catalog_id.

GET 

/delivery/getStatusItem/:catalog_id

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

Request

Path Parameters

    catalog_id stringrequired

Responses

Schema

    artifacts

    object[]

    required

  • Array [

  • arguments stringnullable
    artifactType stringnullable
    catalogId stringrequired
    downloadDuration int32nullable
    downloadEta int32nullable
    downloadId int32nullable
    hash stringnullable
    isExecutable booleannullable
    itemKey stringrequired
    metaData stringnullable
    path stringnullable
    progress floatrequired
    signature stringnullable
    size int64required
    status DeliveryStatusEnumrequired

    Possible values: [Start, InProgress, Done, Pause, Cancel, Error]

    url stringrequired
  • ]

  • catalogId stringrequired
    dir stringnullable
    downloadDone date-timenullable
    error stringnullable
    itemType ItemTyperequired

    Possible values: [software, map, cache]

    progress floatrequired
    state DeliveryStaterequired

    Possible values: [prepare, download, validation, done]

    status DeliveryStatusEnumrequired

    Possible values: [Start, InProgress, Done, Pause, Cancel, Error]

Loading...