
Quotas Info
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.
Request Syntax
GET /api/metastore/catalogs/databases/tables/names HTTP/1.1
Request Parameters
Field Name | Field 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 Name | Field 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.