Hi John, Thanks for your answer. I tried the request this morning. It working but for the part of thirdPartyVpnPeers it don't return the status of vpn peers, i have just the name and the public IP The json return this : ..... "merakiVpnPeers":[ { "networkId":"xxxxxxx", "networkName":"xxxxx", "reachability":"reachable" }, { "networkId":"xxxxx", "networkName":"xxxxxx", "reachability":"reachable" } ], "thirdPartyVpnPeers":[ { "name":"name one", "publicIp":"ip one" }, { "name":"name two", "publicIp":"ip two" } .... and i would like get the thirdPartyVpnPeers status reachable or unreachable
... View more