v1

latestSwagger 2.02026-07-1798126172.4 KB
Connection

Returns connection traffic information

Returns traffic information about requested connection

get/connection/traffic

Response

Connection traffic

bytes_receivedinteger
bytes_sentinteger

Example response

{
  "bytes_received": 1024,
  "bytes_sent": 1024
}