---
title: "getCloudHadoopNotebookInstanceDetail"
slug: "cli-vhadoop-getcloudhadoopnotebookinstancedetail"
tags: ["Cloud Hadoop"]
updated: 2026-04-23T09:04:51Z
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.

# getCloudHadoopNotebookInstanceDetail

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

Cloud Hadoop Notebook 인스턴스 상세 정보를 조회합니다.

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

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

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

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

### 응답 데이터 타입<a name="응답데이터타입"></a>

- CloudHadoopNotebookInstanceList 타입

| CloudHadoopNotebookInstanceList extends CommonResponse                                               |
|------------------------------------------------------------------------------------------------------|
| private Integer totalRows;                                                                           |
| private List&lt;CloudHadoopNotebookInstance&gt; cloudHadoopNotebookInstanceList = new ArrayList<>(); |

| CloudHadoopNotebookInstance                                                                          |
|----------------------------------------------------------------------------------------------|
| private String cloudHadoopNotebookInstanceNo;                                                |
| private String cloudHadoopNotebookName;                                                      |
| private String cloudHadoopNotebookInstanceStatusName;                                        |
| private CommonCode cloudHadoopNotebookInstanceStatus;                                        |
| private CommonCode cloudHadoopNotebookInstanceOperation;                                     |
| private CloudHadoopNotebookComponent cloudHadoopNotebookComponent;                           |
| private CloudHadoopNotebookVersion cloudHadoopNotebookVersion;                               |
| private String clusterDirectAccessAccount;                                                   |
| private String loginKey;                                                                     |
| private String objectStorageBucket;                                                          |
| private String cloudHadoopNotebookImageProductCode;                                          |
| private String domain;                                                                       |
| private AccessControlGroupNoList accessControlGroupNoList;                                   |
| private Date createDate;                                                                     |
| private String cloudHadoopClusterName;                                                       |
| private Boolean useNotebookBlockStorage;                                                     |
| private List&lt;CloudHadoopNotebookServerInstance&gt; cloudHadoopNotebookServerInstanceList; |

| CloudHadoopNotebookComponent |
|------------------------------|
| private String code;         |
| private String codeName;     |

| CloudHadoopNotebookVersion |
|----------------------------|
| private String code;       |
| private String codeName;   |

| AccessControlGroupNoList |
| ---------- |
|private List&lt;String&gt; accessControlGroupNoList = new ArrayList<>(); |

| CloudHadoopNotebookServerInstance                              |
|----------------------------------------------------------------|
| private String cloudHadoopNotebookServerInstanceNo;            |
| private String cloudHadoopNotebookServerName;                  |
| private String cloudHadoopNotebookServerInstanceStatusName;    |
| private CommonCode cloudHadoopNotebookServerInstanceStatus;    |
| private CommonCode cloudHadoopNotebookServerInstanceOperation; |
| private CommonCode cloudHadoopNotebookServerRole;              |
| private String regionCode;                                     |
| private String vpcNo;                                          |
| private String subnetNo;                                       |
| private Date createDate;                                       |
| private Date uptime;                                           |
| private String zoneCode;                                       |
| private Long memorySize;                                       |
| private Integer cpuCount;                                      |
| private Boolean isPublicSubnet;                                |
| private Long dataStorageSize;                                  |
| private String cloudHadoopNotebookProductCode;                 |
| private CommonCode dataStorageType;                            |

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

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

```http
ncloud vhadoop getCloudHadoopNotebookInstanceDetail --regionCode FKR --cloudHadoopNotebookInstanceNo ****890
```

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

```json
{
  "getCloudHadoopNotebookInstanceDetailResponse": {
    "totalRows": 1,
    "cloudHadoopNotebookInstanceList": [
      {
        "cloudHadoopNotebookInstanceNo": "****",
        "cloudHadoopNotebookName": "****",
        "cloudHadoopNotebookImageProductCode": "SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050",
        "cloudHadoopNotebookInstanceStatusName": "running",
        "cloudHadoopNotebookInstanceStatus": {
          "code": "CREAT",
          "codeName": "CLOUD DATABASE(VPC) Created State"
        },
        "cloudHadoopNotebookInstanceOperation": {
          "code": "NULL",
          "codeName": "CLOUD DATABASE(VPC) Null OP"
        },
        "cloudHadoopNotebookVersion": {
          "code": "NOTEBOOK1.0",
          "codeName": "Notebook 1.0"
        },
        "cloudHadoopNotebookComponent": {
          "code": "NOTEBOOK_1.0",
          "codeName": "Jupyter notebook 6.4.10 , JupyterLab : 3.2.9"
        },
        "createDate": "2023-02-07T18:09:27+0900",
        "loginKey": "newkey",
        "objectStorageBucket": "****",
        "domain": "pri-2kcvq.hadoop.beta.ntruss.com",
        "accessControlGroupNoList": [
          "**448"
        ],
        "cloudHadoopClusterName": "****",
        "clusterDirectAccessAccount": "sshuser",
        "useNotebookBlockStorage": true,
        "cloudHadoopNotebookServerInstanceList": [
          {
            "cloudHadoopNotebookServerInstanceNo": ****,
            "cloudHadoopNotebookServerName": "n-001-****-15d6-hd",
            "cloudHadoopNotebookServerInstanceStatusName": "running",
            "cloudHadoopNotebookServerInstanceStatus": {
              "code": "RUN",
              "codeName": "CLOUD DATABASE(VPC) Server Running State"
            },
            "cloudHadoopNotebookServerInstanceOperation": {
              "code": "NOOP",
              "codeName": "CLOUD DATABASE(VPC) Server Null OP"
            },
            "cloudHadoopNotebookServerRole": {
              "code": "N",
              "codeName": "Notebook Node"
            }, 
            "cloudHadoopNotebookProductCode": "SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002",
            "regionCode": "FKR",
            "zoneCode": "FKR-2",
            "vpcNo": "**77",
            "subnetNo": "**47",
            "cpuCount": 4,
            "memorySize": 17179869184,
            "dataStorageSize": 107374182400,
            "isPublicSubnet": false,
            "dataStorageType": {
              "code": "SSD",
              "codeName": "SSD"
             },
            "uptime": "2023-02-07T18:13:44+0900",
            "createDate": "2023-02-07T18:09:27+0900"
          }
        ]
      }
    ],
    "requestId": "eb1c6002-5a80-****-9b71-****a638ab78",
    "returnCode": "0",
    "returnMessage": "success"
  }
}
```

