WebSocket and CDC Gateway
Athena WebSocket gateway transport, actions, and health metadata.
WebSocket Endpoints
The WebSocket contract is documented via:
GET /openapi-wss.yamlGET /wss/infoGET /wss/gatewayGET /healthGET /ready
Supported Actions
Message actions mirror gateway HTTP operations:
gateway.fetchgateway.insertgateway.updategateway.deletegateway.query
Request Envelope
A request envelope includes:
actionclient_namepath- optional
request_id,method,headers,query, andbody
Auth and Context
Client and auth headers are forwarded through the message envelope headers when required by upstream HTTP routes.