Amazon Neptune · Example Payload

Amazon Neptune Getpropertygraphstreamalias Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Getpropertygraphstreamalias 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": "getPropertyGraphStreamAlias",
  "method": "GET",
  "path": "/pg/stream",
  "summary": "Amazon Neptune Get Property Graph Change Stream Records (alias)",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getPropertyGraphStreamAlias200Example",
      "example": {
        "lastEventId": {},
        "lastTrxTimestamp": 1,
        "format": "PG_JSON",
        "records": [
          {}
        ],
        "totalRecords": 1
      }
    }
  ]
}