Athena
ProvisionInstancesContainer_nameBindings

Bind a managed instance host port to a public route mapping

POST
/admin/provision/instances/{container_name}/bindings

Path Parameters

container_name*string

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

route_key*string
client_name?|
public_host?|
public_port?|
Formatint32
persist_in_catalog?boolean
Defaulttrue

Response Body

curl -X POST "https://athena-cluster.com/admin/provision/instances/string/bindings" \  -H "apikey: string" \  -H "Content-Type: application/json" \  -d '{    "route_key": "string"  }'
Empty
Empty
Empty
Empty
Empty