weblogicdomaininfo (Release 9.2.8.2)

API Name

weblogicdomaininfo

Description

Returns information about a weblogic domains which are configured in the middleware.

REST Methods

GET

Precondition

Agent must be up and running.

Input Params

agentHostName, jdeHome, wlsInstanceName

Sample Request

https://host:port/manage/mgmtrestservice/weblogicdomaininfo? agentHostName=sma.oracle.com&jdeHome=C:\SMC\smc_agent_test\SCFHA&wlsInstanceName=wls

Return

HTTP status 201 Created is returned.

Sample Response

{

"agentHostName": "localhost",

"jdeHome": "C:\\SMC\\smc_agent_test\\SCFHA",

"result": {

{

"domainName": "base_domain",

"javaVersion": "1.8.0_131",

"AdminPort": "7001",

"nmListernPort": "5556"

}

{

"domainName": "E1_domain",

"javaVersion": "1.8.0_131",

"AdminPort": "7003",

"nmListernPort": "5556"

}

}

Exception

Throws an exception if the operation fails for any reason.