NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List all IPv6 NDRA profilesPaginated list of all IPv6 NDRA profile instances | GET /policy/api/v1/infra/ipv6-ndra-profiles GET /policy/api/v1/global-infra/ipv6-ndra-profiles | 
| Delete IPv6 NDRA profileDelete IPv6 NDRA profile | DELETE /policy/api/v1/infra/ipv6-ndra-profiles/<ndra-profile-id> DELETE /policy/api/v1/global-infra/ipv6-ndra-profiles/<ndra-profile-id> | 
| Read IPv6 NDRA profileRead IPv6 NDRA profile | GET /policy/api/v1/infra/ipv6-ndra-profiles/<ndra-profile-id> GET /policy/api/v1/global-infra/ipv6-ndra-profiles/<ndra-profile-id> | 
| Create or update IPv6 NDRA profileIf profile with the ndra-profile-id is not already present, create a new IPv6 NDRA profile instance. If it already exists, update the IPv6 NDRA profile instance with specified attributes. | PATCH /policy/api/v1/infra/ipv6-ndra-profiles/<ndra-profile-id> PATCH /policy/api/v1/global-infra/ipv6-ndra-profiles/<ndra-profile-id> | 
| Create or update IPv6 NDRA profileIf profile with the ndra-profile-id is not already present, create a new IPv6 NDRA profile instance. If it already exists, replace the IPv6 NDRA profile instance with this object. | PUT /policy/api/v1/infra/ipv6-ndra-profiles/<ndra-profile-id> PUT /policy/api/v1/global-infra/ipv6-ndra-profiles/<ndra-profile-id> | 
