getCloudHadoopImageProductList
    • PDF

    getCloudHadoopImageProductList

    • PDF

    Article Summary

    It can be used in a VPC environment.

    Summary

    Search a list of Cloud Hadoop product codes.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    - You can decide the region where the list of Cloud Hadoop image product codes will be searched.
    - You can obtain the regionCode through the getRegionList action.
    - Default: Select the first region of the getRegionList search results.
    productCodeNoString- Cloud Hadoop image product code to be searched
    - You can obtain the productCode through the productCode of the getCloudHadoopImageProductList action.
    exclusionProductCodeNoString- Cloud Hadoop image product code to be excluded
    - You can obtain the exclusionProductCode through the productCode of the getCloudHadoopImageProductList action.
    outputNoString- Format type for the response results
    - Options: xml | json
    - Default: json

    Response

    Responase data type

    • ProductList type
    ProductList extends CommonResponse
    private Integer totalRows;
    private List<Product> cloudMongoDbInstanceList = new ArrayList<>();
    Product
    private String productCode;
    private String productName;
    private CommonCode productType;
    private String productDescription;
    private CommonCode infraResourceType;
    private CommonCode infraResourceDetailType;
    private Integer cpuCount;
    private Long memorySize;
    private Long osMemorySize;
    private Long baseBlockStorageSize;
    private CommonCode platformType;
    private String osInformation;
    private CommonCode diskType;
    private String dbKindCode;
    private Long addBlockStorageSize;
    private String generationCode;

    Examples

    Request example

    ncloud vhadoop getCloudHadoopImageProductList --regionCode KR --productCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050
    

    Response example

    <getCloudHadoopImageProductListResponse>
        <requestId>185e70ca-2831-43b2-b564-4db49c3f74ce</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>3</totalRows>
        <productList>
            <product>
                <productCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.13.B050</productCode>
                <productName>Cloud Hadoop 1.3</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with Cloud Hadoop 1.3</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 Cloud Hadoop 1.3 (64-bit)</osInformation>
            </product>
            <product>
                <productCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.14.B050</productCode>
                <productName>Cloud Hadoop 1.4</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with Cloud Hadoop 1.4</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 Cloud Hadoop 1.4 (64-bit)</osInformation>
            </product>
            <product>
                <productCode>SW.VCHDP.LNX64.CNTOS.0708.HDP.16.B050</productCode>
                <productName>Cloud Hadoop 1.6</productName>
                <productType>
                    <code>LINUX</code>
                    <codeName>Linux</codeName>
                </productType>
                <productDescription>CentOS 7.8 with Cloud Hadoop 1.6</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 Cloud Hadoop 1.6 (64-bit)</osInformation>
            </product>
        </productList>
    </getCloudHadoopImageProductListResponse>
    

    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.