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/failover/{site_id}/configs \
--header 'Authorization: Bearer <token>'{
"subscription_id": "9c693485-0552-474c-a7c8-7b969a5330a1"
}Checks the status of the WAN Failover service for a specific site, returning the subscription ID if it is active.
curl --request GET \
--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"
The current status of the failover service for the site.
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?