Command args for HBase replication first time setup for only one cluster: either source or target
| name | data type | description |
|---|---|---|
| sourceRef | ApiServiceRef | |
| restartType | RestartType |
Example
{
"sourceRef" : {
"peerName" : "...",
"clusterName" : "...",
"clusterDisplayName" : "...",
"serviceName" : "...",
"serviceDisplayName" : "...",
"serviceType" : "..."
},
"restartType" : "ROLLING_RESTART"
}