Amazon Neptune · Example Payload

Gremlin Gremlin Query Status Detail Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Gremlin Gremlin Query Status Detail Example is an example object payload from Amazon Neptune, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryIdqueryStringqueryEvalStats

Example Payload

Raw ↑
{
  "queryId": "neptune-cluster-abc123",
  "queryString": "g.V().limit(10)",
  "queryEvalStats": {
    "waited": 67,
    "elapsed": 71,
    "cancelled": true,
    "subqueries": {}
  }
}