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 | No | String | Common Params. This parameter is not required for this API. |
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. |
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. |
本页内容是否解决了您的问题?