| name | data type | description | 
|---|---|---|
| sourceRef | ApiServiceRef | |
| cmPeerNameOnRemote | string | |
| sourceRestartType | RestartType | |
| targetRestartType | RestartType | 
Example
{
  "sourceRef" : {
    "peerName" : "...",
    "clusterName" : "...",
    "serviceName" : "...",
    "serviceDisplayName" : "...",
    "serviceType" : "..."
  },
  "cmPeerNameOnRemote" : "...",
  "sourceRestartType" : "NO_RESTART",
  "targetRestartType" : "NO_RESTART"
}