Hello, I've got many offices to report on via API. Some large offices have one or more MR AP devices, but small offices only provide wifi via their MX. I need to report on SSID configurations for all.
I've been happily using the API for many queries now with the proper key, org id, network id, etc.
I can retrieve the SSIDs for a large office with an AP by using the API command:
/networks/{networkId}/wireless/ssids
This corresponds to the SSIDs I see in the dashboard under the large template's Wireless|SSIDs tab.
However, for a small office with only an MX for wireless, the command above returns no records. This corresponds to the dashboard because the small template has all those SSIDs disabled. For these offices, I can instead find the enabled SSIDs on the Security & SD Wan|Wireless Settings tab. So they are there, but different.
I just can't find an API command that will return that SSID information - please help!
All signs point to the Get Network Appliance SSIDs command: /networks/{networkId}/appliance/ssids
But when I try that command I can only get a "bad request" returned.
Any thoughts or insight would be greatly appreciated!
(Small note... if I try to use the dashboard to look at the wireless information of a small office, the wireless tab is absent completely. But if I instead switch to a large office, then browse to the Wireless|SSIDs tab, then switch back to a small office, the page remains and I am able to see the SSID information for the small office! (so weird))