getCloudHadoopAddOnList
    • PDF

    getCloudHadoopAddOnList

    • PDF

    Article Summary

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

    개요

    Cloud Hadoop의 Add-On 리스트 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    regionCodeNoString- 리전 코드
    리전(Region)을 결정 가능
    regionCode는 getRegionList 액션을 통해서 획득 가능
    Default : getRegionList 조회 결과의 첫 번째 리전 선택
    cloudHadoopImageProductCodeYesString- Cloud Hadoop 이미지 상품 코드
    cloudHadoopImageProductCode는 getCloudHadoopImageProductList 액션의 productCode로 획득 가능
    cloudHadoopClusterTypeCodeYesString- Cloud Hadoop 클러스터 유형 코드
    cloudHadoopClusterTypeCode는 getCloudHadoopClusterTypeList 액션을 통해서 획득 가능
    outputNoString- 응답 결과의 포맷 타입
    Options : xml | json
    Default : json

    응답

    응답 데이터 타입

    • CloudHadoopAddOnList 타입
    CloudHadoopAddOnList extends CommonResponse
    private Integer totalRows;
    private List<CloudHadoopAddOn> cloudHadoopAddOnList = new ArrayList<>();
    CloudHadoopAddOn
    private String code;
    private String codeName;

    예시

    호출

    ncloud vhadoop getCloudHadoopAddOnList --regionCode KR --cloudHadoopImageProductCode SW.VCHDP.LNX64.CNTOS.0708.HDP.15.B050 --cloudHadoopClusterTypeCode CORE_HADOOP_WITH_SPARK
    

    응답

    <getCloudHadoopAddOnListResponse>
        <requestId>success</requestId>
        <returnCode>0</returnCode>
        <cloudHadoopAddOnList>
            <cloudHadoopAddOn>
                <code>PRESTO</code>
                <codeName>Presto (0.240)</codeName>
            </cloudHadoopAddOn>
            <cloudHadoopAddOn>
                <code>HBASE</code>
                <codeName>HBASE (2.0.2)</codeName>
            </cloudHadoopAddOn>
        </cloudHadoopAddOnList>
    </getCloudHadoopAddOnListResponse>
    

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

    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.