Lcm_Discovery_InteropReport_ReportRow

Lcm_Discovery_InteropReport_ReportRow
Lcm_Discovery_InteropReport_ReportRow

The InteropReport.ReportRow structure contains the interoperability between a given product and the target product.

JSON Example
{
    "product": {
        "installed_product": "string",
        "name": "string",
        "version": "string",
        "target_version": "string",
        "deployments": [
            "string"
        ],
        "auto": false
    },
    "compatible": false,
    "compatible_releases": [
        {
            "version": "string",
            "note": "string"
        }
    ]
}
product
Required

The Info structure contains information about a VMware product which is present in the customer Environemnt. The following information about the products are present:

  • Name
  • Version
  • Deployments
  • Automatically Discovered or Manually Added
boolean
compatible
Required

Defines whether the product is compatible against the target product.

compatible_releases
Required

A list of compatible releases of the product with the target product.