/clusters/{clusterName}/services/{serviceName}/impalaQueries
Mount Point: /rest/clusters/{clusterName}/services/{serviceName}/impalaQueries
GET
Returns a list of queries that satisfy the filter
Available since API v4.
Parameters
name | description | type | default |
---|---|---|---|
serviceName | The name of the service | path | |
filter | (no documentation provided) | query | |
from | Returns queries that were active between the from and to times | query | |
to | Returns queries that were active between the from and to times | query | now |
limit |
The maximum number of queries to return. Queries will be returned in the following order:
|
query | 100 |
offset | The offset to start returning queries from. This is useful for paging through lists of queries. Note that this has non-deterministic behavior if executing queries are included in the response because they can disappear from the list while paging. To exclude executing queries from the response and a 'executing = false' clause to your filter. | query | 0 |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | impalaQueryResponse |
A list of impala queries and warnings