curl --request GET \
--url https://use.hoop.dev/api/serverconfig/misc{
"grpc_server_url": "grpc://127.0.0.1:8010",
"postgres_server_config": {
"listen_address": "0.0.0.0:15432"
},
"product_analytics": "active",
"rdp_server_config": {
"listen_address": "0.0.0.0:13389"
},
"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",
"postgres_server_config": {
"listen_address": "0.0.0.0:15432"
},
"product_analytics": "active",
"rdp_server_config": {
"listen_address": "0.0.0.0:13389"
},
"ssh_server_config": {
"hosts_key": "base64-pem-encoded-hosts-key",
"listen_address": "0.0.0.0:12222"
}
}OK
The gRPC server URL used to advertise the gRPC server to clients
Either to enable or disable the product analytics tracking
"active"
Was this page helpful?