Skip to content

List all VPN networks attached to a cluster, including IP assignments and routing

Request

Security
JWTAuthorizer
Path
clusterFQDNstringrequired

Cluster FQDN

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/cluster/{clusterFQDN}/vpn' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
Array [
ipstring
namestring
routestring
fqdnstring
networkNamestring
]
Response
[ { "ip": "string", "name": "string", "route": "string", "fqdn": "string", "networkName": "string" } ]