content library subscriptions: vcenter info
The
vcenter_info
structure contains information about the vCenter Server instance where the subscribed library associated with the subscription exists. This structure was added in vSphere API 6.7.2.Representation:
{
"hostname" : "string",
"https_port" : 1,
"server_guid" : "string"
}
"hostname" : "string",
"https_port" : 1,
"server_guid" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
hostname | string | Hostname of the vCenter Server instance where the subscribed library exists. This attribute was added in vSphere API 6.7.2. |
server_guid | string | The unique identifier of the vCenter Server where the subscribed library exists. This attribute was added in vSphere API 6.7.2. |
Optional | ||
https_port | long | The HTTPS port of the vCenter Server instance where the subscribed library exists. This attribute was added in vSphere API 6.7.2. Optional. If unset, port 443 will be used. |