Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/control-plane/{siteId}/management-server \
--header 'Authorization: Bearer <token>'{
"management_server": "edge-us-east-1a.ostrat.io"
}Retrieves the hostname of the Altostrat management server currently responsible for the site’s secure tunnel. This is useful for diagnostics.
curl --request GET \
--url https://v1.api.altostrat.io/control-plane/{siteId}/management-server \
--header 'Authorization: Bearer <token>'{
"management_server": "edge-us-east-1a.ostrat.io"
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your JWT bearer token.
The unique identifier for the site.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The management server details.
The hostname of the management server. May show 'Tunnel is offline' if the site is not connected.
"edge-us-east-1a.ostrat.io"
Was this page helpful?