Queries the maximum bandwidth of an acceleration region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:GetIpsetsBandwidthLimit |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
cn-hangzhou |
| AcceleratorId |
string |
Yes |
The ID of the GA instance. |
ga-bp17frjjh0udz4qz**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters of the operation. |
||
| BandwidthLimit |
integer |
The maximum bandwidth of the acceleration region. Unit: Mbit/s. |
20 |
| BandwidthAllocationType |
string |
The bandwidth allocation type.
|
ShareBandwidth |
| RequestId |
string |
The ID of the request. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
Examples
Success response
JSON format
{
"BandwidthLimit": 20,
"BandwidthAllocationType": "ShareBandwidth",
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
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.