Lists the databases in a MaxCompute Migration Assist (MMA) data source.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
odps:ListMmsDbs |
list |
*Project
|
None | None |
Request syntax
GET /api/v1/mms/datasources/{sourceId}/dbs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| sourceId |
integer |
Yes |
The ID of the data source. |
2000018 |
| name |
string |
No |
The name of the data source. |
demo |
| status |
string |
No |
The status of the data source. Valid values:
|
STARTED |
| sorter |
object |
No |
The sorting condition. |
|
| numRows |
string |
No |
The number of data rows in the database. Valid values:
|
desc |
| size |
string |
No |
The size of the data in the database. Valid values:
|
asc |
| updateTime |
string |
No |
The time when the database was updated. |
2024-12-17 15:44:17 |
| pageNum |
integer |
No |
The page number. |
1 |
| pageSize |
integer |
No |
The number of entries to return on each page. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| requestId |
string |
The request ID. |
CF3F9978-260F-5204-94BE-30A4E6B54443 |
| data |
object |
The returned data. |
|
| total |
integer |
The total number of entries. |
13 |
| objectList |
array<object> |
The list of databases. |
|
|
object |
The database information. |
||
| id |
integer |
The database ID. |
1530 |
| name |
string |
The database name. |
mms_test |
| description |
string |
The database description. |
for mms test |
| owner |
string |
The database owner. |
System user |
| location |
string |
The storage location of the database. |
hdfs://master-1-1.c-6fc187819ed6bae0.cn-shanghai.emr.aliyuncs.com:9000/user/hive/warehouse |
| extra |
string |
Other information in JSON format. |
{} |
| tables |
integer |
The number of tables. |
100 |
| tablesDoing |
integer |
The number of tables being migrated. |
20 |
| tablesDone |
integer |
The number of tables that are migrated. |
20 |
| tablesPartDone |
integer |
The number of tables that are partially migrated. |
20 |
| tablesFailed |
integer |
The number of tables that failed to be migrated. |
20 |
| partitions |
integer |
The number of partitions. |
1000 |
| partitionsDoing |
integer |
The number of partitions being migrated. |
400 |
| partitionsDone |
integer |
The number of partitions that are migrated. |
200 |
| partitionsFailed |
integer |
The number of partitions that failed to be migrated. |
200 |
| sourceId |
integer |
The data source ID. |
2000015 |
| sourceName |
string |
The data source name. |
demo |
| size |
integer |
The size of the database, in bytes. |
2342342 |
| numRows |
integer |
The number of data rows in the database. |
23232 |
| updated |
boolean |
Indicates whether the data is updated. |
true |
| lastDdlTime |
string |
The last DDL time. |
2024-12-17 15:44:42 |
| createTime |
string |
The time when the database was created in MMA. |
2024-12-17 15:44:42 |
| updateTime |
string |
The time when the data was last updated. |
2024-12-17 15:44:42 |
| status |
string |
The migration status. Valid values: INIT, DOING, FAILED, DONE, and PART_DONE. Valid values:
|
DOING |
| deleted |
boolean |
Indicates whether the database is deleted. |
false |
| dstProjectName |
string |
mms_test |
|
| dstName |
string |
default |
|
| pageSize |
integer |
The number of entries per page. |
10 |
| pageNum |
integer |
The page number. |
1 |
Examples
Success response
JSON format
{
"requestId": "CF3F9978-260F-5204-94BE-30A4E6B54443",
"data": {
"total": 13,
"objectList": [
{
"id": 1530,
"name": "mms_test",
"description": "for mms test",
"owner": "System user",
"location": " hdfs://master-1-1.c-6fc187819ed6bae0.cn-shanghai.emr.aliyuncs.com:9000/user/hive/warehouse ",
"extra": "{}",
"tables": 100,
"tablesDoing": 20,
"tablesDone": 20,
"tablesPartDone": 20,
"tablesFailed": 20,
"partitions": 1000,
"partitionsDoing": 400,
"partitionsDone": 200,
"partitionsFailed": 200,
"sourceId": 2000015,
"sourceName": "demo",
"size": 2342342,
"numRows": 23232,
"updated": true,
"lastDdlTime": "2024-12-17 15:44:42\n",
"createTime": "2024-12-17 15:44:42\n",
"updateTime": "2024-12-17 15:44:42\n",
"status": "DOING",
"deleted": false,
"dstProjectName": "mms_test",
"dstName": "default"
}
],
"pageSize": 10,
"pageNum": 1
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.