Modifies an IP whitelist template.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
polardb:ModifyGlobalSecurityIPGroup | Write |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceGroupId | string | No | The ID of the resource group. | rg-********** |
RegionId | string | Yes | The region ID. | cn-hangzhou |
GlobalIgName | string | Yes | The name of the IP whitelist template. The name must meet the following requirements:
| test_123 |
GlobalSecurityGroupId | string | Yes | The ID of the IP whitelist template. | g-zsldxfiwjmti0kcm**** |
GIpList | string | Yes | The IP address in the whitelist template. Note
Multiple IP addresses are separated by commas (,). You can create up to 1,000 IP addresses or CIDR blocks for all IP whitelists.
| 192.168.0.1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "9B7BFB11-C077-4FE3-B051-F69CEB******",
"GlobalSecurityIPGroup": [
{
"GlobalSecurityGroupId": "g-zsldxfiwjmti0kcm****",
"GlobalIgName": "test_123",
"GIpList": "192.168.0.1",
"RegionId": "cn-hangzhou",
"DBInstances": [
"[\"pc-2zetn0f1b8zwb****\",\"pc-****\"]"
]
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | RequiredParam.NotFound | Required input param is not found. | The specified parameter does not exist. |
400 | InvalidSecurityIPList.QuotaExceeded | Specified security IP list is not valid: Exceeding the allowed amount of IP address in the list. | The maximum number of security group IP addresses is reached. |
400 | InvalidSecurityIPList.Format | Specified security IP list format is not valid. | The format of the specified IP address in the whitelist is invalid. |
400 | InvalidSecurityIPList.Duplicate | Specified security IP list is not valid: Duplicate IP address in the list | The specified IP address whitelist is invalid, because the whitelist contains duplicate IP addresses. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||
---|---|---|---|---|---|---|
2023-05-11 | The Error code has changed | see changesets | ||||
|