Queries the detailed information about logical databases.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID. | 3422 |
PageNumber | integer | Yes | The number of the page to return. | 1 |
PageSize | integer | No | The number of entries to return on each page. | 50 |
Response parameters
Examples
Sample success responses
JSON
format
{
"TotalCount": 7,
"LogicDatabaseList": {
"LogicDatabase": [
{
"DatabaseId": "1***",
"OwnerIdList": {
"OwnerIds": [
"51****"
]
},
"DbType": "polardb",
"OwnerNameList": {
"OwnerNames": [
"owner_name"
]
},
"Logic": true,
"SchemaName": "logic_db",
"SearchName": "logic_db[logic_db_alias]",
"EnvType": "test",
"Alias": "logic_db_alias",
"DatabaseIds": {
"DatabaseIds": [
0
]
}
}
]
},
"RequestId": "8068AF82-8A1A-592C-AC2E-6B75338BAB87",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history