cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3852
Views
2
Helpful
2
Replies

organization uplink status

RevanthSN
Frequent Visitor
Frequent Visitor

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?

1 Accepted Solution

Accepted Solutions

Greenberet
Level 8
Level 8

The method is there under '<aio/meraki>.organizations.getOrganizationUplinksStatuses("ORGID")'

View solution in original post

2 Replies 2

Greenberet
Level 8
Level 8

The method is there under '<aio/meraki>.organizations.getOrganizationUplinksStatuses("ORGID")'

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.