Zerto Cloud Manager APIs : Cloudconnector APIs : Install a Cloud Connectors
  
Install a Cloud Connectors
Request
Response
 
Method
URL
POST
https://zcm_ip:port/v1/cloudconnectors
 
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 Json body.
.
[{
  "ZorgIdentifier": "7f1e6821-7269-48d0-958b-006db2a3d485"
  "CustomerName": ""
  "VmName": "London"
  "SiteIdentifier: "67c2acef-f216-44f8-8f3c-121ffdb33fef"
  "HostIdentifier": "host-9.621941a3-d220-4fd3-92de-3f9d7472b9e4"
  "DatastoteIdentifier": "datastore-10.621941a3-d220-4fd3-92de-3f9d7472b9e4"
  "CloudNetworkSettings": {
    "CloudNetworkIdentifier": "network-13.Network.621941a3-d220-4fd3-92de-3f9d7472b9e4"
    "CloudIpAddress": "172.20.43.199"
    "CloudSubnetMask": "255.255.255.0"
    "CloudStaticRouteGroupIdentifier": "a80d3906-efca-ff83-c4c6-6bec07eafb66"
  },
  "CustomerNetworkSettings": {
    "CustomerNetworkIdentifier": "network-12.Network.621941a3-d220-4fd3-92de-3f9d7472b9e4"
    "CustomerIpAddress": "172.20.200.199"
    "CustomerSubnetMask": "255.255.255.0"
    "CustomerDefaultGateway": "172.20.200.254"
  }
}]
 
type
ZorgIdentifier
String
The identifier of the ZORG, Zerto organization, defined in the Zerto Cloud Manager.
CustomerName
String
Customer name.
VmName
String
Virtual machine name.
SiteIdentifier
String
Internal identifier for the
HostIdentifier
String
Internal identifier for the
DatastoreIdentifier
String
Internal identifier for the datastore.
CloudNetworkSettings
String
Cloud network information.
CloudNetworkIdentifier
String
Internal identifier for the cloud network.
CloudIpAddress
String
Cloud network IP address.
CloudSubnetMask
String
Cloud network subnet mask.
CloudStaticRouteGroupIdentifier
String
Internal identifier for the cloud network static route group name.
CustomerNetworkSettings
String
Customer network information.
CustomerNetworkIdentifier
String
Internal identifier for the
CustomerIpAddress
String
Customer network IP address.
CustomerSubnetMask
String
Customer network subnet mask.
CustomerDefaultGateway
String
Customer default gateway IP address.
Response
The following is an example response Json body.
 
{
  "CloudConnectorIdentifier": "String content"
}
 
Parameter
Description
CloudConnectorIdentifier
Internal identifier for the cloud connector
 
 
Back to Cloudconnector APIs
Back to List of APIs.
See also Starting and Ending a Session.