describe_db_instance_attribute
Retrieve detailed information about a specific Alibaba Cloud RDS instance by specifying the region and instance ID for effective database management.
Instructions
Queries the details of an instance.
Args:
region_id: db instance region(e.g. cn-hangzhou)
db_instance_id: db instance id(e.g. rm-xxx)
:return:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_instance_id | Yes | ||
region_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"db_instance_id": {
"title": "Db Instance Id",
"type": "string"
},
"region_id": {
"title": "Region Id",
"type": "string"
}
},
"required": [
"region_id",
"db_instance_id"
],
"title": "describe_db_instance_attributeArguments",
"type": "object"
}