Policy > Networking > Networking Profiles > IPV6 NDRA Profiles

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>
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+

Example Response:

{ "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", "path": "/infra/ipv6-ndra-profiles/ra1", "relative_path": "ra1", "parent_path": "/infra/ipv6-ndra-profiles/ra1", "marked_for_delete": false, "_create_user": "admin", "_create_time": 1553898363040, "_last_modified_user": "admin", "_last_modified_time": 1553898363040, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

crud

Feature:

policy_profiles

Additional Errors: