Zerto Cloud Manager APIs : Cloudconnector APIs : Redeploy a Cloud Connector
  
Redeploy a Cloud Connector
Request
Reponse
 
Method
URL
PUT
https://zcm_ip:port/v1/cloudconnectors/{cloudconnectoridentifier}
 
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.
cloudconnectoridentifier
The Internal identifier for the cloud connector.
 
Request
The following is an example of a request Jason body.
 
[{
  "ZorgIdentifier": "ecd5aa14-6a4d-4c38-8d51-535cdaa8494c",
  "CustomerName": "",
  "VmName": "test2",
  "HostIdentifier": "host-9.621941a3-d220-4fd3-92de-3f9d7472b9e4",
  "DatastoteIdentifier": "datastore-10.621941a3-d220-4fd3-92de-3f9d7472b9e4",
  "CloudNetworkIdentifier": "network-13.Network.621941a3-d220-4fd3-92de-3f9d7472b9e4",
  "CustomerNetworkIdentifier": "network-12.Network.621941a3-d220-4fd3-92de-3f9d7472b9e4",
  "CloudStaticRouteGroupIdentifier": ""
}]
 
PARAMETER
type
DESCRIPTION
ZorgIdentifier
String
The identifier of the ZORG, Zerto organization, defined in the Zerto Cloud Manager.
CustomerName
String
Customer name.
VmName
String
Virtual machine name.
HostIdentifier
String
The identifier of the host that handles the replicated data. The identifier comprises the server identifier and the host moref, with the format, serverid.moref.
DatastoreIdentifier
String
The identifier of the storage. The identifier comprises the server identifier and the storage moref, with the format, serverid.moref.
CloudNetworkIdentifier
String
Internal identifier for the cloud network.
CustomerNetworkIdentifier
String
Internal identifier for the customer network.
CloudStaticRouteGroupIdentifier
String
Optional. Internal identifier for the static route group.
 
Reponse
The response body is empty.
Back to Cloudconnector APIs
Back to List of APIs
See also Starting and Ending a Session.