getCloudRedisBucketList
- Print
- PDF
getCloudRedisBucketList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region 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. | |
cloudRedisInstanceNo | Yes | String | Cloud DB for Redis instance number You can obtain cloudRedisInstanceNo through the getCloudRedisInstanceList action. | |
output | No | String | Format 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
Examples of responses
Was this article helpful?