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.
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 Params. The value used for this API: DescribeDirectConnectGatewayCcnRoutes. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
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",
"UpdateTime": "xx",
"Description": "xx",
"ASPath": [
"1000",
"2000",
"3000"
]
},
{
"RouteId": "ccnr-oc61so0o",
"DestinationCidrBlock": "192.168.0.0/24",
"UpdateTime": "xx",
"Description": "xx",
"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. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
ResourceNotFound | The resource does not exist. |
문제 해결에 도움이 되었나요?