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/metrics/interfaces/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"id": "9f9510bd-1234-5678-a7cf-f845a39e26db",
"name": "ether1-wan"
}
]Retrieves a list of all network interfaces monitored via SNMP for a specific site.
curl --request GET \
--url https://v1.api.altostrat.io/metrics/interfaces/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"id": "9f9510bd-1234-5678-a7cf-f845a39e26db",
"name": "ether1-wan"
}
]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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the site.
"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"
Was this page helpful?