Retrieve Wireguard Peer
Returns the WireGuard Peer by ID.
To retrieve the WireGuard Peer, perform a GET
request.
Endpoint
Use a region-specific endpoint to retrieve a WireGuard Peer: https://vpn.{region}.ionos.com/wireguardgateways/{gatewayId}/peers/{peerId}
.
Request
You can update the gatewayId
and peerId
values to get a specific WireGuard Peer for a given gateway:
Path Parameter | Type | Description | Example |
---|---|---|---|
gatewayId | string | The ID (UUID) of the WireGuard Gateway. |
|
peerId | string | The ID (UUID) of the WireGuard Peer. |
|
Response
200 Successful operation
Result: The WireGuard Peer and its details for the specified gatewayId
and peerId
are successfully obtained.
Last updated