Skip to main content

Prepares the cache for delivery based on the provided request.

POST 

/delivery/prepareDelivery

Prepares the delivery cache for components based on the provided request and returns the preparation status.

Request

Body

required

    catalogId stringrequired
    deviceId stringrequired
    itemType ItemTyperequired

    Possible values: [software, map, cache]

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