ViewsView_name
Drop a Postgres view
Drops the named view. Body may include additional options such as cascade.
curl -X DELETE "https://athena-cluster.com/management/views/string" \ -H "X-Athena-Client: string"Empty
Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}Create a Postgres view POST
Creates a view (or materialized view per request body) in the client's database. Requires `X-Athena-Client` and a client-bound API key with appropriate management rights.
List admission limiter events with optional decision and client filters GET
Returns rows from `gateway_admission_events` in descending `created_at` order. Requires the static admin key (`ATHENA_KEY_12`) and a connected `athena_logging` pool.