Amazon Neptune · Example Payload

Amazon Neptune Getsparqlstream Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Getsparqlstream 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": "getSparqlStream",
  "method": "GET",
  "path": "/sparql/stream",
  "summary": "Amazon Neptune Get SPARQL RDF Change Stream Records",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getSparqlStream200Example",
      "example": {
        "lastEventId": {
          "commitNum": 1,
          "opNum": 1
        },
        "lastTrxTimestampInMillis": 1,
        "format": "NQUADS",
        "records": [
          {
            "commitTimestampInMillis": 1,
            "eventId": {
              "commitNum": {},
              "opNum": {}
            },
            "data": {
              "stmt": {}
            },
            "op": "ADD",
            "isLastOp": true
          }
        ],
        "totalRecords": 1
      }
    }
  ]
}