Queries the auto scaling events and resource change notifications that you created.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ess:DescribeNotificationConfigurations |
get |
*ScalingGroup
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ScalingGroupId |
string |
Yes |
The ID of the scaling group. |
asg-bp1igpak5ft1flyp**** |
| RegionId |
string |
No |
The region ID of the scaling group. |
cn-beijing |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| NotificationConfigurationModels |
object |
||
| NotificationConfigurationModel |
array<object> |
The collection of auto scaling events and resource change notifications. |
|
|
array<object> |
|||
| NotificationArn |
string |
The Alibaba Cloud Resource Name (ARN) of the notified party. The following list describes the value formats of this parameter:
The variables in the preceding formats have the following meanings:
|
acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo**** |
| ScalingGroupId |
string |
The ID of the scaling group. |
asg-bp1igpak5ft1flyp**** |
| NotificationTypes |
object |
||
| NotificationType |
array |
||
|
string |
The types of notifications for scaling activities or resource changes. |
AUTOSCALING:SCALE_IN_SUCCESS |
|
| TimeZone |
string |
The time zone for message notifications. |
UTC+8 |
| MessageEncoding |
string |
The codec for the notification message content. Valid values:
|
PlainText |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"NotificationConfigurationModels": {
"NotificationConfigurationModel": [
{
"NotificationArn": "acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo****",
"ScalingGroupId": "asg-bp1igpak5ft1flyp****",
"NotificationTypes": {
"NotificationType": [
"AUTOSCALING:SCALE_IN_SUCCESS"
]
},
"TimeZone": "UTC+8",
"MessageEncoding": "PlainText"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.