Skip to main content

Get CDN configuration

GET 

/api/cdn/config

Returns the mutable CDN settings: inactiveDeviceHours, deviceDeleteAfterDays and platformManagement.

Request

Responses

Current CDN settings (TTL and platform management)

Schema

    deviceDeleteAfterDays int64required

    Days after which a stale row is hard-deleted from the DB. Default: 30.

    inactiveDeviceHours int64required

    Hours of inactivity after which a device is considered stale. Default: 24.

    platformManagement string[]required

    Platform filter list (stored, not used for filtering in Phase 1).

Loading...