NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
NatStatisticsPerPolicyEdgeNode (schema)
NAT rule statistics for edge transport node
Provides below information of NAT rules in a edge transport node.
- Transport node id.
- Current number of active traffic sessions in a transport node hitting
the NAT rules.
- Total number of bytes processed on all NAT rules in a transport node
since the time rules are created.
- Total number of packets processed on all NAT rules in a transport node
since the time rules are 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 | Timestamp when the data was last updated; unset if data source has never updated the data. | 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_id | Id for the transport node | string | Required Readonly |