NSX-T Data Center REST API
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.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/ipv6-ndra-profiles/<ndra-profile-id>
/policy/api/v1/global-infra/ipv6-ndra-profiles/<ndra-profile-id>
/policy/api/v1/global-infra/ipv6-ndra-profiles/<ndra-profile-id>
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
Ipv6NdraProfile+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/ipv6-ndra-profiles/ra1 { "ra_mode": "SLAAC_DNS_THROUGH_RA", "ra_config": { "ra_interval": 600, "hop_limit": 64, "router_lifetime": 1800, "prefix_lifetime": 2592000, "prefix_preferred_time": 604800 }, "dns_config": { "domain_name": [], "domain_name_lifetime": 1800000, "dns_server": [], "dns_server_lifetime": 1800000 }, "reachable_timer": 0, "retransmit_interval": 0, "resource_type": "Ipv6NdraProfile", "id": "ra1", "display_name": "ra1" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Ipv6NdraProfile+