getOrganizationSummaryTopApplicationsByUsage doesn't work with networkId

seb90
Here to help

getOrganizationSummaryTopApplicationsByUsage doesn't work with networkId

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

3 Replies 3
RaphaelL
Kind of a big deal
Kind of a big deal
seb90
Here to help

Hi, that was also my thought. That's why I had already tested networkIds=[MyNetworkId]. But the parameter is ignored, enter “1234” as network Id and you get the same result, like the previous Network Id.

RaphaelL
Kind of a big deal
Kind of a big deal

@John_on_API Sorry to tag you. Is there a way to open tickets about API documentation and probably an error with the Meraki python SDK ?

Get notified when there are additional replies to this discussion.