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

PolicyComplianceStatus

Properties

integer as int64
last_updated_time Optional

Timestamp of last update


non_compliant_configs Optional

List of non compliant configuration and impacted services

JSON Example

{
	"last_updated_time": 0,
	"non_compliant_configs": [
		{
			"affected_resources": [
				{
					"is_valid": false,
					"path": "string",
					"target_display_name": "string",
					"target_id": "string",
					"target_type": "string"
				}
			],
			"description": "string",
			"non_compliance_code": 0,
			"reported_by": {
				"is_valid": false,
				"path": "string",
				"target_display_name": "string",
				"target_id": "string",
				"target_type": "string"
			}
		}
	]
}

Vendor Extensions

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

Get Policy Compliance Status

Feedback

Was this page helpful?