Domain name for API request: vpc.tencentcloudapi.com.
This API (DescribeCcnRoutes) is used to query routes that have been added to a CCN.
A maximum of 100 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: DescribeCcnRoutes. |
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. |
CcnId | Yes | String | The CCN instance ID, such as ccn-gree226l . |
RouteIds.N | No | Array of String | The unique ID of the CCN routing policy, such as ccnr-f49l6u0z . |
Filters.N | No | Array of Filter | Filter condition. RouteIds and Filters cannot be specified at the same time.ccntr-1234edfr . Filters by the route table ID. |
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 CcnRoute | The CCN routing policy object. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to query the list of CCN routes.
https://vpc.tencentcloudapi.com/?Action=DescribeCcnRoutes
&CcnId=ccn-gree226l
&Filters.0.Name=route-id
&Filters.0.Values.0=ccnr-bvipc87w
&Filters.0.Values.1=ccnr-oc61so0o
&Filters.1.Name=instance-type
&Filters.1.Values.0=VPC
&Filters.1.Values.1=DIRECTCONNECT
&Filters.2.Name=instance-region
&Filters.2.Values.0=ap-guangzhou
&Filters.2.Values.1=ap-beijing
&Filters.2.Values.2=ap-shanghai
&Filters.2.Values.3=eu-frankfurt
&Filters.3.Name=instance-id
&Filters.3.Values.0=vpc-r1ckkpid
&Filters.3.Values.1=dcg-98qosdc3
&Filters.4.Name=cidr-block
&Filters.4.Values.0=10.33.0.0/16
&Filters.4.Values.1=192.168.0.0/24
&<Common request parameters>
{
"Response": {
"TotalCount": 1,
"RequestId": "3e866888-83ea-4716-b99b-21592cba6548",
"RouteSet": [
{
"DestinationCidrBlock": "10.33.0.0/16",
"UpdateTime": "2020-09-22 00:00:00",
"RoutePriority": 1,
"InstanceId": "vpc-r1ckkpid",
"InstanceUin": "234532345",
"Enabled": true,
"InstanceExtraName": "test",
"IsBgp": true,
"InstanceRegion": "ap-guangzhou",
"ExtraState": "Running",
"RouteId": "ccnr-bvipc87w",
"InstanceName": "test",
"InstanceType": "VPC"
},
{
"DestinationCidrBlock": "192.168.0.0/24",
"UpdateTime": "2020-09-22 00:00:00",
"RoutePriority": 1,
"InstanceId": "vpc-r1ckkpid",
"InstanceName": "test",
"Enabled": true,
"InstanceExtraName": "test",
"IsBgp": true,
"InstanceRegion": "ap-guangzhou",
"ExtraState": "Running",
"RouteId": "ccnr-oc61so0o",
"InstanceUin": "234532345",
"InstanceType": "VPC"
}
]
}
}
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 |
---|---|
InvalidParameter.Coexist | The parameters cannot be specified at the same time. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation.AppIdNotFound | The APPId doesn't exist. |
Was this page helpful?