This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

WPM request and response detail

Is there a way to report request and response detail from WPM’s journeys? This would help identify simple firewall denies, errors such as 404 & 500 and also to investigate CDN endpoint responses.

I can see some of the detail as I hover over the component in the waterfall. Anyone know which table this is stored in and how best to get it out?

  • We're still evaluating WPM, but I believe most of the data you're after is in this table (SWQL):

    Orion.SEUM.TransactionStepRequests

    It has measurements for when requests start/stop, dns start/stop, etc, but I don't see anything about the specific error code so that may be in another table.