getCloudRedisConfigGroupVersionList
- Print
- PDF
getCloudRedisConfigGroupVersionList
- 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 version list of Cloud DB for Redis config groups.
Request
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | Region code You can obtain regionCode through the getRegionList action. Default: Selects the first region of the getRegionList search results. | |
output | No | String | Format type for the response result Options: xml | json Default: json |
Response
Response Data Type
- CloudRedisConfigGroupVersionList type
CloudRedisConfigGroupVersionList extends CommonResponse |
---|
private Integer totalRows; |
private List<CloudRedisConfigGroupVersion> cloudRedisConfigGroupVersionList = new ArrayList<>(); |
CloudRedisConfigGroupVersion |
---|
private String redisVersion; |
Example
Examples of requests
Examples of responses
Was this article helpful?