Skip to main content

Get CDN device status

GET 

/api/cdn/status/devices

Returns a live snapshot of which device IDs are currently active (within TTL and not explicitly deactivated) vs. inactive.

Request

Responses

Live snapshot of active and inactive device IDs

Schema

    devices

    object[]

    required

  • Array [

  • deviceId stringrequired
    deviceName stringnullable
    isActive booleanrequired

    true when is_active = true in DB AND last_seen is within the configured TTL.

    lastSeen stringrequired

    RFC-3339 timestamp of the last discovery heartbeat.

    platformName stringnullable
  • ]

Loading...