getCloudHadoopImageProductList
- Print
- PDF
getCloudHadoopImageProductList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Get cluster images available for use in Cloud Hadoop.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
GET | POST | /vhadoop/v2/getCloudHadoopImageProductList |
Note
This guide is based on the GET method. POST method call tests can be performed through Swagger in the API Gateway service of the NAVER Cloud Platform console.
Request headers
For information about the headers common to all Cloud Hadoop APIs, see Cloud Hadoop request headers.
Request query parameters
You can use the following query parameters with your request:
Field | Type | Required | Description |
---|---|---|---|
regionCode | String | Optional | Region code
|
productCode | String | Optional | Filter by cluster image code. |
exclusionProductCode | String | Optional | Filtering by excluding cluster image codes. |
responseFormatType | String | Optional | Format of the response data
|
Request example
The request example is as follows:
curl --location --request GET 'https://ncloud.apigw.ntruss.com/vhadoop/v2/getCloudHadoopImageProductList?regionCode=KR&productCode=SW.VCHDP.LNX64.CNTOS.0708.HDP.13.B050&responseFormatType=json' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
Response
This section describes the response format.
Response body
The response body includes the following data:
Field | Type | Required | Description |
---|---|---|---|
getCloudHadoopImageProductListResponse | Object | - | Response result
|
getCloudHadoopImageProductListResponse.requestId | String | - | ID for the request
|
getCloudHadoopImageProductListResponse.returnCode | String | - | Response code |
getCloudHadoopImageProductListResponse.returnMessage | String | - | Response message |
Response status codes
For information about the HTTP status codes common common to all Cloud Hadoop APIs, see Cloud Hadoop response status codes.
Response example
The response example is as follows:
{
"getCloudHadoopImageProductListResponse": {
"totalRows": 1,
"productList": [
{
"productCode": "SW.VCHDP.LNX64.CNTOS.0708.HDP.13.B050",
"productName": "Cloud Hadoop 1.3",
"productType": {
"code": "LINUX",
"codeName": "Linux"
},
"productDescription": "CentOS 7.8 with Cloud Hadoop 1.3",
"infraResourceType": {
"code": "SW",
"codeName": "Software"
},
"baseBlockStorageSize": 53687091200,
"platformType": {
"code": "LNX64",
"codeName": "Linux 64 Bit"
},
"osInformation": "CentOS 7.8 with Cloud Hadoop 1.3 (64-bit)",
"generationCode": "G2"
}
],
"requestId": "56e3b947-****-****-****-93f758d15758",
"returnCode": "0",
"returnMessage": "success"
}
}
Was this article helpful?