Athena
Cluster

Cluster mirror health and version checks

Checks Athena mirror domains, returns reachability, latency, throughput, and reported version metadata.

GET
/health/cluster

Response Body

application/json

application/json

curl -X GET "https://athena-cluster.com/health/cluster"
{
  "message": "string",
  "version": "string",
  "athena_api": "string",
  "athena_deadpool": "string",
  "athena_scylladb": "string",
  "cargo_toml_version": "string",
  "mirrors": [
    {
      "url": "http://example.com",
      "status": "online",
      "latency_ms": 0,
      "download_bytes_per_sec": 0,
      "cargo_toml_version": "string",
      "message": "string"
    }
  ]
}
{
  "status": "error",
  "message": "string",
  "error": "string"
}