Products
Platform
General
Public groups
As per v1 API docs https://developer.cisco.com/meraki/api-v1/#!get-organization-uplinks-statuses, this API does not seem to have a method defined in Meraki Python Library.
Do we know if these docs are updated and any plans of getting this method available in Meraki Python Library?
Solved! Go to solution.
The method is there under '<aio/meraki>.organizations.getOrganizationUplinksStatuses("ORGID")'
View solution in original post
Thank you @Greenberet
It seems "getOrganizationUplinksStatuses" method/function is a new addition (added on 12/20) to the repository, I had to upgrade my python Meraki package locally to access this new method.
Also, documentation may need updates https://developer.cisco.com/meraki/api-v1/#!get-organization-uplinks-statuses for adding this new method as one of the options under the template section. Not sure how to report this as a required documentation enhancement.