logs/logFiles

API Name

logs/logFiles

Description

Gets the log file details 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/logFiles?instanceName=Html&agentHostName=phoenix175736.appsdev0.fusionappsdphx1.oraclevcn.com&jdeHome=C%3A%5Cwork%5Cinstall%5CSMA%5CSCFHA&limit=560066555' \ --header 'Authorization: Basic SkRFOkpERQ=='

Return

Sample Response

[ { "fileName": "C:\\work\\install\\SMA\\SCFHA\\targets\\Html\\logs\\jde_JDE_20240228_0.log", "fileSize": 0, "lastModified": "Feb 28, 2024 9:56:19 AM" }, { "fileName": "C:\\work\\install\\SMA\\SCFHA\\targets\\Html\\logs\\jde_JDE_20240304_0.log", "fileSize": 0, "lastModified": "Mar 4, 2024 10:19:20 PM" } ]

Exception

Throws an exception if the operation fails for any reason.