NSX-T Data Center REST API

PolicyTepTableEntry (type)

{
  "additionalProperties": false,
  "id": "PolicyTepTableEntry",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "segment_id": {
      "required": false,
      "title": "The segment Id",
      "type": "string"
    },
    "tep_ip": {
      "$ref": "IPAddress",
      "required": false,
      "title": "The tunnel endpoint IP address"
    },
    "tep_label": {
      "required": false,
      "title": "The tunnel endpoint label",
      "type": "integer"
    },
    "tep_mac_address": {
      "required": false,
      "title": "The tunnel endpoint MAC address",
      "type": "string"
    },
    "tn_tep_group": {
      "$ref": "PolicyTunnelTepGroup",
      "required": false
    },
    "tn_tep_group_id": {
      "required": false,
      "title": "The Transport Node TEP Group ID",
      "type": "string"
    }
  },
  "type": "object"
}