NSX-T Data Center REST API
NatStatisticsPerPolicyEdgeNode (type)
{
"additionalProperties": false,
"description": "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.",
"extends": {
"$ref": "NatStatisticsPerTransportNode"
},
"id": "NatStatisticsPerPolicyEdgeNode",
"module_id": "PolicyEdgeClusterStatistics",
"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"
},
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"readonly": true,
"title": "Timestamp when the data was last updated; unset if data source has never updated the data."
},
"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"
},
"transport_node_id": {
"readonly": true,
"required": true,
"title": "Id for the transport node",
"type": "string"
}
},
"title": "NAT rule statistics for edge transport node",
"type": "object"
}