[Survey] The 2025 Observability Survey - Share your opinion and earn $10.Take the survey

IPGroup Consolidated Report

 

API :

http://SERVERIP:PORT/api/json/v2/nfareports/getIPGroupConsReport

Parameters

apiKey uniquekey
Type  speed/ volume / percentage
TimeFrame  hourly / today/ yesterday / weekly/monthly / eight / custom

Sample API :

http://localhost:8080/api/json/nfareports/getIPGroupConsReport?&apiKey=407ef7c282fa0ace024d34f6cc8e7ba1&Typ=speed&TimeFrame=hourly

Sample Output :

{

"data":[

[

  • 2500005,
  • "ac",
  • "109.238 Kbps",
  • "109.238 Kbps",
  • "218.476 Kbps",

],

[

  • 2500001,
  • "Mail Sites",
  • "0.00 bps",
  • "0.00 bps",
  • "0.00 bps",

],

[

  • 2500002,
  • "Social Network Sites",
  • "0.00 bps",
  • "0.00 bps",
  • "0.00 bps",

]

],

  • "startTime": "2018-10-10 10:05",
  • "endTime": "2018-10-10 11:05",

}

Back to Top