Confirms the modified specification of a Global Accelerator (GA) instance.
Description
After you modify the specification of a GA instance, you must confirm the modification. The UpdateAcceleratorConfirm operation is used to confirm the specification modification to a GA instance. When you call this operation to confirm the specification modification to a GA instance, take note of the following items:
- UpdateAcceleratorConfirm is an asynchronous operation. After you send a request, the system returns a request
ID, but the operation is still being performed in the system background. You can call
the DescribeAccelerator operation to query the state of the GA instance.
- If the GA instance is in the configuring state, it indicates that the specification of the instance is being modified. In this case, you can perform only query operations.
- If the GA instance is in the active state, it indicates that the specification of the instance is modified.
- The UpdateAcceleratorConfirm operation cannot be called repeatedly for the same GA instance within a specific period of time.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateAcceleratorConfirm |
The operation that you want to perform. Set the value to UpdateAcceleratorConfirm. |
RegionId | String | Yes | cn-hangzhou |
The region where the GA instance is deployed. Set the value to cn-hangzhou. |
AcceleratorId | String | Yes | ga-bp1odcab8tmno0hdq**** |
The ID of the GA instance. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 6FEA0CF3-D3B9-43E5-A304-D217037876A8 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=UpdateAcceleratorConfirm
&RegionId=cn-hangzhou
&AcceleratorId=ga-bp1odcab8tmno0hdq****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<UpdateAcceleratorConfirmResponse>
<RequestId>6FEA0CF3-D3B9-43E5-A304-D217037876A8</RequestId>
</UpdateAcceleratorConfirmResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "6FEA0CF3-D3B9-43E5-A304-D217037876A8"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | NotExist.Accelerator | The accelerated instance does not exist. | The error message returned because the GA instance does not exist. |
For a list of error codes, visit the API Error Center.