Operational
CDN Edge API Gateway
Public edge interface for cache validation, delivery checks, media session polling and application synchronization.
Gateway routes
REST / JSON
Available endpoints
GET
/v2/health
Service health probe
GET
/v2/cache/status
Cache node availability
POST
/v2/media/session
Media session synchronization
POST
/v2/delivery/check
Delivery validation request
Health check
curl -s https://api.example-cdn.net/v2/health \
-H "Accept: application/json"
JSON payload
{
"status": "ok",
"service": "cdn-edge-api",
"region": "global",
"timestamp": "2026-06-07T12:00:00Z"
}
System health
All systems operational
No incidents reported. Scheduled maintenance windows are published through the service status channel.
Edge routing stable
Origin synchronization complete
Delivery probes passing