LcmDiscoveryInteropReportReportRow
The InteropReport.ReportRow structure contains the interoperability between a given product and the target product.
Properties
boolean
compatible
Required
Defines whether the product is compatible against the target product.
array of
LcmDiscoveryInteropReportReleaseInfo
compatible_releases
Required
A list of compatible releases of the product with the target product.
JSON Example
{
"compatible": false,
"compatible_releases": [
{
"version": "string"
}
],
"product": {
"auto": false,
"installed_product": "string",
"name": "string",
"version": "string"
}
}