ClusterSchema
Move a table to a different shard cluster
This endpoint moves a table to a different shard cluster for the specified cluster.
post/api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/move-table/{clusterShard}
Path parameters
clusterNamestring required
Cluster Name
schemaNamestring required
Schema Name
tableNamestring required
Table Name
clusterShardstring required
Cluster Shard
Headers
Authorizationstring required
Insert your access token
Response
Successfully moved table
string required
Changes
Changed in 2 of the 7 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