curl --request GET \
--url https://use.hoop.dev/api/serverconfig/misc{
"grpc_server_url": "grpc://127.0.0.1:8010",
"http_proxy_server_config": {
"listen_address": "http://0.0.0.0:18888"
},
"postgres_server_config": {
"listen_address": "0.0.0.0:15432"
},
"rdp_server_config": {
"listen_address": "0.0.0.0:3389"
},
"ssh_server_config": {
"hosts_key": "base64-pem-encoded-hosts-key",
"listen_address": "0.0.0.0:12222"
}
}Get server miscellaneous configuration
curl --request GET \
--url https://use.hoop.dev/api/serverconfig/misc{
"grpc_server_url": "grpc://127.0.0.1:8010",
"http_proxy_server_config": {
"listen_address": "http://0.0.0.0:18888"
},
"postgres_server_config": {
"listen_address": "0.0.0.0:15432"
},
"rdp_server_config": {
"listen_address": "0.0.0.0:3389"
},
"ssh_server_config": {
"hosts_key": "base64-pem-encoded-hosts-key",
"listen_address": "0.0.0.0:12222"
}
}Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
OK
The gRPC server URL used to advertise the gRPC server to clients
The HTTP proxy server configuration
Show child attributes
The PostgreSQL server proxy configuration
Show child attributes
The RDP server proxy configuration
Show child attributes
The SSH server proxy configuration
Show child attributes
Was this page helpful?