GET
/
instances
/
{instance}
/
bandwidth
curl --request GET \
  --url https://api.altostrat.io/instances/{instance}/bandwidth \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

instance
string
required

UUID of the instance

Response

200
application/json

Returns bandwidth usage details

The response is of type object.