Amazon Neptune · Example Payload

Amazon Neptune Getopencypherquerystatus Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getOpenCypherQueryStatus",
  "method": "GET",
  "path": "/opencypher/status",
  "summary": "Amazon Neptune Get the Status of OpenCypher Queries",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getOpenCypherQueryStatus200Example",
      "example": {
        "acceptedQueryCount": 1,
        "runningQueryCount": 1,
        "queries": [
          {
            "queryId": "neptune-cluster-abc123",
            "queryString": "example-value",
            "queryEvalStats": {}
          }
        ]
      }
    }
  ]
}