Domain name for API request: vpc.tencentcloudapi.com.
This API (DescribeDirectConnectGatewayCcnRoutes) is used to query the CCN routes (IDC IP range) of the Direct Connect gateway.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: vpc.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeDirectConnectGatewayCcnRoutes. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
DirectConnectGatewayId | Yes | String | The ID of the Direct Connect gateway, such as dcg-prpqlmg1 . |
CcnRouteType | No | String | The route learning type of the CCN. Available values:BGP - Automatic learning.STATIC - Static means user-configured. This is the default value. |
Offset | No | Integer | Offset. |
Limit | No | Integer | The returned quantity. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | The number of objects meeting the condition. |
RouteSet | Array of DirectConnectGatewayCcnRoute | The CCN route (IDC IP range) list. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=DescribeDirectConnectGatewayCcnRoutes
&DirectConnectGatewayId=dcg-prpqlmg1
&<Common request parameters>
{
"Response": {
"RouteSet": [
{
"RouteId": "ccnr-bvipc87w",
"DestinationCidrBlock": "10.33.0.0/24",
"ASPath": [
"1000",
"2000",
"3000"
]
},
{
"RouteId": "ccnr-oc61so0o",
"DestinationCidrBlock": "192.168.0.0/24",
"ASPath": []
}
],
"TotalCount": 2,
"RequestId": "6e446c86-d8c9-4981-9b33-d10956585058"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameterValue.Malformed | Invalid input parameter format. |
Was this page helpful?