最近更新时间:2019-03-19 11:49:06
查询缓存服务安全规则,根据缓存服务ID查询该缓存服务下所有的安全规则以及相关信息
关于所有操作需要的通用参数,请参照通用请求-公共参数
英文名称 | 中文名称 | 类型 | 是否必须 | 备注 |
---|---|---|---|---|
Action | 调用接口名称 | String | 是 | 取固定值:DescribeCacheSecurityRules |
Version | API版本号 | String | 是 | 取固定值: 2018-06-27 |
CacheId | 缓存服务ID | String | 是 | |
Engine | 缓存服务引擎 | String | 是 | 取固定值:memcached |
GET
请求的返回信息请参照样例
英文名称 | 中文名称 | 类型 | 备注 |
---|---|---|---|
securityID | 缓存服务安全规则ID | Long | – |
cacheId | 缓存服务ID | String | – |
protocal | 安全规则协议 | String | – |
fromPort | 端口 | Integer | – |
toPort | 端口 | Integer | – |
cidr | 安全规则具体信息 | String | – |
关于所有操作返回的错误信息,请参照通用请求-通用错误信息
https://memcached.api.ksyun.com/
?Action=DescribeCacheSecurityRules
&Version=2018-06-27
&CacheId=xxxxxxxxx
&Engine=memcached
{
"RequestId": "xxxxxxxxxxx",
"Data": [
{
"securityRuleId": 21,
"cacheId": "a96076d8-4b9c-4de9-a211-0e116e4874c3",
"protocal": "tcp",
"fromPort": 6379,
"toPort": 6379,
"cidr": "192.168.18.17/21"
},
{
"securityRuleId": 22,
"cacheId": "a96076d8-4b9c-4de9-a211-0e116e4874c3",
"protocal": "tcp",
"fromPort": 6379,
"toPort": 6379,
"cidr": "192.168.18.17/32"
},
{
"securityRuleId": 23,
"cacheId": "a96076d8-4b9c-4de9-a211-0e116e4874c3",
"protocal": "tcp",
"fromPort": 6379,
"toPort": 6379,
"cidr": "192.168.18.15/32"
}
]
}
纯净模式