docs: mention filtered by ACLs in coordinate API

This commit is contained in:
Jared Kirschner 2022-03-02 06:00:13 -08:00
parent 6666832077
commit 109ffcda26
2 changed files with 5 additions and 0 deletions

View File

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

View File

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