Kubernetes
List cluster events
Lifecycle events (provisioning steps, scaling, autoscaling, warnings), newest first.
get/api/v1/k8s/clusters/{cluster_id}/events
Path parameters
cluster_idstring required
Cluster ID (short id, e.g. q7z7zg)
Query parameters
limitinteger
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
Cluster events
Example response
{
"events": [
{
"event_type": "scale_completed",
"message": "Node pool default-pool scaled from 2 to 3 nodes"
}
]
}Changes
Changed in 1 of the 28 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○