Athena
ClientsPressureBackfill

Queue a client pressure backfill request

POST
/admin/clients/pressure/backfill

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.

Request Body

application/json

hours_back?integer
Default24
Range1 <= value <= 720

Response Body

application/json

application/json

curl -X POST "https://athena-cluster.com/admin/clients/pressure/backfill" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "status": "success",
  "message": "string",
  "data": {
    "request": {}
  }
}
{
  "status": "error",
  "message": "string",
  "error": "string"
}