描述
名称 | 类型 | 是否必须 | 描述 |
Action | String | 是 | 操作接口名,系统规定参数,取值:EnableScalingGroup。 |
ScalingGroupId | String | 是 | 伸缩组的 ID。 |
ActiveScalingConfigurationId | String | 否 | 需要在伸缩组内激活的伸缩配置的 ID。 |
InstanceId.N | String | 否 | 启用后需要加入伸缩组的 ECS 实例的 ID。最多可以输入 20 个。 |
错误 | 错误代码 | 描述 | HTTP 状态码 |
指定的伸缩组在该用户账号下不存在。 | InvalidScalingGroupId.NotFound | The specified scaling group does not exist. | 404 |
用户并未向弹性伸缩完整授权 Open API 接口。 | Forbidden.Unauthorized | A required authorization for the specified action is not supplied. | 403 |
指定的伸缩组为 deleting 状态。 | IncorrectScalingGroupStatus | The current status of the specified scaling group does not support this action. | 400 |
指定的伸缩配置不存在指定的伸缩组中。 | InvalidScalingConfigurationId.NotFound | The specified scaling configuration does not exist. | 404 |
指定的伸缩配置的实例规格与当前生效的伸缩配置的实例规格不匹配。 | InvalidScalingConfigurationId.InstanceTypeMismatch | The specified scaling configuration and existing active scaling configuration have different instance type. | 400 |
伸缩组中未指定生效的伸缩配置。 | MissingActiveScalingConfiguration | An active scaling configuration for the specified scaling group is not supplied. | 400 |
指定的 ECS 实例在该用户账号下不存在。 | InvalidInstanceId.NotFound | Instance “XXX” does not exist. | 404 |
指定的 ECS 实例与伸缩组所处的地域不匹配。 | InvalidInstanceId. RegionMismatch | Instance “XXX” and the specified scaling group are not in the same Region. | 400 |
指定的 ECS 实例与伸缩配置的实例规格不匹配。 | InvalidInstanceId. InstanceTypeMismatch | Instance “XXX” and existing active scaling configuration have different instance type. | 400 |
指定的ECS实例为非running状态 | IncorrectInstanceStatus | The current status of instance “XXX” does not support this action. | 400 |
指定的ECS实例的网络类型与伸缩组的网络类型不匹配。 | InvalidInstanceId. NetworkTypeMismatch | The network type of instance “XXX” does not support this action. | 400 |
指定的伸缩组与添加的 ECS 实例不在同一个 VPC 当中。 | InvalidInstanceId.VPCMismatch | Instance “XXX” and the specified scaling group are not in the same VPC. | 400 |
指定的 ECS 实例已加入其它伸缩组。 | InvalidInstanceId.InUse | Instance “XXX” is already attached to another scaling group. | 400 |
指定的负载均衡实例为非 active 状态。 | IncorrectLoadBalancerStatus | The current status of the specified load balancer does not support this action. | 400 |
指定的负载均衡实例未开启健康检查。 | IncorrectLoadBalancerHealthCheck | The current health check type of specified load balancer does not support this action. | 400 |
指定的负载均衡实例含有的 ECS 实例的网络类型与伸缩组的网络类型不匹配。 | InvalidLoadBalancerId.IncorrectInstanceNetworkType | The network type of the instance in specified Load Balancer does not support this action. | 400 |
指定的伸缩组的负载均衡实例含有的 ECS 实例与 VSwitchId 不在同一个 VPC 当中。 | InvalidLoadBalancerId.VPCMismatch | The specified virtual switch and the instance in specified Load Balancer are not in the same VPC. | 400 |
指定的 RDS 实例为非 running 状态。 | IncorrectDBInstanceStatus | The current status of DB instance “XXX” does not support this action. | 400 |
加入的 ECS 实例数使得 Total Capacity 超过 MaxSize。 | IncorrectCapacity.MaxSize | To attach the instances, the total capacity will be greater than the max size. | 400 |
http://ess.aliyuncs.com/?Action=EnableScalingGroup
&ScalingGroupId=dmIDKNcyWfzncX9MWX1bwFV
&InstanceId.1=i-283vvyytn
&<公共请求参数>
< EnableScalingGroupResponse>
<RequestId>6469DCD0-13AC-487E-85A0-CE4922908FDE</RequestId>
</ EnableScalingGroupResponse>
JSON格式:
{
"RequestId": "6469DCD0-13AC-487E-85A0-CE4922908FDE"
}
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。