Queries the cross-region connection bandwidth between different regions.
Debug
Use OpenAPI Explorer to perform debug operations and generate SDK code examples.
Request parameters
Parameter | Type | Required? | Example value | Description |
---|---|---|---|---|
Action | String | No | DescribeCenInterRegionBandwidthLimits |
Optional. The name of this action. Value: DescribeCenInterRegionBandwidthLimits |
CenId | String | No | cen-7qthudw0ll6jm**** |
Optional. The ID of the CEN instance for which you want to query the cross-region connection bandwidths. |
PageNumber | Integer | No | 1 |
Optional. The page number. Default value: 1 |
PageSize | Integer | No | 1 |
Optional. The number of entries per page. Maximum value: 50. Default value: 10 |
Response parameters
Parameter | Type | Example value | Description |
---|---|---|---|
CenInterRegionBandwidthLimits |
A list of cross-region connection bandwidths. |
||
BandwidthLimit | Long | 2 |
The cross-region connection bandwidth value set for the connected two regions. |
CenId | String | cen-7qthudw0ll6j**** |
The ID of the CEN instance. |
GeographicSpanId | String | north-america_china |
The ID of the corresponding area. |
LocalRegionId | String | cn-hangzhou |
The ID of the local region. |
OppositeRegionId | String | us-west-1 |
The ID of the peer region. |
Status | String | Active |
The status of the cross-region connection bandwidth. Valid values:
|
PageNumber | Integer | 1 |
The current page number. |
PageSize | Integer | 1 |
The number of entries per page. |
RequestId | String | 613A45FA-DAAD-441E-BC68-0ABB1A4ABEE8 |
The ID of the request. |
TotalCount | Integer | 1 |
The total number of queried entries. |
Examples
Request example
http(s)://[Endpoint]/? Action=DescribeCenInterRegionBandwidthLimits
&<CommonParameters>
Response examples
XML
format
<DescribeCenInterRegionBandwidthLimitsResponse>
<CenInterRegionBandwidthLimits>
<CenInterRegionBandwidthLimit>
<Status> Active </Status>
<LocalRegionId>cn-hangzhou-667</LocalRegionId>
<CenId>Cen-to55jjgdqd4pfv****</CenId>
<OppositeRegionId>cn-hangzhou-668</OppositeRegionId>
<BandwidthLimit>1000</BandwidthLimit>
</CenInterRegionBandwidthLimit>
</CenInterRegionBandwidthLimits>
<PageNumber>1</PageNumber>
<TotalCount>1</TotalCount>
<PageSize>10</PageSize>
<RequestId>C4CF2E97-5C04-4A9E-B908-BE95FF68C7B2</RequestId>
</DescribeCenInterRegionBandwidthLimitsResponse>
JSON
format
{
"DescribeCenInterRegionBandwidthLimitsResponse":{
"PageNumber":"1",
"TotalCount":"1",
"PageSize":"10",
"RequestId":"C4CF2E97-5C04-4A9E-B908-BE95FF68C7B2",
"CenInterRegionBandwidthLimits":{
"CenInterRegionBandwidthLimit":{
"Status":" Active ",
"LocalRegionId":"cn-hangzhou-667",
"OppositeRegionId":"cn-hangzhou-668",
"CenId":"Cen-to55jjgdqd4pfv****",
"BandwidthLimit":"1000"
}
}
}
}
Errors
For a list of error codes, visit the API Error Center.