GET
/
mikrotik-stats-all
/
{site}
curl --request GET \
  --url https://api.altostrat.io/mikrotik-stats-all/{site} \
  --header 'Authorization: Bearer <token>'
[
  {
    "uptime": 123,
    "cpu": 123,
    "free_memory": 123,
    "free_hdd": 123,
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

site
string
required

Site UUID

Response

200 - application/json

Array of mikrotik device stats

The response is of type object[].