Proxy Manager
ProxyManager Disconnect
Send a disconnect request. The transport layer will disconnect the connected client asynchronously
POST
Response
202
application/json
Accepted
The request access duration in case of review
Example:
1800000000000
The time (RFC3339) when the client connect
Example:
"2024-07-25T19:36:41Z"
The requested connection name
The requested connection subtype
The requested connection type
Deterministic uuid identifier of the user
Example:
"20A5AABE-C35D-4F04-A5A7-C856EE6C7703"
Metadata information about the client
Example:
{
"go-version": "1.22.4",
"hostname": "johnwick.local",
"platform": "amd64",
"session": "15B3C616-6B43-4F85-B4FD-B83378A866C2",
"version": "1.23.4"
}
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