2-Configure the Clone Data Center for MDC
post
/oam/services/rest/mdc/clone
To be executed only on the clone data center. It contacts the master DC to download the generated cloning artifatcs and then applies the configurations on the clone, thereby making this DC as a MDC clone
Request
Supported Media Types
- application/json
These input parameters enable the clone DC to reach out to the master to download the cloning artifacts
Root Schema : configureCloneParameters
Type:
Show Source
object
-
artifactPassword(required):
string
Password used for protecting the cloning artifacts. This should be the same password that was passed during setup of master
-
artifactsZipLocation:
string
Location where backup artifacts has to be stored. OPTIONAL - To be specified if backup artifacts has to be stored in any location other than /tmp
-
forceOverWrite:
string
true|false. OPTIONAL - To OverWrite the Existing MDC Configuration or to recover from Inconsistent State
-
masterAdminUserNamePassword:
string
UserName:Password of Master DC Administrator. OPTIONAL - To be specified when the Master and Clone Admin Users/Password are different
-
masterArtifactsZipLocation:
string
Location where cloning artifacts are present in Master DC. OPTIONAL - To be specified when artifactsZipLocation was used in input while configuring Master Data Center
-
masterServerPolicyManagerURL(required):
string
URL of the master policy manager endpoint or the URL of the reverse proxy front-ending the master policy manager.
-
masterServerURL(required):
string
URL of the master admin server or the URL of the reverse proxy front-ending the master admin server
Response
Supported Media Types
- application/json
200 Response
The cloning articacts were downloaded and applied on the clone successfully
400 Response
Error
401 Response
Error
500 Response
Error
504 Response
Error