NSX-T Data Center REST API

SIAggregatedDataCounter (type)

{
  "id": "SIAggregatedDataCounter",
  "module_id": "ServiceInsertionVMDeployment",
  "properties": {
    "rx_bytes": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    },
    "rx_packets": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    },
    "tx_bytes": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    },
    "tx_packets": {
      "$ref": "SIDataCounter",
      "readonly": true,
      "required": false
    }
  },
  "type": "object"
}