createCloudHadoopNotebookInstance
- Print
- PDF
createCloudHadoopNotebookInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Overview
Create a Cloud Hadoop Notebook instance.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region code Default: Select the first Region of the getRegionList query result | |
cloudHadoopNotebookName | Yes | String | Only English letters, numbers, hyphens (-), and Korean letters can be used | Cloud Hadoop Notebook name |
cloudHadoopNotebookImageProductCode | No | String | Cloud Hadoop Notebook image product code | |
cloudHadoopNotebookComponent | Yes | String | Cloud Hadoop Notebook Component | |
loginKeyName | Yes | String | Authentication key name; it can be obtained through the getCloudHadoopLoginKeyList action | |
notebookNodeProductCode | No | String | Cloud Hadoop Notebook server product code **It can be obtained when calling the getCloudHadoopNotebookProductList action by setting its infraResourceDetailTypeCode to "NTBND" | |
notebookNodeSubnetNo | Yes | String | Subnet number of the Notebook node | |
bucketName | Yes | String | Bucket name | |
notebookNodeDataStorageTypeCode | Yes | String | SSD | HDD | Notebook node's data storage type code Default: SSD |
notebookNodeDataStorageSize | Yes | Integer | Min: 100 | Notebook node's data storage size |
useNotebookBlockStorage | No | Boolean | Whether to use Cloud Hadoop Notebook data storage | |
cloudHadoopInstanceNo | Yes | String | Number of Cloud Hadoop cluster to integrated with Notebook | |
engineVersionCode | Conditional | String | Engine version code
| |
output | No | String | Response result's format type |
Response
Response data type
- CloudHadoopNotebookInstanceList type
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; |
Examples
Call
ncloud vhadoop createCloudHadoopNotebookInstance --regionCode KR --cloudHadoopNotebookName test*** --cloudHadoopNotebookImageProductCode SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050 --cloudHadoopNotebookComponent NOTEBOOK_COMPONENT_CODE1 --loginKeyName key**** --notebookNodeProductCode SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002 --notebookNodeSubnetNo 12** --bucketName buc*** --notebookNodeDataStorageTypeCode SSD --notebookNodeDataStorageSize 100 --useNotebookBlockStorage true --cloudHadoopInstanceNo 12**
Response
{
"createCloudHadoopNotebookInstanceResponse": {
"totalRows": 1,
"cloudHadoopNotebookInstanceList": [
{
"cloudHadoopNotebookInstanceNo": "2766154",
"cloudHadoopNotebookName": "test12",
"cloudHadoopNotebookImageProductCode": "SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050",
"cloudHadoopNotebookInstanceStatusName": "creating",
"cloudHadoopNotebookInstanceStatus": {
"code": "INIT",
"codeName": "CLOUD DATABASE(VPC) Init State"
},
"cloudHadoopNotebookInstanceOperation": {
"code": "CREAT",
"codeName": "CLOUD DATABASE(VPC) Creat 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-07T20:40:50+0900",
"loginKey": "newkey",
"objectStorageBucket": "aabbcc",
"accessControlGroupNoList": [],
"cloudHadoopClusterName": "fsdfds",
"clusterDirectAccessAccount": "sshuser",
"useNotebookBlockStorage": true,
"cloudHadoopNotebookServerInstanceList": [
{
"cloudHadoopNotebookServerName": "n-001-test12-15dk-hd",
"cloudHadoopNotebookServerInstanceStatusName": "creating",
"cloudHadoopNotebookServerInstanceStatus": {
"code": "PEND",
"codeName": "CLOUD DATABASE(VPC) Server Pending State"
},
"cloudHadoopNotebookServerInstanceOperation": {
"code": "CREAT",
"codeName": "CLOUD DATABASE(VPC) Server Create 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,
"dataStorageType": {
"code": "SSD",
"codeName": "SSD"
},
"createDate": "2023-02-07T20:40:50+0900"
}
]
}
],
"requestId": "9a425589-09e1-4202-94df-f2102dcca882",
"returnCode": "0",
"returnMessage": "success"
}
}
<createCloudHadoopNotebookInstanceResponse>
<requestId>ff98794d-34b7-42ac-8154-14b7afa479cb</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<cloudHadoopNotebookInstanceList>
<cloudHadoopNotebookInstance>
<cloudHadoopNotebookInstanceNo>2766068</cloudHadoopNotebookInstanceNo>
<cloudHadoopNotebookName>test123</cloudHadoopNotebookName>
<cloudHadoopNotebookImageProductCode>SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050</cloudHadoopNotebookImageProductCode>
<cloudHadoopNotebookInstanceStatusName>creating</cloudHadoopNotebookInstanceStatusName>
<cloudHadoopNotebookInstanceStatus>
<code>INIT</code>
<codeName>CLOUD DATABASE(VPC) Init State</codeName>
</cloudHadoopNotebookInstanceStatus>
<cloudHadoopNotebookInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Creat 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-07T20:16:55+0900</createDate>
<loginKey>newkey</loginKey>
<objectStorageBucket>aabbcc</objectStorageBucket>
<accessControlGroupNoList/>
<cloudHadoopClusterName>fsdfds</cloudHadoopClusterName>
<clusterDirectAccessAccount>sshuser</clusterDirectAccessAccount>
<useNotebookBlockStorage>true</useNotebookBlockStorage>
<cloudHadoopNotebookServerInstanceList>
<cloudHadoopNotebookServerInstance>
<cloudHadoopNotebookServerName>n-001-test123-15d8-hd</cloudHadoopNotebookServerName>
<cloudHadoopNotebookServerInstanceStatusName>creating</cloudHadoopNotebookServerInstanceStatusName>
<cloudHadoopNotebookServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudHadoopNotebookServerInstanceStatus>
<cloudHadoopNotebookServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create 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>
<createDate>2023-02-07T20:16:55+0900</createDate>
</cloudHadoopNotebookServerInstance>
</cloudHadoopNotebookServerInstanceList>
</cloudHadoopNotebookInstance>
</cloudHadoopNotebookInstanceList>
</createCloudHadoopNotebookInstanceResponse>
Was this article helpful?