NSX Autonomous Edge REST API

Associated URIs:

API Description API Path

Get IPSec multipath group list result


Get paginated list of all IPSec multipath groups.
GET /api/v1/vpn/ipsec/multi-path-groups

Create custom IPSec VPN multipath group


Create custom IPSec VPN multipath group.
POST /api/v1/vpn/ipsec/multi-path-groups

Delete custom IPSec multipath group


Delete custom IPSec multipath group. It cannot be deleted if it is referenced
by any IPSec sessions.
DELETE /api/v1/vpn/ipsec/multi-path-groups/<ipsec-multi-path-group-id>

Get IPSec multipath group


Get custom IPSec multipath group, given the particular id.
GET /api/v1/vpn/ipsec/multi-path-groups/<ipsec-multi-path-group-id>

Update custom IPSec multipath group


Update custom IPSec multipath group.
PUT /api/v1/vpn/ipsec/multi-path-groups/<ipsec-multi-path-group-id>