NSX-T Data Center REST API

ServiceGatewayCounterPolicyStats (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "ServiceGatewayCounterCommon"
  },
  "id": "ServiceGatewayCounterPolicyStats",
  "module_id": "PolicyTransitGatewayStatistics",
  "properties": {
    "dropped_packets": {
      "required": false,
      "title": "The number of error packets",
      "type": "integer"
    },
    "policy_dropped_packets": {
      "required": false,
      "title": "The number of packets dropped by connectivity policies",
      "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"
}