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.


compatible_releases Required

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


product Required

The product to compare to the target product.

JSON Example

{
	"compatible": false,
	"compatible_releases": [
		{
			"version": "string"
		}
	],
	"product": {
		"auto": false,
		"installed_product": "string",
		"name": "string",
		"version": "string"
	}
}

Feedback

Was this page helpful?