Policy > Networking > Networking Profiles > IPV6 NDRA Profiles

Read IPv6 NDRA profile

Read IPv6 NDRA profile

Request:

Method:
GET
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:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/ipv6-ndra-profiles/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": 400, "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": 1553898441728, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 1 }

Required Permissions:

read

Feature:

policy_connectivity

Additional Errors: