NSX-T Data Center REST API

VlanExtensionAggregatedDataCounter (type)

{
  "additionalProperties": false,
  "id": "VlanExtensionAggregatedDataCounter",
  "module_id": "PolicyVpcSubnetStatistics",
  "nsx_feature": "DlcCidrSubnetForVpc",
  "properties": {
    "vlan_to_vpc_bytes": {
      "$ref": "VlanExtensionDataCounter"
    },
    "vlan_to_vpc_packets": {
      "$ref": "VlanExtensionDataCounter"
    },
    "vpc_to_vlan_bytes": {
      "$ref": "VlanExtensionDataCounter"
    },
    "vpc_to_vlan_packets": {
      "$ref": "VlanExtensionDataCounter"
    }
  },
  "title": "Vlan extension aggregated data counter",
  "type": "object"
}