01-27-2021 03:46 PM
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.
01-27-2021 04:01 PM
The method is there under '<aio/meraki>.organizations.getOrganizationUplinksStatuses("ORGID")'
01-27-2021 04:01 PM
The method is there under '<aio/meraki>.organizations.getOrganizationUplinksStatuses("ORGID")'
01-28-2021 09:09 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide