Statistics

Lobster_data offers the possibility to display and export statistical evaluations of profile runs and transfer volumes over a certain period of time.

In addition, workload peaks of the system and the profiles can be displayed.

For the creation of the statistics, Lobster_data saves when a profile has been completed and with what result and transfer volume. The statistics are calculated cumulatively over a day, but can also be cumulated over the profiles.

REST API


The statistics data can also be queried via HTTP in JSON or OpenMetrics format.

Authentication


Each request requires authentication via Basic Authentication (login name and password of a Lobster_data user with user right Administrator or Administration via REST). As an alternative to Basic Authentication, the user credentials can be passed in the URL with &user=myuser&passwd=mypassword.

URL


https://<URL or IP of Integration Server>/dw/rc/v1/metrics
https://<URL or IP of Integration Server>/dw/rc/v1/metrics?openMetrics

https://<URL or IP of Integration Server>/dw/rc/v1/metrics/statistic

Specific Client


The addition ?client=<client ID> can be used to limit the search to a specific client. Instead of the client ID, the value -1 can be used for the default client.