cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace Managed - Retrieve Request Body?

robert_hamilton
Participant

We are currently using DCRUM to grab an operation and then using the Request body - creating a grouping attribute using Text Search (Transformation type/transformation). In real world speak, when a user logs in - we collect their email address and the grouping attribute equates to which action they perform (ie View their Bill, Enrollment into auto billing, etc)

Is there a way to do this in Dynatrace Managed?

DCRUM setup screenshots attached

 

1 REPLY 1

skrystosik
DynaMight Guru
DynaMight Guru

From soap it is not so easy. But on receiver side some code should grab request and change it into object. So you should be able to find method in code which have this object as parameter, from this point you could be able to use accessor to extract parameter from object. The only limitation here is that you can have only one accessor per object in single method. So if you want to extract multiple parameter from this object you will need multiple methods that are having this object as param or return value.

https://www.dynatrace.com/news/blog/request-attributes-simplify-request-searches-filtering/

Sebastian


Regards, Sebastian

Featured Posts