blob: 365f5a36005323e0674d824ae2ca26c5dc3904e4 [file] [log] [blame]
Jian Li1c10cf22021-03-05 01:32:04 +09001{
2 "id": "sg-1",
3 "name": "sg",
4 "description": "example-sg",
5 "rules": [
6 {
7 "id": "sgr-1",
8 "securityGroupId": "sg-1",
9 "direction": "ingress",
10 "etherType": "IPv4",
11 "portRangeMax": 80,
12 "portRangeMin": 0,
13 "protocol": "tcp",
14 "remoteIpPrefix": "0.0.0.0/0",
15 "remoteGroupId": "g-1"
16 }
17 ]
18}