Skip to content

Get a VPN's services

Request

Security
JWTAuthorizer
Path
clusterFQDNstringrequired

Cluster FQDN

networkNamestringrequired

Network name

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

Responses

OK

Bodyapplication/json
Array [
ipstring
namestring
portnumber
fqdnstring
networkNamestring
uidstring
]
Response
[ { "ip": "string", "name": "string", "port": 0, "fqdn": "string", "networkName": "string", "uid": "string" } ]