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 /api/v1/vpn/ipsec/multi-path-groups
|
Create custom IPSec VPN multipath groupCreate custom IPSec VPN multipath group. |
POST /api/v1/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 /api/v1/vpn/ipsec/multi-path-groups/<ipsec-multi-path-group-id>
|
Get IPSec multipath groupGet 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 groupUpdate custom IPSec multipath group. |
PUT /api/v1/vpn/ipsec/multi-path-groups/<ipsec-multi-path-group-id>
|