You can call this operation to create a tenant.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| oceanbase:CreateTenant | create | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| TenantName | string | Yes | The name of the tenant. | pay_online |
| Cpu | integer | Yes | The number of CPU cores of the tenant. Note
The CPU specification of a single tenant cannot exceed that of the corresponding cluster. For example, if the specification of the cluster is 14 CPU cores and 70 GB of memory, the CPU specification of the tenant cannot exceed 14 cores. | 2 |
| Memory | integer | Yes | The memory size of the tenant, in GB. Note
The memory size of a single tenant cannot exceed that of the corresponding cluster. For example, if the specification of the cluster is 14 CPU cores and 70 GB of memory, the memory size of the tenant cannot exceed 70 GB. | 10 |
| TimeZone | string | Yes | The time zone of the tenant. For more information, see DescribeTimeZones . | Asia/Shanghai |
| TenantMode | string | Yes | The tenant mode. | Oracle |
| Charset | string | Yes | The character set. | utf8mb4 |
| InstanceId | string | Yes | The ID of the OceanBase cluster. | ob317v4uif**** |
| UserVpcId | string | Yes | The ID of the VPC. | vpc-bp1d2q3mhg9i23ofi**** |
| UserVSwitchId | string | Yes | The ID of the vSwitch. | vsw-bp11k1aypnzu1l3whi**** |
| PrimaryZone | string | Yes | The primary zone of the tenant. | cn-hangzhou-h |
| Description | string | No | The description of the database. | this is a test database |
| UnitNum | integer | No | The number of resource distribution nodes in the tenant. | 2 |
| ReadOnlyZoneList | string | No | Specifies to create a read-only zone. Separate the names of multiple zones with commas (,). Notice At present, this parameter is unavailable. | cn-shanghai-g-ro,cn-shanghai-h-ro |
| LogDisk | long | No | The size of the log disk allocated to the tenant, in GB. | 128 |
| CreateParams | object | No | The initialization parameters. | |
| string | No | The initialization parameters. | {\"LOWER_CASE_TABLE_NAMES\":\"1\"} | |
| UserVpcOwnerId | string | No | The ID of the VPC owner. | vpc-******** |
Response parameters
Examples
Sample success responses
JSONformat
{
"TenantId": "t33h8y08k****",
"RequestId": "EE205C00-30E4-****-****-87E3A8A2AA0C"
}Error codes
| HTTP status code | Error code | Error message |
|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-04-15 | The Error code has changed. The request parameters of the API has changed | View Change Details |
| 2023-11-20 | The Error code has changed | View Change Details |
| 2023-10-30 | The Error code has changed. The request parameters of the API has changed | View Change Details |
