ClientsClient_namePressure
Inspect Athena client pressure detail
Path Parameters
client_name*string
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/string/pressure" \ -H "apikey: string"{
"status": "success",
"message": "string",
"data": {
"snapshot": {},
"tables": [
{}
],
"history": [
{}
],
"last_run": {}
}
}Empty
{
"status": "error",
"message": "string",
"error": "string"
}Freeze or unfreeze an Athena client PUT
Toggles temporary routing disablement without deleting the underlying catalog entry.
List query optimization recommendations for a client GET
Returns stored recommendations from the logging database with optional status filter and pagination. Requires the static admin key (`ATHENA_KEY_12`) and a connected `athena_logging` pool.