Skip to main content

Set Device Configurations

PUT 

/api/v1/device/config

This service message returns an object of device configurations.

Request

Body

required

    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

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