NSX-T Data Center REST API

NdpHeader (type)

{
  "additionalProperties": false,
  "id": "NdpHeader",
  "module_id": "Traceflow",
  "properties": {
    "dst_ip": {
      "$ref": "IPv6Address",
      "description": "The IP address of the destination of the solicitation. It MUST NOT be a multicast address.",
      "required": false,
      "title": "The destination IP address"
    },
    "msg_type": {
      "default": "NEIGHBOR_SOLICITATION",
      "description": "This field specifies the type of the Neighbor discover message being sent. NEIGHBOR_SOLICITATION - Neighbor Solicitation message to discover the link-layer address of an on-link IPv6 node or to confirm a previously determined link-layer address. NEIGHBOR_ADVERTISEMENT - Neighbor Advertisement message in response to a Neighbor Solicitation message.",
      "enum": [
        "NEIGHBOR_SOLICITATION",
        "NEIGHBOR_ADVERTISEMENT"
      ],
      "title": "NDP message type",
      "type": "string"
    }
  },
  "title": "Neighbor discovery protocol header",
  "type": "object"
}