Share VPN API 1.6.0
Shared VPN and cluster connectivity operations.
Base path: https://{controller_ip}/api/v1.
API description version: 1.6.0.
Examples use placeholder values for passwords, tokens, UUIDs, addresses and secrets. Replace them with values from your controller before sending requests.
Section methods
| Method | Path |
|---|---|
GET | /share_vpn |
GET | /share_vpn/status |
POST | /share_vpn |
GET /share_vpn
Section: Share VPN.
Returns data for the share VPN endpoint /share_vpn.
Request example
curl -k -X GET "https://{controller_ip}/api/v1/share_vpn" \
-H "Authorization: Bearer <token>"
Response command example
curl -k -sS -X GET "https://{controller_ip}/api/v1/share_vpn" \
-H "Authorization: Bearer <token>" | jq .
Response example
{
"data": [],
"meta": {
"api_version": "1.6.0",
"path": "/share_vpn"
}
}
GET /share_vpn/status
Section: Share VPN.
Returns data for the share VPN endpoint /share_vpn/status.