ProvisionStatus
Check whether a client database is provisioned
Query Parameters
client_name*string
Registered client to check.
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
curl -X GET "https://athena-cluster.com/admin/provision/status?client_name=string" \ -H "apikey: string"{
"client_name": "string",
"provisioned": true,
"present_tables": [
"string"
],
"missing_tables": [
"string"
]
}Empty
Empty