Skip to content

Simplified Proxy Endpoint

POST
/production/proxy/{tenant_id}/{node_id}/{http_path}
tenant_id
required
Tenant Id
string
node_id
required
Node Id
string
http_path
required
Http Path
string
x-tenzir-request-id
Any of:
string
Request Body
object

Successful Response

WebsocketUserResponse

This is the response returned to the /proxy endpoint handler

object
message_type
Message Type
string
default: user-response
request_id
required
Request Id
string
payload_location
Any of:
PayloadLocation
string
Allowed values: inline external
http
Any of:
ProxiedHttpResponse
object
code
required
Code
integer
body_json
Any of:
object

{"detail": "Invalid API Key"}

{"detail": "Tenant not found"} {"detail": "Node not found"}

{"detail": "Proxy timed out"}

{"detail": "Node not connected"}

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string