调用 CreateDBAccount 接口为 HBase 实例创建数据库账号。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InstanceId | String | 是 | hb-cncq0cf70709**** | 实例 ID。 说明 您可以调用 DescribeDBInstance 接口查询目标地域下所有实例的基本信息,包括实例 ID。 |
AccountName | String | 是 | test1 | 数据库账号名称。账号名称需满足以下要求:
|
Password | String | 是 | Pwd@12**** | 数据库账号的密码。密码规则如下:
|
Description | String | 否 | The_test_account | 数据账号的描述,长度为 0~256 个字符。可以包含数字、中文、英文、下划线(_)、短横线(-)。 |
ClientToken | String | 否 | WbiAlPqJM6tMoSOYhT**** | 用于保证请求的幂等性,防止重复提交请求。由客户端生成该参数值,要保证在不同请求间唯一,大小写敏感且不超过 127 个 ASCII 字符。 |
无。
POST https://hbase.volcengineapi.com?Action=CreateDBAccount&Version=2018-01-01 HTTP/1.1 Host: hbase.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20201103T104027Z Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/hbase/request,SignedHeaders=content-type;host;x-date, Signature=**** { "InstanceId": "hb-cncq0cf70709****", "AccountName": "test", "Password": "Root****", "Description": "The_test_account" }
{ "ResponseMetadata": { "RequestId": "202404011734113A8ACF43BE7333BAF04C-e0528f", "Action": "CreateDBAccount", "Version": "2018-01-01", "Service": "hbase", "Region": "cn-beijing" }, "Result": null }