Merge pull request #9777 from hashicorp/dnephin/remove-some-deprecation
docs: remove a couple deprecations
This commit is contained in:
commit
4553554106
|
@ -142,9 +142,7 @@ The table below shows this endpoint's support for
|
||||||
`?near=_agent` will use the agent's node for the sort. This is specified as
|
`?near=_agent` will use the agent's node for the sort. This is specified as
|
||||||
part of the URL as a query parameter.
|
part of the URL as a query parameter.
|
||||||
|
|
||||||
- `node-meta` `(string: "")` **Deprecated** - Use `filter` with the `Node.Meta` selector instead.
|
- `node-meta` `(string: "")` - Specifies a desired node metadata key/value pair
|
||||||
This parameter will be removed in a future version of Consul.
|
|
||||||
Specifies a desired node metadata key/value pair
|
|
||||||
of the form `key:value`. This parameter can be specified multiple times, and
|
of the form `key:value`. This parameter can be specified multiple times, and
|
||||||
will filter the results to nodes with the specified key/value pairs. This is
|
will filter the results to nodes with the specified key/value pairs. This is
|
||||||
specified as part of the URL as a query parameter.
|
specified as part of the URL as a query parameter.
|
||||||
|
@ -250,9 +248,7 @@ The table below shows this endpoint's support for
|
||||||
will filter the results to nodes with the specified key/value pairs. This is
|
will filter the results to nodes with the specified key/value pairs. This is
|
||||||
specified as part of the URL as a query parameter.
|
specified as part of the URL as a query parameter.
|
||||||
|
|
||||||
- `passing` `(bool: false)` **Deprecated** - Use `filter` with the `Checks.Status` selector instead.
|
- `passing` `(bool: false)` - Specifies that the server should return only nodes
|
||||||
This parameter will be removed in a future version of Consul.
|
|
||||||
Specifies that the server should return only nodes
|
|
||||||
with all checks in the `passing` state. This can be used to avoid additional
|
with all checks in the `passing` state. This can be used to avoid additional
|
||||||
filtering on the client side.
|
filtering on the client side.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue