Skip to main content

Retrieves prepared delivery information for a component identified by catalog_id.

GET 

/delivery/preparedDelivery/:catalog_id

Retrieves and returns the prepared delivery information for the specified component catalog ID.

Request

Path Parameters

    catalog_id stringrequired

Responses

Schema

    artifacts

    object[]

    nullable

  • 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
    error stringnullable
    progress doublenullable
    size doublenullable
    status PrepareStatusrequired

    Possible values: [start, inProgress, done, error, delete]

    url stringnullable
Loading...