IBM Maximo: REST API Troubleshooting: Difference between revisions

From Wiki
(Criou a página com "Troubleshooting the REST API =Enable logging = '''POST /oslc/log/enablelogs''' ["log4j.logger.maximo.sql","log4j.logger.maximo.oslc","log4j.logger.maximo.integration"...")
 
No edit summary
 
Line 1: Line 1:
Troubleshooting the REST API
Troubleshooting the REST API
<big>Important: starting on MAS 8, default context change from '''/maximo/oslc/''' to '''/maximo/api/'''</big>


=Enable logging =
=Enable logging =

Latest revision as of 00:47, 29 October 2024

Troubleshooting the REST API

Important: starting on MAS 8, default context change from /maximo/oslc/ to /maximo/api/

Enable logging

POST /oslc/log/enablelogs 

["log4j.logger.maximo.sql","log4j.logger.maximo.oslc","log4j.logger.maximo.integration"]

Disable logging

POST /oslc/log/disablealllogs 

 <no request body needed>

Ver também