NSX-T Data Center REST API

Associated URIs:

API Description API Path

List all IPv6 NDRA profiles


Paginated list of all IPv6 NDRA profile instances
GET /policy/api/v1/infra/ipv6-ndra-profiles
GET /policy/api/v1/global-infra/ipv6-ndra-profiles
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles

Delete IPv6 NDRA profile


Delete 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}
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}

Read IPv6 NDRA profile


Read 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}
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}

Create or update IPv6 NDRA profile


If 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}
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}

Create or update IPv6 NDRA profile


If 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}
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/ipv6-ndra-profiles/{ndra-profile-id}