All Products
Search
Document Center

Auto Scaling:DescribeNotificationTypes

Last Updated:Jul 02, 2024

Queries notification types. You can call the DescribeNotificationTypes operation to query the types of notifications on scaling events or resource changes occurred in your scaling groups. Notifications are triggered in scenarios such as successful scale-out events, successful scale-in events, expiration of scheduled tasks, and partially successful scale-out events.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
NotificationTypesarray

The types of the notifications.

  • AUTOSCALING:SCALE_OUT_SUCCESS: The scale-out activity succeeds.
  • AUTOSCALING:SCALE_IN_SUCCESS: The scale-in activity succeeds.
  • AUTOSCALING:SCALE_OUT_ERROR: The scale-out activity fails.
  • AUTOSCALING:SCALE_IN_ERROR: The scale-in activity fails.
  • AUTOSCALING:SCALE_REJECT: The request for scaling activities is rejected.
  • AUTOSCALING:SCALE_OUT_START: The scale-out activity starts.
  • AUTOSCALING:SCALE_IN_START: The scale-in activity starts.
  • AUTOSCALING:SCHEDULE_TASK_EXPIRING: Auto Scaling sends a notification when a scheduled task is about to expire.
string

The types of the notifications.

  • AUTOSCALING:SCALE_OUT_SUCCESS: The scale-out activity succeeds.
  • AUTOSCALING:SCALE_IN_SUCCESS: The scale-in activity succeeds.
  • AUTOSCALING:SCALE_OUT_ERROR: The scale-out activity fails.
  • AUTOSCALING:SCALE_IN_ERROR: The scale-in activity fails.
  • AUTOSCALING:SCALE_REJECT: The request for scaling activities is rejected.
  • AUTOSCALING:SCALE_OUT_START: The scale-out activity starts.
  • AUTOSCALING:SCALE_IN_START: The scale-in activity starts.
  • AUTOSCALING:SCHEDULE_TASK_EXPIRING: Auto Scaling sends a notification when a scheduled task is about to expire.
AUTOSCALING:SCALE_OUT_SUCCESS

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
  "NotificationTypes": [
    "AUTOSCALING:SCALE_OUT_SUCCESS"
  ]
}

Error codes

For a list of error codes, visit the Service error codes.