Querying the Tenant Configuration of a Global Connection Bandwidth
Function
This API is used to query the tenant configuration of a global connection bandwidth.
URI
GET /v3/{domain_id}/gcb/configs
Parameter | Mandatory | Type | Description |
|---|---|---|---|
domain_id | Yes | String | Account ID. |
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | No | String | User token. |
Response Parameters
Status code: 200
Parameter | Type | Description |
|---|---|---|
request_id | String | Request ID. |
configs | Dynamic configuration items for purchasing a global connection bandwidth. |
Parameter | Type | Description |
|---|---|---|
size_range | Array of GlobalConnectionBandwidthSizeRange objects | Capacity of global connection bandwidths by billing option. |
charge_mode | Array of strings | List of supported billing options. |
services | Array of strings | Instance type. |
gcb_type | Array of strings | Bandwidth type. |
ratio_95peak_plus | Integer | Percentage of the minimum bandwidth in enhanced 95th percentile bandwidth billing. |
ratio_95peak_guar | Integer | Percentage of the minimum bandwidth in standard 95th percentile bandwidth billing. |
crossborder | Boolean | Whether a cross-border permit is approved. |
quotas | Array of GlobalConnectionBandwidthQuotas objects | Quota information. |
sla_level | Array of strings | Line grade. |
bind_limit | Integer | Maximum number of instances that are allowed to use a shared bandwidth. |
enable_area_bandwidth | Boolean | Whether to enable the geographic region bandwidth. |
enable_change_95 | Boolean | Whether standard 95th percentile bandwidth billing can be changed to billing by bandwidth capacity. |
enable_spec_code | Boolean | Whether multiple line specifications are supported. |
Parameter | Type | Description |
|---|---|---|
type | String | Billing option of a global connection bandwidth. Value options:
|
min | Integer | Minimum global connection bandwidth, in Mbit/s. |
max | Integer | Maximum global connection bandwidth, in Mbit/s. |
Example Requests
Querying the tenant configuration of a global connection bandwidth
GET https://{cc_endpoint}/v3/{domain_id}/gcb/configs Example Responses
Status code: 200
The tenant configuration of the global connection bandwidth has been queried.
{
"request_id" : "61126320a1802d5c6444f9d2d76526c2",
"configs" : {
"size_range" : [ {
"min" : 2,
"max" : 300,
"type" : "bwd"
} ],
"charge_mode" : [ "bwd", 95, "95avr" ],
"services" : [ "GEIP", "CC", "GCN", "GSN" ],
"gcb_type" : [ "Region", "SubArea", "Area", "TrsArea" ],
"ratio_95peak_guar" : 0,
"crossborder" : false,
"quotas" : [ {
"quota" : 99999999,
"used" : 3451,
"type" : "gcb.size"
}, {
"quota" : 10000,
"used" : 16,
"type" : "gcb.count"
} ],
"bind_limit" : 200,
"sla_level" : [ "Pt", "Au", "Ag" ]
}
} Status Codes
Status Code | Description |
|---|---|
200 | The tenant configuration of the global connection bandwidth has been queried. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

