pydo.kubernetes.get_status_messages()
Generated on 12 Jun 2025
from pydo
version
v0.11.0
Description
To retrieve status messages for a Kubernetes cluster, send a GET request to
/v2/kubernetes/clusters/$K8S_CLUSTER_ID/status_messages
. Status messages inform users of any issues that come up during the cluster lifecycle.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
cluster_id |
string | True | A unique ID that can be used to reference a Kubernetes cluster. | |
since |
string | False | A timestamp used to return status messages emitted since the specified time. The timestamp should be in ISO8601 format. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.