Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When you click a transaction’s ID in the transactions list, DPOD loads the full details of the transaction into the information window.

...

Transaction Analysis Panel

Error analysis

Analysis will appear for transactions in Error status only,
T
ransactions that are erroneous as a result of the output policy are not reported here.

If the error is common, DPOD will provide a description of the error here. This is especially useful in situations where the raw logs are hidden on account of security policies, and cannot be viewed by the user.

DPOD Administrators can also add error analysis descriptionsDisplays a summary of all errors found by DPOD for this transaction.

Elapsed Time 

A breakdown of the transaction’s elapsed time between network, gateway processing and Back-End processing.
This analysis lets you view latency data pertaining to the transaction, and potentially identify network congestion or issues.

...

Green nodes represent user policies and their latency, hover over the latency node to view the policy typemore details.
Blue nodes represent the API Framework latency.
Pre/Post processing polices (DataPower API Gateway only) will appear with a Blue border.
Click on a user policy or on a pre/post policy to open the Policy Details Window.

...

The top part of the window shows the policy graph, you can focus on any user policy by clicking it, click on "Switch to Response/Request" to change the displayed direction.
The middle part shows general details about the policy, such as the policy name, type and direction 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

The raw messages tab is identical to the raw messages tab in the DataPower transaction page

Payload Tab

The payload tab is identical to the payload tab in the DataPower transaction page

Extended Latency 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:

  • 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

The actual message logged.


Payload Tab

When WS-M recording is switched on, the Payload pane of the table will contain payload information for the messages displayed.
The payload is shown for the front end, for both the request and response phases. 

Extended Latency Tab

Detailed latency information for both the request and response phases.

Side Calls

The side calls tab shows both side calls that were made by user policies and internal side calls (such as calls to API-C Analytics).

...

Correlated Transactions Tab

The correlated transactions tab is identical to the Correlated transactions tab in the DataPower transaction pageCorrelated 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..

Image Added

The Trans. ID column displays the transaction ID of the correlated transaction, or "Current" for the current transaction in view. Click the Transaction ID to navigate to the Single Transaction Page of that transaction.
The link will appear only if the user has appropriate permissions to view that particular transaction.

The Service/API column displays the Gateway Service name, or the API Name+API Version.

The Status column displays the transaction status, as shown in the Single Transaction page.

The Message column displays the error message analysis, as shown in the Single Transaction Page. (see "Error Analysis" previously on this page)

Clicking on the Raw Errors links (appears only if the transaction did have any errors, and only if the user has appropriate permissions) will open a window with the all the transactions' error messages, note that the existence of error messages doesn't necessarily mean that the transaction failed. 

Image Added