ListTableNames_数据湖构建_API文档

Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Quotas Info

There is no quotas information in the current API.

Authorization Information

The following table shows the authorization information corresponding to this API, which can be used in the Action policy element to grant a RAM user or RAM role the permissions to call the API. Please use RAM to set up these permissions and refer to RAM documentation for more instructions.

Description:View Details...

ActionsAccess levelResource typeCondition keyAssociated operation
dlf:ListTableNames
List
All Resources
*
NoneNone

Request Syntax

GET /api/metastore/catalogs/databases/tables/names HTTP/1.1

Request Parameters

Field NameField Details
CatalogIdstring

The ID of the data directory.

Example:1344371
TableNamePatternstring

The data table name matches the regular expression.

Example:.*
NextPageTokenstring

The pagination token, which is returned from the returned result. If none is returned, an empty string or ''is passed.

Example:''
PageSizeinteger<int32>

The number of entries per page.

Example:10value <= 1000000
DatabaseNamestring

The name of a database.

Example:database_test
TableTypestring

The type of the data table. Valid values:View Details...

Example:MANAGED_TABLE

Response Parameters

Field NameField Details
Codestring

The response code.

Example:OK
Messagestring

The response message.

Example:.
NextPageTokenstring

The paging token.

Example:2cb472ec1bf84f8d92f9c4baa0d21c19aa
RequestIdstring

The request ID.

Example:B7F4B621-E41E-4C84-B97F-42B5380A32BB
Successboolean

Indicates whether the request was successful. Valid values: Valid values:View Details...

Example:true
TableNamesarray<string>

The names of the data tables.

Response Description

Code: the description of the error code.
InternalError: Other types of errors. For more information, see Message tips.

Sample Response

Change History

No Change History found.

Examples