Domain name for API request: tke.tencentcloudapi.com.
This API is used to create a cluster route table.
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: tke.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: CreateClusterRouteTable. |
Version | Yes | String | Common parameter. The value used for this API: 2018-05-25. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
RouteTableName | Yes | String | Route table name |
RouteTableCidrBlock | Yes | String | Route table CIDR |
VpcId | Yes | String | VPC bound to the route table |
IgnoreClusterCidrConflict | No | Integer | Whether to ignore CIDR conflicts |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://tke.tencentcloudapi.com/?Action=CreateClusterRouteTable
&RouteTableName=MANAGED_CLUSTER
&RouteTableCidrBlock=10.4.0.0/16
&VpcId=vpc-xxx
&<Common request parameters>
{
"Response": {
"RequestId": "a1be36f0-1aa4-4af2-a289-da021bcef89f"
}
}
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 |
---|---|
FailedOperation | Operation failed. |
InternalError | Internal error. |
InternalError.CidrConflictWithOtherCluster | CIDR conflicts with the CIDR of another cluster. |
InternalError.CidrConflictWithOtherRoute | CIDR conflicts with another route. |
InternalError.CidrConflictWithVpcCidr | CIDR conflicts with VPC. |
InternalError.CidrConflictWithVpcGlobalRoute | CIDR conflicts with global route. |
InternalError.Db | DB error. |
InternalError.Param | Parameter error. |
InternalError.QuotaMaxRtLimit | Quota limit exceeded. |
InternalError.ResourceExistAlready | Resource already exists. |
InternalError.VpcCommon | VPC error |
InvalidParameter | Parameter error. |
Was this page helpful?