PUT {HOST:URL}/gl/setupPartitions

This API sets up the initial table partition.

Partitions are set up automatically when the Cloud Native GL Processor is deployed. Only use this API if the automatic partitioning fails after deployment.

Example

The following is an example response:
{
    "status": 1,
    "message": "Setup and creation Partition success."
}