Policy >
Networking
>
Connectivity
>
Tier-1 Gateways
>
Interfaces
>
DAD State
Get DAD state for downlink router port on tier-1 router
Segment ID is the ID of the segment that is connected to the the tier-1
Request:
Method:
GET
URI Path(s):
/policy/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-dad-state
/policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-dad-state
Request Headers:
n/a
Query Parameters:
PolicyRuntimeRequestParameters
+
PolicyRuntimeRequestParameters
(
schema
)
Name
Description
Type
Notes
enforcement_point_path
String Path of the enforcement point
enforcement point path, forward slashes must be escaped using %2F.
string
source
The data source, either realtime or cached. If not provided, cached data is returned.
DataSourceType
Request Body:
n/a
Example Request:
https://{{nsx-mgr}}/policy/api/v1/infra/tier-1s/TLR1_LR/segments/TIER1_DOWNLINK_SWITCH/gateway-interface-dad-state
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
InterfaceDADState
+
InterfaceDADState
(
schema
)
Name
Description
Type
Notes
dad_statuses
IPv6 DAD status
Array of DAD status which contains DAD information for IP addresses
on the interface.
array of
InterfaceIPv6DADStatus
Readonly
interface_path
Policy path or realization ID of interface
Policy path or realization ID of interface for which IPv6 DAD
status is returned.
string
Readonly
Example Response:
{ "interface_path": "/infra/tier-1s/TLR1_LR/segments/TIER1_DOWNLINK_SWITCH", "dad_statuses": [] }
Required Permissions:
read
Feature:
policy_statistics
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable