documentation for the daemon

This commit is contained in:
Andreas Penski 2020-05-06 17:11:35 +02:00
parent 62550c42d8
commit b02126c1cc
5 changed files with 114 additions and 14 deletions

View file

@ -97,8 +97,5 @@ You can configure it with `-H` for IP Adress and `-P` for port number:
java -jar validationtool-<version>-standalone.jar -s <scenario-config-file> -D -H 192.168.1.x -P 8081
```
You can HTTP-POST to `/` and the response will return the report document as defined in your validator configuration.
Additionally there is the GET `/health` endpoint which can be used by monitoring systems.
Details and further configuration options can be [found here](./docs/daemon.md).