拨测任务:查询结果 请求示例 请求url /v4/monitor/queryinstantdetectiontask 请求头header 无 请求体body json { "type": "http", "taskID": "acd8b6b4610b97d202306301808" } 响应示例 json { "statusCode":800, "returnObj":{ "data":{ "pingData":[ { "targetIP":"203.0.113.1", "status":200, "packetLoss":2.5, "maxTime":452, "minTime":202, "avgTime":326, "detail":"PING www.ctyun.cn (36.250.144.27): 56 data bytes", "pointID":"910c3625d5f0ebe505d44d4f257d6ae9" } ], "httpData":[], "mtrData":[], "tracerouteData":[] }, "status":2, "type":"ping", "duration":500, "createTime":1688119722000 }, "errorCode":"", "message":"Success", "msgDesc":"成功" } 状态码 状态码 描述 200 请求成功 错误码 errorCode 描述 Monitor.InstantDetection.CreateListenerFailed 创建监听数据包的网络连接失败 Monitor.InstantDetection.WriteToFailed 写入网络连接错误 Monitor.InstantDetection.ReadFromFailed 从连接中读取错误 Monitor.InstantDetection.TraceRouteFailed 路由追踪失败 Monitor.InstantDetection.InvalidResponseError 无效相应 Monitor.InstantDetection.HttpTimeoutError Http请求超时未响应 Monitor.InstantDetection.DnsLookupFailed DNS查找失败 Monitor.InstantDetection.ReturnIpFailed 返回IP地址失败 Monitor.InstantDetection.NetworkOperationFailed 网络操作失败 Monitor.InstantDetection.TaskExpirationError 任务已过期 其他 参见公共错误码说明