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
connection_name
string
requiredThe connection target
port
string
requiredThe port to listen in the client
access_duration
integer
The access duration (in nanoseconds) of a session in case the connect has a review. Default to 30 minutes
Response
200 - application/json
access_duration
integer
The request access duration in case of review
connected-at
string
The time (RFC3339) when the client connect
connection_name
string
The requested connection name
id
string
Deterministic uuid identifier of the user
metadata
object
Metadata information about the client
port
string
The requested client port to listen
status
enum<string>
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