getCloudHadoopProductList
    • PDF

    getCloudHadoopProductList

    • PDF

    Article Summary

    It can be used in a VPC environment.

    Summary

    Search a list of Cloud Hadoop server specification codes available for use.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    - You can decide the region where the list of Cloud Hadoop product codes will be searched.
    - You can obtain the regionCode through the getRegionList action.
    - Default: Select the first region of the getRegionList search results.
    zoneCodeNoString- Zone code
    - You can decide the zone where the list of Cloud Hadoop product codes will be searched.
    - You can obtain the zoneCode through the getZoneList action.
    cloudHadoopImageProductCodeYesString- Cloud Hadoop image product code
    - Search the list of server specification products that can be created in Cloud Hadoop image products.
    - You can obtain the cloudHadoopImageProductCode through the getCloudHadoopImageProductList action.
    productCodeNoString- Cloud Hadoop product code to be searched
    - You can obtain the productCode through the getCloudHadoopProductList action.
    infraResourceDetailTypeCodeNoString- Detailed product code of other server infrastructures for Cloud for Hadoop
    - Options : MSTDT | EDGND
    exclusionProductCodeNoString- Cloud Hadoop product code to be excluded
    - You can obtain the exclusionProductCode through the getCloudHadoopProductList action.
    outputNoString- Format type for the response results
    - Options: xml | json
    - Default: json

    Response

    Response 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 getCloudHadoopProductList --regionCode KR --cloudHadoopImageProductCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050 --productCode SVR.VCHDP.EDGND.STAND.C004.M016.NET.HDD.B050.G001  --infraResourceDetailTypeCode EDGND 
    

    Response example

    <getCloudHadoopProductListResponse>
        <requestId>663fea31-ccde-4099-92f7-309b0198c98c</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SVR.VCHDP.EDGND.STAND.C004.M016.NET.HDD.B050.G001</productCode>
                <productName>vCPU 4EA, Memory 16GB, Disk 50GB</productName>
                <productType>
                    <code>STAND</code>
                    <codeName>Standard</codeName>
                </productType>
                <productDescription>vCPU 4EA, Memory 16GB, Disk 50GB</productDescription>
                <infraResourceType>
                    <code>VCHDP</code>
                    <codeName>Cloud Hadoop (VPC)</codeName>
                </infraResourceType>
                <infraResourceDetailType>
                    <code>EDGND</code>
                    <codeName>EdgeNode</codeName>
                </infraResourceDetailType>
                <cpuCount>4</cpuCount>
                <memorySize>17179869184</memorySize>
                <diskType>
                    <code>NET</code>
                    <codeName>Network Storage</codeName>
                </diskType>
            </product>
        </productList>
    </getCloudHadoopProductListResponse>
    

    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.