You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/influxdb3-admin/last-value-cache/show.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,13 @@ In the examples above, replace the following:
69
69
70
70
## Use the HTTP API
71
71
72
-
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.
72
+
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.
0 commit comments