Amazon Neptune · Example Payload

Amazon Neptune Listgraphs Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Listgraphs 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": "listGraphs",
  "method": "GET",
  "path": "/graphs",
  "summary": "Amazon Neptune List Neptune Analytics Graphs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "listGraphs200Example",
      "example": {
        "graphs": [
          {
            "id": "neptune-cluster-abc123",
            "name": "my-neptune-cluster",
            "arn": "arn:aws:neptune:us-east-1:123456789012:db:neptune-cluster-1",
            "status": "available",
            "provisionedMemory": 1
          }
        ],
        "nextToken": "example-value"
      }
    }
  ]
}