MENU
      getCloudRedisBucketList
        • PDF

        getCloudRedisBucketList

        • PDF

        Article summary

        It can be used in a VPC environment.

        Overview

        Searches the list of Object Storage buckets available to use in Cloud DB for Redis.

        Request

        Request parameters

        Parameter nameRequirement statusTypeRestrictionsDescription
        regionCodeNoStringRegion code
        You can decide the region where the list of Cloud DB for Redis backups will be searched.
        You can obtain regionCode through the getRegionList action.
        Default: Selects the first region of the getRegionList search results.
        cloudRedisInstanceNoYesStringCloud DB for Redis instance number
        You can obtain cloudRedisInstanceNo through the getCloudRedisInstanceList action.
        outputNoStringFormat type for the response result
        Options: xml | json
        Default: json

        Response

        Response Data Type

        • CloudRedisBucketList type
        CloudRedisBucketList extends CommonResponse
        private Integer totalRows;
        private List<CloudRedisBucket> cloudRedisBucketList = new ArrayList<>();
        CloudRedisBucket
        private String bucketName;

        Example

        Examples of requests

        ncloud vredis getCloudRedisBucketList --regionCode KR --cloudRedisInstanceNo 821***
        Plain text

        Examples of responses

        {
          "getCloudRedisBucketListResponse": {
            "requestId": "40cb968e-72ef-42d3-adc3-e392e8f7cc99",
            "returnCode": "0",
            "returnMessage": "success",
            "totalRows": 2,
            "cloudRedisBucketList": [
              {
                "bucketName": "aab***"
              },
              {
                "bucketName": "asdsd****"
              }
            ]
          }
        }
        JSON
        <getCloudRedisBucketListResponse>
            <requestId>9f2c90d3-9f6d-4891-af62-780c36949402</requestId>
            <returnCode>0</returnCode>
            <returnMessage>success</returnMessage>
            <totalRows>2</totalRows>
            <cloudRedisBucketList>
                <cloudRedisBucket>
                    <bucketName>aab***</bucketName>
                </cloudRedisBucket>
                <cloudRedisBucket>
                    <bucketName>asdsd****</bucketName>
                </cloudRedisBucket>
            </cloudRedisBucketList>
        </getCloudRedisBucketListResponse>
        XML

        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.