全部产品
Search
文档中心

云数据库 Tair(兼容 Redis®):ModifyGlobalSecurityIPGroup - 修改IP白名单模板

更新时间:Mar 18, 2026

修改全局IP白名单模板。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ResourceGroupIdstring

资源组 ID。

rg-acfmyiu4ekp****
RegionIdstring

地域 ID。

cn-hangzhou
GlobalIgNamestring

IP 白名单模板名称。IP 白名单模板名称需满足如下要求:

  • 由小写字母、数字、下划线(_)组成。
  • 由字母开头、字母或数字结尾。
  • 长度为 2~120 个字符。
说明 本参数将覆盖原值。
test_123
GlobalSecurityGroupIdstring

IP 白名单模板 ID。

g-zsldxfiwjmti0kcm****
GIpListstring

IP 白名单模板内的 IP 地址。

说明 本参数将覆盖原值。
192.168.0.1,10.10.10.10,172.16.0.1

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

686BB8A6-BBA5-47E5-8A75-D2ADE433****

示例

正常返回示例

JSON格式

{
  "RequestId": "686BB8A6-BBA5-47E5-8A75-D2ADE433****"
}

错误码

HTTP status code错误码错误信息描述
400RequiredParam.NotFoundRequired input param is not found.缺少输入参数
400InvalidSecurityIPList.QuotaExceededSpecified security IP list is not valid: Exceeding the allowed amount of IP address in the list.列表中IP地址的数量超过了限制
400InvalidSecurityIPList.FormatSpecified security IP list format is not valid.指定的安全IP列表格式无效。
400InvalidSecurityIPList.DuplicateSpecified security IP list is not valid: Duplicate IP address in the list-

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2025-10-30OpenAPI 错误码发生变更查看变更详情