1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

README.md: document the 'host' request paramter.

This commit is contained in:
Henrik Hautakoski 2020-06-23 13:35:28 +02:00
parent 5481dd7d32
commit 1a7ee2e148

View file

@ -22,6 +22,7 @@ first to last below:
| 1 | url | Yes (port default `80`) | http url to the api. `http(s)://<ip-or-domain>(:<port>)` |
| 2 | num_blocks | No (default `10`) | Number of blocks the api can drift before reported `down` |
| 3 | version | No (default `v1`) | API Version to check against, `v1` = standard, `v2` = Hyperion |
| 4 | host | No (default from `url`) | Value to send in the `HTTP Host Header` to the API |
### Response