mirror of https://github.com/status-im/consul.git
Merge pull request #9107 from hashicorp/docs-prepared-query-namespace
Add namespaces to prepared query API docs
This commit is contained in:
commit
e655a974d3
|
@ -177,6 +177,9 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
- `Service` `(string: <required>)` - Specifies the name of the service to
|
- `Service` `(string: <required>)` - Specifies the name of the service to
|
||||||
query.
|
query.
|
||||||
|
|
||||||
|
- `Namespace` `(string: "")` <EnterpriseAlert inline /> - Specifies the Consul namespace
|
||||||
|
to query. If not provided the query will use Consul default namespace for resolution.
|
||||||
|
|
||||||
- `Failover` contains two fields, both of which are optional, and determine
|
- `Failover` contains two fields, both of which are optional, and determine
|
||||||
what happens if no healthy nodes are available in the local datacenter when
|
what happens if no healthy nodes are available in the local datacenter when
|
||||||
|
|
Loading…
Reference in New Issue