ModifyNotificationConfiguration

修改一条弹性伸缩事件及资源变化通知。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称

类型

是否必选

示例值

描述

Action String ModifyNotificationConfiguration

系统规定参数。取值:ModifyNotificationConfiguration

ScalingGroupId String asg-bp1igpak5ft1flyp****

伸缩组的ID。

NotificationArn String acs:ess:cn-beijing:161456884340****:cloudmonitor

通知对象标识符,设置本参数时支持以下通知方式:

  • 云监控,参数取值格式:acs:ess:{region-id}:{account-id}:cloudmonitor
  • MNS队列,参数取值格式:acs:mns:{region-id}:{account-id}:queue/{queuename}
  • MNS主题,参数取值格式:acs:mns:{region-id}:{account-id}:topic/{topicname}

参数格式中的变量含义如下:

  • region-id:伸缩组所在的地域的ID。
  • account-id:阿里云账号ID。
  • queuename:MNS队列的名称。
  • topicname:MNS主题的名称。
NotificationType.N String AUTOSCALING:SCALE_OUT_SUCCESS

一类或者多类弹性伸缩事件及资源变化通知,N的取值范围:1~8。

  • AUTOSCALING:SCALE_OUT_SUCCESS:扩容伸缩活动成功。
  • AUTOSCALING:SCALE_IN_SUCCESS:缩容伸缩活动成功。
  • AUTOSCALING:SCALE_OUT_ERROR:扩容伸缩活动失败。
  • AUTOSCALING:SCALE_IN_ERROR:缩容伸缩活动失败。
  • AUTOSCALING:SCALE_REJECT:伸缩活动拒绝执行。
  • AUTOSCALING:SCALE_OUT_START:扩容伸缩活动开始。
  • AUTOSCALING:SCALE_IN_START:缩容伸缩活动开始。
  • AUTOSCALING:SCHEDULE_TASK_EXPIRING:定时任务到期提醒。
  • SCALING_GROUP_DIAGNOSE:伸缩组诊断。
  • AUTOSCALING:SCALE_OUT_WARN:弹性扩容活动部分成功。
  • AUTOSCALG:SCALE_IN_WARN:弹性收缩活动部分成功。
RegionId String cn-beijing

伸缩组所属的地域ID。

TimeZone String UTC+8

消息通知的时区。

时区相对于协调世界时的偏移量: 如 UTC+8(东八区)、UTC-7(西七区)等。

返回数据

名称

类型

示例值

描述

RequestId String 473469C7-AA6F-4DC5-B3DB-A3DC0DE3****

请求ID。

示例

请求示例

http(s)://ess.aliyuncs.com/?Action=ModifyNotificationConfiguration
&ScalingGroupId=asg-bp1igpak5ft1flyp****
&NotificationArn=acs:ess:cn-beijing:161456884340****:cloudmonitor
&NotificationType=["AUTOSCALING:SCALE_OUT_SUCCESS"]
&RegionId=cn-beijing
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<ModifyNotificationConfigurationResponse>
    <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3****</RequestId>
</ModifyNotificationConfigurationResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****"
}

错误码

访问错误中心查看更多错误码。

HttpCode

错误码

错误信息

描述

400

InvalidNotificationTypes

The specified NotificationType is invalid.

指定的NotificationType.N不合法。

400

NotificationConfigurationNotExist

The specified notification configuration not exist for the scaling group.

当前伸缩组不存在指定的弹性伸缩事件及资源变化通知类型。

400

InvalidParameter.TimeZone

The specified parameter TimeZone is not valid.

指定的参数TimeZone不合法。

404

InvalidScalingGroupId.NotFound

The specified scaling group does not exist.

指定的伸缩组不存在。