Domain name for API request: tke.tencentcloudapi.com.
This API is used to query one or more cluster route tables.
A maximum of 50 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: DescribeClusterRouteTables. |
Version | Yes | String | Common Params. The value used for this API: 2018-05-25. |
Region | No | String | Common Params. This parameter is not required for this API. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Number of instances that match the filter condition(s). |
RouteTableSet | Array of RouteTableInfo | Object of cluster route table. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://tke.tencentcloudapi.com/?Action=DescribeClusterRouteTables
&<Common request parameters>
{
"Response": {
"RouteTableSet": [
{
"VpcId": "vpc-xxx",
"RouteTableCidrBlock": "10.4.0.0/16",
"RouteTableName": "MANAGED_CLUSTER"
}
],
"TotalCount": 1,
"RequestId": "74883e1b-5901-46de-ae1e-d6e2cf591c5b"
}
}
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 |
---|---|
InternalError.Db | DB error. |
Was this page helpful?