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

SecurityPolicyStatistics

Aggregate statistics of all the rules in a security policy.


Properties

string
internal_section_id Optional

Realized id of the section on NSX MP. Policy Manager can create more than one section per SecurityPolicy, in which case this identifier helps to distinguish between the multiple sections created.


string
lr_path Optional

Path of the LR on which the section is applied in case of Gateway Firewall.


integer as int64
result_count Optional

Total count for rule statistics


array of RuleStatistics
results Optional

List of rule statistics.

JSON Example

{
	"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
		}
	]
}

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

SecurityPolicyStatisticsForEnforcementPoint

Feedback

Was this page helpful?