ncloud_datacatalog_get_databases
Fetch databases from a catalog using its ID, with pagination and keyword search support.
Instructions
Get database list in a catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (default: 1) | |
| pageSize | No | Page size 1~200 (default: 20) | |
| catalogId | Yes | Catalog ID (from getCatalogs) | |
| searchValue | No | Search keyword (database name) |