Retrieve all IPSec Gateways
You can create and manage IPSec VPN Gateways with this endpoint. It groups all operations for IPSec Gateways.
To retrieve all the IPSec Gateways, perform a GET
request.
Endpoint
Use a region-specific endpoint to retrieve all IPSec Gateways: https://vpn.{region}.ionos.com/ipsecgateways
.
Request
Below is the list of optional Path Parameters:
Query Parameters
Type
Description
Example
offset
integer
The first element (of the total list of elements) to include in the response. Use together with limit for pagination. Default: 0
0
limit
integer
The maximum number of elements to return. Use together with offset for pagination. Default: 100
100
Response
200 Successful operation
Result: All existing IPSec Gateways and their details are successfully obtained.
Last updated