---
title: "list essential parameters"
method: GET
path: "/api/v1/obclusters/{namespace}/{name}/essential-parameters"
tags: ["Obcluster"]
---

# list essential parameters

`GET /api/v1/obclusters/{namespace}/{name}/essential-parameters`

list essential parameters of specific obcluster

## Path parameters

- `namespace` string, required
- `name` string, required

## Response `200`

OK

- object
  - `data` ResponseOBClusterResources
    - `minPoolMemory` integer
    - `obServerResources` ResponseOBServerAvailableResource[]
      - `availableCPU` integer
      - `availableDataDisk` integer
      - `availableLogDisk` integer
      - `availableMemory` integer
      - `obServerIP` string
      - `obZone` string
      - `serverCount` integer
    - `obZoneResourceMap` object
  - `message` string
  - `successful` boolean

## Other responses

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

## Changes

- **2024-03-11** `70685317bfaa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/oceanbase/apis/oceanbase-dashboard-api/changes/api/v1/obclusters/:namespace/:name/essential-parameters/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/2fe42416b4d4/schema)
