pydo.kubernetes.get_status_messages()

Generated on 8 May 2026 from pydo version v0.34.0

Usage

client.kubernetes.get_status_messages(
    cluster_id="bd5f5959-5e1e-4205-a714-a914373942af",
    since=None,
)
Returns JSONRaises HttpResponseError

Description

To retrieve status messages for a Kubernetes cluster, send a GET request to /v2/kubernetes/clusters/{cluster_id}/status_messages. Status messages inform users of any issues that come up during the cluster lifecycle.

Parameters

cluster_id string required

A unique ID that can be used to reference a Kubernetes cluster.

Min: 1

since string optional

A timestamp used to return status messages emitted since the specified time. The timestamp should be in ISO8601 format.

Response Example

Show Response Example
{
  "messages": [
    {
      "message": "Resource provisioning may be delayed while our team resolves an incident",
      "timestamp": "2018-11-15T16:00:11Z"
    }
  ]
}

More Information

See /v2/kubernetes/clusters/{cluster_id}/status_messages in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.