ListDatabases
Retrieve a list of databases from the data map by specifying parameters like parent entity ID, name, and sorting preferences. Supports pagination and sorting by creation time, modification time, or name.
Instructions
查询数据地图数据库列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Comment | No | 注释,模糊匹配 | |
Name | No | 名称,模糊匹配 | |
Order | No | 排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序 | |
PageNumber | No | 分页页码,默认为1 | |
PageSize | No | 分页大小,默认为10,最大为100 | |
ParentMetaEntityId | Yes | 父层级实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。父层级实体类型参考ListCrawlerTypes接口-如果父层级实体为数据目录,此处为数据目录ID-如果父层级实体为元数据采集器实体,ID格式为`${CrawlerType}:${实例ID或转义后的URL}` | |
SortBy | No | 排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称 |