getCloudHadoopNotebookComponentList
    • PDF

    getCloudHadoopNotebookComponentList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    Cloud Hadoop Notebook Componentを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    regionCodeNoStringリージョンコード
    - getRegionListアクションを通じて取得可能
    - Default: getRegionList照会結果の最初のリージョンを選択
    cloudHadoopImageProductCodeYesStringCloud Hadoop Notebookの画像商品コード
    - getCloudHadoopNotebookImageProductListアクションを通じて取得可能
    outputNoStringレスポンス結果のフォーマットタイプ
    - Options: xml | json
    - Default: xml

    レスポンス

    レスポンスデータのタイプ

    • CloudHadoopNotebookComponentListタイプ
    CloudHadoopNotebookComponentList extends CommonResponse
    private Integer totalRows;
    private List<CloudHadoopNotebookComponent> cloudHadoopNotebookComponentList = new ArrayList<>();
    CloudHadoopNotebookComponent
    private String code;
    private String codeName;

    呼び出し

    ncloud vhadoop getCloudHadoopNotebookComponentList --regionCode KR --cloudHadoopNotebookImageProductCode SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
    

    レスポンス

    {
      "getCloudHadoopNotebookComponentListResponse": {
        "totalRows": 1,
        "cloudHadoopNotebookComponentList": [
          {
            "code": "NOTEBOOK_1.0",
            "codeName": "Jupyter notebook 6.4.10 , JupyterLab : 3.2.9"
          }
        ],
        "requestId": "fa38dcb6-7eab-4c11-b878-accddd2d10f8",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <getCloudHadoopNotebookComponentListResponse>
        <requestId>18c735fd-c1e1-4257-9ed1-b5b603256122</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudHadoopNotebookComponentList>
            <cloudHadoopNotebookComponent>
                <code>NOTEBOOK_COMPONENT_CODE1</code>
                <codeName>Jupyter notebook 6.4.10 , JupyterLab : 3.2.9</codeName>
            </cloudHadoopNotebookComponent>
        </cloudHadoopNotebookComponentList>
    </getCloudHadoopNotebookComponentListResponse>
    

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

    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.