---
title: "Get the Service Fabric standalone cluster configuration."
method: GET
path: "/$/GetClusterConfiguration"
tags: ["Cluster"]
---

# Get the Service Fabric standalone cluster configuration.

`GET /$/GetClusterConfiguration`

The cluster configuration contains properties of the cluster that include different node types on the cluster,
security configurations, fault, and upgrade domain topologies, etc.

## Query parameters

- `api-version` '6.0', required
- `ConfigurationApiVersion` string, required
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and the requested cluster configuration information.

- ClusterConfiguration — Information about the standalone cluster configuration.
  - `ClusterConfiguration` string — The contents of the cluster configuration file.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
