logs/userlogconfiguration

API Name

logs/userlogconfiguration

Description

Gets all log configuration for logged in user.

REST Methods

GET

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 'Authorization: Basic SkRFOkpERQ=='

Return

Sample Response

[ { "component": "ALL", "logName": "JDE", "maxBackupIndex": 20, "level": "APP", "logFile": "C:\\work\\install\\SMA\\SCFHA\\targets\\Html\\logs\\jde.log", "format": "TOOLS", "maxFileSize": "9MB", "userName": "JDE", "append": "TRUE" } ]

Exception

Throws an exception if the operation fails for any reason.