---
title: "getCloudHadoopNotebookInstanceDetail"
slug: "cli-vhadoop-getcloudhadoopnotebookinstancedetail"
tags: ["Cloud Hadoop"]
updated: 2026-06-25T09:10:26Z
published: 2026-06-25T09:10:26Z
canonical: "cli-fin.ncloud-docs.com/cli-vhadoop-getcloudhadoopnotebookinstancedetail"
---
> ## 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
## 개요
Cloud Hadoop Notebook 인스턴스 상세 정보를 조회합니다.
## 요청
### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ----- | ----- | ----- | ----- |--------------------------------------------------------------------------------------------------------------------------------------------------|
| regionCode | No | String | | - 리전 코드
[getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해 획득 가능
Default: getRegionList 조회 결과의 첫 번째 리전 선택 |
| cloudHadoopNotebookInstanceNo | Yes | String | | - 상세 정보를 조회할 Cloud Hadoop Notebook 인스턴스 번호
[getCloudHadoopNotebookInstanceList](/docs/cli-vhadoop-getcloudhadoopnotebookinstancelist) 액션을 통해 획득 가능 |
| output | No | String | | - 응답 결과의 포맷 타입
Options: xml \| json
Default: xml |
## 응답
### 응답 데이터 타입
- CloudHadoopNotebookInstanceList 타입
| CloudHadoopNotebookInstanceList extends CommonResponse |
|------------------------------------------------------------------------------------------------------|
| private Integer totalRows; |
| private List<CloudHadoopNotebookInstance> 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<CloudHadoopNotebookServerInstance> cloudHadoopNotebookServerInstanceList; |
| CloudHadoopNotebookComponent |
|------------------------------|
| private String code; |
| private String codeName; |
| CloudHadoopNotebookVersion |
|----------------------------|
| private String code; |
| private String codeName; |
| AccessControlGroupNoList |
| ---------- |
|private List<String> 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; |
## 예시
### 호출
```http
ncloud vhadoop getCloudHadoopNotebookInstanceDetail --regionCode FKR --cloudHadoopNotebookInstanceNo ****890
```
### 응답
```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
0dfe66f6-62d4-****-8f02-****a37b871c
0
success
1
****
****
SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
running
CREAT
CLOUD DATABASE(VPC) Created State
NULL
CLOUD DATABASE(VPC) Null OP
NOTEBOOK1.0
Notebook 1.0
NOTEBOOK_COMPONENT_CODE1
Jupyter notebook 6.4.10 , JupyterLab : 3.2.9
2023-02-07T18:09:27+0900
newkey
aabbcc
pri-2kcvq.hadoop.beta.ntruss.com
**448
****
sshuser
true
****
n-001-****-15d6-hd
running
RUN
CLOUD DATABASE(VPC) Server Running State
NOOP
CLOUD DATABASE(VPC) Server Null OP
N
Notebook Node
SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002
FKR
FKR-2
**77
**47
4
17179869184
107374182400
false
SSD
SSD
2023-02-07T18:13:44+0900
2023-02-07T18:09:27+0900
```