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/services \
--header 'Authorization: Bearer <token>'[
{
"name": "HTTPS",
"port": 443,
"protocols": [
{
"name": "TCP",
"value": 6
}
]
}
]Retrieves a list of common network services and their standard port numbers to aid in the creation of firewall rules.
curl --request GET \
--url https://v1.api.altostrat.io/vpc/reference/services \
--header 'Authorization: Bearer <token>'[
{
"name": "HTTPS",
"port": 443,
"protocols": [
{
"name": "TCP",
"value": 6
}
]
}
]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?