GET
/
api
/
routers
/
{router_id}
/
metrics
curl --request GET \
  --url https://api.altostrat.io/api/routers/{router_id}/metrics \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": [
    {
      "date": "<string>",
      "minutes_down": 123,
      "percentage_down": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Use the Authorization: Bearer <token> header format

Path Parameters

router_id
string
required

The UUID of the router.

Response

200 - application/json
Metrics data array
status
string
data
object[]