Amazon Neptune · Example Payload

Amazon Neptune Deletedbcluster Example

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Amazon Neptune Deletedbcluster 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": "deleteDBCluster",
  "method": "POST",
  "path": "/?Action=DeleteDBCluster",
  "summary": "Amazon Neptune Delete a Neptune DB Cluster",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/xml",
      "name": "deleteDBCluster200Example",
      "example": {
        "DBClusterIdentifier": "neptune-cluster-abc123",
        "DBClusterArn": "arn:aws:neptune:us-east-1:123456789012:db:neptune-cluster-1",
        "Status": "available",
        "Engine": "example-value",
        "EngineVersion": "1.3.2.0",
        "Endpoint": "neptune-cluster-1.cluster-xyz.us-east-1.neptune.amazonaws.com",
        "ReaderEndpoint": "neptune-cluster-1.cluster-xyz.us-east-1.neptune.amazonaws.com",
        "Port": 1,
        "MasterUsername": "my-neptune-cluster",
        "DBClusterParameterGroup": "example-value"
      }
    }
  ]
}