Get the list of interfaces attached to a VPN network on a cluster. Note: NATs within a VPN interface can share the same source and destination CIDRs provided they are differentiated by route metric. This is intentional and not a configuration error.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/v2/cluster/{clusterFQDN}/vpn/{networkName}/interface
- https://api.trustgrid.iohttps://api.trustgrid.io/v2/cluster/{clusterFQDN}/vpn/{networkName}/interface
curl -i -X GET \
'https://apidocs.trustgrid.io/_mock/v2/cluster/{clusterFQDN}/vpn/{networkName}/interface' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "inDefaultRoute": true, "insideNats": [ … ], "interfaceName": "string", "outDefaultRoute": true, "outsideNats": [ … ], "fqdn": "string", "networkName": "string" } ]