Register Remote Cluster

POST https://{{cluster_vip}}/irisservices/api/v1/public/remoteClusters

Registers a remote Cohesity cluster (secondary) with the Cohesity cluster (capturing/primary) for replication.

For replicating the data to the remote cluster, you must create a connection back to the primary Cohesity cluster from the secondary cluster.

For creating a connection from the secondary cluster to the primary Cohesity cluster, register the primary cluster as a remote cluster on the secondary cluster by running this API on the secondary cluster.

The remote cluster ID (clusterId) from the API response is required for creating a policy with replication enabled.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

"{\n  \"localIps\": [\n    \"{{IP1}}\",\n    \"{{IP2}}\",\n    \"{{IP3}}\",\n    \"{{IP4}}\"\n  ],\n  \"multiTenancyEnabled\": false,\n  \"tenantViewBoxSharingEnabled\": false,\n  \"clusterId\": {{cluster_Id}},\n  \"clusterIncarnationId\": {{incarnation_id}},\n  \"name\": \"{{cluster_name}}\",\n  \"remoteIps\": [\n    \"{{cluster_IP}}\"\n  ],\n  \"bandwidthLimit\": {},\n  \"allEndpointsReachable\": false,\n  \"viewBoxPairInfo\": [\n    {\n      \"localViewBoxId\": 27,\n      \"localViewBoxName\": \"DefaultStorageDomain\",\n      \"remoteViewBoxId\": 27,\n      \"remoteViewBoxName\": \"DefaultStorageDomain\"\n    }\n  ],\n  \"userName\": \"{{user_name}}\",\n  \"compressionEnabled\": true,\n  \"networkInterface\": \"intf_group1\",\n  \"purposeReplication\": true,\n  \"purposeRemoteAccess\": true,\n  \"autoRegisterTarget\": false\n}"