Domain name for API request: tke.tencentcloudapi.com.
Create a scaling group for an existing cluster
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: CreateClusterAsGroup. |
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. |
ClusterId | Yes | String | Cluster ID |
AutoScalingGroupPara | Yes | String | The pass-through parameters for scaling group creation, in the format of a JSON string. For more information, see the CreateAutoScalingGroup API. The LaunchConfigurationId is created with the LaunchConfigurePara parameter, which does not support data entry. |
LaunchConfigurePara | Yes | String | The pass-through parameters for launch configuration creation, in the format of a JSON string. For more information, see the CreateLaunchConfiguration API. ImageId is not required as it is already included in the cluster dimension. UserData is not required as it's set through the UserScript. |
InstanceAdvancedSettings | No | InstanceAdvancedSettings | Advanced configuration information of the node |
Labels.N | No | Array of Label | Node label array |
Parameter Name | Type | Description |
---|---|---|
LaunchConfigurationId | String | Launch configuration ID |
AutoScalingGroupId | String | Scaling group ID |
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 create a cluster's scaling group.
https://tke.tencentcloudapi.com/?Action=CreateClusterAsGroup
&ClusterId=cls-xxxxxx
&AutoScalingGroupPara="{"AutoScalingGroupName":"001","MaxSize":5,"MinSize":0,"VpcId":"vpc-xxxxxxx","SubnetIds":["subnet-xxxxxxx"],"RetryPolicy":"IMMEDIATE_RETRY"}"
&LaunchConfigurePara="{"LaunchConfigurationName":"","InstanceType":"S4.SMALL1","SystemDisk":{"DiskType":"CLOUD_PREMIUM","DiskSize":50},"InternetAccessible":{"InternetChargeType":"TRAFFIC_POSTPAID_BY_HOUR","InternetMaxBandwidthOut":1,"PublicIpAssigned":true},"LoginSettings":{"Password":"YourPassword"},"SecurityGroupIds":["sg-xxxxxxx"],"EnhancedService":{"SecurityService":{"Enabled":true},"MonitorService":{"Enabled":true}},"InstanceChargeType":"POSTPAID_BY_HOUR"}"
&<Common request parameters>
{
"Response": {
"AutoScalingGroupId": "asg-xxxxxxx",
"LaunchConfigurationId": "asc-xxxxxxxx",
"RequestId": "eac6b301-a322-493a-8e36-83b295459397"
}
}
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.AccountUserNotAuthenticated | Account not verified. |
InternalError.AsCommon | Error creating scaling group resource. |
InternalError.ClusterNotFound | Cluster not found. |
InternalError.CvmCommon | Error in node creation. |
InternalError.CvmNotFound | CVM does not exist. |
InternalError.Db | DB error. |
InternalError.DbAffectivedRows | Database error. |
InternalError.ImageIdNotFound | Image not found. |
InternalError.OsNotSupport | Image OS not supported. |
InternalError.Param | Parameter error. |
InternalError.UnexceptedInternal | Internal error. |
InvalidParameter | Parameter error. |
InvalidParameter.AsCommonError | Auto scaling group creation parameter error. |
LimitExceeded | Quota limit is exceeded. |
MissingParameter | Missing parameter. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?