You need to enable JavaScript to run this app.
导航
ModifyNotificationConfiguration - 修改事件通知配置
最近更新时间:2025.03.03 14:34:54首次发布时间:2024.05.16 10:34:06
我的收藏
有用
有用
无用
无用

修改伸缩组事件通知。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

ModifyNotificationConfiguration

要执行的操作,取值:ModifyNotificationConfiguration。

Version
String

2020-01-01

API的版本,取值:2020-01-01。

EventTypes.N
Array of String

ScaleOutSuccess

事件通知类型。

  • 参数 - N:表示事件通知类型的序号,取值1 ~ 10。
  • 多个事件通知类型之间用&分隔。
  • 取值:
    • ScaleOutSuccess:扩容伸缩活动成功。
    • ScaleInSuccess:缩容伸缩活动成功。
    • ScaleOutError:扩容伸缩活动失败。
    • ScaleInError:缩容伸缩活动失败。
    • ScaleOutWarn:扩容伸缩活动部分成功。
    • ScaleInWarn:缩容伸缩活动部分成功。
    • ScaleReject:伸缩活动执行被拒绝。
    • ScaleOutStart:扩容伸缩活动开始。
    • ScaleInStart :缩容伸缩活动开始。
    • ScheduleTaskExpiring: 定时任务到期提醒。
ScalingGroupId
String

ScaleOutSuccess

伸缩组ID。您可以调用DescribeScalingGroups查询伸缩组ID。

返回参数

本接口无特有的返回参数。更多信息请见返回结构

请求示例

GET /?Action=ModifyNotificationConfiguration&EventTypes.1=ScaleOutSuccess&ScalingGroupId=ScaleOutSuccess&Version=2020-01-01 HTTP/1.1
Host: open.volcengineapi.com
X-Date: 20240507T094844Z
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240507/cn-beijing/auto_scaling/request, SignedHeaders=host;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f


返回示例

{
  "ResponseMetadata": {
    "RequestId": "2024050717485002818022104766EB7D",
    "Version": "2020-01-01",
    "Service": "auto_scaling",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
MissingParameter.ScalingGroupId

The required parameter ScalingGroupId is not supplied.

伸缩组ID不能为空。

400
MissingParameter.EventTypes

The required parameter EventTypes is not supplied.

事件类型不能为空。

400
InvalidEventType.Malformed

The specified EventType [%s] is malformed.

指定的事件类型不合法。

400
InvalidNotificationType.Malformed

The specified NotificationType is malformed.

指定的通知类型不合法。

404
InvalidScalingGroupId.NotificationConfigurationNotFound

The specified NotificationConfiguration of the ScalingGroup does not exist.

指定的伸缩组通知配置不存在。

500
InternalError

An internal error has occurred.

内部错误,请重试。如果多次尝试失败,请提交工单。