v52

latestSwagger 2.0raw.githubusercontent.com2026-08-0698126172.9 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
}