Skip to main content

Get Device Configurations

GET 

/api/v1/device/config/:deviceId

This service message returns an object of device configurations.

Request

Path Parameters

    deviceId stringrequired

Query Parameters

    group stringrequired

Responses

Schema

    oneOf

    group stringrequired
    lastConfigUpdateDate date-time
    minAvailableSpaceMB number
    periodicInventoryIntervalMins number
    periodicConfIntervalMins number
    periodicMatomoIntervalMins number
    lastCheckingMapUpdatesDate date-time
    deliveryTimeoutMins number
    MaxMapAreaSqKm number
    maxMapSizeInMB number
    maxParallelDownloads number
    downloadRetryTime number
    downloadTimeoutMins 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
    ortophotoMapPath string
    controlMapPath string
    ortophotoMapPattern string

    Substring to match in ortophoto map filename

    controlMapPattern string

    Substring to match in control map filename

Loading...