华为乾坤-修改AP站点射频配置信息:响应示例
时间:2025-05-12 15:31:23
响应示例
返回状态码为200:修改AP站点射频配置结果,返回结构体参见GroupRadioConfigResponsesDto。
HTTP/1.1 200 OK Date: Sun,11 May 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" : { "countryCode" : "CN", "scanSwitch" : true, "scanSwitch5g" : true, "scanDuration" : "60", "scanInterval" : "10000", "scanChannel" : "country-channel", "dca2gChannelSet" : "1,6,11", "dcaBandwidth" : "20mhz", "dca5gChannelSet" : "44,56,36,48,161,153,165,157,149,60,40,52,64", "calibrate" : "auto", "dcaStartTime" : "03:00:00", "dcaInterval" : 1440, "dcaScheduleTime" : "03:00:00", "tpcMaxTxPwr" : 127, "tpcMinTxPwr" : 1, "tpcCoverageThreshold" : -60, "radio2Dot4GuardIntervalMode" : "short", "radio5GuardIntervalMode" : "short", "radio11ax2Dot4GuardIntervalMode" : "dot8", "radio11ax5GuardIntervalMode" : "1dot6", "referenceDataAnalysis" : true, "selfCalibrate" : false, "radio2gMulticastRate" : "5.5", "radio5gMulticastRate" : "6", "radio5gVhtAMsduEnable" : false, "radio5gMaxFrameNum" : 2, "wmmMode" : true, "edcaClient" : [ { "ac" : "acVo", "aifsn" : 3, "ecwMin" : 4, "ecwMax" : 6, "txoplimit" : 0, "ackPolicy" : "normal" } ], "spectrumAnalysis" : false, "channelMonitor" : false, "antennaMode" : "omnidirection", "beaconCycle" : 60, "rtsCtsMode" : "cts-to-self", "rtsCtsThreshold" : 1400, "autoEnable" : true, "timeTemplateId" : "94386ba0-9976-4f92-b699-f3ca00de56e5", "airTimeFairSchedule" : true, "powerAutoAdjust" : true, "beamforming" : true, "dynamicSwitch" : false, "deauthFailTimes" : 0, "smartRoam" : false, "smartRoamThresholdSnr" : 20, "uca2gClientEnable" : false, "access2gThrehold" : 64, "reachthresHold2G" : 1, "uca5gClientEnable" : false, "access5gThrehold" : 64, "reachthresHold5G" : 1, "calibratePolicy" : "rogueAp,noise", "radio2gBaseRate" : "6,9,11", "radio2gSupportRate" : "6,9,11", "radio5gBaseRate" : "6,9,12", "radio5gSupportRate" : "6,9,12", "radio2gType" : "dot11ax", "radio5gType" : "dot11ax", "tpc5gMinTxPwr" : 9, "tpc5gMaxTxPwr" : 127, "tpc5gCoverageThreshold" : -60, "enableFlag2g" : false, "enableFlag5g" : false, "smartRoamScene2g" : "general", "smartRoamScene5g" : "general", "snr2g" : 5, "checkInterval2g" : 300, "snr5g" : 5, "checkInterval5g" : 300, "beEdcaMode" : true, "beEdcaThreshold" : 30, "mediaEdcaMode" : true, "mediaVoiceThreshold" : 30, "mediaVideoThreshold" : 30, "tcpWindowTuningSwitch" : true, "mediaVoiceDelay" : 2, "mediaVideoDelay" : 2, "mediaVoiceRatio" : 2, "mediaVideoRatio" : 2, "wmmScene" : "default", "flexibleRadio" : 2, "utmostPower2g" : 2, "utmostPower5g" : 1, "vipUser2dot4ModeUserDefine" : 20, "vipUser5ModeUserDefine" : 20, "mode" : "default", "radio5gSliceEnable" : false, "radio5gSliceRtt" : 20, "radio5gSliceRatio" : 80, "radio5gSliceFrerEnhance" : false, "coSrEnable" : true, "6gRadioConfig" : { "dca6gChannelSet" : "1,5,9,13,17,21,25,29", "dca6gBandwidth" : "20mhz", "scanSwitch6g" : true, "radio11ax6GuardIntervalMode" : "1dot6", "tpc6gMinTxPwr" : 9, "tpc6gMaxTxPwr" : 127, "tpc6gCoverageThreshold" : -60, "uacClientEnableFlag6g" : false, "uacAccess6gThrehold" : 64, "uacReachthresHold6G" : 1, "radio6gVhtAMsduEnable" : false, "radio6gMaxFrameNum" : 2, "radio6gMulticastRate" : "6", "smartRoamScene6g" : "general", "smartRoamSnr6g" : 5, "smartRoamCheckInterval6g" : 300, "utmostPower6g" : 1, "vipUser6gModeUserDefine" : 20, "enableFlag6g" : false, "vipUser6ModePhyProtection" : "security-priority" }, "fastpassusers2gEnable" : true, "fastpassusers2gNum" : 5, "fastpassusers2gPeriod" : "20ms", "fastpassusers2gRatio" : 25, "fastpassusers5gEnable" : true, "fastpassusers5gNum" : 5, "fastpassusers5gPeriod" : "20ms", "fastpassusers5gRatio" : 25, "fastpassusers6gEnable" : true, "fastpassusers6gNum" : 5, "fastpassusers6gPeriod" : "20ms", "fastpassusers6gRatio" : 25, "startThreshold2g" : 100, "gapThreshold2g" : 90, "snrThreshold2g" : 20, "denyThreshold2g" : 0, "clientBandExpire2g" : 35 } }
返回状态码为400:校验异常。
HTTP/1.1 400 Bad Request Date: Sun,11 May 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_0000001898879501.html