最近更新时间:2024-04-19 15:08:07
查看实例服务安全规则,根据实例ID,查看实例配置的安全规则
关于所有操作需要的通用参数,请参照通用请求-公共参数
英文名称 | 中文名称 | 类型 | 是否必须 | 备注 |
---|---|---|---|---|
Action | 调用接口名称 | String | 取固定值:ListSecurityGroupRules | |
Version | API版本号 | String | 取固定值: 2017-01-01 | |
InstanceId | 实例ID | String | 是 | – |
GET
请求的返回信息请参照样例
关于所有操作返回的错误信息,请参照通用请求-通用错误信息
请求样例
https://kcs.${region}.api.ksyun.com/
api?Action=ListSecurityGroupRules&Version=2017-01-01&InstanceId=xxx
返回样例
{
"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"
}
]
}
纯净模式