mirror of https://github.com/hashicorp/consul
Fix some broken links (#5670)
parent
eebc788959
commit
23755fcf46
|
@ -116,7 +116,7 @@ will not be expanded.
|
||||||
Generally, only the main object is filtered. When filtering for
|
Generally, only the main object is filtered. When filtering for
|
||||||
an item within an array that is not at the top level, the entire array that contains the item
|
an item within an array that is not at the top level, the entire array that contains the item
|
||||||
will be returned. This is usually the outermost object of a response,
|
will be returned. This is usually the outermost object of a response,
|
||||||
but in some cases such the [`/catalog/node/:node`](api/catalog.html#list-services-for-node)
|
but in some cases such the [`/catalog/node/:node`](/api/catalog.html#list-services-for-node)
|
||||||
endpoint the filtering is performed on a object embedded within the results.
|
endpoint the filtering is performed on a object embedded within the results.
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
|
|
|
@ -74,5 +74,5 @@ Usage: `consul catalog nodes [options]`
|
||||||
|
|
||||||
- `-filter=<filter>` - Expression to use for filtering the results. Can be passed
|
- `-filter=<filter>` - Expression to use for filtering the results. Can be passed
|
||||||
via stdin by using `-` for the value or from a file by passing `@<file path>`.
|
via stdin by using `-` for the value or from a file by passing `@<file path>`.
|
||||||
See the [`/catalog/nodes` API documentation](api/catalog.html#filtering) for a
|
See the [`/catalog/nodes` API documentation](/api/catalog.html#filtering) for a
|
||||||
description of what is filterable.
|
description of what is filterable.
|
||||||
|
|
Loading…
Reference in New Issue