Policy > Networking > Connectivity > Tier-0 Gateways > Interfaces > DAD State

Get DAD status by interface

Get tier-1 interface DAD state information.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/dad-state
Request Headers:
n/a
Query Parameters:
PolicyRuntimeOnEpRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/tier-1s/pepsi/locale-services/default/interfaces/to_internet/dad-state?enforcement_point_path=/infra/sites/default/enforcement-points/ep1

Successful Response:

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

Example Response:

{ "interface_path": "/infra/tier-1s/pepsi/locale-services/default/interfaces/to_internet", "dad_statuses": [ { "ip_address": "2001::1", "status": "ASSIGNED", "edge_paths": [ "/infra/sites/default/enforcement-point/nsx/edge-clusters/95196903-6b8a-4276-a7c4-387263e834fd/edge-nodes/940f1f4b-0317-45d4-84e2-b8c2394e7405" ] } ] }

Required Permissions:

read

Feature:

policy_t1

Additional Errors: