getCloudHadoopNotebookBucketList
    • PDF

    getCloudHadoopNotebookBucketList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Searches for Object Storage bucket list that can be used in Cloud Hadoop Notebook.

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    regionCodeNoStringRegion code
    - Can be obtained through the getRegionList action
    - Default: select the first Region of the getRegionList search results
    outputNoStringFormat type of response result
    - Options: xml | json
    - Default: xml

    Responses

    Response data type

    • CloudHadoopNotebookBucketList type
    CloudHadoopNotebookBucketList extends CommonResponse
    private Integer totalRows;
    private List<CloudHadoopNotebookBucket> cloudHadoopNotebookBucketList = new ArrayList<>();
    CloudHadoopNotebookBucket
    private String bucketName;

    Examples

    Call

    ncloud vhadoop getCloudHadoopNotebookBucketList --regionCode KR
    

    Responses

    {
      "getCloudHadoopNotebookBucketListResponse": {
        "totalRows": 1,
        "cloudHadoopNotebookBucketList": [
          {
            "bucketName": "testhadoop"
          }
        ],
        "requestId": "e451de52-8f25-416d-b6a5-2581a648018b",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <getCloudHadoopNotebookBucketListResponse>
        <requestId>2bdc155c-073f-4758-8097-2b471c20dbe4</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudHadoopNotebookBucketList>
            <cloudHadoopNotebookBucket>
                <bucketName>testhadoop</bucketName>
            </cloudHadoopNotebookBucket>
        </cloudHadoopNotebookBucketList>
    </getCloudHadoopNotebookBucketListResponse>
    

    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.