NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List all IPv6 DAD profilesPaginated list of all IPv6 DAD profile instances | GET /policy/api/v1/infra/ipv6-dad-profiles GET /policy/api/v1/global-infra/ipv6-dad-profiles | 
| Delete IPv6 DAD profileDelete IPv6 DAD profile | DELETE /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id> DELETE /policy/api/v1/global-infra/ipv6-dad-profiles/<dad-profile-id> | 
| Read IPv6 DAD profileRead IPv6 DAD profile | GET /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id> GET /policy/api/v1/global-infra/ipv6-dad-profiles/<dad-profile-id> | 
| Create or update IPv6 DAD profileIf 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. | PATCH /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id> PATCH /policy/api/v1/global-infra/ipv6-dad-profiles/<dad-profile-id> | 
| Create or update IPv6 DAD profileIf 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. | PUT /policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id> PUT /policy/api/v1/global-infra/ipv6-dad-profiles/<dad-profile-id> | 
