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.
Body
The connection target
"pgdemo"
The port to listen in the client
"5432"
The access duration (in nanoseconds) of a session in case the connect has a review. Default to 30 minutes
1800000000000
Response
The request access duration in case of review
1800000000000
The time (RFC3339) when the client connect
"2024-07-25T19:36:41Z"
The requested connection name
The requested connection subtype
The requested connection type
Deterministic uuid identifier of the user
"20A5AABE-C35D-4F04-A5A7-C856EE6C7703"
Metadata information about the client
{
"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
ready
, connected
, disconnected