You can call this operation to create a tenant.
Debugging
Authorization information
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 |
Response parameters
Examples
Sample success responses
JSON
format
{
"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 |