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, replace
the IPv6 DAD profile instance with this object.
Request:
Method:
PUT
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/orgs/{org-id}/projects/{project-id}/infra/ipv6-dad-profiles/{dad-profile-id}
/policy/api/v1/global-infra/ipv6-dad-profiles/{dad-profile-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-dad-profiles/{dad-profile-id}
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
Ipv6DadProfile+
Example Request:
PUT 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:
Content-type: application/json
Response Body:
Ipv6DadProfile+