Hello, Im using the python package to handle the Meraki API. I want to get the organization bandwidth usage history, but when I try to call the function suggested in the documentation, I get the error: "dashboard.organizations has no attribute getOrganizationClientsBandwidthUsageHistory". I have checked the references for said function, and the method is actually inside the "Organizations" class, its just that when the "organizations" object gets created, and you print its attributes no "getOrganizationClientsBandwidthUsageHistory" method exists according to the object instance.
After this, I tried to use a regular request to get the data, but only the first call gets a response back and the rest just return an empty string.
What could be happening here? Maybe an old version of the Meraki API? I really want to get that data. Is this endpoint deprecated or something?