mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
README.md: Correcting+Cleanup request parameters documentation.
This commit is contained in:
parent
a310cb041d
commit
5481dd7d32
1 changed files with 5 additions and 6 deletions
|
|
@ -18,11 +18,10 @@ The following parameters are supported in a request and are ordered from
|
||||||
first to last below:
|
first to last below:
|
||||||
|
|
||||||
| # | Name | Required | Description |
|
| # | Name | Required | Description |
|
||||||
| - | ---------- | -------- | ----------------------------------------------------------------------------- |
|
| - | ---------- | ----------------------- | -------------------------------------------------------------- |
|
||||||
| 1 | Host | Yes | IP/Hostname to the api. |
|
| 1 | url | Yes (port default `80`) | http url to the api. `http(s)://<ip-or-domain>(:<port>)` |
|
||||||
| 2 | Port | No | Port number to the api (default `80`) |
|
| 2 | num_blocks | No (default `10`) | Number of blocks the api can drift before reported `down` |
|
||||||
| 3 | num_blocks | No | Number of blocks the api can drift before reported `down` (default 10) |
|
| 3 | version | No (default `v1`) | API Version to check against, `v1` = standard, `v2` = Hyperion |
|
||||||
| 4 | version | No | API Version to check against, `v1` = standard, `v2` = Hyperion (default `v1`) |
|
|
||||||
|
|
||||||
### Response
|
### Response
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue