Skip to main content

Get Map Configurations

GET 

/api/v1/map/configs/:deviceId

deprecated

This service message returns an object of map configurations.

Request

Path Parameters

    deviceId stringrequired

Responses

Schema

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