帮助与文档

我们为你提供丰富、详尽的使用指南以及产品文档

ModifyCacheParameterGroupAttributes

修改缓存服务配置组的名称或描述。

Request Parameters

Parameter name Type Description Required
cache_parameter_group String 缓存服务配置组ID Yes
cache_parameter_group_name String 新的缓存服务配置组名称 No
description String 新的缓存服务配置组描述 No
zone String 区域 ID,注意要小写 Yes

公共参数

Response Elements

Name Type Description
action String 响应动作
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request:

https://api.qingcloud.com/iaas/?action=ModifyCacheParameterGroupAttributes
&cache_parameter_group=cpg-qe67xfad
&cache_parameter_group_name=sample
&zone=pek3a
&COMMON_PARAMS

Example Response:

{
  "action":"ModifyCacheParameterGroupAttributesResponse",
  "ret_code":0
}