Amazon Neptune · Example Payload

Amazon Neptune Executeopencypherqueryget Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Executeopencypherqueryget 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": "executeOpenCypherQueryGet",
  "method": "GET",
  "path": "/openCypher",
  "summary": "Amazon Neptune Execute an OpenCypher Query via HTTP GET",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "executeOpenCypherQueryGet200Example",
      "example": {
        "results": [
          {}
        ]
      }
    }
  ]
}