vcenter deployment: standalone spec

The standalone_spec structure contains information used to configure a standalone embedded vCenter Server appliance. This structure was added in vSphere API 6.7

Representation:

{
    "sso_admin_password""string",
    "sso_domain_name""string"
}

Attributes:

Name Type Description
Required
sso_admin_password string The SSO administrator account password. This attribute was added in vSphere API 6.7

Optional
sso_domain_name string The SSO domain name to be used to configure this appliance. This attribute was added in vSphere API 6.7

Optional. If unset, vsphere.local will be used.