华为乾坤-查询设备网络速率历史数据:响应示例

时间:2023-12-08 14:36:36

响应示例

返回状态码为200:获取网络速率信息。
HTTP/1.1 200 OK
Date: Fri,25 Aug 2023 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
	"errcode" : "0",
	"errmsg" : "",
	"totalRecords" : 1,
	"data" : [
		{
			"timestamp" : 1537407600,
			"uplinkRate" : 12180.0,
			"downlinkRate" : 34225.0,
			"unit" : "bps"
		}
	]
}
返回状态码为400:参数非法,查询失败。
HTTP/1.1 400 Bad Request
Date: Fri,25 Aug 2023 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
support.huaweicloud.com/qiankuncmn-qiankuncs/qiankuncs_cmn_08_0133.html