Skip to content

Commit 0f46f10

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

File tree

1 file changed

+6
-2
lines changed
  • content/shared/influxdb3-admin/last-value-cache

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,13 @@ In the examples above, replace the following:
6969

7070
## Use the HTTP API
7171

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.
7373

74-
### Query all caches
74+
{{% api-endpoint method="GET" endpoint="/api/v3/query_sql" api-ref="/influxdb3/version/api/v3/#operation/GetExecuteQuerySQL" %}}
75+
76+
{{% api-endpoint method="POST" endpoint="/api/v3/query_sql" api-ref="/influxdb3/version/api/v3/#operation/PostExecuteQuerySQL" %}}
77+
78+
### Query all last value caches
7579

7680
{{% code-placeholders "DATABASE_NAME|AUTH_TOKEN" %}}
7781

0 commit comments

Comments
 (0)