MENU
      getCloudHadoopNotebookImageProductList

        getCloudHadoopNotebookImageProductList


        Article summary

        Available in VPC

        Searches Cloud Hadoop Notebook product code list.

        Requests

        Request Parameters

        Parameter NameRequirement StatusTypeRestrictionsDescription
        regionCodeNoStringRegion code
        - Can be obtained through getRegionList action
        - Default: select the first Region of the getRegionList query results
        productCodeNoStringCloud Hadoop Notebook image product code to search
        - Can be obtained with the productCode of the getCloudHadoopNotebookImageProductList action
        exclusionProductCodeNoStringCloud Hadoop Notebook image product code to exclude
        - Can be obtained with the productCode of the getCloudHadoopNotebookImageProductList action
        responseFormatTypeNoStringFormat type of the response result
        - Options: xml | json
        - Default: xml

        Request headers

        See Cloud Hadoop(VPC) overview.

        Request bodies

        {
          "regionCode": "string",
          "productCode": "string",
          "exclusionProductCode": "string",
          "responseFormatType": "string"
        }
        JSON

        Responses

        Response bodies

        Errors

        See Cloud Hadoop(VPC) overview.

        Examples

        Request Examples

        GET {API_URL}/getCloudHadoopNotebookImageProductList
        ?regionCode=KR
        &productCode=SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050
        HTTP

        Response examples

        {
          "getCloudHadoopNotebookImageProductListResponse": {
            "totalRows": 1,
            "productList": [
              {
                "productCode": "SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050",
                "productName": "Notebook 1.0",
                "productType": {
                  "code": "LINUX",
                  "codeName": "Linux"
                },
                "productDescription": "CentOS 7.8 with Notebook 1.0",
                "infraResourceType": {
                  "code": "SW",
                  "codeName": "Software"
                },
                "baseBlockStorageSize": 53687091200,
                "platformType": {
                  "code": "LNX64",
                  "codeName": "Linux 64 Bit"
                },
                "osInformation": "CentOS 7.8 with Notebook 1.0 (64-bit)"
              }
            ],
            "requestId": "6993ef7c-9250-4aa2-b8c9-edf5ba8c8fab",
            "returnCode": "0",
            "returnMessage": "success"
          }
        }
        JSON
        <getCloudHadoopNotebookImageProductListResponse>
            <requestId>a5cc6720-feeb-4b35-943c-14aacb6f3691</requestId>
            <returnCode>0</returnCode>
            <returnMessage>success</returnMessage>
            <totalRows>1</totalRows>
            <productList>
                <product>
                    <productCode>SW.VCHDP.LNX64.CNTOS.0708.HDNTB.10.B050</productCode>
                    <productName>Notebook 1.0</productName>
                    <productType>
                        <code>LINUX</code>
                        <codeName>Linux</codeName>
                    </productType>
                    <productDescription>CentOS 7.8 with Notebook 1.0</productDescription>
                    <infraResourceType>
                        <code>SW</code>
                        <codeName>Software</codeName>
                    </infraResourceType>
                    <baseBlockStorageSize>53687091200</baseBlockStorageSize>
                    <platformType>
                        <code>LNX64</code>
                        <codeName>Linux 64 Bit</codeName>
                    </platformType>
                    <osInformation>CentOS 7.8 with Notebook 1.0 (64-bit)</osInformation>
                </product>
            </productList>
        </getCloudHadoopNotebookImageProductListResponse>
        XML

        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.