[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

PolicyNatRuleStatisticsListResult

Gives the collection of NAT rule statistics per enforcement point.


AllOf


This class requires all of the following:

JSON Example

{
	"_links": [
		{
			"action": "string",
			"href": "string",
			"rel": "string"
		}
	],
	"_schema": "string",
	"_self": {
		"action": "string",
		"href": "string",
		"rel": "string"
	},
	"cursor": "string",
	"result_count": 0,
	"results": [
		{
			"enforcement_point_path": "string",
			"rule_path": "string",
			"rule_statistics": [
				{
					"active_sessions": 0,
					"last_update_timestamp": 0,
					"total_bytes": 0,
					"total_packets": 0,
					"warning_message": "string"
				}
			]
		}
	],
	"sort_ascending": false,
	"sort_by": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyNAT
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Returned By

Get NAT Rule Stats
Get NAT Rule Stats

Feedback

Was this page helpful?