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/wan/{site_id}/tunnel/interfaces \
--header 'Authorization: Bearer <token>'[
{
"name": "ether1-wan",
"type": "ether",
"comment": "Primary ISP Connection",
"mac_address": "00:0C:29:12:34:56"
}
]Retrieves a list of available physical and logical network interfaces from the router at the specified site. This is useful for identifying the correct interface name when configuring a tunnel.
curl --request GET \
--url https://v1.api.altostrat.io/wan/{site_id}/tunnel/interfaces \
--header 'Authorization: Bearer <token>'[
{
"name": "ether1-wan",
"type": "ether",
"comment": "Primary ISP Connection",
"mac_address": "00:0C:29:12:34:56"
}
]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 in the format: Bearer
The unique identifier for the site.
"9c69345c-8d39-4786-9f17-8153c988c89a"
A list of available router interfaces.
Was this page helpful?