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.
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: CreateClusterRouteTable. |
Version | Yes | String | Common Params. The value used for this API: 2018-05-25. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
RouteTableName | Yes | String | Route table name, usually the cluster ID |
RouteTableCidrBlock | Yes | String | Route table CIDR |
VpcId | Yes | String | VPC bound to the route table |
IgnoreClusterCidrConflict | No | Integer | Whether to ignore CIDR and VPC route table conflicts, 0 means not to ignore, 1 means to ignore. The default is not to ignore. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). 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. |
InvalidParameter.CidrConflictWithOtherRoute | The route to create conflicts with existing routes. |
InvalidParameter.CidrConflictWithVpcCidr | The CIDR block conflicts with the VPC’s CIDR block. |
InvalidParameter.Param | Invalid parameter. |
ResourceInUse.ResourceExistAlready | The resource already exists. |
Was this page helpful?