Esx.Settings.Internal.Configuration.CheckResult
The Esx.Settings.Internal.Configuration.CheckResult schema contains properties that describe the result of the ConfigManager compatibility checks performed on the software spec.
This schema was added in vSphere API 8.0.1.0.
Note: this schema is restricted for VMware internal use only.
{
"status": "string",
"messages": [
"Vapi.Std.LocalizableMessage Object"
]
}
Aggregated status from all the checks performed on the software spec.
Possible values:
- COMPATIBLE: This indicates the software spec is compatible with ConfigManager requirements.
- NOT_COMPATIBLE: This indicates the software spec is not compatible with ConfigManager requirements.
For more information see: Esx.Settings.Internal.Configuration.CheckResult.Status.
This property was added in vSphere API 8.0.1.0.
List of messages regarding non compatibility for the checks performed.
This property was added in vSphere API 8.0.1.0.
This property is optional and it is only relevant when the value of status is Esx.Settings.Internal.Configuration.CheckResult.Status.NOT_COMPATIBLE.