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/vpn/site/{siteId}/subnets \
--header 'Authorization: Bearer <token>'[
{
"route": "192.168.50.0/24",
"type": "rfc1918",
"interface": "bridge"
}
]Retrieves a list of available subnets for a specific site, which is useful when configuring site-to-site peers.
curl --request GET \
--url https://v1.api.altostrat.io/vpn/site/{siteId}/subnets \
--header 'Authorization: Bearer <token>'[
{
"route": "192.168.50.0/24",
"type": "rfc1918",
"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.
Enter your bearer token in the format: Bearer {token}
The unique identifier (UUID) for the site.
"c3d5e2a0-88c9-4f7f-9f7b-6a1e2b4c5d6e"
Was this page helpful?