Update Discovery Associated Products
Modifies a VMware product associated with vCenter Server which was added manually. Automatically discovered VMware products cannot be modified.
Request
URLURL
Path Parameters
Path Parameters
An id 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"
Request Body
The AssociatedProducts.UpdateSpec structure is the specification for the product update.
{
"deployments": [
"string"
]
}
The list of hostname/IPs of the instances of the VMware products deployed in the environment.
Authentication
Errors
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: update