Hello, I am trying to use: https://developer.cisco.com/meraki/api-v1/#!get-organization-devices-statuses following Merai Python Library option. It should be: response = dashboard.organizations.getOrganizationDevicesStatuses(
organization_id, total_pages='all'
) but when I execute the script, I see the following error: response = dashboard.organizations.getOrganizationDeviceStatuses(organization_id) AttributeError: 'Organizations' object has no attribute 'getOrganizationDeviceStatuses' Does some body know where is the problem? Thanks,
... View more