Ip global whitelist
Upsert a global IP whitelist rule
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
addr*string
client_name?|
label?|
Response Body
curl -X POST "https://athena-cluster.com/admin/ip-global-whitelist" \ -H "apikey: string" \ -H "Content-Type: application/json" \ -d '{ "addr": "string" }'Empty
List global IP whitelist rules (precedence over per-key rules) GET
Previous Page
Provision a Postgres database with the Athena schema POST
Runs the bundled provisioning SQL against either a direct `uri` or a registered `client_name`. When `register` is true and `uri` is provided, the client is added to the runtime catalog after provisioning.