NSX-T Data Center REST API

PolicyTepTableCsvRecord (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "CsvRecord"
  },
  "id": "PolicyTepTableCsvRecord",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "segment_id": {
      "description": "This is the identifier of the TEP segment. This segment is NOT the same as logical segment or logical switch.",
      "required": false,
      "title": "TEP segment identifier",
      "type": "string"
    },
    "tep_ip": {
      "$ref": "IPAddress",
      "required": false,
      "title": "The tunnel endpoint IP address"
    },
    "tep_label": {
      "required": true,
      "title": "The tunnel endpoint label",
      "type": "integer"
    },
    "tep_mac_address": {
      "required": true,
      "title": "The tunnel endpoint MAC address",
      "type": "string"
    },
    "tep_member_ip": {
      "required": false,
      "title": "The TEP Member IP",
      "type": "string"
    },
    "tn_tep_group_id": {
      "required": false,
      "title": "The Transport Node TEP Group ID",
      "type": "string"
    }
  },
  "type": "object"
}