Skip to main content

Get the health status of system components

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Get the health status of system components

Responses

ok


Schema
    kubesphereStatus undefined[] required

    kubesphere components status

  • Array [
  • healthyBackends int32 required

    the number of healthy backend components

    label required

    labels

    name string required

    component name

    namespace string required

    the name of the namespace

    selfLink string required

    self link

    startedAt date-time required

    started time

    totalBackends int32 required

    the total replicas of each backend system component

  • ]
  • nodeStatus required

    nodes status

    healthyNodes int32 required

    the number of healthy nodes

    totalNodes int32 required

    total number of nodes

Loading...