الانتقال إلى المحتوى الرئيسي
GET
/
v1
/
monitoring
/
interfaces
/
{siteId}
سرد واجهات الموقع
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

المعرّف الفريد للموقع.

Example:

"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"

Response

قائمة بكائنات الواجهات للموقع المحدد.

id
string<uuid>

المعرّف الفريد لواجهة SNMP.

Example:

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

name
string

اسم الواجهة (على سبيل المثال، ether1، sfp-plus1).

Example:

"ether1-wan"