Amazon Neptune · Example Payload

Amazon Neptune Creategraphsnapshot Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Creategraphsnapshot 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": "createGraphSnapshot",
  "method": "POST",
  "path": "/snapshots",
  "summary": "Amazon Neptune Create a Graph Snapshot",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "createGraphSnapshot201Example",
      "example": {
        "id": "neptune-cluster-abc123",
        "name": "my-neptune-cluster",
        "arn": "arn:aws:neptune:us-east-1:123456789012:db:neptune-cluster-1",
        "sourceGraphId": "neptune-cluster-abc123",
        "snapshotCreateTime": "2025-03-15T14:30:00Z",
        "status": "CREATING",
        "kmsKeyIdentifier": "neptune-cluster-abc123"
      }
    }
  ]
}