ResetCacheParameters
重置缓存配置项为系统默认值。
Request Parameters
Parameter name | Type | Description | Required |
---|---|---|---|
cache_parameter_group | String | 缓存服务配置组ID | Yes |
cache_parameter_names.n | String | 需要重置的缓存服务配置项名称,如果不指定,则会重置整个配置组的配置项为默认值。 | No |
zone | String | 区域 ID,注意要小写 | Yes |
Response Elements
Name | Type | Description |
---|---|---|
action | String | 响应动作 |
Example
Example Request
https://api.shanhe.com/iaas/?action=ResetCacheParameters
&cache_parameter_group=cpg-oxzc6vtd
&COMMON_PARAMS
Example Response:
{
"action":"ResetCacheParametersResponse",
"cache_parameter_group_id":"cpg-oxzc6vtd",
"ret_code":0
}