事件通知支持在发生指定类型的事件后,自动发送消息到云监控、MNS主题和MNS队列,以便您及时对事件进行定位和处理。如果当前事件通知不再使用,调用API DeleteNotificationConfiguration删除该条弹性伸缩事件及资源变化通知。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 |
类型 |
是否必选 |
示例值 |
描述 |
Action | String | 是 | DeleteNotificationConfiguration | 系统规定参数。取值:DeleteNotificationConfiguration。 |
ScalingGroupId | String | 是 | asg-bp18p2yfxow2dloq**** | 伸缩组的ID。 |
NotificationArn | String | 是 | acs:ess:cn-beijing:161456884340****:cloudmonitor | 通知对象标识符,各通知方式的参数格式如下:
参数格式中的变量含义如下:
|
RegionId | String | 否 | cn-beijing | 伸缩组所属的地域ID。 |
返回数据
名称 |
类型 |
示例值 |
描述 |
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** | 请求ID。 |
示例
请求示例
http(s)://ess.aliyuncs.com/?Action=DeleteNotificationConfiguration
&ScalingGroupId=asg-bp18p2yfxow2dloq****
&NotificationArn=acs:ess:cn-beijing:161456884340****:cloudmonitor
&RegionId=cn-beijing
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteNotificationConfigurationResponse>
<RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3****</RequestId>
</DeleteNotificationConfigurationResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****"
}
错误码
访问错误中心查看更多错误码。
HttpCode |
错误码 |
错误信息 |
描述 |
400 |
NotificationConfigurationNotExist |
The specified notification configuration not exist for the scaling group. |
当前伸缩组不存在指定的伸缩事件及资源变化通知。 |
404 |
InvalidScalingGroupId.NotFound |
The specified scaling group does not exist. |
指定的伸缩组不存在。 |
文档内容是否对您有帮助?