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 /vpn/ipsec/multi-path-groups

Create custom IPSec VPN multipath group


Create custom IPSec VPN multipath group.
POST /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 /vpn/ipsec/multi-path-groups/{ipsec-multi-path-group-id}

Get IPSec multipath group


Get custom IPSec multipath group, given the particular id.
GET /vpn/ipsec/multi-path-groups/{ipsec-multi-path-group-id}

Update custom IPSec multipath group


Update custom IPSec multipath group.
PUT /vpn/ipsec/multi-path-groups/{ipsec-multi-path-group-id}