Policy > Networking > Networking Profiles > IPV6 DAD Profiles

Create or update IPv6 DAD profile

If profile with the dad-profile-id is not already present,
create a new IPv6 DAD profile instance. If it already exists, replace
the IPv6 DAD profile instance with this object.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/infra/ipv6-dad-profiles/<dad-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
Ipv6DadProfile+

Example Request:

PUT https://<policy-mgr>/policy/api/v1/infra/ipv6-dad-profiles/dad1 { "dad_mode": "STRICT", "wait_time": 10, "ns_retries": 9, "resource_type": "Ipv6DadProfile", "id": "dad1", "display_name": "dad1" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Ipv6DadProfile+

Example Response:

{ "dad_mode": "STRICT", "wait_time": 10, "ns_retries": 9, "resource_type": "Ipv6DadProfile", "id": "dad1", "display_name": "dad1", "path": "/infra/ipv6-dad-profiles/dad1", "relative_path": "dad1", "parent_path": "/infra/ipv6-dad-profiles/dad1", "marked_for_delete": false, "_create_user": "admin", "_create_time": 1553898809269, "_last_modified_user": "admin", "_last_modified_time": 1553898809269, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

execute

Feature:

policy_connectivity

Additional Errors: