---
title: "Gets the list of configuration overrides on the specified node."
method: GET
path: "/Nodes/{nodeName}/$/GetConfigurationOverrides"
tags: ["Node"]
---

# Gets the list of configuration overrides on the specified node.

`GET /Nodes/{nodeName}/$/GetConfigurationOverrides`

This api allows getting all existing configuration overrides on the specified node.

## Path parameters

- `nodeName` string, required

## Query parameters

- `api-version` '7.0', required
- `timeout` integer

## Response `200`

List of configuration overrides on the node.

- ConfigParameterOverride[] — List that contains parameters, sections that they belong and their values.
  - `SectionName` string, required — Name of the section for the parameter override.
  - `ParameterName` string, required — Name of the parameter that has been overridden.
  - `ParameterValue` string, required — Value of the overridden parameter.
  - `Timeout` string, duration — The duration until config override is considered as valid.
  - `PersistAcrossUpgrade` boolean — A value that indicates whether config override will be removed on upgrade or will still be considered as valid.

## 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/versions/6ebed3032b57/schema)
