We currently use api v0 since it includes support for managing wireless on integrated devices such as Z1/Z3's. With the depreciation announcement we are starting to plan the replacement for this automation. However it appears there is no replacement for these endpoints. Specifically in v0: https://api.meraki.com/api/v0/networks/{{networkId}}/ssids/<ssid> When calling the wireless specific endpoints in v1 I see the following when calling with the python module. meraki.exceptions.APIError: wireless, getNetworkWirelessSsids - 400 Bad Request, {'errors': ['This endpoint only supports wireless networks']} Under the Appliance section of the api documentation I don't see any wireless management endpoints. Am I missing something? Or are there additional endpoints in the near term that are coming to make V1 a full replacement for the features built out in V0? There is discussion here still pointing to v0 endpoints as well.
... View more