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/wan/{site_id}/failover/priorities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"priorities": [
{
"id": "9c6934c9-586b-47e5-9c59-8669911e8609",
"priority": 1
},
{
"id": "9c6934ca-8a71-46ca-9781-64d88e0b621e",
"priority": 2
}
]
}
'[
{
"id": "9c6934c9-586b-47e5-9c59-8669911e8609",
"priority": 1
}
]Re-orders the failover priority for all tunnels associated with a site. This is an atomic operation; you must provide a complete list of all tunnels and their desired new priorities. The lowest number represents the highest priority.
curl --request POST \
--url https://v1.api.altostrat.io/wan/{site_id}/failover/priorities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"priorities": [
{
"id": "9c6934c9-586b-47e5-9c59-8669911e8609",
"priority": 1
},
{
"id": "9c6934ca-8a71-46ca-9781-64d88e0b621e",
"priority": 2
}
]
}
'[
{
"id": "9c6934c9-586b-47e5-9c59-8669911e8609",
"priority": 1
}
]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 complete list of tunnels and their new priorities.
Show child attributes
Was this page helpful?