Skip to content

Commit f39af3f

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 0e58bb8 commit f39af3f

File tree

1 file changed

+5
-1
lines changed
  • content/shared/influxdb3-admin/distinct-value-cache

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ In the examples above, replace the following:
7070

7171
## Use the HTTP API
7272

73-
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.
73+
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.
74+
75+
{{% api-endpoint method="GET" endpoint="/api/v3/query_sql" api-ref="/influxdb3/version/api/v3/#operation/GetExecuteQuerySQL" %}}
76+
77+
{{% api-endpoint method="POST" endpoint="/api/v3/query_sql" api-ref="/influxdb3/version/api/v3/#operation/PostExecuteQuerySQL" %}}
7478

7579
### Query all caches
7680

0 commit comments

Comments
 (0)