GET
/
top10wan
curl --request GET \
  --url https://api.altostrat.io/faults/top10wan \
  --header 'Authorization: Bearer <token>'
[
  {
    "tunnel_name": "pppoe 1",
    "site_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "count": 19,
    "resource_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "faults": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "message": "Site Offline: location1",
        "resolved_at": "2023-07-01 08:03:22",
        "created_at": "2023-07-01 07:05:22",
        "duration": "58 minutes",
        "severity": "critical",
        "type": "site",
        "cause": "Disconnected",
        "site_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "resource_identifier": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Array of top 10 WAN tunnel faults grouped by resource_id.

The response is of type object[].