---
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 — ClusterConfig is a cluster level config parameter struct
  - `alerting_url` string
  - `bootstrap` boolean
  - `callhome` boolean
  - `cluster_id` string
  - `created` string
  - `debug_level` string
  - `description` string
  - `domain` string
  - `driver` string
  - `generic` object
  - `kvdb` KvdbConfig — KvdbConfig stores parameters defining kvdb configuration
    - `acl_token` string
    - `ca_file` string
    - `cert_file` string
    - `client_cert_auth` string
    - `kvdb_addr` string[]
    - `password` string
    - `trusted_ca_file` string
    - `username` string
  - `logging_url` string
  - `mode` string
  - `multicontainer` boolean
  - `nolh` boolean
  - `scheduler` string
  - `secrets` SecretsConfig — SecretsConfig is a secrets configuration parameters struct
    - `aws` AWSConfig — AWS configuration parameters struct
      - `aws_access_key_id` string
      - `aws_cmk` string
      - `aws_region` string
      - `aws_secret_access_key` string
      - `aws_secret_token_key` string
    - `cluster_secret_key` string
    - `secret_type` string
    - `vault` VaultConfig — VaultConfig is a vault configuration parameters struct
      - `vault_addr` string
      - `vault_base_path` string
      - `vault_cacert` string
      - `vault_capath` string
      - `vault_client_cert` string
      - `vault_client_key` string
      - `vault_skip_verify` string
      - `vault_tls_server_name` string
      - `vault_token` string
  - `tunnel_certs` string[]
  - `tunnel_end_point` string
  - `version` string

## Changes

- **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/8afe0313b8c0/schema)
