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/metrics/wan-tunnels/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"id": "9f9510bd-a425-4d9d-a7cf-f845a39e26db",
"site_id": "d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8",
"tunnel_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"username": "tunnel-user-123"
}
]Retrieves a list of all configured SD-WAN tunnels for a specific site.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/wan-tunnels/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"id": "9f9510bd-a425-4d9d-a7cf-f845a39e26db",
"site_id": "d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8",
"tunnel_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"username": "tunnel-user-123"
}
]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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the site.
"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"
A list of WAN tunnel objects for the specified site.
The internal unique identifier for the WAN tunnel record.
"9f9510bd-a425-4d9d-a7cf-f845a39e26db"
The identifier of the site this tunnel belongs to.
"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"
The unique identifier for the WAN tunnel resource itself.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
The username associated with the tunnel.
"tunnel-user-123"
Was this page helpful?