Skip to main content
GET
/
v1
/
monitoring
/
interfaces
/
{siteId}
List Site Interfaces
curl --request GET \
  --url https://api.altostrat.io/v1/monitoring/interfaces/{siteId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "9f9510bd-1234-5678-a7cf-f845a39e26db",
    "name": "ether1-wan"
  }
]

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"