LcmDiscoveryInteropReportReport
The InteropReport.Report structure contains the interoperability report between the target product and the other registered products in the vCenter Server instance.
Properties
string as date-time
date_created
Required
Time when the report is created.
issues
Optional
Lists of issues encountered during report creation. set if any issues encountered.
array of
LcmDiscoveryInteropReportReportRow
products
Required
Interoperability matrix for the supplied target product and the other registered products.
target_product
Required
A product against the other products are compared to. Only vCenter Server is supported.
JSON Example
{
"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"
}
}