Queries the notification configurations of scaling events and resource changes in a scaling group, including notification types and methods.
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 scaling group ID. |
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-A3DC0DE3**** |
| NotificationConfigurationModels |
array<object> |
The notification configurations. |
|
|
object |
The notification configuration. |
||
| NotificationArn |
string |
The ARN of the notification recipient. Format varies by recipient type:
Variables:
|
acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo**** |
| ScalingGroupId |
string |
The scaling group ID. |
asg-bp1igpak5ft1flyp**** |
| NotificationTypes |
array |
The notification types. |
|
|
string |
The notification types. |
AUTOSCALING:SCALE_IN_SUCCESS |
|
| TimeZone |
string |
The time zone of the notification, in UTC offset format. Example: UTC+8. |
UTC+8 |
| MessageEncoding |
string |
The encoding format of the notification message. |
PlainText |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"NotificationConfigurationModels": [
{
"NotificationArn": "acs:mns:cn-beijing:161456884340****:topic/modifyLifecycleHo****",
"ScalingGroupId": "asg-bp1igpak5ft1flyp****",
"NotificationTypes": [
"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.