Get CDN configuration
GET/api/cdn/config
Returns the mutable CDN settings: inactiveDeviceHours, deviceDeleteAfterDays and platformManagement.
Request
Responses
- 200
- 500
Current CDN settings (TTL and platform management)
- application/json
- Schema
- Example (from schema)
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).
{
"deviceDeleteAfterDays": 0,
"inactiveDeviceHours": 0,
"platformManagement": [
"string"
]
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...