docs: mention filtered by ACLs in coordinate API
This commit is contained in:
parent
033e0ed13f
commit
37385058d8
|
@ -78,6 +78,8 @@ within the same area.
|
|||
This endpoint returns the LAN network coordinates for all nodes in a given
|
||||
datacenter.
|
||||
|
||||
@include 'http_api_results_filtered_by_acls.mdx'
|
||||
|
||||
| Method | Path | Produces |
|
||||
| ------ | ------------------- | ------------------ |
|
||||
| `GET` | `/coordinate/nodes` | `application/json` |
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
The HTTP response includes the `X-Consul-Results-Filtered-By-ACLs: true` header
|
||||
if the response array excludes results due to ACL policy configuration.
|
||||
Refer to the [HTTP API documentation](/api-docs#results-filtered-by-acls) for more information.
|
Loading…
Reference in New Issue