Proxy Manager
ProxyManager Disconnect
Send a disconnect request. The transport layer will disconnect the connected client asynchronously
POST
/
proxymanager
/
disconnect
Response
202 - 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