---
title: "list obclusters"
method: GET
path: "/api/v1/obclusters"
tags: ["Obcluster"]
---

# list obclusters

`GET /api/v1/obclusters`

list obclusters

## Response `200`

OK

- object
  - `data` ResponseOBCluster[]
    - `clusterId` integer
    - `clusterName` string
    - `createTime` number
    - `image` string
    - `metrics` ResponseOBMetrics
      - `cpuPercent` integer
      - `diskPercent` integer
      - `memoryPercent` integer
    - `name` string
    - `namespace` string
    - `status` string
    - `statusDetail` string
    - `topology` ResponseOBZone[]
      - `name` string
      - `namespace` string
      - `nodeSelector` CommonKVPair[]
        - `key` string
        - `value` string
      - `observers` ResponseOBServer[]
        - `address` string
        - `metrics` ResponseOBMetrics
          - `cpuPercent` integer
          - `diskPercent` integer
          - `memoryPercent` integer
        - `name` string
        - `namespace` string
        - `status` string
        - `statusDetail` string
      - `replicas` integer
      - `rootService` string
      - `status` string
      - `statusDetail` string
      - `zone` string
    - `version` string
  - `message` string
  - `successful` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2024-02-27** `643ae3c8d824` — 2 info
  - api tag `Obcluster` added
  - api tag `OBCluster` removed

[Change history](https://skmtc.dev/oceanbase/apis/oceanbase-dashboard-api/changes/api/v1/obclusters/get.md)

---

[API](https://skmtc.dev/oceanbase/apis/oceanbase-dashboard-api.md) · [All operations](https://skmtc.dev/oceanbase/apis/oceanbase-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oceanbase/oceanbase-dashboard-api/revisions/643ae3c8d824/schema)
