Amazon Neptune · Example Payload

Opencypher Open Cypher Query Status Detail Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Opencypher Open Cypher 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": 12,
    "elapsed": 3,
    "cancelled": true
  }
}