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/backup/{siteId}/subnets \
--header 'Authorization: Bearer <token>'[
{
"route": "192.168.88.0/24",
"interface": "bridge"
}
]Returns the subnet routes discovered from the latest configuration data for a site. SDX uses this when you attach site subnets to captive portal, VPN, CVE scan, and other network services.
curl --request GET \
--url https://v1.api.altostrat.io/backup/{siteId}/subnets \
--header 'Authorization: Bearer <token>'[
{
"route": "192.168.88.0/24",
"interface": "bridge"
}
]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.
A bearer token is required for all API requests. Obtain a token via the Altostrat Authentication API.
The unique identifier for the site.
Was this page helpful?