LcmDiscoveryInteropReportResult
The InteropReport.Result structure contains the result of interoperability report creation operation.
Properties
string
csv_report
Optional
The identifier of CSV formatted interopability report. com.vmware.vcenter.lcm.report.Report#get provides location where the CSV report can be downloaded from based on the csvReport.
unset in case of errors reported in InteropReport.Report.issues. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.lcm.report. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.lcm.report.
JSON Example
{
"report": {
"date_created": "string",
"products": [
{
"compatible": false,
"compatible_releases": [
{
"version": "string"
}
],
"product": {
"auto": false,
"installed_product": "string",
"name": "string",
"version": "string"
}
}
],
"summary": {
"compatible_count": 0,
"incompatible_count": 0
},
"target_product": {
"auto": false,
"installed_product": "string",
"name": "string",
"version": "string"
}
}
}