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

RuleStatisticsForEnforcementPoint

Rule statistics for a specfic enforcement point.


Properties

string
enforcement_point Optional

Rule statistics for a single enforcement point


statistics Optional

Statistics for the specified enforcement point

JSON Example

{
	"enforcement_point": "string",
	"statistics": {
		"_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
	}
}

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
Property Of

InlineRuleStatisticsListResult1

Feedback

Was this page helpful?