NSX-T Data Center REST API
Create or update IPv6 DAD profile
If profile with the dad-profile-id is not already present,create a new IPv6 DAD profile instance. If it already exists, update
the IPv6 DAD profile instance with specified attributes.
Request:
Method:
              PATCH
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id>
                  
/policy/api/v1/global-infra/ipv6-dad-profiles/<dad-profile-id>
              
            /policy/api/v1/global-infra/ipv6-dad-profiles/<dad-profile-id>
Request Headers:
                n/a
            Query Parameters:
    OverrideRequestParameters+
  Request Body:
    Ipv6DadProfile+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/ipv6-dad-profiles/dad1 { "dad_mode": "STRICT", "wait_time": 10, "ns_retries": 9, "resource_type": "Ipv6DadProfile", "id": "dad1", "display_name": "dad1" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  