NSX-T Data Center REST API

PolicyL2TablesParameters (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "TransportNodeIdParameters"
  },
  "id": "PolicyL2TablesParameters",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "enforcement_point_path": {
      "description": "Enforcement point path.",
      "title": "String Path of the enforcement point",
      "type": "string"
    },
    "source": {
      "$ref": "DataSourceType",
      "required": false,
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    },
    "transport_node_id": {
      "required": false,
      "title": "TransportNode Id",
      "type": "string"
    }
  },
  "title": "Layer-2 table request parameters",
  "type": "object"
}