wlsdomaininfo

API Name

wlsdomaininfo

Description

Lists the domains in a WebLogic Server instance.

REST Methods

GET

Precondition

Agent must be running.

Input Params

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

Sample Request

https://jdesmc.example.com:8998/manage/mgmtrestservice/ wlsdomaininfo?wlsInstanceName=weblogic1213 This is the sample request if you have duplicate instance names: https://jdesmc.example.com:8998/manage/mgmtrestservice/wlsdomaininfo? wlsInstanceName=weblogic1213&agentHostName=jdesmc.example.com&jde slot/ems12400/oracle/jde_agent_jas/SCFHA

Return

HTTP status 200 and returns the list of WebLogic Server domains in the WebLogic Server instance.

Sample Response

{ "wlsInstanceName":"tqa_923_lnx_wls_jdesmc_23600", "result": { "E1domain":["jdesmc.example.com" ], "SMCdomain":[ "jdesmc.example.com" ] }}

Exception

Throws an exception in case of a problem.