Apache ShardingSphere · Example Payload

Apache Shardingsphere Cluster Status Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Apache Shardingsphere Cluster Status Example is an example object payload from Apache ShardingSphere, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modeinstances

Example Payload

Raw ↑
{
  "mode": "Standalone",
  "instances": [
    {}
  ]
}