Cluster

class matterapi.endpoints.async_api.ClusterApi(client: matterapi.client.base.BaseClient, skip_response_parsing: bool = False)

Endpoints for configuring and interacting with high availability clusters.

async get_cluster_status() List[matterapi.models.ClusterInfo]

Get cluster status

Get a set of information for each node in the cluster, useful for checking the status and health of each node.

Permissions:

Must have manage_system permission.

Api Reference:

GetClusterStatus