getCloudHadoopBucketList
    • PDF

    getCloudHadoopBucketList

    • PDF

    Article summary

    It can be used in a VPC environment.

    Summary

    Search the list of Object Storage buckets available to use with Cloud Hadoop.

    Request

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoString- Region code
    - You can decide the region.
    - You can obtain the regionCode through the getRegionList action.
    - Default: Select the first region of the getRegionList search results
    outputNoString- Format type for the response results
    - Options : xml | json
    - Default : json

    Response

    Responase data type

    • CloudHadoopBucketList type
    CloudHadoopBucketList extends CommonResponse
    private Integer totalRows;
    private List<CloudHadoopBucket> cloudHadoopBucketList = new ArrayList<>();
    CloudHadoopBucket
    private String bucket;

    Examples

    Request example

    ncloud vhadoop getCloudHadoopBucketList --regionCode KR
    

    Response example

    <getCloudHadoopBucketListResponse>
        <requestId>b27bebc4-5816-4f79-b4b3-f529a0ba4659</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudHadoopBucketList>
            <cloudHadoopBucket>
                <bucket>****ket</bucket>
            </cloudHadoopBucket>
        </cloudHadoopBucketList>
    </getCloudHadoopBucketListResponse>
    

    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.