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/service-counts \
--header 'Authorization: Bearer <token>'[
{
"id": "9c693485-0552-474c-a7c8-7b969a5330a1",
"site_id": "9c69345c-8d39-4786-9f17-8153c988c89a"
}
]Retrieves a list of all sites associated with the authenticated user that have the WAN Failover service currently activated.
curl --request GET \
--url https://v1.api.altostrat.io/failover/service-counts \
--header 'Authorization: Bearer <token>'[
{
"id": "9c693485-0552-474c-a7c8-7b969a5330a1",
"site_id": "9c69345c-8d39-4786-9f17-8153c988c89a"
}
]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
A list of sites with the failover service enabled.
Was this page helpful?