Interfaces
(Internal) Summarized interface metrics
Calculates average and max in/out in MBps or similar for the date range. Possibly used by other microservices.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
SNMP interface ID
Body
application/json
StatsRangeRequest specifying from/to
The body is of type object
.
Response
200 - application/json
Returns e.g. { max_in, max_out, avg_in, avg_out } in MBps
The response is of type object
.