createweblogicdomain (Release 9.2.1.2)

API Name

createweblogicdomain

Description

Creates a WebLogic domain, starts the node manager, and creates a machine that is in a reachable state.

REST Methods

POST

Precondition

Agent must be running.

Input Params

wlsInstanceNamewlsDomainNamewlsDomainListenPortwlsNmListenPort(optinal) by default 5556)wlsDomainMode(optional) Note (Release 9.2.4.3): Add these additional parameters if there are duplicate instance names: agentHostName, jdeHome.

Sample Request

{ "wlsInstanceName":"WLS_1213", "wlsDomainName":"tdomain1", "wlsDomainListenPort":"7012", "wlsNmListenPort":"5563"}

This is the sample request if you have duplicate instance names: { "wlsInstanceName":"WLS_1213", "wlsDomainName":"tdomain1", "wlsDomainListenPort":"7012", "wlsNmListenPort":"5563" "agentHostName":"jdesmc.example.com", "jdeHome":"/slot/oracle/jde_agent_jas/SCFHA"}

Return

HTTP status 201 is returned.

Sample Response

Exception

Throws an exception if anything prevents the creation of the weblogic domain.