获取任务使用的监测点列表

<基本信息>

Path: /apiapi/task/monitor

Method GET

请求参数类型 URL路径参数

响应参数类型:JSON


<请求参数>

Query

参数名称

是否必须

参数类型

默认值

示例

备注

task_id

int



请求示例

curl -H "token:a3af84f7c1d0d935024ba58b5da78aaa"  https://v6-api.jiankongbao.com/apiapi/task/monitor?task_id=2332


<返回数据>

名称

类型

是否必须

默认值

备注

其他信息


object

非必须



item 类型: object

monitor_id

number

非必须


监测点ID

备注: 监测点ID

monitor_name

string

非必须


监测点名

备注: 监测点名

monitor_name_en

string

非必须


监测点名国际化信息

备注: 监测点名国际化信息

isp_id

number

非必须


运营商id

备注: 运营商id

isp_name

string

非必须


运营商名

备注: 运营商名

location_code

number

非必须


地区编码

备注: 地区编码

location_name

string

非必须


地区名

备注: 地区名

world_region

string

非必须


监测点的世界地区名

备注: 监测点的世界地区名

world_region_code

number

非必须


监测点的世界地区id

备注: 监测点的世界地区id

china_region

string

非必须


监测点的中国地区名

备注: 监测点的中国地区名

china_region_code

number

非必须


监测点的中国地区id

备注: 监测点的中国地区id

响应示例

[
    {
        "monitor_id": 1,
        "monitor_name": "陕西西安电信",
        "monitor_name_en":"{\"tw\":\"\陝\西\西\安\電\信\",\"ch\":\"\陕\西\西\安\电\信\",\"en\":\"Shaanxi Xi'an Telecom\"}",
        "isp_id": 1,
        "isp_name": "电信",
        "location_code": 100610100,
        "location_name": "西安市",
        "world_region": "亚太",
        "world_region_code": 1,
        "china_region": "西北",
        "china_region_code": 1006
    },
    {
        "monitor_id": 2,
        "monitor_name": "辽宁大连联通",
        "monitor_name_en":"{\"ch\":\"\辽\宁\大\连\联\通\",\"tw\":\"\遼\寧\大\連\聯\通\",\"en\":\"Liaoning Dalian Unicom\"}",
        "isp_id": 2,
        "isp_name": "联通",
        "location_code": 100210200,
        "location_name": "大连市",
        "world_region": "亚太",
        "world_region_code": 1,
        "china_region": "东北",
        "china_region_code": 1002
    }
]