Hello, For reporting automation purpose, I am trying to fetch the data from the Meraki API. I would like to get the values that is used to plot the graph visible on a switch, for a specific port. On the dashboard it is labelled as "Historical Data / Port Traffic". Looking at the Network tab of the inspector of elements, it use the values from the "/manage/nodes/show_switchport_graph_data" endpoints for the dashboard. However, for the API I have been using the "https://api.meraki.com/api/v1/networks/{networkId}/clients/{clientId}/usageHistory" but the data doesn't seems to correlate. Do you have any idea on what API route I have to use to get the kpbs values shown on the dashboard ? Thank you.
... View more