curl --location --request GET 'https://www.bmtcloud.com.cn/api/device/v1/test/result?device_id=xxxdfasdf&biz_type=1' \
--header 'ak;' \
--header 'timestamp;' \
--header 'sign;'
{
"code": 0,
"message": "success",
"current_time": 1722415886,
"event_id": "20240731165126970348200353954305",
"data": {
"result": [
{
"avgTestBandwidth": "",
"duration": "30",
"lineQuality": [
{
"avgUpBandwidth": "62670084",
"ip": "10.125.69.72/32",
"name": "ppp0",
"networkDelay": 0,
"packetLossRate": 0
},
{
"avgUpBandwidth": "36350718",
"ip": "10.125.85.38/32",
"name": "ppp1",
"networkDelay": 0,
"packetLossRate": 0
}
],
"maxTestBandwidth": "",
"notDeployReason": "",
"tcpRetransmissionRatio": 0,
"type": "limit",
"upBandwidthTestTime": "2024-07-31 15:09:29"
}
]
}
}