Proxy Manager
ProxyManager Status
Get the current status of the client
GET
/
proxymanager
/
status
Query Parameters
type
string
Filter by type
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