1-Configure the Master Data Center for MDC
post
/oam/services/rest/mdc/master
To be executed only on the master data center. Creates the MDC configurations in the master and generates the required cloning artifacts that will need to be applied on the clone
Request
Supported Media Types
- application/json
These input parameters direct the MDC topology, the Data Center that needs to be configured as a MDC clone, and the various credentials/certificates needed for the coupling the two data centers
Root Schema : configureMasterParameters
Type:
Show Source
object
-
accessClientPassword(required):
string
Password to be used for the MDC NAP agents in Master and Clone
-
agentKeyPassword:
string
Agent Key Password used to register partners in CERT mode. when the Managed Servers are in CERT Mode
-
artifactPassword(required):
string
Password used for protecting the cloning artifacts
-
artifactsZipLocation:
string
Location where cloning artifacts has to be stored. OPTIONAL - To be specified if cloning artifacts has to be stored in any location other than /tmp
-
certModeKeystorePassword:
string
KeyStore Password used to protect clientTrustStore.jks and clientKeyStore.jks. when the Managed Servers are in CERT Mode
-
cloneAdminUserNamePassword:
string
UserName:Password of Clone DC Administrator. OPTIONAL - To be specified when the Master and Clone Admin Users/Password are different
-
cloneMDCAgentID(required):
string
Mdc Nap Agent Name for Clone
-
cloneServerPolicyManagerURL(required):
string
URL of the clone policy manager endpoint or the URL of the reverse proxy front-ending the clone policy manager.
-
cloneServerURL(required):
string
URL of the clone admin server or the URL of the reverse proxy front-ending the clone admin server
-
forceOverWrite:
string
true|false. OPTIONAL - To OverWrite the Existing MDC Configuration or to recover from Inconsistent State
-
keyStorePath:
string
In case of SIMPLE mode, Path to oamclient-keystore.jks file. OPTIONAL - To be speciifed when the oamclient-keystore.jks file is present in any folder other than %DOMAIN_HOME%/output/webgate-ssl-SHA-256. In case of CERT mode, Path to clientKeyStore.jks file. OPTIONAL - To be speciifed when the clientKeyStore.jks file is present in any folder other than %DOMAIN_HOME%/config/fmwconfig/oam-mdc-cert-artifacts
-
masterMDCAgentID(required):
string
Mdc Nap Agent Name for Master
-
masterServerPolicyManagerURL(required):
string
URL of the master policy manager endpoint or the URL of the reserse proxy front-ending the master policy manager.
-
masterServerURL:
string
URL of the master admin server. OPTIONAL - to be specified only when master admin server is front-ended by reverse proxy
-
mdcTopologyType(required):
string
ACTIVE_ACTIVE|DISASTER_RECOVERY
-
trustStorePath:
string
In case of SIMPLE mode, Path to oamclient-truststore.jks file. OPTIONAL - To be speciifed when the oamclient-truststore.jks file is present in any folder other than %DOMAIN_HOME%/output/webgate-ssl-SHA-256. In case of CERT mode, Path to clientTrustStore.jks file. OPTIONAL - To be speciifed when the clientTrustStore.jks file is present in any folder other than %DOMAIN_HOME%/config/fmwconfig/oam-mdc-cert-artifacts
Response
Supported Media Types
- application/json
200 Response
The required MDC configurations were setup on the master DC, and the required clong artifatcs were generated successfully
400 Response
Error
401 Response
Error
500 Response
Error
504 Response
Error