getCloudHadoopNotebookProductList
    • PDF

    getCloudHadoopNotebookProductList

    • PDF

    Article Summary

    Available in VPC

    Searches for an available Cloud Hadoop Notebook server specification code list.

    Requests

    Request Parameters

    Parameter NameRequirement StatusTypeRestrictionsDescription
    regionCodeNoStringRegion code
    - Can be obtained through the getRegionList action
    - Default: select the first Region of the getRegionList query results
    zoneCodeNoStringZone code
    - Can determine the Zone where the Cloud Hadoop Notebook product code list will be searched
    - Can be obtained through the getZoneList action
    cloudHadoopNotebookImageProductCodeYesStringCloud Hadoop Notebook image product code
    - Searches the server specification product list that can be created from Cloud Hadoop image product
    - Can be obtained through the getCloudHadoopNotebookImageProductList action
    productCodeNoStringProduct code of Cloud Hadoop Notebook to be searched
    - Can be obtained through the getCloudHadoopNotebookProductList action
    infraResourceDetailTypeCodeNoStringDetailed product code of other server infrastructures for Cloud Hadoop Notebook
    - Options:NTBND
    exclusionProductCodeNoStringCloud Hadoop Notebook product code to exclude
    - Can be obtained through the getCloudHadoopNotebookProductList action
    responseFormatTypeNoStringFormat type of the response result
    - Options: xml | json
    Default: xml

    Request headers

    See Cloud Hadoop(VPC) overview.

    Request bodies

    {
      "regionCode": "string",
      "zoneCode": "string",
      "cloudHadoopNotebookImageProductCode": "string",
      "productCode": "string",
      "infraResourceDetailTypeCode": "string",
      "exclusionProductCode": "string",
      "responseFormatType": "string"
    }
    

    Responses

    Response bodies

    Errors

    See Cloud Hadoop(VPC) overview.

    Examples

    Request Examples

    GET {API_URL}/getCloudHadoopNotebookProductList
    ?regionCode=KR
    &cloudHadoopNotebookImageProductCode=SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
    &productCode=SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002
    &infraResourceDetailTypeCode=NTBND 
    

    Response examples

    {
      "getCloudHadoopNotebookProductListResponse": {
        "totalRows": 1,
        "productList": [
          {
            "productCode": "SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002",
            "productName": "vCPU 4EA, Memory 16GB, Disk 50GB",
            "productType": {
              "code": "STAND",
              "codeName": "Standard"
            },
            "productDescription": "vCPU 4EA, Memory 16 GB, Disk 50 GB",
            "infraResourceType": {
              "code": "VCHDP",
              "codeName": "Cloud Hadoop (VPC)"
            },
            "cpuCount": 4,
            "memorySize": 17179869184,
            "diskType": {
              "code": "NET",
              "codeName": "Network Storage"
            }
          }
        ],
        "requestId": "a142515a-bc50-4262-bc8a-efc19d9d16d5",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <getCloudHadoopNotebookProductListResponse>
        <requestId>4d7da061-2ecb-4b05-b5d9-611224de058f</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SVR.VCHDP.NTBND.STAND.C004.M016.NET.HDD.B050.G002</productCode>
                <productName>vCPU 4EA, Memory 16GB, Disk 50GB</productName>
                <productType>
                    <code>STAND</code>
                    <codeName>Standard</codeName>
                </productType>
                <productDescription>vCPU 4&#xAC1C;, &#xBA54;&#xBAA8;&#xB9AC; 16GB, &#xB514;&#xC2A4;&#xD06C; 50GB</productDescription>
                <infraResourceType>
                    <code>VCHDP</code>
                    <codeName>Cloud Hadoop (VPC)</codeName>
                </infraResourceType>
                <cpuCount>4</cpuCount>
                <memorySize>17179869184</memorySize>
                <diskType>
                    <code>NET</code>
                    <codeName>Network Storage</codeName>
                </diskType>
            </product>
        </productList>
    </getCloudHadoopNotebookProductListResponse>
    

    Was this article helpful?

    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.