Update content/shared/v3-core-http-query-api-system-tables/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pd/http-query-api-system-table
Paul Dix 2025-01-31 10:08:21 -05:00 committed by Jason Stirnaman
parent 4de50d59cd
commit c5ea74b396
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
This guide shows some of the capabilities of the HTTP API API for querying and accessing useful information from system tables.
Learn how to use the HTTP API to query and access information about the database server and table schemas.
The HTTP API for querying is reached via either a `GET` or `POST` to the endpoint `/api/v3/query_sql`. There is also an endpoint for InfluxQL at `/api/v3/query_influxql` but this guide will focus on just the SQL endpoint.