GET/v1/monitor/site/top
type
string
required
统计类型,可选值top-ip、top-url、top-domain、top-referer、top-country、top-province。
domain
string
域名,多个域名空格分隔
server_port
string
访问端口
cc
string
可选值为1或0,为1时,统计攻击数据。
recent_time
string
最近时间数据,可选为10m、30m、60m。
返回结果
{
	"code": 0,
	"data": [{
		"count": 10,
		"res": "1.1.1.1",
		"traffic": 2360.0
	}{
		"count": 1,
		"res": "2.2.2.2",
		"traffic": 1360.0
	}],
	"msg": ""
}
© 版权声明
评论 抢沙发

请登录后发表评论

    暂无评论内容