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
|
@ -178,6 +178,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
|
||||||
the query is executed. It allows the use of nodes in other datacenters with
|
the query is executed. It allows the use of nodes in other datacenters with
|
||||||
|
|
Loading…
Reference in New Issue