Cluster
Cluster mirror health and version checks
Checks Athena mirror domains, returns reachability, latency, throughput, and reported version metadata.
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"
}Liveness probe for the WebSocket gateway GET
Previous Page
Fetch data via GET GET
Compatibility GET wrapper for fetch semantics. Converts query string filters and paging inputs into an internal fetch-style request. Use `sort_by`/`sort_direction` for simple ordering and the aggregation query parameters for grouped output.