Skip to main content

Allows the consumer to resume an existing map import process.

POST 

/map/import/resume/:reqId

Resumes the map import process identified by reqId, which can be used for maps in an error state or out-of-date maps, among other scenarios.

Request

Path Parameters

    reqId stringrequired

Responses

Schema

    area int64nullable
    beginImagingDate date-timenullable
    createdDate date-timerequired
    downloadDuration int32nullable

    download duration in seconds

    endImagingDate date-timenullable
    errMes stringnullable
    eta int32nullable

    estimated time in seconds (when state is Create or Delivery)

    fileName stringnullable
    footprint stringnullable
    isUpdateQueued booleanrequired
    isUpdated booleanrequired

    mapProperties

    object

    required

    Map DTO struct ['MapProps']

    for app inner using

    boundingBox stringrequired
    catalogId stringnullable
    fileName stringnullable
    lastUpdateAfter int64nullable
    name stringnullable
    productId stringrequired
    productName stringrequired
    targetResolution int64required
    zoomLevel int64required
    progress floatnullable
    reqId stringrequired
    size int64nullable
    state MapStaterequired

    Possible values: [create, prepare, delivery, validation, deploy]

    status

    object

    nullable

    oneOf

    string

    storageStatus MapStorageStatusEnumrequired

    Possible values: [initializing, ready, deleteRequest, deleteApprove, deleted]

    Represents the various states of a map in the storage system.

    updateBy stringnullable
    updatedDate date-timerequired
Loading...