Merge pull request #9107 from hashicorp/docs-prepared-query-namespace

Add namespaces to prepared query API docs
This commit is contained in:
Freddy 2021-03-15 13:08:52 -06:00 committed by GitHub
commit e655a974d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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