From d5ecd64496974427d91e219d3353f906970a85de Mon Sep 17 00:00:00 2001 From: mischa Date: Tue, 21 Jun 2022 12:29:07 +0200 Subject: [PATCH] added JSON for CHKP --- config/chkpfwservices1.txt | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 config/chkpfwservices1.txt diff --git a/config/chkpfwservices1.txt b/config/chkpfwservices1.txt new file mode 100644 index 0000000..7a835a6 --- /dev/null +++ b/config/chkpfwservices1.txt @@ -0,0 +1,44 @@ +{ + "name": "FW1", + "cxp": "US-EAST-2", + "segments": [ + "Corporate" + ], + "segmentOptions": { + "Corporate": { + "DEFAULT": [ + "Users" + ] + } + }, + "size": "LARGE", + "version": "R81", + "credentialId": "", + "autoScale": "OFF", + "maxInstanceCount": 1, + "minInstanceCount": 1, + "managementServer": { + "configurationMode": "MANUAL", + "type": "SMS", + "reachability": "PUBLIC", + "ips": [ + "10.1.1.1" + ], + "domain": "", + "segment": "Corporate", + "segmentId": 1636, + "globalCidrListId": "58" + }, + "tunnelProtocol": "IPSEC", + "instances": [ + { + "name": "FW1-instance-1", + "credentialId": "", + "cxp": "US-EAST-2" + } + ], + "licenseType": "PAY_AS_YOU_GO", + "billingTags": [ + "333" + ] +}