Created
December 17, 2014 16:36
-
-
Save alonronin/8be862f3c0b6f6f57bfc to your computer and use it in GitHub Desktop.
using the reduce function to accumalate an array of obejcts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var _ = require('lodash'); | |
| var arr = [ | |
| { | |
| "securityGroupId": 9721, | |
| "isProtected": true, | |
| "securityGroupName": "efvsevcsev", | |
| "vpcId": "vpc-6b2aca0e", | |
| "regionId": "us_west_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "MS-SQL", | |
| "protocolType": "TCP", | |
| "port": "1433", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "23.62.6.176/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "23.62.6.186/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "Custom TCP (8585)", | |
| "protocolType": "TCP", | |
| "port": "8585", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "Custom UDP (19555)", | |
| "protocolType": "UDP", | |
| "port": "19555", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9967, | |
| "isProtected": true, | |
| "securityGroupName": "test 16", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (12)", | |
| "protocolType": "TCP", | |
| "port": "12", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9913, | |
| "isProtected": true, | |
| "securityGroupName": "test 19", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9973, | |
| "isProtected": true, | |
| "securityGroupName": "test 20", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (19)", | |
| "protocolType": "TCP", | |
| "port": "19", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9903, | |
| "isProtected": true, | |
| "securityGroupName": "test 25", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (1)", | |
| "protocolType": "TCP", | |
| "port": "1", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9980, | |
| "isProtected": true, | |
| "securityGroupName": "test 26", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (7)", | |
| "protocolType": "TCP", | |
| "port": "7", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9984, | |
| "isProtected": true, | |
| "securityGroupName": "test 28", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (4)", | |
| "protocolType": "TCP", | |
| "port": "4", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9923, | |
| "isProtected": true, | |
| "securityGroupName": "test 29", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (19)", | |
| "protocolType": "TCP", | |
| "port": "19", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9904, | |
| "isProtected": true, | |
| "securityGroupName": "test 36", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (6)", | |
| "protocolType": "TCP", | |
| "port": "6", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9924, | |
| "isProtected": true, | |
| "securityGroupName": "test 58", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (11)", | |
| "protocolType": "TCP", | |
| "port": "11", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9972, | |
| "isProtected": true, | |
| "securityGroupName": "test 65", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (13)", | |
| "protocolType": "TCP", | |
| "port": "13", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9941, | |
| "isProtected": true, | |
| "securityGroupName": "test 69", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (13)", | |
| "protocolType": "TCP", | |
| "port": "13", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9925, | |
| "isProtected": true, | |
| "securityGroupName": "test 75", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (1)", | |
| "protocolType": "TCP", | |
| "port": "1", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9910, | |
| "isProtected": true, | |
| "securityGroupName": "test 80", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (17)", | |
| "protocolType": "TCP", | |
| "port": "17", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9947, | |
| "isProtected": true, | |
| "securityGroupName": "test 95", | |
| "vpcId": "vpc-96719df3", | |
| "regionId": "ap_northeast_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (19)", | |
| "protocolType": "TCP", | |
| "port": "19", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9639, | |
| "isProtected": true, | |
| "securityGroupName": "test 10", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9647, | |
| "isProtected": true, | |
| "securityGroupName": "test 11", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9661, | |
| "isProtected": true, | |
| "securityGroupName": "test 13", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (11)", | |
| "protocolType": "TCP", | |
| "port": "11", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9658, | |
| "isProtected": true, | |
| "securityGroupName": "test 15", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (4)", | |
| "protocolType": "TCP", | |
| "port": "4", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9626, | |
| "isProtected": true, | |
| "securityGroupName": "test 20", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (2)", | |
| "protocolType": "TCP", | |
| "port": "2", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9621, | |
| "isProtected": true, | |
| "securityGroupName": "test 21", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (2)", | |
| "protocolType": "TCP", | |
| "port": "2", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9593, | |
| "isProtected": true, | |
| "securityGroupName": "test 22", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9600, | |
| "isProtected": true, | |
| "securityGroupName": "test 3", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (10)", | |
| "protocolType": "TCP", | |
| "port": "10", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9660, | |
| "isProtected": true, | |
| "securityGroupName": "test 30", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (14)", | |
| "protocolType": "TCP", | |
| "port": "14", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9634, | |
| "isProtected": true, | |
| "securityGroupName": "test 31", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (7)", | |
| "protocolType": "TCP", | |
| "port": "7", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9631, | |
| "isProtected": true, | |
| "securityGroupName": "test 32", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9648, | |
| "isProtected": true, | |
| "securityGroupName": "test 39", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (7)", | |
| "protocolType": "TCP", | |
| "port": "7", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9655, | |
| "isProtected": true, | |
| "securityGroupName": "test 40", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (17)", | |
| "protocolType": "TCP", | |
| "port": "17", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9653, | |
| "isProtected": true, | |
| "securityGroupName": "test 42", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (14)", | |
| "protocolType": "TCP", | |
| "port": "14", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9616, | |
| "isProtected": true, | |
| "securityGroupName": "test 43", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (4)", | |
| "protocolType": "TCP", | |
| "port": "4", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9622, | |
| "isProtected": true, | |
| "securityGroupName": "test 45", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (12)", | |
| "protocolType": "TCP", | |
| "port": "12", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9624, | |
| "isProtected": true, | |
| "securityGroupName": "test 53", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (15)", | |
| "protocolType": "TCP", | |
| "port": "15", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9597, | |
| "isProtected": true, | |
| "securityGroupName": "test 57", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (1)", | |
| "protocolType": "TCP", | |
| "port": "1", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9657, | |
| "isProtected": true, | |
| "securityGroupName": "test 58", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9591, | |
| "isProtected": true, | |
| "securityGroupName": "test 59", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9592, | |
| "isProtected": true, | |
| "securityGroupName": "test 6", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9664, | |
| "isProtected": true, | |
| "securityGroupName": "test 61", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (16)", | |
| "protocolType": "TCP", | |
| "port": "16", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9620, | |
| "isProtected": true, | |
| "securityGroupName": "test 62", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (11)", | |
| "protocolType": "TCP", | |
| "port": "11", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9671, | |
| "isProtected": true, | |
| "securityGroupName": "test 65", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (17)", | |
| "protocolType": "TCP", | |
| "port": "17", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9603, | |
| "isProtected": true, | |
| "securityGroupName": "test 69", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (12)", | |
| "protocolType": "TCP", | |
| "port": "12", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9645, | |
| "isProtected": true, | |
| "securityGroupName": "test 7", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9677, | |
| "isProtected": true, | |
| "securityGroupName": "test 71", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9683, | |
| "isProtected": true, | |
| "securityGroupName": "test 75", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (17)", | |
| "protocolType": "TCP", | |
| "port": "17", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9650, | |
| "isProtected": true, | |
| "securityGroupName": "test 78", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9676, | |
| "isProtected": true, | |
| "securityGroupName": "test 8", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (16)", | |
| "protocolType": "TCP", | |
| "port": "16", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9599, | |
| "isProtected": true, | |
| "securityGroupName": "test 84", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9640, | |
| "isProtected": true, | |
| "securityGroupName": "test 85", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (12)", | |
| "protocolType": "TCP", | |
| "port": "12", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "IPList", | |
| "data": { | |
| "id": "541", | |
| "name": "test1" | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9654, | |
| "isProtected": true, | |
| "securityGroupName": "test 87", | |
| "vpcId": "vpc-d88d72bd", | |
| "regionId": "us_west_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (17)", | |
| "protocolType": "TCP", | |
| "port": "17", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9513, | |
| "isProtected": true, | |
| "securityGroupName": "test 0", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (9)", | |
| "protocolType": "TCP", | |
| "port": "9", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9526, | |
| "isProtected": true, | |
| "securityGroupName": "test 13", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (11)", | |
| "protocolType": "TCP", | |
| "port": "11", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9548, | |
| "isProtected": true, | |
| "securityGroupName": "test 19", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (17)", | |
| "protocolType": "TCP", | |
| "port": "17", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9537, | |
| "isProtected": true, | |
| "securityGroupName": "test 22", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9532, | |
| "isProtected": true, | |
| "securityGroupName": "test 27", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (14)", | |
| "protocolType": "TCP", | |
| "port": "14", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9517, | |
| "isProtected": true, | |
| "securityGroupName": "test 31", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (4)", | |
| "protocolType": "TCP", | |
| "port": "4", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9569, | |
| "isProtected": true, | |
| "securityGroupName": "test 33", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (1)", | |
| "protocolType": "TCP", | |
| "port": "1", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9512, | |
| "isProtected": true, | |
| "securityGroupName": "test 37", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (17)", | |
| "protocolType": "TCP", | |
| "port": "17", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9500, | |
| "isProtected": true, | |
| "securityGroupName": "test 39", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (5)", | |
| "protocolType": "TCP", | |
| "port": "5", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9536, | |
| "isProtected": true, | |
| "securityGroupName": "test 42", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9538, | |
| "isProtected": true, | |
| "securityGroupName": "test 44", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (5)", | |
| "protocolType": "TCP", | |
| "port": "5", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9581, | |
| "isProtected": true, | |
| "securityGroupName": "test 45", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (6)", | |
| "protocolType": "TCP", | |
| "port": "6", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9561, | |
| "isProtected": true, | |
| "securityGroupName": "test 46", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (6)", | |
| "protocolType": "TCP", | |
| "port": "6", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9579, | |
| "isProtected": true, | |
| "securityGroupName": "test 48", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (8)", | |
| "protocolType": "TCP", | |
| "port": "8", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9499, | |
| "isProtected": true, | |
| "securityGroupName": "test 49", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9556, | |
| "isProtected": true, | |
| "securityGroupName": "test 5", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9546, | |
| "isProtected": true, | |
| "securityGroupName": "test 55", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (19)", | |
| "protocolType": "TCP", | |
| "port": "19", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9494, | |
| "isProtected": true, | |
| "securityGroupName": "test 59", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (6)", | |
| "protocolType": "TCP", | |
| "port": "6", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9491, | |
| "isProtected": true, | |
| "securityGroupName": "test 6", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9540, | |
| "isProtected": true, | |
| "securityGroupName": "test 60", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (5)", | |
| "protocolType": "TCP", | |
| "port": "5", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9566, | |
| "isProtected": true, | |
| "securityGroupName": "test 63", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (1)", | |
| "protocolType": "TCP", | |
| "port": "1", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9533, | |
| "isProtected": true, | |
| "securityGroupName": "test 65", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9551, | |
| "isProtected": true, | |
| "securityGroupName": "test 68", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9545, | |
| "isProtected": true, | |
| "securityGroupName": "test 70", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (7)", | |
| "protocolType": "TCP", | |
| "port": "7", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9514, | |
| "isProtected": true, | |
| "securityGroupName": "test 77", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (19)", | |
| "protocolType": "TCP", | |
| "port": "19", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9497, | |
| "isProtected": true, | |
| "securityGroupName": "test 81", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9511, | |
| "isProtected": true, | |
| "securityGroupName": "test 85", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9542, | |
| "isProtected": true, | |
| "securityGroupName": "test 91", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (13)", | |
| "protocolType": "TCP", | |
| "port": "13", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9523, | |
| "isProtected": true, | |
| "securityGroupName": "test 95", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9586, | |
| "isProtected": true, | |
| "securityGroupName": "test 96", | |
| "vpcId": "vpc-d0c276b5", | |
| "regionId": "sa_east_1", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9882, | |
| "isProtected": true, | |
| "securityGroupName": "test 14", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (16)", | |
| "protocolType": "TCP", | |
| "port": "16", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9877, | |
| "isProtected": true, | |
| "securityGroupName": "test 17", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (6)", | |
| "protocolType": "TCP", | |
| "port": "6", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9866, | |
| "isProtected": true, | |
| "securityGroupName": "test 24", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (14)", | |
| "protocolType": "TCP", | |
| "port": "14", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9863, | |
| "isProtected": true, | |
| "securityGroupName": "test 31", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (12)", | |
| "protocolType": "TCP", | |
| "port": "12", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9815, | |
| "isProtected": true, | |
| "securityGroupName": "test 40", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9883, | |
| "isProtected": true, | |
| "securityGroupName": "test 49", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9872, | |
| "isProtected": true, | |
| "securityGroupName": "test 50", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (16)", | |
| "protocolType": "TCP", | |
| "port": "16", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9865, | |
| "isProtected": true, | |
| "securityGroupName": "test 53", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (3)", | |
| "protocolType": "TCP", | |
| "port": "3", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9800, | |
| "isProtected": true, | |
| "securityGroupName": "test 59", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (13)", | |
| "protocolType": "TCP", | |
| "port": "13", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "1.1.1.1/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9825, | |
| "isProtected": true, | |
| "securityGroupName": "test 63", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (8)", | |
| "protocolType": "TCP", | |
| "port": "8", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "15.15.15.15/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "17.17.17.17/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9807, | |
| "isProtected": true, | |
| "securityGroupName": "test 65", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9830, | |
| "isProtected": true, | |
| "securityGroupName": "test 68", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (2)", | |
| "protocolType": "TCP", | |
| "port": "2", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "2.2.2.2/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "16.16.16.16/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "8.8.8.8/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9796, | |
| "isProtected": true, | |
| "securityGroupName": "test 71", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (14)", | |
| "protocolType": "TCP", | |
| "port": "14", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "11.11.11.11/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "19.19.19.19/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9822, | |
| "isProtected": true, | |
| "securityGroupName": "test 72", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (4)", | |
| "protocolType": "TCP", | |
| "port": "4", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "10.10.10.10/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "12.12.12.12/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9839, | |
| "isProtected": true, | |
| "securityGroupName": "test 74", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (9)", | |
| "protocolType": "TCP", | |
| "port": "9", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "7.7.7.7/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "5.5.5.5/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9844, | |
| "isProtected": true, | |
| "securityGroupName": "test 85", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (4)", | |
| "protocolType": "TCP", | |
| "port": "4", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "4.4.4.4/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "9.9.9.9/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| }, | |
| { | |
| "securityGroupId": 9850, | |
| "isProtected": true, | |
| "securityGroupName": "test 92", | |
| "vpcId": "vpc-c540a2a0", | |
| "regionId": "ap_southeast_2", | |
| "cloudAccountId": "dff0b5fd-6161-4eef-aec9-8a9853d9860e", | |
| "cloudAccountName": "Moshi AWS", | |
| "services": { | |
| "inbound": [ | |
| { | |
| "name": "Custom TCP (18)", | |
| "protocolType": "TCP", | |
| "port": "18", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "18.18.18.18/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "6.6.6.6/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "13.13.13.13/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "14.14.14.14/32", | |
| "note": null | |
| } | |
| }, | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "3.3.3.3/32", | |
| "note": null | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "outbound": [ | |
| { | |
| "name": "All Traffic", | |
| "protocolType": "ALL", | |
| "port": "", | |
| "scope": [ | |
| { | |
| "type": "CIDR", | |
| "data": { | |
| "cidr": "0.0.0.0/0", | |
| "note": "Allow All Traffic" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| ]; | |
| var result = _.chain(arr) | |
| .pluck('services') | |
| .reduce(function(accumalator, value, key, collection){ | |
| accumalator.push(value.inbound, value.outbound); | |
| return accumalator; | |
| }, []) | |
| .flatten() | |
| .value(); | |
| console.log(result); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment