华为乾坤-查询AP设备射频配置信息:响应示例

时间:2025-02-17 11:37:29

响应示例

返回状态码为200:AP设备射频配置信息。

HTTP/1.1 200 OK
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
	"errcode" : "0",
	"errmsg" : "",
	"data" : {
		"deviceId" : "fbde1c5d-5b94-49e3-a912-48641015e45c",
		"deviceName" : "21500829352SH1904172",
		"radio2dot4Enabled" : true,
		"radio2dot4Power" : "auto",
		"radio2dot4Channel" : "auto",
		"radio2dot4Bandwidth" : "auto",
		"antenna2Dot4Gain" : "6",
		"radio2BandwidthEnable" : true,
		"radio5Enabled" : true,
		"radio5Power" : "auto",
		"radio5Channel" : "auto",
		"radio5Channel2" : "auto",
		"antenna5Gain" : "6",
		"radio5Bandwidth" : "auto",
		"radio5BandwidthEnable" : true,
		"radio2th5Enabled" : true,
		"radio2th5Power" : "auto",
		"radio2th5Channel" : "auto",
		"antenna2th5Gain" : "0",
		"radio2th5Bandwidth" : "auto",
		"radio2th5BandwidthEnable" : true,
		"flexibleRadio" : 1,
		"radio2RFType" : 1
	}
}

返回状态码为400:校验异常。

HTTP/1.1 400 Bad Request
Date: Sun,16 Feb 2025 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/toctopics/zh-cn_topic_0000001852676898.html