aws.neptunedata.list_gremlin_queries
Example SQL Queries
SELECT * FROMaws.neptunedata.list_gremlin_queries;Description
Lists active Gremlin queries. See Gremlin query status API for details about the output.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:GetQueryStatus IAM action in that cluster.
Note that the neptune-db:QueryLanguage:Gremlin IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see Condition keys available in Neptune IAM data-access policy statements).
Table Definition
| Column Name | Column Data Type |
|---|---|
| include_waiting Input Column If set to TRUE, the list returned includes waiting queries. The default is FALSE; | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| accepted_query_count The number of queries that have been accepted but not yet completed, including queries in the queue. | BIGINT |
| queries A list of the current queries. | STRUCT( |
Show child fields
| |
| running_query_count The number of Gremlin queries currently running. | BIGINT |