updateIniconfig

API Name

updateIniconfig

Description

Updates INI config through JSON for any EnterpriseOne instances such as the HTML, RTE, AIS, ENTERPRISE, BSSV Servers, and so on.

REST Methods

POST

Precondition

Agent must be running.

Input Params

instanceName , sectionName, iniConfig 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/updateiniconfig {"instanceName":"tqa_923_lnx_jas_den60206jems_ 21500", "agentHostName":"jdesmc.example.com", "jdeHome":"/slot/ oracle/jde_agent_jas/SCFHA", "sectionName":"EVENTS", "iniConfig":{ "EVENTS":{ "initialContextFactory":"none", "jndiProviderURL":"", "Testentry":"Testing 'updatiniconfig' API" } }}

Return

Updated INI config section is returned.

Sample Response

Exception

None.