startwlsserver

API Name

startwlsserver

Description

Starts the J2ee container within a WebLogic Server instance.

REST Methods

POST

Precondition

Agent must be running.

Input Params

wlsInstanceName, wlsDomainName, wlsServerName Note (Release 9.2.4.3): Add these additional parameters if there are duplicate instance names: agentHostName, jdeHome.

Sample Request

{"wlsInstanceName": "wls12c3_ems17481","wlsDomainName":E1_domain", "wlsServerName": "Testapi"}https://jdesmc.example.com:8998/ manage/mgmtrestservicestartwlsserver This is the sample request if there are duplicate instance names: {"wlsInstanceName":"wls12c3_ ems17481","wlsDomainName":"E1_domain","wlsServerName": "Testapi" "agentHostName":"jdesmc.example.com", "jdeHome":"/slot/oracle/jde_agent_jas/ SCFHA"}https://jdesmc.example.com:8998/manage/mgmtresservicestartwlsserver

Return

HTTP status 200 is returned.

Sample Response

Exception

Throws an exception if it is not possible to stop the J2ee container for any reason.