Solution-Related information
For every solution displayed the user can access additional information by clicking on Details. The informations 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 of the last successful pipeline run |
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 for download there. For an API namespace of a solution a Toolkit can be generated.
A toolkit is a library consisting of the definitions of the API operations in Swagger. The user can download the toolkit and upload the same onto 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.
Storage
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 | Shows the total size of the data in the database. |
Count | The number of data objects in each database. |
Avg. Object Size | Shows the average object size. Average object size is calculated as the total data size divided by the number of objects. |
Total Indexes | |
Indexes | Shows the number of indexes in the database. |
Status | Shows the current state of the database. |
Messaging
Shows all message topics along with their partitions.
Agents
Gives a short overview of which agents are available and their status. This section also provides a list of errors, that recently occurred.
Status | Description |
---|---|
New | Number of events that are about 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, when 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 indication about the restart status |