v1

latestSwagger 2.0MIT2026-07-1743969.5 KB
Manager

Return recent stats of all proxies

get/recent_stats

Response

Successful response

portsobject

An object containing statistics grouped by proxy port

ssl_enableboolean

Whether or not SSL Analyzing is enabled on all proxy ports

successnumber

Total number of successful requests

totalnumber

Total number of requests

Example response

{
  "ports": {
    "24001": {
      "key": 24007,
      "in_bw": 1453,
      "out_bw": 579,
      "reqs": 2,
      "success": 2
    },
    "24002": {
      "key": 24257,
      "in_bw": 728,
      "out_bw": 277,
      "reqs": 1,
      "success": 1
    }
  }
}