get https://api.tetrascience.com/v1/data-acquisition/hubs
⚠️ This is a new API which is still subject to change.
Use this endpoint to get a list of Hubs.
Log in to see full request history
Response
⚠️ This is a new API which is still subject to change.
Use this endpoint to get a list of Hubs.
xxxxxxxxxx
curl --request GET \
--url https://api.tetrascience.com/v1/data-acquisition/hubs \
--header 'accept: application/json'
xxxxxxxxxx
142}
{
"hubs": [
{
"id": "string",
"name": "string",
"orgSlug": "string",
"description": "string",
"httpProxyHost": "string",
"httpProxyPort": 0,
"httpProxyUsername": "string",
"httpsProxyHost": "string",
"httpsProxyPort": 0,
"httpsProxyUsername": "string",
"noProxy": "string",
"l7ProxyForwardPort": 0,
"l7ProxyReverseHttpPort": 0,
"l7ProxyReverseHttpsPort": 0,
"l7ProxySocatPort": 0,
"l7ProxyReverseMqttPort": 0,
"l7ProxySocatMqttPort": 0,
"l7ProxyLocalnets": "string",
"l7ProxyDnsNameservers": "string",
"l7ProxyWhitelist": "string",
"l7ProxyMaximumMemoryMb": 0,
"enabled": true,