All Products
Search
Document Center

Data Management:CreateLogicDatabase

Last Updated:Mar 28, 2024

Creates a logical database in Data Management (DMS).

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AliasstringYes

The alias of the logical database.

test_logic_db
DatabaseIdsarrayYes

The IDs of the physical databases that compose the logical database. You can specify one or more database IDs. You can call the ListDatabases or SearchDatabase operation to query the IDs of the physical databases.

longYes
1860****
TidlongNo

The ID of the tenant.

Note To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

C51420E3-144A-4A94-B473-8662FCF4AD10
Successboolean

Indicates whether the request is successful. Valid values:

  • true: The request is successful.
  • false: The request fails.
true
ErrorMessagestring

The error message.

UnknownError
ErrorCodestring

The error code.

UnknownError
LogicDbIdlong

The ID of the logical database.

1***

Examples

Sample success responses

JSONformat

{
  "RequestId": "C51420E3-144A-4A94-B473-8662FCF4AD10",
  "Success": true,
  "ErrorMessage": "UnknownError",
  "ErrorCode": "UnknownError",
  "LogicDbId": 0
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history