- Mock serverhttps://apidocs.trustgrid.io/_mock/v2/node/{nodeID}/vpn/{networkName}
- https://api.trustgrid.iohttps://api.trustgrid.io/v2/node/{nodeID}/vpn/{networkName}
curl -i -X GET \
'https://apidocs.trustgrid.io/_mock/v2/node/{nodeID}/vpn/{networkName}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Dynamic export routes advertised by this node into the VPN
Dynamic import routes received by this node from the VPN
Physical or virtual interfaces bound to this VPN network with NAT rules
Response
{ "networkName": "string", "ip": "172.16.101.201", "route": "172.16.101.0/24", "dns": { "enabled": true, "upstream": [ … ], "networkName": "string", "nodeUid": "string" }, "exportRoutes": [ { … } ], "importRoutes": [ { … } ], "interfaces": [ { … } ], "routes": [ { … } ], "services": [ { … } ], "wireguard": { "enabled": true, "port": 0, "forwarding": true, "clients": [ … ] } }