NSX Autonomous Edge REST API
Associated URIs:
API Description | API Path |
---|---|
Get IPSec dead peer detection (DPD) profile list resultGet paginated list of all dead peer detection (DPD) profiles. |
GET /vpn/ipsec/dpd-profiles
|
Create dead peer detection (DPD) profileCreate dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile. |
POST /vpn/ipsec/dpd-profiles
|
Delete dead peer detection (DPD) profileDelete dead peer detection (DPD) profile. |
DELETE /vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id}
|
Get IPSec dead peer detection (DPD) profileGet IPSec dead peer detection (DPD) profile. |
GET /vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id}
|
Edit IPSec dead peer detection (DPD) profileEdit IPSec dead peer detection (DPD) profile. |
PUT /vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id}
|