Query groups
Manage distributed query groups–named sets of query nodes that InfluxDB 3 Enterprise load-balances queries across.
Not yet operational: These endpoints work and store query group definitions in the catalog, but InfluxDB 3 Enterprise doesn’t yet use those definitions to affect query routing, data placement, or replication.
/api/v3/enterprise/configure/query_groups
Not operationalList distributed query groups (not yet operational)
Reserved for the distributed query group feature.
Not yet operational: Request and response fields aren’t finalized, and InfluxDB 3 Enterprise doesn’t yet use query group definitions to affect query routing, data placement, or replication.
This endpoint is only available in InfluxDB 3 Enterprise.
Related
curl --request GET \
"https://localhost:8181/api/v3/enterprise/configure/query_groups" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
string/api/v3/enterprise/configure/query_groups
Not operationalCreate a distributed query group (not yet operational)
Reserved for the distributed query group feature.
Not yet operational: Request and response fields aren’t finalized, and InfluxDB 3 Enterprise doesn’t yet use query group definitions to affect query routing, data placement, or replication.
This endpoint is only available in InfluxDB 3 Enterprise.
Related
Request body required
application/jsoncurl --request POST \
"https://localhost:8181/api/v3/enterprise/configure/query_groups" \
--header "Authorization: Bearer INFLUX_TOKEN" \
--header "Content-Type: application/json"Responses
Request failed. Possible reasons:
- Invalid database name
- Malformed request body
- Invalid timestamp precision
data
objecterror
stringdata
objecterror
string/api/v3/enterprise/configure/query_groups/{id}
Not operationalRetrieve a distributed query group (not yet operational)
Reserved for the distributed query group feature.
Not yet operational: Request and response fields aren’t finalized, and InfluxDB 3 Enterprise doesn’t yet use query group definitions to affect query routing, data placement, or replication.
This endpoint is only available in InfluxDB 3 Enterprise.
Parameters
Path parameters
id
required
integercurl --request GET \
"https://localhost:8181/api/v3/enterprise/configure/query_groups/{id}" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
string/api/v3/enterprise/configure/query_groups/{id}
Not operationalReplace a distributed query group (not yet operational)
Reserved for the distributed query group feature.
Not yet operational: Request and response fields aren’t finalized, and InfluxDB 3 Enterprise doesn’t yet use query group definitions to affect query routing, data placement, or replication.
This endpoint is only available in InfluxDB 3 Enterprise.
Related
Parameters
Path parameters
id
required
integerRequest body required
application/jsoncurl --request PUT \
"https://localhost:8181/api/v3/enterprise/configure/query_groups/{id}" \
--header "Authorization: Bearer INFLUX_TOKEN" \
--header "Content-Type: application/json"Responses
Request failed. Possible reasons:
- Invalid database name
- Malformed request body
- Invalid timestamp precision
data
objecterror
stringdata
objecterror
string/api/v3/enterprise/configure/query_groups/{id}
Not operationalUpdate a distributed query group (not yet operational)
Reserved for the distributed query group feature.
Not yet operational: Request and response fields aren’t finalized, and InfluxDB 3 Enterprise doesn’t yet use query group definitions to affect query routing, data placement, or replication.
This endpoint is only available in InfluxDB 3 Enterprise.
Related
Parameters
Path parameters
id
required
integerRequest body required
application/jsoncurl --request PATCH \
"https://localhost:8181/api/v3/enterprise/configure/query_groups/{id}" \
--header "Authorization: Bearer INFLUX_TOKEN" \
--header "Content-Type: application/json"Responses
Request failed. Possible reasons:
- Invalid database name
- Malformed request body
- Invalid timestamp precision
data
objecterror
stringdata
objecterror
string/api/v3/enterprise/configure/query_groups/{id}
Not operationalDelete a distributed query group (not yet operational)
Reserved for the distributed query group feature.
Not yet operational: Request and response fields aren’t finalized, and InfluxDB 3 Enterprise doesn’t yet use query group definitions to affect query routing, data placement, or replication.
This endpoint is only available in InfluxDB 3 Enterprise.
Related
Parameters
Path parameters
id
required
integercurl --request DELETE \
"https://localhost:8181/api/v3/enterprise/configure/query_groups/{id}" \
--header "Authorization: Bearer INFLUX_TOKEN"Responses
data
objecterror
stringWas this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB 3 Enterprise and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support. Customers using a trial license can email trial@influxdata.com for assistance.