Amazon Neptune · Example Payload

Analytics List Graphs Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Analytics List Graphs Output Example is an example object payload from Amazon Neptune, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

graphsnextToken

Example Payload

Raw ↑
{
  "graphs": [
    {
      "id": "neptune-cluster-abc123",
      "name": "my-neptune-cluster",
      "arn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
      "status": "available",
      "provisionedMemory": 23
    }
  ],
  "nextToken": "example-string"
}