hlm deployment install: SSO info
The
SSO_info
structure contains information about the vCenter Server which is cached and returned as the result of get
operation. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"hostname" : "string",
"https_port" : 1
}
"hostname" : "string",
"https_port" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
hostname | string | The IP address or DNS resolvable name of the on vcenter server appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
https_port | long | The HTTPS port of the vcenter server appliance. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset, port 443 will be used. |