You need to enable JavaScript to run this app.
导航
CreateNotificationConfiguration - 创建事件通知配置
最近更新时间:2024.05.16 10:34:05首次发布时间:2024.05.16 10:34:05

创建伸缩组事件通知,关于管理事件通知

调试

请求参数

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

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

CreateNotificationConfiguration

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

Version
String

2020-01-01

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

NotificationType
String

cloudmonitor

事件通知方式,当前仅支持云监控通知。

  • 取值:cloudmonitor。
EventTypes.N
Array of String

ScaleOutSuccess

事件通知类型。

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

scg-ybmssdnnhn5pkgyd****

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

返回参数

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

请求示例

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


返回示例

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

错误码

您可访问公共错误码,获取更多错误码信息。