cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inbound Request Payload Is Not Saved in Hybris

0 Kudos
1,881

Hi Experts,

I want the request payload to be saved in the InBoundRequestModel for issue debugging. I have set the property inboundservices.monitoring.enabled = true.

But I dont see the Request Payload saved in the Backoffice. Can you please help?

Accepted Solutions (0)

Answers (1)

Answers (1)

mwoelm
Participant

If you want to see the payloads, you need to add additional properties:

inboundservices.monitoring.success.payload.retention=true
inboundservices.monitoring.error.payload.retention=true

Depending on the environment, you should think about configuring a Retention rule for the payloads.

I have added this property but payload is not persisted. Anything else I need to do

mwoelm
Participant
0 Kudos

These three properties were all I had to set to get what you want.

phoude
Participant
0 Kudos
I have the same issue. It only saves it for Success message. Payload is not saved for Error despite both monitoring and payload set to true