Solution related information
For every solution displayed the user can access additional information by clicking Details. The information provided are also grouped into
- Overview
- Storage
- Messaging
- Agents
Overview
The user can view the following details of the solution:
Property | Description |
Build pipeline run name | The ID number of the pipeline that deployed this solution |
Build pipeline timestamp | The timestamp of the pipeline run that deployed this solution |
Build sha | The sha fingerprint of the git commit (a unique identifier that allows to retrieve the exact code that was used to build the solution) |
Build artifact | Build Artifact Name of the hosting image in the solution (domain-server). |
Build version | Build Version Number of the hosting image in the solution. |
Build ID | Build ID of the hosting image in the solution |
Also all generated Toolkits (twx-files) are available to download. For an API Namespace of the solution a Toolkit can be generated.
The Toolkit is a library consisting of the definitions of the API Operations in Swagger. The user can download the Toolkit and upload the same in IBM Business Automation Workflow. The Toolkit enables the Process Application built in IBM Business Automation Workflow to easily reuse the modeled and implemented APIs of the solution built with IBM Financial Services Workbench.
Database statistics
The user can see a card for each database collection in the solution and its database details. Database collections are defined while modeling the Domain Namespaces of a solution and hold the instances of a Root Entity.
Property | Description |
Size | It shows the total size of the data in the database. |
Count | The number of data objects in each database. |
Avg. Object Size | It shows the average object size. Average Object size is calculated as the total data size divided by the number of objects. |
Total Indexes | |
Indexes | It shows the number of indexes in the database. |
Status | Showing the current state of the database represented by the two values as OK and not OK |
Messaging
The user can see the all message topics along with their partitions.
Agents
Gives a short overview of which agents are available and their status. Also this section provides a list of errors, that recently occured.
Status | Description |
---|---|
New | Number of events that are about to to be worked on |
Running | Number of events that are currently worked on |
Failed | Number of events that could not be completed due to an error |
Completed | Number of events that were successfully processed |
Errors Section:
Displays events that could not be processed successfully.
Data | Description |
---|---|
Name | Displays the name of the agent |
Execution count |
Number of tries |
Last Execution |
Time the execution was tried last time |
Next Execution |
Time when the next try to process the event will run |
Cause | A short technical excerpt for the error that occurred |
Trigger |
Offers the possibility to restart the agent immediately |
Restart status |
A short indiciation about the restart status |