自定义节点组节点信息

方法:POST

Content-Type:application/x-www-form-urlencoded

https://network.tingyun.com/network-report-data/subProbe/subprobeData-json-authkey/loadSpeedIspsList

请求参数

字段名 类型 必填 选项 描述
authkey String -- 授权码
type int 0:PC,1:真机 节点组类型

返回参数

字段名 类型 描述
status int 返回状态
data object 数据,详情见下方data字段说明

data字段说明

字段名 类型 描述
publicNode object 公有节点数据
privateNode object 私有节点数据

publicNode字段说明

字段名 类型 描述
totalData array 全部节点数据,详情见totalData对象字段说明
country array 国家数据 [ { "country_id": 48, "country_name": "中国" } ]
prov array 省份数据 [ { "prov_id": 4811, "prov_name": "北京" }]
city array 城市数据 [ { "city_id": 485001, "city_name": "重庆市" }]
isp array 运营商数据 [ { "isp_id": 16, "isp_name": "中国联通" }]
conn array 连接方式数据 [ { "conn_id": 9, "conn_name": "LastMile" } ]

totalData对象字段说明

字段名 类型 描述
city_id int 城市id
city_name string 城市名称
prov_id int 省份id
prov_name string 省份名称
country_id int 国家id
country_name string 国家名称
conn_id int 接入方式id
conn_name string 接入方式名称
isp_id int 运营商id
isp_name string 运营商名称
sla_probe int 节点sla(数量)
ipv6 boolean 是否支持ipv6

privateNode字段说明

字段名 类型 描述
probeId int 节点ID
probeIp string 节点IP
probeAlias string 节点别名

错误说明

字段说明 错误信息
状态码 status
错误信息 message
错误码 error_code
日期 time

返回示例

{
    "status": 200,
    "data": {
        "id": 16466,
        "name": "te",
        "comments": "a",
        "grp_option": 0,
        "probe_total": 3,
        "probes": [
            {
                "city_id": 481101,
                "city_name": "北京市",
                "conn_id": 8,
                "conn_name": "IDC机房专线",
                "isp_id": 25,
                "isp_name": "中国移动",
                "probe_id": 0,
                "probe_ip": null,
                "type": 0,
                "sla_probe": 3
            }
        ]
    },
    "error_code": 0,
    "time": "2023-04-03 07:06:21"
}
© 2007-2023 北京基调网络股份有限公司 all right reserved,powered by Gitbook本文档更新于: 2023-09-04 17:23

results matching ""

    No results matching ""