Redeploy a Cloud Connector

Request

Reponse

 
METHODURL
PUT

https://zcm_ip:port/v1/cloudconnectors/{cloudconnectoridentifier}

 

Where:

 
zcm_ipThe 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.

cloudconnectoridentifierThe 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": ""
}]

PARAMETERTYPEDESCRIPTION
ZorgIdentifier String

The identifier of the ZORG, Zerto organization, defined in the Zerto Cloud Manager.

CustomerName StringCustomer name.
VmName StringVirtual 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.

DatastoreIdentifierString

The identifier of the storage. The identifier comprises the server identifier and the storage moref, with the format, serverid.moref.

CloudNetworkIdentifierStringInternal identifier for the cloud network.
CustomerNetworkIdentifierStringInternal identifier for the customer network.

CloudStaticRouteGroupIdentifier

StringOptional. 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