List latest Athena client pressure snapshots
Header Parameters
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
Response Body
application/json
application/json
curl -X GET "https://athena-cluster.com/admin/clients/pressure" \ -H "apikey: string"{
"status": "success",
"message": "string",
"data": {
"snapshots": [
{}
],
"last_run": {}
}
}{
"status": "error",
"message": "string",
"error": "string"
}Approximate per-table row counts plus storage-pressure advisories GET
Runs a read-only catalog query against the target Postgres client and returns approximate row counts sourced from `pg_class.reltuples`. Responses are cached through Athena's shared response cache (in-process + Redis when configured). Send `Cache-Control: no-cache` to bypass the cache and force a fresh snapshot. By default Athena excludes system schemas (`pg_catalog`, `information_schema`, `pg_toast`, and temporary variants). Snapshot advisories also flag very large tables and Athena-managed gateway log tables that commonly show up in disk-pressure incidents.
Queue a client pressure backfill request POST
Next Page