vcenter system config psc registration: info
The
info
structure has fields to specify information about the PSC node. This structure was added in vSphere API 6.7.Representation:
{
"https_port" : 1,
"address" : "string",
"sso_domain" : "string"
}
"https_port" : 1,
"address" : "string",
"sso_domain" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | string | The IP address or DNS resolvable name of the PSC this appliance is registered with. This attribute was added in vSphere API 6.7. |
https_port | long | The HTTPs port used by the external PSC. This attribute was added in vSphere API 6.7. |
sso_domain | string | The Single Sign-On domain name of the external PSC. This attribute was added in vSphere API 6.7. |