云数据库 RDS-创建数据库:请求示例

时间:2023-11-15 17:40:18

请求示例

创建数据库rds_test

POST https://{endpoint}/v3/0483b6b16e954cb88930a360d2c4e663/instances/f569f1358436479dbcba8603c32cc4aein03/database
{
    "name": "rds_test",
    "owner": "test",
    "template": "template0",
    "character_set": "UTF8",
    "lc_collate": "en_US.UTF-8",
    "lc_ctype": "en_US.UTF-8",
    "is_revoke_public_privilege": true,
    "comment":"comment"
}
support.huaweicloud.com/api-rds/rds_11_0002.html