Cloud-native API Gateway lets you centrally manage, analyze, view, and be notified about events. You can troubleshoot exceptions using the event data as instructed in the Cloud-native API Gateway console. This topic describes how to manage Cloud-native API Gateway events to learn about changes to your managed resources.
Event model
The Event page in the Cloud-native API Gateway console shows events based on the following parameters:
Parameter | Description |
Time | The time when the event was triggered. |
Product Name | Cloud-native API Gateway |
Event Name | The name of the event. It includes an event code and an event description. |
Event Level | The Event Hub in cloud-native API Gateway classifies events into three levels based on their impact.
|
Region | The region where the instance is located. |
Resource | The Alibaba Cloud Resource Name (ARN) of the resource associated with the event. |
Contents | The details of the event. |
Actions | View the event details. |
Entry point
Log on to the API Gateway console.
In the navigation pane on the left, click Event.
Query events
On the Event page, you can query events from multiple dimensions. For example, you can query events by:
Event level
Event Name
Resource and content keyword
Time
Query events by event level
You can specify an event level to filter events.

Query events by event name
You can specify an event name to filter events.

Query events by keyword
You can specify a keyword contained in the related resource or in the event content to filter events. Example: to query events related to an instance whose ID is gw-ctbq4qum1hknl20trv40d, enter gw-ctbq4qum1hknl20trv40d in the search box.
You can enter a keyword based on the information provided in the Resource and Contents column in the list.
Query events by time
You can specify a time range to query the events that are generated within the specified time range.
You can query data within the last 90 days, with a maximum of three consecutive days per query.
View event details
Find the event whose details you want to view, and click Details in the Actions column.

Event description
The following scenarios and operations trigger event notifications:
The following table describes all events that Cloud-native API Gateway supports and provides suggestions for handling each event.
Event code | Event name | Event level | Cloud Monitor event name | Event description and impact |
APIG:ElasticScaleOut | Elastic scale-out of a cloud-native API gateway | WARN | APIG:ElasticScaleOut:Failed: The cloud-native API gateway failed to scale out. | A cloud-native API gateway generates this event based on the status of a scale-out operation. |
INFO | APIG:ElasticScaleOut:Executing: The cloud-native API gateway is scaling out. | |||
INFO | APIG:ElasticScaleOut:Executed: The cloud-native API gateway successfully scaled out. | |||
APIG:ElasticScaleIn | Elastic scale-in of a cloud-native API gateway | WARN | APIG:ElasticScaleIn:Failed: The cloud-native API gateway failed to scale in. | A cloud-native API gateway generates this event based on the status of a scale-in operation. |
INFO | APIG:ElasticScaleIn:Executing: The cloud-native API gateway is scaling in. | |||
INFO | APIG:ElasticScaleIn:Executed: The cloud-native API gateway successfully scaled in. | |||
APIG:ElasticOpen | Enabling elastic scaling for a cloud-native API gateway | WARN | APIG:ElasticOpen:Failed: Failed to enable elastic scaling for the cloud-native API gateway. | A cloud-native API gateway generates this event based on the result of an operation to enable elastic scaling. |
INFO | APIG:ElasticOpen:Executed: Elastic scaling was successfully enabled for the cloud-native API gateway. | |||
APIG:ElasticClose | Disabling elastic scaling for a cloud-native API gateway | WARN | APIG:ElasticClose:Failed: Failed to disable elastic scaling for the cloud-native API gateway. | A cloud-native API gateway generates this event based on the result of an operation to disable elastic scaling. |
INFO | APIG:ElasticClose:Executed: Elastic scaling was successfully disabled for the cloud-native API gateway. | |||
APIG:ElasticStrategyUpdate | Updating the elastic scaling policy for a cloud-native API gateway | WARN | APIG:ElasticStrategyUpdate:Failed: Failed to update the elastic scaling policy for the cloud-native API gateway. | A cloud-native API gateway generates this event based on the result of an update to the elastic scaling policy. |
INFO | APIG:ElasticStrategyUpdate:Executed: The elastic scaling policy for the cloud-native API gateway was successfully updated. |