最近更新时间:2019-03-19 11:49:45
设置缓存服务安全规则,为缓存服务添加安全规则
关于所有操作需要的通用参数,请参照通用请求-公共参数
英文名称 | 中文名称 | 类型 | 是否必须 | 备注 |
---|---|---|---|---|
Action | 调用接口名称 | String | 是 | 取固定值:SetCacheSecurityRules |
Version | API版本号 | String | 是 | 取固定值: 2018-06-27 |
CacheId | 缓存服务ID | String | 是 | |
SecurityRules.Cidr.N | 安全规则IP地址,IP地址格式请参照样例 | String | 是 | |
Engine | 缓存服务引擎 | String | 是 | 取固定值:memcached |
PUT
请求的返回信息请参照样例
关于所有操作返回的错误信息,请参照通用请求-通用错误信息
https://memcached.api.ksyun.com/
?Action=SetCacheSecurityRules
&Version=2018-06-27
&CacheId=CachedClusterId
&Engine=memcached
&SecurityRules.Cidr.1=192.168.18.17/21
&SecurityRules.Cidr.2=192.168.18.18/24
HttpStatusCode=200
{
"RequestId": "xxxxxxxxxxxxxxxx",
"Data": null
}
纯净模式