Describes the current bandwidth of a Tair (Redis-compatible) instance.
Operation description
You can call the EnableAdditionalBandwidth operation to purchase additional bandwidth for an instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
kvstore:DescribeIntranetAttribute |
get |
*DBInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
r-bp1zxszhcgatnx**** |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-acfmyiu4ekp**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AutoRenewal |
boolean |
Indicates whether auto-renewal is enabled for the bandwidth package. Valid values:
Note
This parameter is not returned if no additional bandwidth is purchased. |
true |
| RequestId |
string |
The request ID. |
25D42CC3-FBA1-4AEC-BCE2-B8DD3137**** |
| ExpireTime |
string |
The expiration time of the temporary bandwidth. The time is in the yyyy-MM-ddTHH:mm:ssZ format. Note
This parameter returns 0 if the instance has no temporary bandwidth or if the temporary bandwidth has expired. |
0 |
| IntranetBandwidth |
integer |
The total intranet bandwidth across all shards in the instance, in MB/s. |
102 |
| HasPrePaidBandWidthOrderRunning |
boolean |
Indicates whether the instance has an unexpired bandwidth package. Valid values:
Note
This parameter is not returned if no additional bandwidth is purchased. |
true |
| BandwidthExpireTime |
string |
The expiration time of the bandwidth package. The time is in the yyyy-MM-ddTHH:mm:ssZ format. Note
This parameter is not returned if no additional bandwidth is purchased. |
2021-03-06T16:00:00Z |
| BandwidthPrePaid |
string |
The billing method of the bandwidth package. Valid values:
|
0 |
| IntranetBandWidthBurst |
integer |
Examples
Success response
JSON format
{
"AutoRenewal": true,
"RequestId": "25D42CC3-FBA1-4AEC-BCE2-B8DD3137****",
"ExpireTime": "0",
"IntranetBandwidth": 102,
"HasPrePaidBandWidthOrderRunning": true,
"BandwidthExpireTime": "2021-03-06T16:00:00Z",
"BandwidthPrePaid": "0",
"IntranetBandWidthBurst": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.