Policy > Networking > Network Services > VPN > IPSEC > DPD Profiles

Create or patch a custom DPD Profile

Create or patch dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile. System will be provisioned with system owned editable default DPD profile. Any change in profile affects all sessions consuming this profile.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/ipsec-vpn-dpd-profiles/<dpd-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
IPSecVpnDpdProfile+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/ipsec-vpn-dpd-profiles/aws-dpd-profile { "resource_type" : "IPSecVpnDpdProfile", "display_name" : "aws-dpd-profile", "enabled" : true, "dpd_probe_interval" : 90 }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

policy_vpn

Additional Errors: