Finland CDN origin endpoint · Automated traffic expected

Finland CDN origin endpoint for cloud telemetry.

This host is part of the Cloud Metrics API delivery network in Finland. It accepts automated health, latency and availability signals from CDN edge components, monitoring agents and regional infrastructure probes.

Metrics ingestion

Accept batched JSON telemetry from infrastructure agents and automated monitoring jobs.

Health endpoints

Expose lightweight status checks for upstream routing, observability and availability workflows.

Regional signals

Aggregate uptime and latency signals from distributed services across cloud and edge environments.

Designed for automated request patterns.

Most requests to this service are generated by infrastructure agents, uptime probes, scheduled checks and distributed service components. Human-facing pages are intentionally minimal.

GET /healthavailability
GET /v1/statusservice state
POST /v1/metrics/batchtelemetry
POST /v1/eventsoperations
POST /v1/metrics/batch
Content-Type: application/json

{
  "service": "edge-worker",
  "region": "fi",
  "interval": 60,
  "samples": [
    {
      "metric": "latency_ms",
      "value": 42,
      "status": "ok"
    }
  ]
}