POST
/
proxymanager
/
connect

Body

application/json
access_duration
integer

The access duration (in nanoseconds) of a session in case the connect has a review. Default to 30 minutes

connection_name
string
required

The connection target

port
string
required

The port to listen in the client

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