NSX-T Data Center REST API
Edit IPSec dead peer detection (DPD) profile (Deprecated)
Edit IPSec dead peer detection (DPD) profile. Deprecated:Please use below Policy API.
PUT /policy/api/v1/infra/ipsec-vpn-dpd-profiles/<dpd-profile-id>
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/vpn/ipsec/dpd-profiles/<ipsec-vpn-dpd-profile-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    IPSecVPNDPDProfile+
  Example Request:
PUT https://<nsx-mgr>/api/v1/vpn/ipsec/dpd-profiles/f962173f-ac03-4d08-8366-56a41779f61d { "resource_type" : "IPSecVPNDPDProfile", "id" : "12a39f8c-c37b-11e7-abc4-cec278b6b50a", "display_name" : "nsx-default-dpd-profile", "enabled" : true, "dpd_probe_interval" : 90, "dpd_probe_mode" : "ON_DEMAND", "retry_count" : 10, "_create_time" : 1517289492579, "_last_modified_user" : "system", "_last_modified_time" : 1517289492579, "_system_owned" : true, "_create_user" : "system", "_protection" : "NOT_PROTECTED", "_revision" : 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    IPSecVPNDPDProfile+
  