Deployment_Install_VcsaEmbeddedSpec
Deployment_Install_VcsaEmbeddedSpec
The Install.VcsaEmbeddedSpec structure contains information used to configure an embedded standalone or replicated vCenter Server.
JSON Example
{
"standalone": {
"sso_admin_password": "string",
"sso_domain_name": "string"
},
"replicated": {
"partner_hostname": "string",
"https_port": 0,
"sso_admin_password": "string",
"ssl_thumbprint": "string",
"ssl_verify": false
},
"ceip_enabled": false
}
standalone
Optional
The StandaloneSpec structure contains information used to configure a standalone embedded vCenter Server appliance.
replicated
Optional
The ReplicatedSpec structure contains information used to check if the configuring vCenter Server can be replicated to the remote PSC.
boolean
ceip_enabled
Required
Whether CEIP should be enabled or disabled.