NSX-T Data Center REST API

NatCounters (type) (Deprecated)

{
  "deprecated": true,
  "description": "Provides the following statistics for the NAT rules:  - Current number of active traffic sessions matching the NAT rules. - Total number of bytes processed on the NAT rules since the time the rules   were created. - Total number of packets processed on the NAT rules since the time the rules   were created.",
  "id": "NatCounters",
  "module_id": "AggSvcLogicalRouter",
  "properties": {
    "active_sessions": {
      "description": "Provides the current number of active traffic sessions matching the NAT rules.",
      "readonly": true,
      "required": false,
      "title": "Active sessions",
      "type": "integer"
    },
    "total_bytes": {
      "description": "Provides the total number of bytes processed on the NAT rules since the time the rules were created.",
      "readonly": true,
      "required": false,
      "title": "Total bytes",
      "type": "integer"
    },
    "total_packets": {
      "description": "Provides the total number of packets processed on the NAT rules since the time the rules were created.",
      "readonly": true,
      "required": false,
      "title": "Total packets",
      "type": "integer"
    }
  },
  "title": "NAT statistics count",
  "type": "object"
}