ScyllaDB · Example Payload

Scylladb List Clusters Example

DatabaseNoSQLCassandra CompatibleDynamoDB CompatibleDistributed DatabaseReal-TimeVector SearchCloud Database

Scylladb List Clusters Example is an example object payload from ScyllaDB, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

clusters

Example Payload

Raw ↑
{
  "clusters": [
    {
      "id": 12345,
      "accountId": 67890,
      "clusterName": "production-cluster",
      "scalingMode": "STANDARD",
      "status": "ACTIVE",
      "cloudProviderId": 0,
      "encryptionAtRest": false,
      "encryptionMode": "NONE",
      "userApiInterface": "CASSANDRA"
    }
  ]
}