NSX-T Data Center REST API

PolicyNatRuleStatisticsPerTransportNode (type)

{
  "additionalProperties": false,
  "description": "Provides the following details of an edge  transport node:  - Transport node ID. - Current number of active traffic sessions in an edge transport node matching the   NAT rules. - Total number of bytes processed on all NAT rules in an edge transport node since   the time the rules were created. - Total number of packets processed on all NAT rules in an edge transport node since   the time the rules were created.",
  "extends": {
    "$ref": "PolicyNATRuleCounters"
  },
  "id": "PolicyNatRuleStatisticsPerTransportNode",
  "module_id": "PolicyNAT",
  "properties": {
    "active_sessions": {
      "description": "Provides the current number of active traffic sessions matching the NAT rules.",
      "readonly": true,
      "title": "Active sessions",
      "type": "integer"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated.",
      "readonly": true,
      "title": "Last update timestamp"
    },
    "total_bytes": {
      "description": "Provides the total number of bytes processed on the NAT rules since the time the rules were created.",
      "readonly": true,
      "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,
      "title": "Total packets",
      "type": "integer"
    },
    "transport_node_path": {
      "description": "Policy path of the Edge Node.",
      "readonly": true,
      "title": "Node path",
      "type": "string"
    }
  },
  "title": "Aggregate of NAT rule statistics per transport node",
  "type": "object"
}