vcenter lcm discovery: product

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

Representation:

{
    "deployments"[
        "string",
        "string"
    ],
    "auto"true,
    "installed_product""obj-103",
    "name""string",
    "version""string",
    "target_version""string"
}

Attributes:

Name Type Description
Required
installed_product string Identifies a product and a version uniquely.

The identifier consists of product internal name and version.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: PRODUCT. When operations return a value of this structure as a result, the field will be an identifier for the resource type: PRODUCT.

name string A public official product name.

version string Current product version.

auto boolean Indicates if the product is auto-detected by the system or manually added. If it is set to true it means it is auto-detected.

Optional
target_version string Future version of the product after upgrade.

Optional. target_version may not be applicable.

deployments string[] The list of hostname/IPs of the instances of the VMware products deployed in the environment. This field would be empty for manually added products.

Optional.