Proxy Manager
ProxyManager Connect
Send a connect request to the client. A successful response indicates the client has stablished a connection.
If the connection resource has the review enabled, it returns a successful response containing the link of the review in the Localtion
header.
POST
/
proxymanager
/
connect
Body
application/json
The connection target
The port to listen in the client
The access duration (in nanoseconds) of a session in case the connect has a review. Default to 30 minutes
Response
200 - application/json
The request access duration in case of review
The time (RFC3339) when the client connect
The requested connection name
Deterministic uuid identifier of the user
Metadata information about the client
The requested client port to listen
The status of the connection request
- ready - indicates the grpc client is ready to subscribe to a new connection
- connected - indicates the client has opened a new session
- disconnected - indicates the grpc client has disconnected
Available options:
ready
, connected
, disconnected