Update a Site’s Port
| METHOD | URL |
|---|---|
| PUT | https://zcm_ip:port/v1/sites/{siteidentifier} |
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. | |
| siteidentifier | Internal identifier for the cloud site. | |
Request
The following is an example request Json body.
{
"Port": 9669
}
| PARAMETER | TYPE | DESCRIPTION |
|---|---|---|
| Port | Integer | The ZCM site port number. |
Response
The response body is empty.
Back to Sites APIs
Back to List of APIs
See also Starting and Ending a Session