Retrieve Wireguard Peer
Returns the Wireguard Peer by ID.
To retrieve the Wireguard Peer, perform a GET
request.
Endpoint
Use the following endpoint to retrieve Wireguard Peer: https://vpn.de-fra.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.
85c79b4b-5b40-570a-b788-58dd46ea71e2
peerId
string
The ID (UUID) of the WireGuard Peer.
b62b3a40-adee-5b6c-b98d-be20bfcbdd91
Response
200 Successful operation
Result: The Wireguard Peer and its details for the specified gatewayId
and peerId
are successfully obtained.
Last updated