MENU
      getCloudHadoopNotebookImageProductList

        getCloudHadoopNotebookImageProductList


        기사 요약

        VPC 환경에서 이용 가능합니다.

        Cloud Hadoop Notebook 상품 코드 리스트를 조회합니다.

        요청

        요청 파라미터

        파라미터명필수 여부타입제약 사항설명
        regionCodeNoString리전 코드
        - getRegionList 액션을 통해서 획득 가능
        - Default: getRegionList 조회 결과의 첫 번째 리전 선택
        productCodeNoString조회할 Cloud Hadoop Notebook 이미지 상품 코드
        - getCloudHadoopNotebookImageProductList 액션의 productCode로 획득 가능
        exclusionProductCodeNoString제외할 Cloud Hadoop Notebook 이미지 상품 코드
        - getCloudHadoopNotebookImageProductList 액션의 productCode로 획득 가능
        responseFormatTypeNoString응답 결과의 포맷 타입
        - Options: xml | json
        - Default: xml

        요청 헤더

        Cloud Hadoop(VPC) 개요 참조

        요청 바디

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

        응답

        응답 바디

        오류코드

        Cloud Hadoop(VPC) 개요 참조

        예시

        요청 예시

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

        응답 예시

        {
          "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

        이 문서가 도움이 되었습니까?

        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.