uplinksLossAndLatency endpoint showing an MG but incorrectly

MartinS
Building a reputation

uplinksLossAndLatency endpoint showing an MG but incorrectly

Hi, I think I've found a bug here but curious if others are seeing it please?

GIVEN I have a Meraki Org with a variety of functioning and active MX appliances and an MG cellular gateway, all with uplink connectivity tests running
WHEN I query the uplinksLossAndLatency endpoint
THEN I see a section with the packet loss and latency results of my MG cellular gateway, but the networkID and serial both show as "null"

 

Example:

    {

        "networkId": null,
        "serial": null,
        "uplink": "cellular",
        "ip": "8.8.8.8",
        "timeSeries": [
            {
                "ts": "2024-11-07T13:37:01Z",
                "lossPercent": 0.0,
                "latencyMs": 24.1
            },

I know it has to be that device as it's the only device in the org with a cellular interface, and the latency correlates. 

---
COO
Highlight - Service Observability Platform
www.highlight.net
1 Reply 1
RaphaelL
Kind of a big deal
Kind of a big deal

Hi ,

 

I don't have any MG to confirm that behavior.

 

Are there a lot of networks in that Org ? You could probably list all the networkIds from uplinksLossAndLatency and compare from GetOrganizationNetworks and find the networkId missing between the 2 lists. 

 

But even with that info, I do think that you should probably log a case.

Get notified when there are additional replies to this discussion.