API How-Tos
WireGuard Gateways
Action | Description |
Endpoint to retrieve all WireGuard VPN Gateways using pagination and optional filters. | |
Creates a new WireGuard VPN Gateway. The full configuration needs to be provided. | |
Retrieves details of a specific WireGuard VPN Gateway. | |
Ensures that a WireGuard VPN Gateway with the provided ID is created or modified. | |
Deletes the specified WireGuard Gateway. |
WireGuard Peers
Action | Description |
Endpoint to retrieve all WireGuard Peers associated with a VPN Gateway using pagination and optional filters. | |
Creates a new WireGuard Peer. The full configuration needs to be provided. | |
Retrieves details of a specific WireGuard Peer. | |
Ensures that a WireGuard Peer with the provided ID is created or modified. | |
Deletes the specified WireGuard Peer. |
IPSec Gateways
Action | Description |
Endpoint to retrieve all IPSec VPN Gateways using pagination and optional filters. | |
Creates a new IPSec VPN Gateway. The full configuration needs to be provided. | |
Retrieves details of a specific IPSec VPN Gateway. | |
Ensures that an IPSec VPN Gateway with the provided ID is created or modified. | |
Deletes the specified IPSec Gateway. |
IPSec Tunnels
Action | Description |
Endpoint to retrieve all IPSec VPN Tunnels associated with an IPSec VPN Gateway using pagination and optional filters. | |
Creates a new IPSec VPN Tunnel associated with an IPSec VPN Gateway. The full configuration needs to be provided. | |
Retrieves details of a specific IPSec VPN Tunnel. | |
Ensures that an IPSec VPN Tunnel with the provided ID is created or modified. | |
Deletes the specified IPSec Tunnel. |
Last updated