---
title: "Get cluster configuration."
method: GET
path: "/config/cluster"
tags: ["config"]
---

# Get cluster configuration.

`GET /config/cluster`

This will return the requested cluster configuration object

## Response `200`

a cluster config

- ClusterConfig
  - `AllowSecurityRemoval` boolean
  - `ClusterId` string
  - `ClusterUuid` string
  - `DataIface` string
  - `DataIp` string
  - `DefaultDriver` string
  - `FluentDHost` string
  - `HWType` integer
  - `ManagementURL` string
  - `MgmtIp` string
  - `MgtIface` string
  - `NodeId` string
  - `QuorumTimeoutInSeconds` integer — QuorumTimeoutInSeconds configures time after which an out of quorum node will restart
  - `SchedulerNodeName` string
  - `SnapLockTryDurationInMinutes` integer — SnapLockTryDurationInMinutes is the time for which the cluster manager will try acquiring a lock for cluster snapshot
  - `SystemSharedSecret` string

## Changes

- **2018-02-22** `ed1f944f48d5` — 1 info
  - api operation id `cluster` removed and replaced with `getClusterConfig`
- **2018-02-15** `8afe0313b8c0` — 1 info
  - endpoint added
- **2017-12-05** `d79082f863d1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/libopenstorage/apis/osd-api/changes/config/cluster/get.md)

---

[API](https://skmtc.dev/libopenstorage/apis/osd-api.md) · [All operations](https://skmtc.dev/libopenstorage/apis/osd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/libopenstorage/osd-api/revisions/9faa312702c4/schema)
