---
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

---

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