...
The mediator server view should show all mediator servers in a table, as seen in the picture below.
The table implements the common ux-framework-table supporting sorting, filtering and pagination. Each time, a request to the server is sent.
Reload Button: Reloads/Refresh the Mediator server table
The table has the following columns:
...
- name
- URL, which starts with http(s):
The database index is “mwtn” the doctype is “mediator-server”
The data-provider for getting all mediator servers is read-mediator-server-list
Mediator instance view
If a mediator server in the table is selected, a detail view is opened.
...
The Status and Device column cannot be sorted or filtered. The mediator and IP Adress columns can be sorted and filtered.
Data Provider
The mediator servers are stored in an ElasticSearch database. The REST-API is provided by the Data-Provider.
The data-provider for getting all mediator servers is read-mediator-server-list
Note: The mediator configurations are not stored in the ElasticSearch. They are loaded through the REST-API of the the mediator server.