转发资源排行

请求URL

  • {{url}}/api/monitor/stream/top

请求方式

  • get

Header

字段名
示例值
必选
类型
说明

x-api-key

{{x-api-key}}

string

x-api-secret

{{x-api-secret}}

string

请求Query参数

参数名
示例值
必选
类型
说明

type

top-ports

string

类型,可选值为top-ports。

recent_time

10m

string

最近时间段,可选值为10m、30m、60m

请求参数示例


成功返回示例

{
  "code": 0,
  "data": [
    {
      "count": 36,
      "res": "88/TCP",
      "traffic": 16848
    }
  ],
  "msg": "ok"
}

成功返回示例的参数说明

参数名
类型
说明

code

string

data

array

count

string

res

string

traffic

string

msg

string

Last updated