Proxy Manager
ProxyManager Connect
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Proxy Manager
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.
POST
/
proxymanager
/
connect
curl --request POST \
--url https://use.hoop.dev/api/proxymanager/connect \
--header 'Content-Type: application/json' \
--data '{
"access_duration": 1800000000000,
"connection_name": "pgdemo",
"port": "5432"
}'
{
"access_duration": 1800000000000,
"connected-at": "2024-07-25T19:36:41Z",
"connection_name": "<string>",
"connection_subtype": "<string>",
"connection_type": "<string>",
"has_review": true,
"id": "20A5AABE-C35D-4F04-A5A7-C856EE6C7703",
"metadata": {
"go-version": "1.22.4",
"hostname": "johnwick.local",
"platform": "amd64",
"session": "15B3C616-6B43-4F85-B4FD-B83378A866C2",
"version": "1.23.4"
},
"port": "<string>",
"status": "ready"
}
Body
application/json
The request body resource
The body is of type object
.
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://use.hoop.dev/api/proxymanager/connect \
--header 'Content-Type: application/json' \
--data '{
"access_duration": 1800000000000,
"connection_name": "pgdemo",
"port": "5432"
}'
{
"access_duration": 1800000000000,
"connected-at": "2024-07-25T19:36:41Z",
"connection_name": "<string>",
"connection_subtype": "<string>",
"connection_type": "<string>",
"has_review": true,
"id": "20A5AABE-C35D-4F04-A5A7-C856EE6C7703",
"metadata": {
"go-version": "1.22.4",
"hostname": "johnwick.local",
"platform": "amd64",
"session": "15B3C616-6B43-4F85-B4FD-B83378A866C2",
"version": "1.23.4"
},
"port": "<string>",
"status": "ready"
}