PUT {HOST:URL}/gl/createNextPartition

This API creates a partition for the next month for the partitioned schema.

Example

The following is an example response:
{
    "Tables": [
        {
            "name": "glmtxevent",
            "message": "Partition: glmtxevent_062023 is created."
        },
        {
            "name": "dailysummary",
            "message": "Partition: dailysummary_062023 is created."
        }
    ]
}