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:24:48 -07:00 committed by GitHub
parent 0384cad100
commit 057de1230b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -82,9 +82,8 @@ To use the HTTP API to query and output cache information from the system table,
```bash
curl -X POST "https://localhost:8181/api/v3/query_sql" \
-H "Authorization: Bearer AUTH_TOKEN" \
-H "Content-Type: application/json" \
-d '{
--header "Authorization: Bearer AUTH_TOKEN" \
--json '{
"db": "DATABASE_NAME",
"q": "SELECT * FROM system.distinct_caches",
"format": "json"