Hi Community,
I'd like to find out whether it is possible to get VPN stat for non Meraki peers with /organizations/{organizationId}/appliance/vpn/stats API endpoint or with any other?
From API doc it seems that he structure of the return object is following ...
[
{
"networkId": "N_12345678",
"networkName": "San Francisco Office",
"merakiVpnPeers": [ <meraki peers stat> ]
}
]
... and nothing about 3rd part peers. Maybe it is not complete or Stat for non-Meraki peers is not available?
Please advice.
Yuriy