getCloudHadoopNotebookInstanceList
    • PDF

    getCloudHadoopNotebookInstanceList

    • PDF

    Article Summary

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

    Cloud Hadoop Notebook 인스턴스 리스트를 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    regionCodeNoString리전 코드
    - getRegionList 액션을 통해 획득 가능
    - Default: getRegionList 조회 결과의 첫 번째 리전 선택
    zoneCodeNoStringZONE 코드
    - Cloud Hadoop Notebook 인스턴스 리스트가 조회될 Zone 결정 가능
    - getZoneList 액션을 통해 획득 가능
    vpcNoNoStringVPC 번호
    - Cloud Hadoop Notebook 인스턴스 리스트가 조회될 VPC 결정 가능
    - getCloudHadoopTargetVpcList 액션을 통해 획득 가능
    subnetNoNoStringSubnet 번호
    - Cloud Hadoop Notebook 인스턴스 리스트가 조회될 Subnet 결정 가능
    - getCloudHadoopTargetSubnetList 액션을 통해 획득 가능
    cloudHadoopNotebookNameNoStringCloud Hadoop Notebook 이름
    - Cloud Hadoop Notebook 이름으로 필터링하여 검색 가능
    - getCloudHadoopNotebookInstanceList 액션을 통해 획득 가능
    cloudHadoopNotebookInstanceNoListNoList<String>Cloud Hadoop Notebook 인스턴스 번호 리스트
    - Cloud Hadoop Notebook 인스턴스 번호로 필터링하여 검색 가능
    - getCloudHadoopNotebookInstanceList 액션을 통해 획득 가능
    <예시> cloudHadoopNotebookInstanceNoList.1=1234&cloudHadoopNotebookInstanceNoList.2=2345
    cloudHadoopNotebookServerNameNoStringCloud Hadoop Notebook 서버 이름
    - Cloud Hadoop Notebook 서버 이름으로 필터링하여 검색 가능
    - getCloudHadoopNotebookInstanceList 액션을 통해 획득 가능
    cloudHadoopNotebookServerInstanceNoListNoList<String>Cloud Hadoop Notebook 서버 인스턴스 번호 리스트
    - Cloud Hadoop Notebook 서버 인스턴스 번호로 필터링하여 검색 가능
    - getCloudHadoopNotebookInstanceList 액션을 통해 획득 가능
    <예시> cloudHadoopNotebookServerInstanceNoList.1=1234&cloudHadoopNotebookServerInstanceNoList.2=2345
    pageNoNoIntegerMin: 0페이징된 결과의 페이지 번호
    - 결괏값을 pageNo, pageSize를 이용하여 페이징 처리 가능
    pageSizeConditionalIntegerMin: 1페이징 시 보여줄 각 페이지 사이즈
    - 결괏값을 pageNo, pageSize를 이용하여 페이징 처리 가능
    - pageNo 입력 시 입력 필수
    responseFormatTypeNoString응답 결과의 포맷 타입
    - Options: xml | json
    Default: xml

    요청 헤더

    Cloud Hadoop(VPC) 개요 참조

    요청 바디

    {
      "regionCode": "string",
      "zoneCode": "string",
      "vpcNo": "string",
      "subnetNo": "string",
      "cloudHadoopNotebookName": "string",
      "cloudHadoopNotebookInstanceNoList": [
        "string"
      ],
      "cloudHadoopNotebookServerName": "string",
      "cloudHadoopNotebookServerInstanceNoList": [
        "string"
      ],
      "pageNo": 0,
      "pageSize": 1,
      "responseFormatType": "string"
    }
    

    응답

    응답 바디

    오류코드

    Cloud Hadoop(VPC) 개요 참조

    예시

    요청 예시

    GET {API_URL}/getCloudHadoopNotebookInstanceList
    ?regionCode=KR
    &zoneCode=KR-1
    &vpcNo=***87
    &subnetNo=***32
    &cloudHadoopNotebookName=test-****
    &cloudHadoopNotebookInstanceNoList.1=178****
    &cloudHadoopNotebookServerName=test-****
    &cloudHadoopServerNotebookInstanceNoList.1=1781***
    &pageNo=0
    &pageSize=10
    

    응답 예시

    {
      "getCloudHadoopNotebookInstanceListResponse": {
        "totalRows": 1,
        "cloudHadoopNotebookInstanceList": [
          {
            "cloudHadoopNotebookInstanceNo": "2766154",
            "cloudHadoopNotebookName": "test12",
            "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"
            },
            "cloudHadoopNotebookServerInstanceList": [
              {
                "cloudHadoopNotebookServerInstanceNo": 2766155,
                "cloudHadoopNotebookServerName": "n-001-test12-15dk-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"
                },
                "regionCode": "KR",
                "zoneCode": "KR-2",
                "vpcNo": "3977",
                "subnetNo": "5747",
                "cpuCount": 4,
                "memorySize": 17179869184,
                "dataStorageSize": 107374182400
              }
            ]
          }
        ],
        "requestId": "182ae8cd-1c30-4618-9954-e4517a88aeb8",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <getCloudHadoopNotebookInstanceListResponse>
      <requestId>4e1ac8f5-b411-474b-83fb-7814aa1c1a7e</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <cloudHadoopNotebookInstanceList>
        <cloudHadoopNotebookInstance>
          <cloudHadoopNotebookInstanceNo>2766154</cloudHadoopNotebookInstanceNo>
          <cloudHadoopNotebookName>test12</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_1.0</code>
            <codeName>Jupyter notebook 6.4.10 , JupyterLab : 3.2.9</codeName>
          </cloudHadoopNotebookComponent>
          <cloudHadoopNotebookServerInstanceList>
            <cloudHadoopNotebookServerInstance>
              <cloudHadoopNotebookServerInstanceNo>2766155</cloudHadoopNotebookServerInstanceNo>
              <cloudHadoopNotebookServerName>n-001-test12-15dk-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>
              <regionCode>KR</regionCode>
              <zoneCode>KR-2</zoneCode>
              <vpcNo>3977</vpcNo>
              <subnetNo>5747</subnetNo>
              <cpuCount>4</cpuCount>
              <memorySize>17179869184</memorySize>
              <dataStorageSize>107374182400</dataStorageSize>
            </cloudHadoopNotebookServerInstance>
          </cloudHadoopNotebookServerInstanceList>
        </cloudHadoopNotebookInstance>
      </cloudHadoopNotebookInstanceList>
    </getCloudHadoopNotebookInstanceListResponse>
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.