List Discovery Associated Products
Retrieves a list of all associated VMware product deployments with vCenter Server in the environment. The list contains both product deployments discovered automatically and deployments registered manually through the API.
Request
URLURL
Header Parameters
Header Parameters
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response BodyResponse Body
array
of
LcmDiscoveryProduct
of type application/json
List of all the registered products with vCenter.
{
"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.