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
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
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.
Errors
com.vmware.vapi.std.errors.error : If there is some unknown internal error. The accompanying error message will give more details about the failure.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: list