getDatabase
Retrieve detailed database information from Alibaba Cloud DMS by providing host, port, and database schema name. Optionally, specify SID for Oracle databases.
Instructions
Obtain detailed information about a specific database in DMS when the host and port are provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname or IP of the database instance | |
| port | Yes | Connection port number | |
| schema_name | Yes | Name of the database schema | |
| sid | No | Required for Oracle like databases |