Cluster operation events include cluster creation, cluster changes, node pool creation, node pool scale-out, add-on installation, and cluster upgrade. Use the DescribeEvents API to query details for a specific event type, including its level, status, and timestamp.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cs:DescribeEvents |
get |
*All Resource
|
None | None |
Request syntax
GET /events HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| cluster_id |
string |
No |
The cluster ID. |
cf62854ac2130470897be7a27ed1f**** |
| type |
string |
No |
The event type. If you do not specify this parameter, events of all types are returned. Valid values:
|
nodepool_upgrade |
| page_size |
integer |
No |
The maximum number of results per page. Valid values: [1,100]. Default: 50. |
50 |
| page_number |
integer |
No |
The number of the page to return. |
1 |
| next_token |
string |
No |
The pagination token. Set this parameter to the value of |
5c0a1c0f91c14c6**** |
| max_results |
integer |
No |
The maximum number of results to return. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| events |
array<object> |
A list of events. |
|
|
array<object> |
The event object. |
||
| event_id |
string |
The event ID. |
e-dba703c8-953b-40d8-82e8-cb713590**** |
| type |
string |
The event type. Valid values:
|
nodepool_upgrade |
| source |
string |
The source of the event. |
task |
| subject |
string |
The object that the event is about. |
np6a5c86f4ecae436f8f4a3dc034a7**** |
| time |
string |
The event timestamp. |
2025-04-23T20:48:01+08:00 |
| cluster_id |
string |
The cluster ID. |
cf62854ac2130470897be7a27ed1f**** |
| data |
object |
The event details. |
|
| level |
string |
The severity level of the event. Valid values:
|
info |
| reason |
string |
A brief, machine-readable string that describes the reason for the event. |
Started |
| message |
string |
A human-readable description of the event. |
Start to upgrade NodePool nodePool/nodePool-A |
| next_token |
string |
The token to retrieve the next page of results. If this parameter is absent from the response, all results have been returned. |
5c0a1c0f91c14c6**** |
| page_info |
object |
The pagination information. |
|
| page_size |
integer |
The number of entries returned per page. |
50 |
| page_number |
integer |
The current page number. |
1 |
| total_count |
integer |
The total number of entries that match the query. |
3 |
Examples
Success response
JSON format
{
"events": [
{
"event_id": "e-dba703c8-953b-40d8-82e8-cb713590****",
"type": "nodepool_upgrade",
"source": "task",
"subject": "np6a5c86f4ecae436f8f4a3dc034a7****",
"time": "2025-04-23T20:48:01+08:00",
"cluster_id": "cf62854ac2130470897be7a27ed1f****",
"data": {
"level": "info",
"reason": "Started",
"message": "Start to upgrade NodePool nodePool/nodePool-A"
}
}
],
"next_token": "5c0a1c0f91c14c6****",
"page_info": {
"page_size": 50,
"page_number": 1,
"total_count": 3
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.