Performance Debugger REST API
The Performance Debugger REST API enables customers to collect granular performance logs for Configuration actions, including the timing for associated rules and conditions.
NOTE: Oracle CPQ 24D only supports Configure and Update Configuration actions.
Create a Performance Debugger Log
Use this endpoint to create a performance debugger log for the Configuration action identified in the request payload.
- Endpoint:
/rest/v17/performanceDebugger/actions/createLog
- Method: POST
Get All Performance Debugger Records
Use this endpoint to retrieve a list of performance debugger log records.
- Endpoint:
/rest/v17/performanceDebugger
- Method: GET
Get a Performance Debugger Record
Use this endpoint to retrieve the specified performance debugger log record.
- Endpoint:
/rest/v17/performanceDebugger/{id}
- Method: GET
The Performance Debugger REST API allows administrators to create logs to analyze the performance of Configuration actions.
Steps to Enable
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.