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/vpn/instances/{instanceId}/bandwidth \
--header 'Authorization: Bearer <token>'{
"incoming_bytes": 1234567890,
"outgoing_bytes": 9876543210,
"date": "2025-10-29"
}Fetches the bandwidth usage statistics for the primary server associated with a VPN instance.
curl --request GET \
--url https://v1.api.altostrat.io/vpn/instances/{instanceId}/bandwidth \
--header 'Authorization: Bearer <token>'{
"incoming_bytes": 1234567890,
"outgoing_bytes": 9876543210,
"date": "2025-10-29"
}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 bearer token in the format: Bearer {token}
The unique identifier (UUID) for the VPN instance.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
Bandwidth usage data.
Total incoming data transfer in bytes for the current billing period.
1234567890
Total outgoing data transfer in bytes for the current billing period.
9876543210
The date the bandwidth measurement was taken.
"2025-10-29"
Was this page helpful?