ApiHBaseReplicationSetupCommandArgs Data Model

Command args for HBaseReplicationSetupCommand

Properties
name data type description
keystorePassword string
replicationUser string
sourceRef ApiServiceRef
cmPeerNameOnRemote string The peer name of the local CM in the given sourceRef CM

Example

{
  "keystorePassword" : "...",
  "replicationUser" : "...",
  "sourceRef" : {
    "peerName" : "...",
    "clusterName" : "...",
    "serviceName" : "...",
    "serviceDisplayName" : "...",
    "serviceType" : "..."
  },
  "cmPeerNameOnRemote" : "..."
}