最近更新时间:2019-03-19 11:24:59
设置实例服务安全规则,为服务添加安全规则
关于所有操作需要的通用参数,请参照通用请求-公共参数
英文名称 | 中文名称 | 类型 | 是否必须 | 备注 |
---|---|---|---|---|
Action | 调用接口名称 | String | 是 | 取固定值:SetCacheSecurityRules |
Version | API版本号 | String | 是 | 取固定值: 2017-01-01 |
InstanceId | 服务ID | String | 是 | |
cidrs | 安全规则IP地址 | String | 是 | 0.0.0.0/16,0.0.0.0/24,多个","分隔 |
POST
请求的返回信息请参照样例
关于所有操作返回的错误信息,请参照通用请求-通用错误信息
https://kcs.${region}.api.ksyun.com/
api?Action=AddSecurityGroupRule&Version=2017-01-01&IamProjectId=22&InstanceId=6b99d014-7542-4616-b482-27605364689f&cidrs=0.0.0.0/16
HttpStatusCode=200
{
"RequestId": "Mongodb-201801251302",
"MongoDBSecurityGroupRule": [
{
"to_port": "27017",
"cidr": "0.0.0.0/24",
"from_port": "27017",
"protocol": "tcp",
"id": "44"
},
{
"to_port": "27017",
"cidr": "192.168.1.0/24",
"from_port": "27017",
"protocol": "tcp",
"id": "45"
},
{
"to_port": "27017",
"cidr": "0.0.0.0/16",
"from_port": "27017",
"protocol": "tcp",
"id": "57"
}
]
}
纯净模式