logs/userlogconfiguration

API Name

logs/userlogconfiguration

Description

Creates a new log configuration for logged in user.

REST Methods

PUT

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 --request PUT '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

HTTP status 201 is Created.

Sample Response

Exception

Throws an exception if the operation fails for any reason.