Get Discovery Associated Products
Returns the detailed information of a product associated with vCenter Server.
Request
URLURL
Path Parameters
Path Parameters
An identifier of the product to be modified. The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.product.
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
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.
Errors
com.vmware.vapi.std.errors.not_found : If there is no record associated with product in the system.
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: get