Skip to main content
GET
/
metrics
/
interfaces
/
{siteId}
List Site Interfaces
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

siteId
string<uuid>
required

The unique identifier for the site.

Example:

"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"

Response

A list of interface objects for the specified site.

id
string<uuid>

The unique identifier for the SNMP interface.

Example:

"9f9510bd-1234-5678-a7cf-f845a39e26db"

name
string

The name of the interface (e.g., ether1, sfp-plus1).

Example:

"ether1-wan"