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 POST \
--url https://v1.api.altostrat.io/failover/{site_id}/configs \
--header 'Authorization: Bearer <token>'{
"subscription_id": "9c693485-0552-474c-a7c8-7b969a5330a1"
}Activates the WAN Failover service for a specified site. This is the first step to enabling SD-WAN capabilities. Activating the service automatically creates two default, unconfigured WAN tunnels.
curl --request POST \
--url https://v1.api.altostrat.io/failover/{site_id}/configs \
--header 'Authorization: Bearer <token>'{
"subscription_id": "9c693485-0552-474c-a7c8-7b969a5330a1"
}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"
Failover service successfully activated.
The unique identifier for the activated Failover service subscription on this site. Will be null if the service is not active.
"9c693485-0552-474c-a7c8-7b969a5330a1"
Was this page helpful?