Description
Modify an existing IP access control.
- This function is intended for API providers
- Providers can only change the IP access control name and description but not the access control type.
- To modify the specific policies, use the Modify an IP access control policy interface.
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
Action | String | Yes | Operation interface name, a required parameter, value: ModifyIpControl |
IpControlId | String | Yes | IP access control ID, which identifies a unique IP access control policy |
IpControlName | String | No | IP access control name, which contains 4–50 characters including English letters (upper and lower cases), Chinese characters, numbers, and underscores (_). The name cannot start with an underscore. |
Description | String | No | The description must not exceed 200 characters. |
Response parameters
Parameter | Type | Description |
---|---|---|
RequestId | String | ID of the current request |
Example
Sample request
https://apigateway.cn-qingdao.aliyuncs.com/?Action=ModifyIpControl
&IpControlName=testControl11
&<Public Request Parameters>
Sample response
XML
format
<CreateSignatureResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ004</RequestId>
</CreateSignatureResponse>
JSON
format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ004"
}