REST API IPグループ統合レポート

本ページではIPグループを対象にした統合レポートのREST APIについて説明します。

 

API

http://(サーバーIP):(ポート)/api/json/v2/nfareports/getIPGroupConsReport

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

 

パラメーター

apiKey (一意のキー)
Type speed/volume/percentage
TimeFrame hourly / today/ yesterday / weekly/monthly / eight / custom

 

出力例

{

"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",

}