Documentation Index

Fetch the complete documentation index at: https://cli-gov.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

getCloudHadoopNotebookInstanceDetail

Prev Next

VPC 환경에서 이용 가능합니다.

Cloud Hadoop 노트북의 상세 정보를 조회합니다.

구문

getCloudHadoopNotebookInstanceDetail 구문은 다음과 같습니다.

./ncloud vhadoop getCloudHadoopNotebookInstanceDetail \
    --cloudHadoopNotebookInstanceNo <cloud-hadoop-notebook-instance-no> \
    [--regionCode <KR|KRS>] \
    [--output <json|xml>]

옵션

getCloudHadoopNotebookInstanceDetail 실행 시 지정할 수 있는 옵션을 설명합니다.

필수 옵션

getCloudHadoopNotebookInstanceDetail의 필수 옵션입니다.

옵션 타입 필수 여부 설명
--cloudHadoopNotebookInstanceNo String Required 노트북 인스턴스 번호

공통 옵션

vhadoop 명령에서 공통으로 사용하는 옵션에 대한 정보는 Cloud Hadoop (VPC) 옵션을 참조해 주십시오.

예시

Cloud Hadoop 노트북 상세 조회 요청이 성공하면 노트북의 구성 정보와 노드의 상세 정보가 반환됩니다.

명령

명령 예시는 다음과 같습니다.

./ncloud vhadoop getCloudHadoopNotebookInstanceDetail \
    --cloudHadoopNotebookInstanceNo 34567891 \
    --regionCode KR \
    --output json

출력

출력 예시는 다음과 같습니다.

{
  "getCloudHadoopNotebookInstanceDetailResponse": {
    "totalRows": 1,
    "cloudHadoopNotebookInstanceList": [
      {
        "cloudHadoopNotebookInstanceNo": "34567891",
        "cloudHadoopNotebookName": "notebook-01",
        "cloudHadoopNotebookImageProductCode": "SW.VCHDP.OS.LNX64.ROCKY.0810.HDNTB.B050",
        "cloudHadoopNotebookInstanceStatusName": "running",
        "cloudHadoopNotebookInstanceStatus": {
          "code": "CREAT",
          "codeName": "CLOUD DATABASE(VPC) Created 상태"
        },
        "cloudHadoopNotebookInstanceOperation": {
          "code": "NULL",
          "codeName": "CLOUD DATABASE(VPC) Null OP"
        },
        "cloudHadoopNotebookVersion": {
          "code": "NOTEBOOK1.1",
          "codeName": "Notebook 1.1"
        },
        "cloudHadoopNotebookComponent": {
          "code": "NOTEBOOK_1.1",
          "codeName": "Jupyter notebook 6.4.10 , JupyterLab : 3.2.9"
        },
        "createDate": "2026-07-16T11:14:22+0900",
        "loginKey": "test-login-key-01",
        "objectStorageBucket": "my-test-bucket",
        "domain": "pub-1a2b3c.vpc-hadoop.gov-ntruss.com",
        "accessControlGroupNoList": [
          "67890123"
        ],
        "cloudHadoopClusterName": "cluster-01",
        "clusterDirectAccessAccount": "sshuser",
        "cloudHadoopNotebookServerInstanceList": [
          {
            "cloudHadoopNotebookServerInstanceNo": 45678910,
            "cloudHadoopNotebookServerName": "n-001-notebook-01-4t0g-hd",
            "cloudHadoopNotebookServerRole": {
              "code": "N",
              "codeName": "Notebook Node"
            },
            "cloudHadoopNotebookServerInstanceStatusName": "running",
            "cloudHadoopNotebookServerInstanceStatus": {
              "code": "RUN",
              "codeName": "CLOUD DATABASE(VPC) 서버 Running 상태"
            },
            "cloudHadoopNotebookServerInstanceOperation": {
              "code": "NOOP",
              "codeName": "CLOUD DATABASE(VPC) 서버 Null OP"
            },
            "cloudHadoopNotebookProductCode": "SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002",
            "regionCode": "KR",
            "zoneCode": "KR-1",
            "vpcNo": "12345678",
            "subnetNo": "23456789",
            "cpuCount": 4,
            "memorySize": 17179869184,
            "dataStorageSize": 107374182400,
            "isPublicSubnet": true,
            "dataStorageType": {
              "code": "SSD",
              "codeName": "SSD"
            },
            "uptime": "2026-07-16T11:19:45+0900",
            "createDate": "2026-07-16T11:14:22+0900"
          }
        ]
      }
    ],
    "requestId": "c3fb4b39-be00-4321-aca8-9041b7e3e0a8",
    "returnCode": "0",
    "returnMessage": "success"
  }
}