Invokes the DescribeAcceleratorAutoRenewAttribute operation to query the auto-renewal status of an Alibaba Cloud Global Accelerator (GA) instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:DescribeAcceleratorAutoRenewAttribute |
get |
*Accelerator
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the Alibaba Cloud Global Accelerator (GA) instance. Set the value to cn-hangzhou. |
cn-hangzhou |
| AcceleratorId |
string |
Yes |
The instance ID of the Alibaba Cloud Global Accelerator (GA) instance. |
ga-bp17frjjh0udz4qz**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| AcceleratorId |
string |
The instance ID of the Alibaba Cloud Global Accelerator (GA) instance. |
ga-bp17frjjh0udz4qz**** |
| AutoRenew |
boolean |
Indicates whether auto-renewal is enabled. Valid values:
|
false |
| AutoRenewDuration |
integer |
The auto-renewal duration. Unit: months. |
1 |
| RenewalStatus |
string |
The auto-renewal status of the Alibaba Cloud Global Accelerator (GA) instance. Valid values:
|
Normal |
| RequestId |
string |
The request ID. |
F591955F-5CB5-4CCE-A75D-17CF2085CE22 |
Examples
Success response
JSON format
{
"AcceleratorId": "ga-bp17frjjh0udz4qz****",
"AutoRenew": false,
"AutoRenewDuration": 1,
"RenewalStatus": "Normal",
"RequestId": "F591955F-5CB5-4CCE-A75D-17CF2085CE22"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | UnknownError | An error occurred while processing your request. Please try again. If the error persists, please submit a ticket. | An error occurred while the request was being processed. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.