Amazon Neptune · Example Payload

Analytics Graph Snapshot Output Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Top-level fields

idnamearnsourceGraphIdsnapshotCreateTimestatuskmsKeyIdentifier

Example Payload

Raw ↑
{
  "id": "neptune-cluster-abc123",
  "name": "my-neptune-cluster",
  "arn": "arn:aws:neptune:us-east-1:123456789012:cluster:neptune-1",
  "sourceGraphId": "neptune-cluster-abc123",
  "snapshotCreateTime": "2025-03-15T14:30:00Z",
  "status": "FAILED",
  "kmsKeyIdentifier": "neptune-cluster-abc123"
}