docs: Add supported consistency modes to prepared queries
Resolves #3475
This commit is contained in:
parent
6f1fa59005
commit
4b7188d7f0
|
@ -176,9 +176,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
|
- `Namespace` `(string: "")` <EnterpriseAlert inline /> - Specifies the Consul namespace
|
||||||
to query. If not provided the query will use Consul default namespace for resolution.
|
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
|
||||||
|
@ -311,7 +311,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
||||||
| ---------------- | ----------------- | ------------- | ------------ |
|
| ---------------- | ----------------- | ------------- | ------------ |
|
||||||
| `NO` | `none` | `none` | `query:read` |
|
| `NO` | `all` | `none` | `query:read` |
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
|
@ -414,7 +414,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
||||||
| ---------------- | ----------------- | ------------- | ------------ |
|
| ---------------- | ----------------- | ------------- | ------------ |
|
||||||
| `NO` | `none` | `none` | `query:read` |
|
| `NO` | `all` | `none` | `query:read` |
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
|
@ -490,7 +490,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
||||||
| ---------------- | ----------------- | ------------- | --------------------- |
|
| ---------------- | ----------------- | ------------- | --------------------- |
|
||||||
| `NO` | `none` | `simple` | `depends`<sup>1</sup> |
|
| `NO` | `all` | `simple` | `depends`<sup>1</sup> |
|
||||||
|
|
||||||
<sup>1</sup> If an ACL Token was bound to the query when it was defined then it will
|
<sup>1</sup> If an ACL Token was bound to the query when it was defined then it will
|
||||||
be used when executing the request. Otherwise, the client's supplied ACL Token will
|
be used when executing the request. Otherwise, the client's supplied ACL Token will
|
||||||
|
@ -619,7 +619,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
| Blocking Queries | Consistency Modes | Agent Caching | ACL Required |
|
||||||
| ---------------- | ----------------- | ------------- | ------------ |
|
| ---------------- | ----------------- | ------------- | ------------ |
|
||||||
| `NO` | `none` | `none` | `query:read` |
|
| `NO` | `all` | `none` | `query:read` |
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue