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

时间:2025-02-17 11:38:12

响应示例

返回状态码为200:当前站点下所有AP设备射频配置信息,返回结构体参见DeviceRadioConfigResponsesDto。

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" : "",
	"totalRecords" : 1,
	"data" : [
		{
			"deviceId" : "fbde1c5d-5b94-49e3-a912-48641015e45c",
			"deviceName" : "21500829352SH1904172",
			"radio2dot4Enabled" : true,
			"radio2dot4Power" : "auto",
			"radio2dot4Channel" : "auto",
			"radio2Support" : true,
			"antenna2Dot4Gain" : "6",
			"radio2Dot4Bandwidth" : "20mhz",
			"radio5Enabled" : true,
			"radio5Power" : "auto",
			"radio5Channel" : "auto",
			"radio5Channel2" : "auto",
			"radio5Support" : true,
			"antenna5Gain" : "6",
			"radio5Bandwidth" : "20mhz",
			"globalFlexibleRadio" : 1,
			"flexibleRadio" : 0,
			"redundancy" : true,
			"frequency" : "",
			"workMode" : "",
			"radio2th5Enabled" : true,
			"radio2th5Power" : "",
			"radio2th5Channel" : "",
			"antenna2th5Gain" : "0",
			"radio2th5Bandwidth" : "20mhz",
			"radio2th5Support" : false,
			"radio5BandwidthEnable" : false,
			"radio2BandwidthEnable" : false,
			"radio2th5BandwidthEnable" : false,
			"mode" : "default",
			"radio2th5SupportMode" : "0",
			"radio2RFType" : 1,
			"fastpassusers2gEnable" : true,
			"fastpassusers2gNum" : 5,
			"fastpassusers2gPeriod" : "20ms",
			"fastpassusers2gRatio" : 25,
			"fastpassusers5gEnable" : true,
			"fastpassusers5gNum" : 5,
			"fastpassusers5gPeriod" : "20ms",
			"fastpassusers5gRatio" : 25,
			"fastpassusers6gEnable" : true,
			"fastpassusers6gNum" : 5,
			"fastpassusers6gPeriod" : "20ms",
			"fastpassusers6gRatio" : 25
		}
	]
}

返回状态码为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_0000001852678866.html