Hi, here's a script I made that may get you really close. I don't have here it per AP. But yes per network, SSID. I have a lot of code out there an would happy to know people use it/like it- and requested improvements. Cheers- Jamie Merakicode/SSID_ConfigDetail at main · jadexing/Merakicode " APIs Used: GET /organizations: Retrieves all organizations associated with the provided Meraki API key. GET /organizations/{organizationId}/networks: Fetches all networks under a specific organization. GET /networks/{networkId}/wireless/ssids/{ssidNumber}: Retrieves SSID data for a specific SSID within a network. Function Summary: This script allows the user to interact with the Meraki API to retrieve and display SSID data for selected networks within a Meraki organization. The user is prompted to enter an API key, and the script then lists the available organizations, networks, and SSIDs. It fetches SSID data for each network (either all networks or a selected one) and includes SSIDs that are enabled or have an "Open" encryption mode. The retrieved data is written to a CSV file, including network names, SSID names, and default VLAN IDs. The script also tracks and displays the time taken for the process to complete. #Twitter @jamiegprice https://jamiegprice.substack.com/ CWNE #510"
... View more