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 Notebook 인스턴스 상세 정보를 조회합니다.

요청

요청 파라미터

파라미터명 필수 여부 타입 제약 사항 설명
regionCode No String 리전 코드
- getRegionList 액션을 통해 획득 가능
- Default: getRegionList 조회 결과의 첫 번째 리전 선택
cloudHadoopNotebookInstanceNo Yes String - 상세 정보를 조회할 Cloud Hadoop Notebook 인스턴스 번호
- 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;

예시

호출

ncloud vhadoop getCloudHadoopNotebookInstanceDetail --regionCode KR --cloudHadoopNotebookInstanceNo ****890

응답

{
  "getCloudHadoopNotebookInstanceDetailResponse": {
    "totalRows": 1,
    "cloudHadoopNotebookInstanceList": [
      {
        "cloudHadoopNotebookInstanceNo": "2765818",
        "cloudHadoopNotebookName": "test123",
        "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": "aabbcc",
        "domain": "pri-2kcvq.hadoop.beta.ntruss.com",
        "accessControlGroupNoList": [
          "25448"
        ],
        "cloudHadoopClusterName": "fsdfds",
        "clusterDirectAccessAccount": "sshuser",
        "useNotebookBlockStorage": true,
        "cloudHadoopNotebookServerInstanceList": [
          {
            "cloudHadoopNotebookServerInstanceNo": 2765819,
            "cloudHadoopNotebookServerName": "n-001-test123-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": "KR",
            "zoneCode": "KR-2",
            "vpcNo": "3977",
            "subnetNo": "5747",
            "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-4a5c-9b71-b037a638ab78",
    "returnCode": "0",
    "returnMessage": "success"
  }
}
<getCloudHadoopNotebookInstanceDetailResponse>
    <requestId>0dfe66f6-62d4-4720-8f02-f460a37b871c</requestId>
    <returnCode>0</returnCode>
    <returnMessage>success</returnMessage>
    <totalRows>1</totalRows>
    <cloudHadoopNotebookInstanceList>
        <cloudHadoopNotebookInstance>
            <cloudHadoopNotebookInstanceNo>2765818</cloudHadoopNotebookInstanceNo>
            <cloudHadoopNotebookName>test123</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>25448</accessControlGroupNo>
            </accessControlGroupNoList>
            <cloudHadoopClusterName>fsdfds</cloudHadoopClusterName>
            <clusterDirectAccessAccount>sshuser</clusterDirectAccessAccount>
            <useNotebookBlockStorage>true</useNotebookBlockStorage>
            <cloudHadoopNotebookServerInstanceList>
                <cloudHadoopNotebookServerInstance>
                    <cloudHadoopNotebookServerInstanceNo>2765819</cloudHadoopNotebookServerInstanceNo>
                    <cloudHadoopNotebookServerName>n-001-test123-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>KR</regionCode>
                    <zoneCode>KR-2</zoneCode>
                    <vpcNo>3977</vpcNo>
                    <subnetNo>5747</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>