Update content/shared/influxdb3-admin/last-value-cache/show.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/6277/head
parent
99715ce70d
commit
9c9f2c6999
|
@ -93,9 +93,8 @@ curl -X POST "https://localhost:8181/api/v3/query_sql" \
|
|||
|
||||
```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.last_caches WHERE name = '\''CACHE_NAME'\''",
|
||||
"format": "json"
|
||||
|
|
Loading…
Reference in New Issue