ClientsPressure
List latest Athena client pressure snapshots
Header Parameters
apikey*string
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"
}List gateway operation log rows for a client table operation GET
Returns rows from `gateway_operation_log` filtered by `client`, `table_name`, and `operation`, with optional `status` (`all`, `errors`, or `normal`) and pagination. Requires the static admin key (`ATHENA_KEY_12`) and a connected `athena_logging` pool.
Queue a client pressure backfill request POST
Next Page