---
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
  - `ClusterId` string
  - `DataIface` string
  - `DataIp` string
  - `DefaultDriver` string
  - `FluentDHost` string
  - `LoggingURL` string
  - `ManagementURL` string
  - `MgmtIp` string
  - `MgtIface` string
  - `NodeId` 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/ed1f944f48d5/schema)
