configsummary

API Name

configsummary

Description

Provides information about the configuration INIs of the specified instance.

REST Methods

GET

Precondition

Server Manager and Agent must be running.

Input Params

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

Sample Request

This is the sample request if you have duplicate instance names: https://jdesmc.example.com:8998/manage/mgmtrestservice/ configsummary?instanceName=tqa_923_lnx_jas_jdeJas_ 21502&agentHostName=jdeJas.example.com&jdeHome=/slot/oracle/jde_agent_jas/SCFHA

Return

HTTP status 200 is returned.

Sample Response

{ "instanceName":"aisStand7505", "configurationSummary": [ { "description":"Display Environment", "group":"Display Information","iniSection":"BASIC CONFIG", "name":"DisplayEnvironment", "value":"false" }, { "description": "Display Role", "group":"Display Information", "iniSection":"BASIC CONFIG", "name":"DisplayRole", "value":"false" } ]}

Exception

Throws an exception if the operation fails for any reason.