Zerto Cloud Manager APIs : Sites APIs : Add a Cloud Site
  
Add a Cloud Site
Request
Response
 
Method
URL
POST
https://zcm_ip:port/v1/sites
 
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 following is an example request for a Json body.
 
[{
  "HostName": "String content"
  "Port": 9989
}]
 
PARAMETER
type
DESCRIPTION
HostName
string content
IP address host name of the site to connect to.
Port
integer
The port to access the Zerto Cloud Manager. The default port is 9669.
 
Response
The response body is empty.
Back to Sites APIs.
Back to List of APIs.
See also Starting and Ending a Session.