Consulta os eventos de auto scaling e as notificações de alteração de recursos que você criou.
Experimente agora
Testar
Autorização RAM
|
Ação |
Nível de acesso |
Tipo de recurso |
Chave de condição |
Ação dependente |
|
ess:DescribeNotificationConfigurations |
get |
*ScalingGroup
|
Nenhuma | Nenhuma |
Parâmetros da solicitação
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
Exemplo |
| ScalingGroupId |
string |
Sim |
O ID do grupo de escalonamento. |
asg-bp1igpak5ft1flyp**** |
| RegionId |
string |
Não |
O ID da região do grupo de escalonamento. |
cn-beijing |
Elementos de resposta
|
Elemento |
Tipo |
Descrição |
Exemplo |
|
object |
|||
| RequestId |
string |
O ID da solicitação. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| NotificationConfigurationModels |
object |
||
| NotificationConfigurationModel |
array<object> |
A coleção de eventos de auto scaling e notificações de alteração de recursos. |
|
|
array<object> |
|||
| NotificationArn |
string |
The Alibaba Cloud Resource Name (ARN) of the notification recipient. The following formats are supported:
The variables in the 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 list of auto scaling event and resource change notification types. |
AUTOSCALING:SCALE_IN_SUCCESS |
|
| TimeZone |
string |
The time zone of the notification. The time zone offset from Coordinated Universal Time (UTC), such as UTC+8 or UTC-7. |
UTC+8 |
| MessageEncoding |
string |
The encoding method of the notification content. Valid values:
|
PlainText |
Exemplos
Resposta de sucesso
JSON formato
{
"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"
}
]
}
}
Códigos de erro
Consulte Códigos de Erro para uma lista completa.
Notas de versão
Consulte Notas de Versão para uma lista completa.