VcenterSettingsV1ComplianceResult

The ComplianceResult structure defines the information about scan results. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.


Properties

diff_results Required

Map of property value differences between current software state and working profile. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

JSON Example

{
	"diff_results": {
		"key": {
			"category": "string",
			"description": "string",
			"path": "string"
		}
	}
}

Feedback

Was this page helpful?