deleteCloudHadoopNotebookInstance
    • PDF

    deleteCloudHadoopNotebookInstance

    • PDF

    Article Summary

    개요

    Cloud Hadoop Notebook 인스턴스를 삭제합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    regionCodeNoString- 리전 코드
    getRegionList 액션을 통해 획득 가능
    Default: getRegionList 조회 결과의 첫 번째 리전 선택
    cloudHadoopNotebookInstanceNoYesString- 삭제할 Cloud Hadoop Notebook 인스턴스 번호
    getCloudHadoopNotebookInstanceList 액션을 통해 획득 가능
    outputNoString- 응답 결과의 포맷 타입
    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 deleteCloudHadoopNotebookInstance --regionCode FKR --cloudHadoopNotebookInstanceNo ****890
    

    응답

    {
      "deleteCloudHadoopNotebookInstanceResponse": {
        "totalRows": 1,
        "cloudHadoopNotebookInstanceList": [
          {
            "cloudHadoopNotebookInstanceNo": "****",
            "cloudHadoopNotebookName": "****",
            "cloudHadoopNotebookImageProductCode": "SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050",
            "cloudHadoopNotebookInstanceStatusName": "deleted",
            "cloudHadoopNotebookInstanceStatus": {
              "code": "DEL",
              "codeName": "CLOUD DATABASE(VPC) Deleted 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-01T22:55:48+0900",
            "loginKey": "newkey",
            "objectStorageBucket": "****",
            "domain": "pri-2k7ko.hadoop.beta.ntruss.com",
            "accessControlGroupNoList": [
              "**275"
            ],
            "cloudHadoopClusterName": "****",
            "clusterDirectAccessAccount": "sshuser",
            "isNotebookStorageUse": false,
            "cloudHadoopNotebookServerInstanceList": [
              {
                "cloudHadoopNotebookServerInstanceNo": ****,
                "cloudHadoopNotebookServerName": "n-001-****-157c-hd",
                "cloudHadoopNotebookServerInstanceStatusName": "deleted",
                "cloudHadoopNotebookServerInstanceStatus": {
                  "code": "DEL",
                  "codeName": "CLOUD DATABASE(VPC) Server Deleted 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,
                "uptime": "2023-02-01T23:00:04+0900",
                "createDate": "2023-02-01T22:55:48+0900"
              }
            ]
          }
        ],
        "requestId": "1433675e-8bc1-****-8b84-****6d6afc84",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <deleteCloudHadoopNotebookInstanceResponse>
      <requestId>44b60858-b268-****-ab88-****4e437a6f</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>deleted</cloudHadoopNotebookInstanceStatusName>
          <cloudHadoopNotebookInstanceStatus>
            <code>DEL</code>
            <codeName>CLOUD DATABASE(VPC) Deleted 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>****</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>2765819</cloudHadoopNotebookServerInstanceNo>
              <cloudHadoopNotebookServerName>n-001-****-15d6-hd</cloudHadoopNotebookServerName>
              <cloudHadoopNotebookServerInstanceStatusName>deleted</cloudHadoopNotebookServerInstanceStatusName>
              <cloudHadoopNotebookServerInstanceStatus>
                <code>DEL</code>
                <codeName>CLOUD DATABASE(VPC) Server Deleted 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>
    </deleteCloudHadoopNotebookInstanceResponse>
    

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

    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.