NSX-T Data Center REST API

ServiceGatewayCounterCommon (type)

{
  "additionalProperties": false,
  "id": "ServiceGatewayCounterCommon",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "dropped_packets": {
      "required": false,
      "title": "The number of error packets",
      "type": "integer"
    },
    "total_bytes": {
      "required": false,
      "title": "The total number of bytes",
      "type": "integer"
    },
    "total_packets": {
      "required": false,
      "title": "The total number of packets",
      "type": "integer"
    }
  },
  "type": "object"
}