DescribeAlertConfiguration
更新時間:
調(diào)用DescribeAlertConfiguration接口,并指定伸縮組的ID、地域的ID,以查詢伸縮組中需要發(fā)送短信、站內(nèi)信和郵件通知的伸縮活動狀態(tài),例如伸縮活動執(zhí)行成功、失敗、被拒絕。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數(shù)
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | DescribeAlertConfiguration | 系統(tǒng)規(guī)定參數(shù)。取值:DescribeAlertConfiguration。 |
ScalingGroupId | String | 是 | asg-bp18p2yfxow2dloq**** | 伸縮組的ID。 |
RegionId | String | 是 | cn-hangzhou | 伸縮組所屬地域的ID。 |
返回數(shù)據(jù)
名稱 |
類型 |
示例值 |
描述 |
RequestId | String | 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** | 請求ID。 |
ScaleStatuses | Array of String | ScaleSuccessful | 伸縮組中的發(fā)送短信、站內(nèi)信和郵件通知的伸縮活動狀態(tài)。可能值:
|
示例
請求示例
http(s)://ess.aliyuncs.com/?Action=DescribeAlertConfiguration
&ScalingGroupId=asg-bp18p2yfxow2dloq****
&RegionId=cn-hangzhou
&公共請求參數(shù)
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeAlertConfigurationResponse>
<RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3****</RequestId>
<ScaleStatuses>ScaleSuccessful</ScaleStatuses>
</DescribeAlertConfigurationResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"ScaleStatuses" : [ "ScaleSuccessful" ]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
文檔內(nèi)容是否對您有幫助?