mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 21:51:39 +00:00
"<service-name" fix - added brackets
This commit is contained in:
parent
f332fa8f86
commit
759f5a2bf5
@ -131,7 +131,7 @@ To confirm that you peered your clusters, you can [query the `/health/service` e
|
||||
|
||||
```shell-session
|
||||
$ curl \
|
||||
"http://127.0.0.1:8500/v1/health/service/service-name?peer=cluster-01"
|
||||
"http://127.0.0.1:8500/v1/health/service/<service-name>?peer=cluster-01"
|
||||
```
|
||||
|
||||
A successful query will include service information in the output.
|
||||
|
Loading…
x
Reference in New Issue
Block a user