Create Performance Debugger Logs for Configuration Actions with Commerce Interactions
Oracle CPQ 25A provides Performance Debugger Log support for Configuration actions with Commerce interactions. Use the Create a Performance Debugger Log endpoint to create logs for the following actions.
URI Endpoint Sample
https://sitename.oracle.com/rest/v18/performanceDebugger/actions/createLog (POST)
Request Body Samples
- Add to an Existing Transaction
{ "actionName": "CONFIG_ADD_TO_TXN" , "favoriteId": 3023525714, "bsid" : 3023337829 }
- Create a New Transaction from Configuration (i.e. Invocation)
{ "favoriteId": 3023525714, "invocationId": 12068225, "actionName": "CONFIG_INVOKE" }
- Reconfigure (Inbound)
{ "bsId": 12068225, "documentNumber": 2, "actionName": "CONFIG_RECONFIGURE" }
Refer to the following topics in Oracle CPQ Administration Online Help for details about creating granular performance logs for Commerce interactions.
This feature provides web service support for Configuration flows that interact with Commerce.
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.