修改云数据库 MongoDB 版的全局IP白名单模板。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
dds:ModifyGlobalSecurityIPGroup |
update |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID,您可以调用 DescribeRegions 查询。 |
cn-hangzhou |
| GlobalIgName |
string |
是 |
IP 白名单模板名称。 |
dps |
| GlobalSecurityGroupId |
string |
是 |
IP 白名单模板 ID。 |
g-fwjk62egbsrp4sftxmmr |
| GIpList |
string |
是 |
白名单模板内的 IP 地址。 说明
多个 IP 地址需要用英文逗号隔开,所有 IP 白名单累积支持添加 1000 个 IP 地址或地址段。 |
27.16.214.10,111.60.117.181 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
请求 ID。 |
A0181AC4-F186-46ED-87CA-100C70B86729 |
示例
正常返回示例
JSON格式
{
"RequestId": "A0181AC4-F186-46ED-87CA-100C70B86729"
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | RequiredParam.NotFound | Required input param is not found. | |
| 400 | InvalidSecurityIPList.QuotaExceeded | Specified security IP list is not valid: Exceeding the allowed amount of IP address in the list. | |
| 400 | InvalidSecurityIPList.Format | Specified security IP list format is not valid. | |
| 400 | InvalidSecurityIPList.Duplicate | Specified security IP list is not valid: Duplicate IP address in the list |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。