mirror of https://github.com/status-im/consul.git
Update register check documentation clarify that Id returns as CheckId in the response Co-Authored-By: Shaker Islam <shaqq@users.noreply.github.com> Co-authored-by: Shaker Islam <shaqq@users.noreply.github.com>
This commit is contained in:
parent
7213403246
commit
7dc78b39c9
|
@ -108,7 +108,7 @@ The table below shows this endpoint's support for
|
|||
|
||||
- `ID` `(string: "")` - Specifies a unique ID for this check on the node.
|
||||
This defaults to the `"Name"` parameter, but it may be necessary to provide an
|
||||
ID for uniqueness.
|
||||
ID for uniqueness. This value will return in the response as `"CheckId"`.
|
||||
|
||||
- `Interval` `(string: "")` - Specifies the frequency at which to run this
|
||||
check. This is required for HTTP and TCP checks.
|
||||
|
|
Loading…
Reference in New Issue