mirror of https://github.com/hashicorp/consul
Backport of docs: Adds initial sg documentation for the health API into release 1.20.x (#21988)
* Adds initial sg documentation for the health API (#21763) Adds initial sg documentation * Backport of docs: Adds initial sg documentation for the health API into release/1.20.x --------- Co-authored-by: Nick Wales <588472+nickwales@users.noreply.github.com>pull/22006/head
parent
297ca6b2f3
commit
5b91606d82
|
@ -273,6 +273,9 @@ The table below shows this endpoint's support for
|
|||
- `ns` `(string: "")` <EnterpriseAlert inline /> - Specifies the namespace of the service.
|
||||
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
|
||||
|
||||
- `sg` `(string: "")` <EnterpriseAlert inline /> - Specifies the sameness group the service is a member of to
|
||||
facilitate requests to identical services in other peers or partitions.
|
||||
|
||||
### Sample Request
|
||||
|
||||
```shell-session
|
||||
|
|
Loading…
Reference in New Issue