HclHostsCompatibilityReportResult
The CompatibilityReport.Result structure contains the result of hardware compatibility report creation operation.
Properties
string
identifier
Optional
The identifier of the compatibility report. Reports.get provides location where a file based report based on the CompatibilityReport.HclReport can be downloaded using this identifier.
unset in case of error reported in CompatibilityReport.HclReport.notifications. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.hcl.resources.CompatibilityReport.
JSON Example
{
"report": {
"generated_at": "string",
"host": "string",
"notifications": {},
"server_hcl": {
"matches": [
{
"cpu_series": "string",
"vcg_link": "string"
}
],
"model_compatibility": "COMPATIBLE",
"server": {
"bios": {
"version": "string"
},
"cpu_features": "string",
"cpu_series": "string",
"model_name": "string",
"vendor": "string"
}
},
"target_release": "string"
}
}