Management API to download/extract Trace Session

Hi All,

We usually fetch all the details in the request/response through a shared flow and push the data to splunk.

But is there a way where we shall download/extract the entire trace session of a particular proxy through any management API. How effectively we shall use debug session to extract the entire trace information.

Can someone help on this.

Regards

Arjun

Solved Solved
0 2 569
1 ACCEPTED SOLUTION

Hi Arjun

Welcome to the community !!!

We have Mgmt API for trace sessions (debug sessions). More info here.

As you might know, for these records, you need to orchestrate few things - Create the Debug Session, make API calls, Fetch the details from the Session ID, close the session and then push the data collected.

Do you really want to do this for pushing data to Splunk? This is a good util for dev or test environments. I agree it has all the information but all that can be collected and sent to Splunk using your existing Shared flow itself.

What other info are you trying to capture that only trace provides but not your Shared flow ? If there is anything in particular, let us know. We can probably find a solution for that if necessary.

View solution in original post

2 REPLIES 2

Hi Arjun

Welcome to the community !!!

We have Mgmt API for trace sessions (debug sessions). More info here.

As you might know, for these records, you need to orchestrate few things - Create the Debug Session, make API calls, Fetch the details from the Session ID, close the session and then push the data collected.

Do you really want to do this for pushing data to Splunk? This is a good util for dev or test environments. I agree it has all the information but all that can be collected and sent to Splunk using your existing Shared flow itself.

What other info are you trying to capture that only trace provides but not your Shared flow ? If there is anything in particular, let us know. We can probably find a solution for that if necessary.

Thanks you sai, This will help.