Skip to content

Get dynamic routes exported by a cluster

Request

Security
JWTAuthorizer
Path
clusterFQDNstringrequired

Cluster FQDN

networkNamestringrequired

Network name

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

Responses

OK

Bodyapplication/json
Array [
descriptionstring
metricnumber
networkCidrstring
nodestring
pathstring
monitorsArray of objects(VirtualNetworkRouteMonitor)
fqdnstring
networkNamestring
uidstring
]
Response
[ { "description": "string", "metric": 0, "networkCidr": "string", "node": "string", "path": "string", "monitors": [], "fqdn": "string", "networkName": "string", "uid": "string" } ]