Add a Cloud Site
| METHOD | |
|---|---|
| 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 HTTPS port of the site ZVM. The default port is 9080. |
Response
The response body is empty.
Back to Sites APIs
Back to List of APIs
See also Starting and Ending a Session