v1

latestOpenAPI 3.0.42026-07-137589157.3 KB
MySql databases

Create a new mysql database

post/mysqldatabases

Request body

database_namestring

The name for the database. This will be prefixed during provisioning. The provided name during creation will be different from the provisioned database name.

account_idinteger

The id of the account on which to create the database.

passwordstring

The password for the database user.

Passwords have to adhere to following rules:

<ul><li>Between 8-20 characters.</li><li>Must be a mix of letters and digits.</li><li>Must contain at least one digit (0-9).</li><li>Must contain at least one letter (a-z).</li><li>Cannot contain spaces.</li><li>Cannot contain characters: * € $ & + } { ' " \ </li></ul>

Response

Accepted