NSX-T Data Center REST API

NatStatisticsPerRule (type) (Deprecated)

{
  "deprecated": true,
  "extends": {
    "$ref": "NatCounters"
  },
  "id": "NatStatisticsPerRule",
  "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"
    },
    "id": {
      "readonly": true,
      "required": true,
      "title": "The id of the NAT rule.",
      "type": "string"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "title": "Timestamp when the data was last updated; unset if data source has never updated the data."
    },
    "logical_router_id": {
      "readonly": true,
      "required": true,
      "title": "The id of the logical router which owns the NAT rule.",
      "type": "string"
    },
    "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"
    },
    "warning_message": {
      "readonly": true,
      "required": false,
      "title": "The warning message about the NAT Rule statistics.",
      "type": "string"
    }
  },
  "type": "object"
}