LibrarySubscriptionsVcenterInfo
The Subscriptions.VcenterInfo structure contains information about the vCenter Server instance where the subscribed library associated with the subscription exists.
Properties
string
hostname
Required
Hostname of the vCenter Server instance where the subscribed library exists.
integer as int64
https_port
Optional
The HTTPS port of the vCenter Server instance where the subscribed library exists. If unset, port 443 will be used.
string
server_guid
Required
The unique identifier of the vCenter Server where the subscribed library exists.
JSON Example
{
"hostname": "string",
"server_guid": "string"
}