DeleteNotificationConfiguration
更新時間:
事件通知支持在發(fā)生指定類型的事件后,自動發(fā)送消息到云監(jiān)控、MNS主題和MNS隊列,以便您及時對事件進行定位和處理。如果當前事件通知不再使用,調(diào)用API DeleteNotificationConfiguration刪除該條彈性伸縮事件及資源變化通知。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數(shù)
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | DeleteNotificationConfiguration | 系統(tǒng)規(guī)定參數(shù)。取值:DeleteNotificationConfiguration。 |
ScalingGroupId | String | 是 | asg-bp18p2yfxow2dloq**** | 伸縮組的ID。 |
NotificationArn | String | 是 | acs:ess:cn-beijing:161456884340****:cloudmonitor | 通知對象標識符,各通知方式的參數(shù)格式如下:
參數(shù)格式中的變量含義如下:
|
RegionId | String | 否 | cn-beijing | 伸縮組所屬的地域ID。 |
返回數(shù)據(jù)
名稱 |
類型 |
示例值 |
描述 |
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
&公共請求參數(shù)
正常返回示例
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. |
指定的伸縮組不存在。 |
文檔內(nèi)容是否對您有幫助?