NSX-T Data Center REST API

IPv6Status (type)

{
  "additionalProperties": false,
  "id": "IPv6Status",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "connected_segment_path": {
      "description": "Path of the segment attached to the interface.",
      "readonly": true,
      "required": false,
      "title": "Connected segment path",
      "type": "string"
    },
    "dad_statuses": {
      "description": "Array of DAD status which contains DAD information for IP addresses on the interface.",
      "items": {
        "$ref": "IPv6DADStatus"
      },
      "readonly": true,
      "title": "IPv6 DAD status",
      "type": "array"
    },
    "interface_id": {
      "description": "Policy path or realization ID of interface for which IPv6 DAD status is returned.",
      "title": "Policy path or realization ID of interface",
      "type": "string"
    },
    "tier0_gateway": {
      "description": "Tier-0 Gateway this router Link belongs to.",
      "title": "Tier-0 Gateway",
      "type": "string"
    },
    "tier1_gateway": {
      "description": "Tier-1 Gateway this router Link belongs to.",
      "title": "Tier-1 Gateway",
      "type": "string"
    }
  },
  "title": "IPv6 status",
  "type": "object"
}