Get Discovery Associated Products
DescriptionReturns the detailed information of a product associated with vCenter Server.
Request
URLURL
Parameters
Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
Product details.
{
"auto": false,
"deployments": [
"string"
],
"installed_product": "string",
"name": "string",
"target_version": "string",
"version": "string"
}
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.
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.
A public official product name.
Current product version.
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.
Future version of the product after upgrade. Product.target-version may not be applicable.