The create command configures and provisions an empty cluster.

JSON Input Data Format
{
    "name": string,
    "engine": string
}
name * Specifies the name for the cluster, which can be any name.
engine * Specifies the RDB engine to be used for the cluster, which must be one of the following:
  • MariaDB-11
  • MySQL-8
  • Percona-8
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "payload": "The process was successfully completed",
    "id": "V7-49ff499f-xxxx-xxxx-xxxx-b47fxxxx99af"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}