GetProtectedSiteVcentersResponse
GetProtectedSiteVcentersResponse
Response object encoding an array of summary information about protected site vCenter Servers and a continuation cursor.
JSON Example
{
"vcenters": [
{
"id": "string",
"name": "string",
"url": "string"
}
],
"cursor": "string"
}
array of
ProtectedSiteVcenterSummary
vcenters
Optional
An array of summary information about protected site vCenter Server.
string
cursor
Optional
An opaque string that can be passed back to this API in order to get the next set of results. If this poperty is not present, no more results are available.