describe_all_whitelist_template
Retrieve all whitelist template details for Alibaba Cloud RDS instances by specifying the region ID and optional template name. Enables management of IP whitelist configurations via MCP integration.
Instructions
describe all whitelist template.
Args:
region_id: The region ID of the RDS instance.
template_name: The ID of the RDS instance.
Returns:
List[Dict[str, Any]]: The response contains all whitelist template information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region_id | Yes | ||
template_name | No |
Input Schema (JSON Schema)
{
"properties": {
"region_id": {
"title": "Region Id",
"type": "string"
},
"template_name": {
"default": null,
"title": "Template Name",
"type": "string"
}
},
"required": [
"region_id"
],
"title": "describe_all_whitelist_templateArguments",
"type": "object"
}