LcmDiscoveryAssociatedProductsCreateSpec

The AssociatedProducts.CreateSpec structure is the specification used for the product creation.


Properties

string
product_name Required

The name of the product.


string
version Required

Current product version.


array of string
deployments Optional

The list of hostname/IPs of the instances of the VMware products deployed in the environment.

JSON Example

{
	"product_name": "string",
	"version": "string"
}

Feedback

Was this page helpful?