replication-manager icon indicating copy to clipboard operation
replication-manager copied to clipboard

[WIP] Implement more v3 endpoints

Open terwey opened this issue 2 years ago • 0 comments

See #426 for task tracking

This PR contains:

  • [x] /api/clusters/{clusterName}/services/actions/provision
  • [x] /api/clusters/{clusterName}/services/actions/unprovision
  • [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/checksum-table
  • [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/move-table/{clusterShard}
  • [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/reshard-table
  • [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/reshard-table/{clusterList}
  • [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/universal-table
  • [x] /api/clusters/{clusterName}/shardclusters

CLI Changes:

  • [x] show command
  • [x] status command

terwey avatar May 02 '22 19:05 terwey