Get information about your VPN connections
You can get information about one or several of your VPN (Virtual Private Network) connections.
By default, this action describes all your VPN connections.
Permissions
info
This action requires the following IAM (Identity and Access Management) permissions:
- connectivity.vpnconnection.get
- Console
- API
- Terraform
- In the console, navigate to Network → VPC → VPN Connections.
- The list of all your VPN connections is displayed with their main information:
- ID
- virtual gateway
- client gateway
- State
The GET /connectivity/spaces/{spaceId}/vpnConnections command lists your VPN connections.
Example request: List all your VPN Connections
The GET /connectivity/spaces/{spaceId}/vpnConnections/{id} command retrieves information about a VPN connection.
Example request: Retrieve the information of a VPN Connection
The Terraform documentation is available on the Numspot registry ↗.