Create IPSec Gateway
The full IPSec Gateway needs to be provided to create the object. Optional data will be filled with defaults or left empty.
To create a IPSec Gateway, perform a POST
request.
Endpoint
Use the following endpoint to create IPSec Gateway: https://vpn.de-fra.ionos.com/ipsecgateways
.
Request
Below is the list of mandatory body parameters for creating an IPSec Gateway:
Body Parameters | Required | Type | Description | Example |
---|---|---|---|---|
| no | object | Metadata |
|
| yes | object | Properties with all data needed to create a new IPSec Gateway. | |
| yes | string | The human readable name of your IPSec Gateway. |
|
| no | string | Human readable description of the IPSec Gateway. |
|
| yes | string | Public IP address to be assigned to the gateway. |
|
| yes | array | The network connection for your gateway. |
|
| no | string | The IKE version that is permitted for the VPN tunnels. Default: "IKEv2". |
|
Response
201 Successful operation
Result: The IPSec Gateway is successfully created. the id
and other details of the created IPSec Gateway are provided in the response.
Last updated