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
Body ()
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: object
Show Source
  • Password to be used for the MDC NAP agents in Master and Clone
  • Agent Key Password used to register partners in CERT mode. when the Managed Servers are in CERT Mode
  • Password used for protecting the cloning artifacts
  • 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
  • KeyStore Password used to protect clientTrustStore.jks and clientKeyStore.jks. when the Managed Servers are in CERT Mode
  • UserName:Password of Clone DC Administrator. OPTIONAL - To be specified when the Master and Clone Admin Users/Password are different
  • Mdc Nap Agent Name for Clone
  • URL of the clone policy manager endpoint or the URL of the reverse proxy front-ending the clone policy manager.
  • URL of the clone admin server or the URL of the reverse proxy front-ending the clone admin server
  • true|false. OPTIONAL - To OverWrite the Existing MDC Configuration or to recover from Inconsistent State
  • 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
  • Mdc Nap Agent Name for Master
  • URL of the master policy manager endpoint or the URL of the reserse proxy front-ending the master policy manager.
  • URL of the master admin server. OPTIONAL - to be specified only when master admin server is front-ended by reverse proxy
  • ACTIVE_ACTIVE|DISASTER_RECOVERY
  • 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
Back to Top

Response

Supported Media Types

200 Response

The required MDC configurations were setup on the master DC, and the required clong artifatcs were generated successfully
Body ()
Root Schema : responseConfigureMaster
Type: object
Show Source
Nested Schema : responseDetails
Type: object
Show Source

400 Response

Error
Body ()
Root Schema : errorresponse
Type: object
Show Source

401 Response

Error
Body ()
Root Schema : errorresponse
Type: object
Show Source

500 Response

Error
Body ()
Root Schema : errorresponse
Type: object
Show Source

504 Response

Error
Body ()
Root Schema : errorresponse
Type: object
Show Source
Back to Top