Amazon Neptune · Example Payload

Amazon Neptune Getsparqlstatistics Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Getsparqlstatistics 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": "getSparqlStatistics",
  "method": "GET",
  "path": "/sparql/statistics",
  "summary": "Amazon Neptune Get SPARQL RDF Statistics",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getSparqlStatistics200Example",
      "example": {
        "status": "available",
        "payload": {
          "graphStatistics": {
            "numStatements": 1,
            "numDistinctSubjects": 1,
            "numDistinctPredicates": 1
          }
        }
      }
    }
  ]
}