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/vpc/reference/protocols \
--header 'Authorization: Bearer <token>'[
{
"name": "TCP",
"value": 6,
"supports_ports": true
}
]Retrieves a list of all supported network protocols and their corresponding integer values, which are required when creating firewall rules.
curl --request GET \
--url https://v1.api.altostrat.io/vpc/reference/protocols \
--header 'Authorization: Bearer <token>'[
{
"name": "TCP",
"value": 6,
"supports_ports": true
}
]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.
Authentication is performed via an Auth0-issued JSON Web Token (JWT). Provide the token in the Authorization header with the Bearer scheme.
Was this page helpful?