vcenter deployment install: vcsa embedded spec

The vcsa_embedded_spec structure contains information used to configure an embedded standalone or replicated vCenter Server. This structure was added in vSphere API 6.7

Representation:

{
    "ceip_enabled"true,
    "replicated"{
        "https_port"1,
        "partner_hostname""string",
        "ssl_thumbprint""string",
        "ssl_verify"true,
        "sso_admin_password""string"
    },
    "standalone"{
        "sso_admin_password""string",
        "sso_domain_name""string"
    }
}

Attributes:

Name Type Description
Required
ceip_enabled boolean Whether CEIP should be enabled or disabled. This attribute was added in vSphere API 6.7

Optional
standalone standalone_spec Spec used to configure a standalone embedded vCenter Server. This field describes how the standalone vCenter Server appliance should be configured. This attribute was added in vSphere API 6.7

Optional. If unset, will default to None.

replicated replicated_spec Spec used to configure a replicated embedded vCenter Server. This field describes how the replicated vCenter Server appliance should be configured. This attribute was added in vSphere API 6.7

Optional. If unset, will default to None.