getCloudHadoopNotebookComponentList
- 印刷する
- PDF
getCloudHadoopNotebookComponentList
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
VPC環境で利用できます。
Cloud Hadoop Notebook Componentを照会します。
リクエスト
リクエストパラメータ
パラメータ名 | 要否 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
regionCode | No | String | リージョンコード - getRegionListアクションを通じて取得可能 - Default: getRegionList照会結果の最初のリージョンを選択 | |
cloudHadoopImageProductCode | Yes | String | Cloud Hadoop Notebookイメージのサービスコード - getCloudHadoopNotebookImageProductListアクションを通じて取得可能 | |
responseFormatType | No | String | レスポンス結果のフォーマットタイプ - Options: xml | json - Default: xml |
リクエストヘッダ
リクエストボディ
{
"regionCode": "string",
"cloudHadoopNotebookImageProductCode": "string",
"responseFormatType": "string"
}
レスポンス
レスポンスボディ
エラーコード
例
リクエスト例
GET {API_URL}/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_1.0</code>
<codeName>Jupyter notebook 6.4.10 , JupyterLab : 3.2.9</codeName>
</cloudHadoopNotebookComponent>
</cloudHadoopNotebookComponentList>
</getCloudHadoopNotebookComponentListResponse>
この記事は役に立ちましたか?