---
title: "Get the health status of system components"
method: GET
path: "/kapis/resources.kubesphere.io/v1alpha2/componenthealth"
tags: ["Component Status"]
deprecated: true
---

# Get the health status of system components

`GET /kapis/resources.kubesphere.io/v1alpha2/componenthealth`

> **Deprecated.**

## Response `200`

ok

- V1alpha2HealthStatus
  - `kubesphereStatus` V1alpha2ComponentStatus[], required — kubesphere components status
    - `healthyBackends` integer, required — the number of healthy backend components
    - `label` unknown, required
    - `name` string, required — component name
    - `namespace` string, required — the name of the namespace
    - `selfLink` string, required — self link
    - `startedAt` string, date-time, required — started time
    - `totalBackends` integer, required — the total replicas of each backend system component
  - `nodeStatus` V1alpha2NodeStatus, required
    - `healthyNodes` integer, required — the number of healthy nodes
    - `totalNodes` integer, required — total number of nodes

---

[API](https://skmtc.net/kubesphere/apis/ks-api.md) · [All operations](https://skmtc.net/kubesphere/apis/ks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubesphere/ks-api/revisions/0451c8cec9b1/schema)
