跳转到主要内容
平台运维相关接口/平台联邦

获取组概览

获取集群资源使用率健康概览集群组。

GET/api/v1/federation/cluster-groups/{groupId}/overview

操作 ID

GetGroupOverview

起始版本

1.0.0

执行模式

同步

认证信息

需要认证

认证信息

调用该 API 时需要在请求头中携带以下认证信息。

Authorizationstring必填

Bearer 令牌

X-Tenant-IDstring

X-Tenant-ID

请求参数

路径参数

  • groupId
    String必填

    组ID。

响应状态

200 OK
200 OK

该 API 成功时返回以下响应结构。

  • items
    List

    条目列表。

    示例: (nested array)

    • clusterId
      String

      集群唯一标识。

      示例: cluster-abc-001

    • clusterName
      String

      人类可读名称集群。

      示例: prod-cluster-east

    • nodeCount
      Integer

      节点数量。

      示例: 10

    • podCount
      Integer

      Pod数量。

      示例: 256

    • cpuUsagePct
      Long

      CPU使用百分比。

      示例: 72.5

    • memUsagePct
      Long

      内存使用量百分比。

      示例: 60

    • alertCount
      Integer

      告警数量。

      示例: 2

    • lastSyncAt
      String

      最近一次同步时间。

      示例: 2026-01-15T08:00:00Z

    • status
      String

      状态信息。

      示例: healthy