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

SecurityPolicyStatisticsListResult

Paged Collection of Security Policy statistics


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": "string",
			"statistics": {
				"internal_section_id": "string",
				"lr_path": "string",
				"result_count": 0,
				"results": [
					{
						"_links": [
							{
								"action": "string",
								"href": "string",
								"rel": "string"
							}
						],
						"_schema": "string",
						"_self": {
							"action": "string",
							"href": "string",
							"rel": "string"
						},
						"byte_count": 0,
						"hit_count": 0,
						"internal_rule_id": "string",
						"lr_path": "string",
						"max_popularity_index": 0,
						"max_session_count": 0,
						"packet_count": 0,
						"popularity_index": 0,
						"rule": "string",
						"session_count": 0,
						"total_session_count": 0
					}
				]
			}
		}
	],
	"sort_ascending": false,
	"sort_by": "string"
}

Vendor Extensions

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

Get Gateway Policy Stats
Get Security Policy Stats

Feedback

Was this page helpful?