NSX-T Data Center REST API

AggregatedDataCounter (type)

{
  "id": "AggregatedDataCounter",
  "module_id": "AggSvcL2Types",
  "properties": {
    "rx_bytes": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    },
    "rx_packets": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    },
    "tx_bytes": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    },
    "tx_packets": {
      "$ref": "DataCounter",
      "readonly": true,
      "required": false
    }
  },
  "type": "object"
}