Athena
Route_keyOp

Dispatch a public route alias to gateway operations

Resolves a configured public route key to a provisioned Athena client and forwards to gateway query/fetch/insert/update/delete.

POST
/public/{route_key}/{op}

Path Parameters

route_key*string
op*string
Value in"query" | "fetch" | "insert" | "update" | "delete"

Header Parameters

X-Athena-Key*string

Request Body

application/json

Response Body

application/json

curl -X POST "https://athena-cluster.com/public/string/query" \  -H "X-Athena-Key: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}