Dashboard
The Dashboard provides a centralized and intuitive way to view and monitor Integration executions and performance details. To view the Dashboard, click Monitor > Dashboard.
You can identify and diagnose problems for those Integrations that are available in the selected stage. If you have Live and Development stage permissions, Integration Cloud displays the Live stage. If you do not have the Live stage permission, Integration Cloud displays the Development stage. You can view the Dashboard if the Access Profile assigned to you is also specified for that stage in the Stage Management screen. Further, you must have the Access permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Dashboard to view the dashboard.
The Dashboard displays the following details:
Total number of Integrations in the stage selected from the drop-down list based on your permissions.
Drop-down list to select an Integration or select all Integrations to view the execution details.
Drop-down list to select a stage to view the execution details.
Total number of documents processed by an Integration or for all Integrations in a stage. Documents processed appear only if the Integration invokes the
countProcessedDocuments service to count the number of documents processed by the Integration. See the
countProcessedDocuments service available in the
Flow block under the
Services category for more information.
Number of completed and failed Integration executions that happened during the selected time period in a stage.
Number of Integration executions that have completed with errors during the selected time period in a stage.
Completed Integration executions, failed Integration executions, and Integration executions that completed with errors displayed in a pie chart, along with the success rate, that is, the percentage of completed Integration executions compared to the total Integration executions, during the selected time period in a stage.
Number of in-progress Integration executions in a stage. You can click on the number to view the in-progress Integration execution details in a table.
Successful Integration executions, failed Integration executions, and Integration executions that completed with errors displayed in a bar chart along with clickable links, for the selected time period in a stage. You can click the Integration execution links available above the bar charts to display the relevant Integration execution details in the table. You can also point to each bar in the chart to view the date and time when the Integration executed and the result of the Integration execution.
Name of the Integration, stage name, when the Integration started, the Integration run duration, documents processed details, result of the Integration execution (Completed, Failed, Completed with errors), and the Integration execution message displayed in a tabular format. The
Documents Processed column displays the total number of documents processed by an integration, the number of documents processed successfully, and the success percentage. Values in this column appear only if the Integration invokes the
countProcessedDocuments service to count the number of documents processed by the Integration. For more information, see the
countProcessedDocuments service available in the
Flow block under the
Services category.
If you click a row on the table, you can view the execution information as well as the operations details for the Integration . See
Execution Results for more information.
Related Topics