If the option is not documented in the restAPI guide, it may be expected behavior.
Please work with Aruba Support to verify that 6GHz support has been added to the restAPI; and if not let them file a bug for that.
------------------------------
Herman Robers
------------------------
If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check
https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.
In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
------------------------------
Original Message:
Sent: Apr 28, 2023 12:29 PM
From: jarap
Subject: AP 635 RestAPI /rest/ssid to set rf-band-6ghz
I am able to use the cli to configure an ssid-profile with rf-band-6Ghz, but this option is not documented in the restAPI guide. I tried anyway but it does not set the 6ghz band:
{
"ssid-profile" :
{
"action" : "create",
"ssid-profile" : "oak",
"essid": {
"action" : "create",
"value" : "squirrel"
},
"type": "employee",
"rf-band" : "none",
"rf-band-6ghz" : "enable",
"enable" : "yes",
}
}