NSX-T Data Center REST API

SIAggregatedDataCounterEx (type)

{
  "extends": {
    "$ref": "SIAggregatedDataCounter"
  },
  "id": "SIAggregatedDataCounterEx",
  "module_id": "ServiceInsertionVMDeployment",
  "properties": {
    "dropped_by_security_packets": {
      "$ref": "SIPacketsDroppedBySecurity",
      "readonly": true,
      "required": false
    },
    "mac_learning": {
      "$ref": "SIMacLearningCounters",
      "readonly": true,
      "required": false
    },
    "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"
}