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

PolicyNonCompliantConfig

Properties

affected_resources Optional

Resources/Services impacted by non compliant configuration


string
description Optional

Detail description of non compliant configuration with suggestive action


integer as int64
non_compliance_code Optional

Code for non compliant configuration


reported_by Optional

Id and name of non compliant resource/service

JSON Example

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

PolicyComplianceStatus

Feedback

Was this page helpful?