NSX-T Data Center REST API

VtepTableEntry (type)

{
  "id": "VtepTableEntry",
  "module_id": "AggSvcLogicalSwitch",
  "properties": {
    "segment_id": {
      "required": false,
      "title": "The segment Id",
      "type": "string"
    },
    "tn_tep_group": {
      "$ref": "TunnelTepGroup",
      "required": false
    },
    "tn_tep_group_id": {
      "required": false,
      "title": "The Transport Node TEP Group ID",
      "type": "string"
    },
    "vtep_ip": {
      "$ref": "IPAddress",
      "required": false,
      "title": "The virtual tunnel endpoint IP address"
    },
    "vtep_label": {
      "required": false,
      "title": "The virtual tunnel endpoint label",
      "type": "integer"
    },
    "vtep_mac_address": {
      "required": false,
      "title": "The virtual tunnel endpoint MAC address",
      "type": "string"
    }
  },
  "type": "object"
}