logs/userlogconfiguration

API Name

logs/userlogconfiguration

Description

Updates user specific log for passed user.

REST Methods

POST

Precondition

Server Manager Console must be running.

Permission

webProductLogInstance

Input Params

instanceName: The Managed Instance Name.

jdeHome: The Install Location of the Managed Home.

agentHostName: The Hostname of the Machine where the Managed Home Resides.

Sample Request

curl --location 'http://phoenix175736.appsdev0.fusionappsdphx1.oraclevcn.com:7101/manage/mgmtrestservice/logs/userlogconfiguration?instanceName=Html&agentHostName=phoenix175736.appsdev0.fusionappsdphx1.oraclevcn.com&jdeHome=C%3A%5Cwork%5Cinstall%5CSMA%5CSCFHA' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic SkRFOkpERQ==' \ --header 'Cookie: SMCONSOLE_SSID=u9oQ8FwzcwvR_qkGFlV5erme0HoAu2FthlPyWXkBJyRJmW41HlBv!423004064' \ --data '{ "iniConfig":{ "logName": "JDE", "maxFileSize": "25MB" } } '

Return

HTTP status 200 is returned.

Sample Response

Exception

Throws an exception if the operation fails for any reason.