Zerto Cloud Manager APIs : ZORG APIs : List Virtual Site Types
  
List Virtual Site Types
Request
Response
 
method
url
GET
https://zcm_ip:port/v1/zorgs/resources/virtualsitetypes
 
Where:
 
zcm_ip
The IP address of the Zerto Cloud Manager where the API is run.
port
The port to access the Zerto Cloud Manager. The default port is 9989.
 
Request
The request body is empty
Response
The following is an example response Json body for https://zcm_ip:port/v1/zorgs/resources/virtualsitetypes.
 
{
  "VirtualSiteTypes: "Hypervisor"
}
 
Parameter
type
Description
VirtualSiteTypes
String
The type of virtual site. Possible options:
Hypervisor
vCD
 
Back to List of APIs
Back to ZORG APIs
See also Starting and Ending a Session.