日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeNotificationConfigurations

更新時(shí)間:

調(diào)用API DescribeNotificationConfiguration,通過(guò)伸縮組ID查詢?cè)撋炜s組的彈性伸縮事件及資源變化通知,包括事件通知類型和通知方式等。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

請(qǐng)求參數(shù)

名稱

類型

是否必選

示例值

描述

Action String DescribeNotificationConfigurations

系統(tǒng)規(guī)定參數(shù)。取值:DescribeNotificationConfigurations

ScalingGroupId String asg-bp1igpak5ft1flyp****

伸縮組的ID。

RegionId String cn-beijing

伸縮組所屬的地域ID。

返回?cái)?shù)據(jù)

名稱

類型

示例值

描述

RequestId String 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

請(qǐng)求ID。

NotificationConfigurationModels Array of NotificationConfigurationModel

彈性伸縮事件及資源變化通知的集合。

NotificationConfigurationModel
NotificationArn String acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo****

通知對(duì)象標(biāo)識(shí)符,參數(shù)格式如下:

  • 云監(jiān)控:acs:ess:{region-id}:{account-id}:cloudmonitor。
  • MNS隊(duì)列:acs:mns:{region-id}:{account-id}:queue/{queuename}。
  • MNS主題:acs:mns:{region-id}:{account-id}:topic/{topicname}。

參數(shù)格式中的變量含義如下:

  • region-id:伸縮組所在的地域的ID。
  • account-id:阿里云賬號(hào)ID。
  • queuename:MNS隊(duì)列的名稱。
  • topicname:MNS主題的名稱。
ScalingGroupId String asg-bp1igpak5ft1flyp****

伸縮組的ID。

NotificationTypes Array of String AUTOSCALING:SCALE_IN_SUCCESS

彈性伸縮事件及資源變化通知類型列表。

TimeZone String UTC+8

消息通知的時(shí)區(qū)。

時(shí)區(qū)相對(duì)于協(xié)調(diào)世界時(shí)的偏移量: 如 UTC+8(東八區(qū))、UTC-7(西七區(qū))等。

示例

請(qǐng)求示例

http(s)://ess.aliyuncs.com/?Action=DescribeNotificationConfigurations
&ScalingGroupId=asg-bp1igpak5ft1flyp****
&RegionId=cn-beijing
&公共請(qǐng)求參數(shù)

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<DescribeNotificationConfigurationsResponse>
    <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId>
    <NotificationConfigurationModels>
        <NotificationArn>acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo****</NotificationArn>
        <ScalingGroupId>asg-bp1igpak5ft1flyp****</ScalingGroupId>
        <NotificationTypes>AUTOSCALING:SCALE_IN_SUCCESS</NotificationTypes>
    </NotificationConfigurationModels>
</DescribeNotificationConfigurationsResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "NotificationConfigurationModels" : [ {
    "NotificationArn" : "acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo****",
    "ScalingGroupId" : "asg-bp1igpak5ft1flyp****",
    "NotificationTypes" : [ "AUTOSCALING:SCALE_IN_SUCCESS" ]
  } ]
}

錯(cuò)誤碼

訪問(wèn)錯(cuò)誤中心查看更多錯(cuò)誤碼。

HttpCode

錯(cuò)誤碼

錯(cuò)誤信息

描述

404

InvalidScalingGroupId.NotFound

The specified scaling group does not exist.

指定的伸縮組不存在。