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

InlinePolicyServiceInstanceStatistics1

Properties

string
enforcement_point_path Optional

Enforcement point path, forward slashes must be escaped using %2F.


instance_runtime_statistics Optional

Statistics for the data NICs for all the runtimes associated with this service instance.


string
service_instance_id Optional

PolicyServiceInsatnce path

JSON Example

{
	"enforcement_point_path": "string",
	"instance_runtime_statistics": [
		{
			"interface_statistics": [
				{
					"dropped_by_security_packets": {
						"bpdu_filter_dropped": 0,
						"dhcp_client_dropped_ipv4": 0,
						"dhcp_client_dropped_ipv6": 0,
						"dhcp_server_dropped_ipv4": 0,
						"dhcp_server_dropped_ipv6": 0,
						"spoof_guard_dropped": [
							{
								"counter": 0,
								"packet_type": "string"
							}
						]
					},
					"interface_index": 0,
					"last_update_timestamp": 0,
					"mac_learning": {
						"mac_not_learned_packets_allowed": 0,
						"mac_not_learned_packets_dropped": 0,
						"macs_learned": 0
					},
					"rx_bytes": {
						"dropped": 0,
						"multicast_broadcast": 0,
						"total": 0
					},
					"rx_packets": {
						"dropped": 0,
						"multicast_broadcast": 0,
						"total": 0
					},
					"tx_bytes": {
						"dropped": 0,
						"multicast_broadcast": 0,
						"total": 0
					},
					"tx_packets": {
						"dropped": 0,
						"multicast_broadcast": 0,
						"total": 0
					}
				}
			],
			"primary_runtime_stats": false,
			"runtime_id": "string",
			"runtime_name": "string"
		}
	],
	"service_instance_id": "string"
}

Vendor Extensions

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

PolicyServiceInstanceStatistics

Feedback

Was this page helpful?