vcenter lcm: vcsa embedded
Spec used to configure an embedded vCenter Server. This field describes how the embedded vCenter Server appliance should be configured. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Representation:
{
"ceip_enabled" : true,
"standalone" : {
"sso_admin_password" : "secret string",
"sso_domain_name" : "string"
},
"replicated" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"partner_hostname" : "string"
}
}
"ceip_enabled" : true,
"standalone" : {
"sso_admin_password" : "secret string",
"sso_domain_name" : "string"
},
"replicated" : {
"sso_admin_password" : "secret string",
"https_port" : 1,
"sso_domain_name" : "string",
"ssl_verify" : true,
"ssl_thumbprint" : "string",
"partner_hostname" : "string"
}
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
standalone.sso_admin_password | secret | Password must conform to the following requirements: 1. At least 8 characters. 2. No more than 20 characters. 3. At least 1 uppercase character. 4. At least 1 lowercase character. 5. At least 1 number. 6. At least 1 special character (e.g., '!', '(', '@', etc.). 7. Only visible A-Z, a-z, 0-9 and punctuation (spaces are not allowed). Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
standalone.sso_domain_name | string | The Single Sign-On domain name to be used to configure this vCenter Server Appliance. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
replicated.sso_admin_password | secret | Administrator password of the existing Single Sign-On to be replicated. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
replicated.sso_domain_name | string | Domain name for the remote appliance which is being replicated. For example, 'vsphere.local'. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
replicated.partner_hostname | string | The IP address or DNS resolvable name for the remote appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
ceip_enabled | boolean | This key describes the enabling option for the VMware's Customer Experience Improvement Program (CEIP). By default we have ceip_enabled : true, which indicates that you are joining CEIP. If you prefer not to participate in the VMware's CEIP for this product, you must disable CEIP by setting ceip_enabled : false. You may join or leave VMware's CEIP for this product at any time. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset, defaults to True. |
Optional | ||
standalone | embedded_standalone_vcsa | Spec used to configure a standalone embedded vCenter Server. This field describes how the standalone vCenter Server appliance should be configured. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between standalone and replicated . |
replicated | embedded_replicated_vcsa | Spec used to configure a replicated embedded vCenter Server. This field describes how the replicated vCenter Server appliance should be configured. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Mutually exclusive between standalone and replicated . |
replicated.ssl_verify | boolean | A flag to indicate whether the ssl verification is required. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If ssl_thumbprint is provided, this field can be omitted If unset, defaults to True. |
replicated.ssl_thumbprint | string | SHA1 thumbprint of the server SSL certificate which will be used for verification. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If sslVerify is set to False, this field can be omitted. |
replicated.https_port | long | The HTTPS port of the external PSC appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset, defaults to 443. |