listInstances
Search for database instances by host, alias, type, or environment across diverse ecosystems using the Alibaba Cloud DMS MCP Server.
Instructions
Search for instances from DMS.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_type | No | Optional instanceType, or called dbType (e.g., mysql, polardb, oracle, postgresql, sqlserver, polardb-pg, etc.) | |
env_type | No | Optional instance environment type (e.g., product, dev, test, etc. ) | |
search_key | No | Optional search key (e.g., instance host, instance alias, etc.) |
Input Schema (JSON Schema)
{
"properties": {
"db_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional instanceType, or called dbType (e.g., mysql, polardb, oracle, postgresql, sqlserver, polardb-pg, etc.)",
"title": "Db Type"
},
"env_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional instance environment type (e.g., product, dev, test, etc. )",
"title": "Env Type"
},
"search_key": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional search key (e.g., instance host, instance alias, etc.)",
"title": "Search Key"
}
},
"title": "list_instanceArguments",
"type": "object"
}