When you click a transaction’s ID in the transactions list, DPOD loads the full details of the transaction into the information window.
...
If you navigate to this page from a transactions list that contains more than one transaction, previous/next buttons will appear to quickly move to the next or previous transaction on that list.
The size of next/previous transactions results can be defined in the System Parameters list.
...
The top part of the window shows the policy graph, you can focus on any user policy by clicking it.
The middle part shows general details about the policy, such as the policy name, type and the execution time in ms.
The lower part shows a list of side calls made by this policy. and a list of context variables and their values (if a policy variables capture was active during the execution of this transaction)
If a policy variables capture was active, but no data is showing in the "Context variables" table - wait a few seconds and refresh the page, it may take up to 2 minutes for the data to appear.
Keyboard shortcuts -
Left or Right arrows - Previous / Next policy
Space - Wrap the policy variables values text.
Escape - Close the window.
Raw Messages Tab
This widget lists the raw messages that make up the single transaction viewed (up to 2000 messages).
Tracking the raw messages making up transactions in error may provide insights into the causes of failures.
Tracking the raw messages making up successful transactions may provide insights into slow components or unnecessary steps.
The information is displayed in a table.
Column | Description |
---|---|
Category | The message’s category |
Severity | The message’s severity |
Time | The message’s timestamp |
Direction | The message’s direction. This may be:
|
Object Type | The object type associated with this message |
Object Name | The object name associated with this message |
Client IP | The Client IP this message originated from. This may be the actual client, or a load balancer. |
Message Code | The message’s code |
Message | The actual message logged. |
Correlated Transactions Tab
The Correlated Transactions Tab (Appears only if the user has appropriate permissions), shows all the transactions with the same Global Transaction ID, both Gateway transactions and API-C transactions are shown.
The transactions are sorted by their start time, where the first transaction that run appears on top..
...
When API-C Analytics data is captured via Payload Capture, headers information is displayed for both the request and response.
Extended Latency Tab
Detailed latency information for both the request and response phases.
Raw Messages Tab
This widget lists the raw messages that make up the single transaction viewed (up to 2000 messages).
Tracking the raw messages making up transactions in error may provide insights into the causes of failures.
Tracking the raw messages making up successful transactions may provide insights into slow components or unnecessary steps.
The information is displayed in a table.
...
...
...
Category
...
The message’s category
...
Severity
...
The message’s severity
...
Time
...
The message’s timestamp
...
Direction
...
The message’s direction. This may be:
- Request
- Response
- Error (if message is an error)
- Empty (if it is a system message)
...
Object Type
...
The object type associated with this message
...
Object Name
...
The object name associated with this message
...
Client IP
...
The Client IP this message originated from. This may be the actual client, or a load balancer.
...
Message Code
...
The message’s code
...
Message
...
.
Analytics Offload Tab
When API-C Analytics data is captured via Payload Capture, this data is displayed in this tab.
The "Analytics Data" inner tab displays the API-C Analytics data after it has been parsed and enriched by DPOD. Use the "Raw Data" inner tab to view the original event data received from API-C Analytics without parsing and enrichment.