getCloudRedisConfigGroupList
- Print
- PDF
getCloudRedisConfigGroupList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Overview
Search a list of available Cloud DB for Redis config groups.
Request
Request parameters
Parameter Name | Required | Type | Restrictions | Description |
---|---|---|---|---|
regionCode | No | String | You can determine the region where a region code's Cloud DB for Redis product code list will be searched. You can obtain the regionCode through the getRegionList action. Default: Select the first region of the getRegionList search results | |
cloudRedisInstanceNo | No | String | You can obtain the Cloud DB for Redis instance number where the ConfigGroup to search is applied, cloudRedisInstanceNo, through the getCloudRedisInstanceList action. | |
cloudRedisInstanceName | No | String | You can obtain the Cloud DB for Redis instance name where the ConfigGroup to search is applied, cloudRedisInstanceName, through the getCloudRedisInstanceList action. | |
configGroupNo | No | String | You can obtain the ConfigGroup number to search, configGroupNo, through the getCloudRedisConfigGroupList action. | |
configGroupName | No | String | You can obtain the ConfigGroup name to search, configGroupName, through the getCloudRedisConfigGroupList action. | |
cloudRedisImageProductCode | No | String | Cloud Redis Image Product Code corresponding to the version of ConfigGroup to query You can obtain the cloudRedisImageProductCode through the productCode of the getCloudRedisImageProductList action. | |
cloudRedisModeCode | No | String | You can obtain the Cloud DB for Redis's mode codes (CLUSTER and SIMPLE) where the ConfigGroup to search is applied, cloudRedisModeCode, through the getCloudRedisInstanceList action. | |
output | No | String | Respond result's format type. Options: xml | json Default: json |
Response
Response Data Type
- CloudRedisConfigGroupList type
CloudRedisConfigGroupList extends CommonResponse |
---|
private Integer totalRows; |
private List<CloudRedisConfigGroup> cloudRedisConfigGroupList = new ArrayList<>(); |
CloudRedisConfigGroup |
---|
private String configGroupNo; |
private String configGroupName; |
private String configGroupDescription; |
private String configGroupStatusName; |
private CommonCode configGroupStatus; |
private String cloudRedisVersion; |
private Date createDate; |
private Date modifyDate; |
private CloudRedisInstanceNoList cloudRedisInstanceNoList; |
CloudRedisInstanceNoList |
---|
private List<String> cloudRedisInstanceNoList = new ArrayList<>(); |
Example
Examples of requests
Examples of responses
Was this article helpful?