Is there any solution where we can get Subnet names as well in the response, I can see for each subnet return is 'LocalSubnet' Although on the dashboard it has a unique name? response = dashboard.appliance.getNetworkApplianceVpnSiteToSiteVpn( network_id ) Return: {'mode': 'hub', 'hubs': [], 'subnets': [{'localSubnet': '1.1.1.0/24', 'useVpn': True}, {'localSubnet': '2.2.2.0/24', 'useVpn': True}]}
... View more