vcenter deployment: replicated spec
The
replicated_spec
structure contains information used to check if the configuring vCenter Server can be replicated to the remote PSC. This structure was added in vSphere API 6.7.Representation:
{
"https_port" : 1,
"sso_admin_password" : "string",
"ssl_thumbprint" : "string",
"ssl_verify" : true,
"partner_hostname" : "string"
}
"https_port" : 1,
"sso_admin_password" : "string",
"ssl_thumbprint" : "string",
"ssl_verify" : true,
"partner_hostname" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
partner_hostname | string | The IP address or DNS resolvable name of the partner PSC appliance. This attribute was added in vSphere API 6.7. |
sso_admin_password | string | The SSO administrator account password. This attribute was added in vSphere API 6.7. |
Optional | ||
https_port | long | The HTTPS port of the external PSC appliance. This attribute was added in vSphere API 6.7. Optional. If unset, port 443 will be used. |
ssl_thumbprint | string | SHA1 thumbprint of the server SSL certificate will be used for verification. This attribute was added in vSphere API 6.7. Optional. This field is only relevant if ssl_verify is unset or has the value true. |
ssl_verify | boolean | SSL verification should be enabled or disabled. This attribute was added in vSphere API 6.7. Optional. If unset, ssl_verify true will be used. |