```xml
<getCloudHadoopNotebookInstanceDetailResponse>
    <requestId>0dfe66f6-62d4-****-8f02-****a37b871c</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
    <totalRows>1</totalRows>
    <cloudHadoopNotebookInstanceList>
        <cloudHadoopNotebookInstance>
            <cloudHadoopNotebookInstanceNo>****</cloudHadoopNotebookInstanceNo>
            <cloudHadoopNotebookName>****</cloudHadoopNotebookName>
            <cloudHadoopNotebookImageProductCode>SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050</cloudHadoopNotebookImageProductCode>
            <cloudHadoopNotebookInstanceStatusName>running</cloudHadoopNotebookInstanceStatusName>
            <cloudHadoopNotebookInstanceStatus>
                <code>CREAT</code>
                <codeName>CLOUD DATABASE(VPC) Created State</codeName>
            </cloudHadoopNotebookInstanceStatus>
            <cloudHadoopNotebookInstanceOperation>
                <code>NULL</code>
                <codeName>CLOUD DATABASE(VPC) Null OP</codeName>
            </cloudHadoopNotebookInstanceOperation>
            <cloudHadoopNotebookVersion>
                <code>NOTEBOOK1.0</code>
                <codeName>Notebook 1.0</codeName>
            </cloudHadoopNotebookVersion>
            <cloudHadoopNotebookComponent>
                <code>NOTEBOOK_COMPONENT_CODE1</code>
                <codeName>Jupyter notebook 6.4.10 , JupyterLab : 3.2.9</codeName>
            </cloudHadoopNotebookComponent>
            <createDate>2023-02-07T18:09:27+0900</createDate>
            <loginKey>newkey</loginKey>
            <objectStorageBucket>aabbcc</objectStorageBucket>
            <domain>pri-2kcvq.hadoop.beta.ntruss.com</domain>
            <accessControlGroupNoList>
                <accessControlGroupNo>**448</accessControlGroupNo>
            </accessControlGroupNoList>
            <cloudHadoopClusterName>****</cloudHadoopClusterName>
            <clusterDirectAccessAccount>sshuser</clusterDirectAccessAccount>
            <useNotebookBlockStorage>true</useNotebookBlockStorage>
            <cloudHadoopNotebookServerInstanceList>
                <cloudHadoopNotebookServerInstance>
                    <cloudHadoopNotebookServerInstanceNo>****</cloudHadoopNotebookServerInstanceNo>
                    <cloudHadoopNotebookServerName>n-001-****-15d6-hd</cloudHadoopNotebookServerName>
                    <cloudHadoopNotebookServerInstanceStatusName>running</cloudHadoopNotebookServerInstanceStatusName>
                    <cloudHadoopNotebookServerInstanceStatus>
                        <code>RUN</code>
                        <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                    </cloudHadoopNotebookServerInstanceStatus>
                    <cloudHadoopNotebookServerInstanceOperation>
                        <code>NOOP</code>
                        <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                    </cloudHadoopNotebookServerInstanceOperation>
                    <cloudHadoopNotebookServerRole>
                        <code>N</code>
                        <codeName>Notebook Node</codeName>
                    </cloudHadoopNotebookServerRole> 
                    <cloudHadoopNotebookProductCode>SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002</cloudHadoopNotebookProductCode>
                    <regionCode>FKR</regionCode>
                    <zoneCode>FKR-2</zoneCode>
                    <vpcNo>**77</vpcNo>
                    <subnetNo>**47</subnetNo>
                    <cpuCount>4</cpuCount>
                    <memorySize>17179869184</memorySize>
                    <dataStorageSize>107374182400</dataStorageSize>
                    <isPublicSubnet>false</isPublicSubnet>
                    <dataStorageType>
                    <code>SSD</code>
                    <codeName>SSD</codeName>
                    </dataStorageType> 
                    <uptime>2023-02-07T18:13:44+0900</uptime>
                    <createDate>2023-02-07T18:09:27+0900</createDate>
                </cloudHadoopNotebookServerInstance>
            </cloudHadoopNotebookServerInstanceList>
        </cloudHadoopNotebookInstance>
    </cloudHadoopNotebookInstanceList>
</getCloudHadoopNotebookInstanceDetailResponse>
```
