Update content/shared/influxdb3-admin/distinct-value-cache/show.md

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/6277/head
Jameelah Mercer 2025-08-01 13:18:24 -07:00 committed by GitHub
parent 0e58bb864a
commit f39af3f15a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -70,7 +70,11 @@ In the examples above, replace the following:
## Use the HTTP API
You can query cache information using the [InfluxDB v3 SQL query API](/influxdb3/version/api/v3/). Send a `POST` request to the `/api/v3/query_sql` endpoint.
To use the HTTP API to query and output cache information from the system table, send a `GET` or `POST` request to the `/api/v3/query_sql` endpoint.
{{% api-endpoint method="GET" endpoint="/api/v3/query_sql" api-ref="/influxdb3/version/api/v3/#operation/GetExecuteQuerySQL" %}}
{{% api-endpoint method="POST" endpoint="/api/v3/query_sql" api-ref="/influxdb3/version/api/v3/#operation/PostExecuteQuerySQL" %}}
### Query all caches