Hello everyone,
I am currently struggling with the endpoint “getOrganizationSummaryTopApplicationsByUsage”. According to the documentation, there is the parameter “networkId”. As soon as I use this, I get a 500 error.
def get_network_top_applications(self, org_id, net_id):
return self.api.organizations.getOrganizationSummaryTopApplicationsByUsage(org_id, networkId=net_id)
Error:
meraki.exceptions.APIError: organizations, getOrganizationSummaryTopApplicationsByUsage - 500 Internal Server Error, {'errors': ['Internal server error']}
Regards Sebastian