NSX Autonomous Edge REST API
Associated URIs:
API Description | API Path |
---|---|
Get IPSec multipath group list resultGet paginated list of all IPSec multipath groups. |
GET /vpn/ipsec/multi-path-groups
|
Create custom IPSec VPN multipath groupCreate custom IPSec VPN multipath group. |
POST /vpn/ipsec/multi-path-groups
|
Delete custom IPSec multipath groupDelete 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 groupGet custom IPSec multipath group, given the particular id. |
GET /vpn/ipsec/multi-path-groups/{ipsec-multi-path-group-id}
|
Update custom IPSec multipath groupUpdate custom IPSec multipath group. |
PUT /vpn/ipsec/multi-path-groups/{ipsec-multi-path-group-id}
|