deletewlsserver

API Name

deletewlsserver

Description

Deletes a J2EE container within a WebLogic Server instance.

REST Methods

DELETE

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_emsJDE","wlsDomainName":"E1_domain","wlsServerName": “Testapi"}https://jdesmc.example.com:8998 /manage/mgmtrestservice/deletewlsserver

This is the sample request if you have duplicate instance names: {"wlsInstanceName":"wls12c3_ emsJDE", "wlsDomainName":"E1_domain","wlsServerName":"Testapi", "agentHostName":"jdesmc.example.com", "jdeHome":"/ slot/oracle/jde_agent_jas/SCFHA"}https://jdesmc.example.com:8998/manage/mgmtrestservice/deletewlsserver

Return

HTTP status 204 is returned.

Sample Response

Exception

Throws an exception if there is a problem while deleting the container.