MENU
      deleteCloudHadoopNotebookInstance

        deleteCloudHadoopNotebookInstance


        記事の要約

        VPC環境で利用できます。

        概要

        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 KR --cloudHadoopNotebookInstanceNo ****890
        HTTP

        レスポンス

        {
          "deleteCloudHadoopNotebookInstanceResponse": {
            "totalRows": 1,
            "cloudHadoopNotebookInstanceList": [
              {
                "cloudHadoopNotebookInstanceNo": "2760344",
                "cloudHadoopNotebookName": "fdsdsad",
                "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": "aabbcc",
                "domain": "pri-2k7ko.hadoop.beta.ntruss.com",
                "accessControlGroupNoList": [
                  "25275"
                ],
                "cloudHadoopClusterName": "fsdfds",
                "clusterDirectAccessAccount": "sshuser",
                "isNotebookStorageUse": false,
                "cloudHadoopNotebookServerInstanceList": [
                  {
                    "cloudHadoopNotebookServerInstanceNo": 2760345,
                    "cloudHadoopNotebookServerName": "n-001-fdsdsad-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": "KR",
                    "zoneCode": "KR-2",
                    "vpcNo": "3977",
                    "subnetNo": "5747",
                    "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-47e5-8b84-f5bd6d6afc84",
            "returnCode": "0",
            "returnMessage": "success"
          }
        }
        JSON
        <deleteCloudHadoopNotebookInstanceResponse>
          <requestId>44b60858-b268-49fc-ab88-c8c64e437a6f</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>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>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>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>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>
        </deleteCloudHadoopNotebookInstanceResponse>
        XML

        この記事は役に立ちましたか?

        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.