Snapservice.Sites.VCenterInfo
Snapservice.Sites.VCenterInfo
The Snapservice.Sites.VCenterInfo schema contains details regarding the vCenter of the Site.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"name": "string",
"host": "string",
"port": 0,
"vcenter": "string"
}
string
name
Required
Name of vCenter.
This property was added in vSphere API 9.0.0.0.
string
host
Required
Host of vCenter.
This property was added in vSphere API 9.0.0.0.
integer As int64
As int64
port
Optional
This property was added in vSphere API 9.0.0.0.
If missing or null
, default SSL port will be used for the vCenter.
string
vcenter
Required
GUID of vCenter.
This property was added in vSphere API 9.0.0.0.