Skip to main content

Set Map Configurations

PUT 

/api/v1/map/configs

deprecated

This service message sets an object of map configurations.

Request

Body

required

    deliveryTimeoutMins number
    MaxMapAreaSqKm number
    maxMapSizeInMB number
    maxParallelDownloads number
    downloadRetryTime number
    downloadTimeoutMins number
    periodicInventoryIntervalMins number
    periodicConfIntervalMins number
    periodicMatomoIntervalMins number
    minAvailableSpaceMB number
    mapMinInclusionInPercentages number
    matomoUrl string
    matomoDimensionId string
    matomoSiteId string
    sdStoragePath string
    flashStoragePath string
    targetStoragePolicy string

    Possible values: [SDOnly, FlashThenSD, SDThenFlash, FlashOnly]

    Default value: SDOnly

    sdInventoryMaxSizeMB number
    flashInventoryMaxSizeMB number
    lastCheckingMapUpdatesDate date-time
    lastConfigUpdateDate date-time
    ortophotoMapPath string
    controlMapPath string

Responses

Loading...