---
title: "backupClusterConfiguration"
slug: "cli-vhadoop-backupclusterconfiguration"
updated: 2026-04-23T09:04:50Z
published: 2026-04-23T09:07:28Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# backupClusterConfiguration

## 개요<a name="개요"></a>

클러스터에 매핑된 Object Storage 버킷에 클러스터 내 모든 구성 요소의 클라이언트 설정을 백업합니다.

## 요청<a name="요청"></a>

### 요청 파라미터<a name="요청파라미터"></a>

| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ----- | ----- | ----- | ----- | ----- |
| regionCode | No | String | | - 리전 코드<br/>리전(Region)을 결정 가능 <br/>regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능 <br/>Default : getRegionList 조회 결과의 첫 번째 리전을 선택 |
| cloudHadoopInstanceNo | Yes | String | | - Cloud Hadoop 인스턴스 번호<br/>cloudHadoopInstanceNo는 [getCloudHadoopInstanceList](/docs/cli-vhadoop-getcloudhadoopinstancelist) 액션을 통해서 획득 가능 |
| output | No | String | | - 응답 결과의 포맷 타입<br/>Options : xml \| json<br/>Default : json |

## 예시<a name="예시"></a>

### 호출<a name="호출"></a>

```http
ncloud vhadoop backupClusterConfiguration --regionCode FKR --cloudHadoopInstanceNo ****890
```

### 응답<a name="응답"></a>

```xml
<backupClusterConfigurationResponse>
    <requestId>52a19ba1-8a05-41ec-a682-7da2d49fa4d5</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
</backupClusterConfigurationResponse>
```
