You can call this operation to modify specified acceleration regions in the acceleration area.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateIpSet |
The operation that you want to perform. Set the value to UpdateIpSet. |
Bandwidth | Integer | Yes | 3 |
The new bandwidth that is allocated to the acceleration region after you perform the operation. |
IpSetId | String | Yes | ips-bp11r5jb8ogp122xl**** |
The ID of the acceleration region that you want to modify. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region to which the GA instance belongs. Set the value to cn-hangzhou. |
ClientToken | String | No | 7D2F7E4E-B958-439C-9821-56D6213A31EC |
The client token that ensures the idempotence of the request. Each client generates a unique token to identify different requests. The token must be 1 to 64 characters in length and can only contain ASCII characters. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 7D2F7E4E-B958-439C-9821-56D6213A31EC |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=UpdateIpSet
&Bandwidth=3
&IpSetId=ips-bp11r5jb8ogp122xl****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<UpdateIpSetResponse>
<RequestId>7D2F7E4E-B958-439C-9821-56D6213A31EC</RequestId>
</UpdateIpSetResponse>
JSON
format
{
"RequestId": "7D2F7E4E-B958-439C-9821-56D6213A31EC"
}
Error codes.
For a list of error codes, visit the API Error Center.