NSX-T Data Center REST API
PolicyNatRuleStatisticsPerTransportNode (schema)
Aggregate of NAT rule statistics per transport node
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.
Name | Description | Type | Notes |
---|---|---|---|
active_sessions | Active sessions Provides the current number of active traffic sessions matching the NAT rules. |
integer | Readonly |
last_update_timestamp | Last update timestamp Timestamp when the data was last updated. |
EpochMsTimestamp | Readonly |
total_bytes | Total bytes Provides the total number of bytes processed on the NAT rules since the time the rules were created. |
integer | Readonly |
total_packets | Total packets Provides the total number of packets processed on the NAT rules since the time the rules were created. |
integer | Readonly |
transport_node_path | Node path Policy path of the Edge Node. |
string | Readonly |