- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding Local subnets in Site to Site VPN with API
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}]}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
I have the same question. It's not possible to add label name on VPN site-to-site via API call ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
From the docs, it appears that the requested feature does not currently exist yet. The correct syntax for this feature is as follows:
{
"mode": "<string>",
"hubs": [
{
"hubId": "<string>",
"useDefaultRoute": "<boolean>"
},
{
"hubId": "<string>",
"useDefaultRoute": "<boolean>"
}
],
"subnets": [
{
"localSubnet": "<string>",
"useVpn": "<boolean>"
},
{
"localSubnet": "<string>",
"useVpn": "<boolean>"
}
]
}
@John_on_API, I believe this request could potentially be a proposal for new endpoint?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Badr-eddine thanks for the ping. This does look like a feature request and can be best opened through your sales rep!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd agree, Not having the name listed is an audit pain. On top of that, the way the portal web page is build you cannot simply cut / paste the values into a table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyone seen any traction on this issue? Seems like a simple add for a company with an API first strategy 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JGill, I recommend opening this as an MX feature request through your sales rep.
