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.
    responseFormatTypeNoStringFormat type for the response result
    Options: xml | json
    Default: xml

    Response

    Response body

    Example

    Request example

    GET {API_URL}/getCloudRedisBucketList
    ?regionCode=KR
    &cloudRedisInstanceNo=821***
    

    Response example

    {
      "getCloudRedisBucketListResponse": {
        "requestId": "40cb968e-72ef-42d3-adc3-e392e8f7cc99",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": 2,
        "cloudRedisBucketList": [
          {
            "bucketName": "aab***"
          },
          {
            "bucketName": "asdsd****"
          }
        ]
      }
    }
    
    
    <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>
    

    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.