Apache ShardingSphere · Example Payload

Apache Shardingsphere Instance Example

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

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

Top-level fields

instanceIdstatushostport

Example Payload

Raw ↑
{
  "instanceId": "500123",
  "status": "OK",
  "host": "example",
  "port": 1234
}