catocli 2.0.5__py3-none-any.whl → 2.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +10 -0
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +17 -8
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +26 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +3 -3
- models/mutation.container.fqdn.createFromFile.json +3 -3
- models/mutation.container.fqdn.removeValues.json +3 -3
- models/mutation.container.fqdn.updateFromFile.json +3 -3
- models/mutation.container.ipAddressRange.addValues.json +3 -3
- models/mutation.container.ipAddressRange.createFromFile.json +3 -3
- models/mutation.container.ipAddressRange.removeValues.json +3 -3
- models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +33 -33
- models/mutation.policy.appTenantRestriction.addSection.json +4 -4
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
- models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
- models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
- models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
- models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
- models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +141 -141
- models/mutation.policy.internetFirewall.addSection.json +4 -4
- models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.moveRule.json +96 -96
- models/mutation.policy.internetFirewall.moveSection.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.removeRule.json +96 -96
- models/mutation.policy.internetFirewall.removeSection.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
- models/mutation.policy.internetFirewall.updateRule.json +141 -141
- models/mutation.policy.internetFirewall.updateSection.json +4 -4
- models/mutation.policy.remotePortFwd.addRule.json +21 -21
- models/mutation.policy.remotePortFwd.addSection.json +4 -4
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.moveRule.json +18 -18
- models/mutation.policy.remotePortFwd.moveSection.json +4 -4
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.removeRule.json +18 -18
- models/mutation.policy.remotePortFwd.removeSection.json +4 -4
- models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
- models/mutation.policy.remotePortFwd.updateRule.json +21 -21
- models/mutation.policy.remotePortFwd.updateSection.json +4 -4
- models/mutation.policy.socketLan.addRule.json +97 -97
- models/mutation.policy.socketLan.addSection.json +4 -4
- models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.moveRule.json +85 -85
- models/mutation.policy.socketLan.moveSection.json +4 -4
- models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.removeRule.json +85 -85
- models/mutation.policy.socketLan.removeSection.json +4 -4
- models/mutation.policy.socketLan.updatePolicy.json +91 -91
- models/mutation.policy.socketLan.updateRule.json +97 -97
- models/mutation.policy.socketLan.updateSection.json +4 -4
- models/mutation.policy.terminalServer.addRule.json +7 -7
- models/mutation.policy.terminalServer.addSection.json +4 -4
- models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.moveRule.json +7 -7
- models/mutation.policy.terminalServer.moveSection.json +4 -4
- models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.removeRule.json +7 -7
- models/mutation.policy.terminalServer.removeSection.json +4 -4
- models/mutation.policy.terminalServer.updatePolicy.json +13 -13
- models/mutation.policy.terminalServer.updateRule.json +7 -7
- models/mutation.policy.terminalServer.updateSection.json +4 -4
- models/mutation.policy.wanFirewall.addRule.json +157 -157
- models/mutation.policy.wanFirewall.addSection.json +4 -4
- models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.moveRule.json +115 -115
- models/mutation.policy.wanFirewall.moveSection.json +4 -4
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.removeRule.json +115 -115
- models/mutation.policy.wanFirewall.removeSection.json +4 -4
- models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
- models/mutation.policy.wanFirewall.updateRule.json +157 -157
- models/mutation.policy.wanFirewall.updateSection.json +4 -4
- models/mutation.policy.wanNetwork.addRule.json +103 -103
- models/mutation.policy.wanNetwork.addSection.json +4 -4
- models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.moveRule.json +91 -91
- models/mutation.policy.wanNetwork.moveSection.json +4 -4
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.removeRule.json +91 -91
- models/mutation.policy.wanNetwork.removeSection.json +4 -4
- models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
- models/mutation.policy.wanNetwork.updateRule.json +103 -103
- models/mutation.policy.wanNetwork.updateSection.json +4 -4
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +32 -32
- models/query.policy.dynamicIpAllocation.policy.json +18 -18
- models/query.policy.internetFirewall.policy.json +93 -93
- models/query.policy.remotePortFwd.policy.json +23 -23
- models/query.policy.socketLan.policy.json +88 -88
- models/query.policy.terminalServer.policy.json +13 -13
- models/query.policy.wanFirewall.policy.json +111 -111
- models/query.policy.wanNetwork.policy.json +97 -97
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.bgpPeer.json +4 -4
- models/query.site.bgpPeerList.json +10 -10
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +2 -2
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +21 -12
- build/lib/catocli/Utils/clidriver.py +0 -268
- build/lib/catocli/Utils/profile_manager.py +0 -188
- build/lib/catocli/Utils/version_checker.py +0 -192
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/configure/__init__.py +0 -115
- build/lib/catocli/parsers/configure/configure.py +0 -307
- build/lib/catocli/parsers/custom/__init__.py +0 -57
- build/lib/catocli/parsers/custom/customLib.py +0 -561
- build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
- build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
- build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
- build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
- build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
- build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
- build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
- build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
- build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
- build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
- build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
- build/lib/catocli/parsers/parserApiClient.py +0 -513
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
- build/lib/catocli/parsers/query_admin/__init__.py +0 -16
- build/lib/catocli/parsers/query_admins/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
- build/lib/catocli/parsers/query_container/__init__.py +0 -16
- build/lib/catocli/parsers/query_devices/__init__.py +0 -16
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
- build/lib/catocli/parsers/query_events/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
- build/lib/catocli/parsers/query_policy/__init__.py +0 -161
- build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
- build/lib/catocli/parsers/query_site/__init__.py +0 -100
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
- build/lib/catocli/parsers/raw/__init__.py +0 -12
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -84
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -409
- build/lib/graphql_client/configuration.py +0 -232
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1141
- build/lib/schema/importSchema.py +0 -60
- build/lib/schema/remove_policyid.py +0 -89
- build/lib/schema/remove_policyid_mutations.py +0 -89
- build/lib/scripts/catolib.py +0 -62
- build/lib/scripts/export_if_rules_to_json.py +0 -188
- build/lib/scripts/export_wf_rules_to_json.py +0 -111
- build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
},
|
|
189
189
|
"destination": {
|
|
190
190
|
"defaultValue": "{vlan: [], ipRange: [], subnet: [], networkInterface: [], systemGroup: [], host: [], ip: [], globalIpRange: [], group: [], floatingSubnet: [], siteNetworkSubnet: []}",
|
|
191
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
191
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
192
192
|
"id_str": "addRule___input___rule___destination",
|
|
193
193
|
"name": "destination",
|
|
194
194
|
"path": "addRule.input.rule.destination",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"inputFields": {
|
|
219
219
|
"by": {
|
|
220
220
|
"defaultValue": "ID",
|
|
221
|
-
"description": "Defines the object identification method
|
|
221
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
222
222
|
"id_str": "addRule___input___rule___destination___floatingSubnet___by",
|
|
223
223
|
"name": "by",
|
|
224
224
|
"path": "addRule.input.rule.destination.floatingSubnet.by",
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
},
|
|
1739
1739
|
"source": {
|
|
1740
1740
|
"defaultValue": "{vlan: [], ipRange: [], group: [], subnet: [], networkInterface: [], systemGroup: [], host: [], ip: [], globalIpRange: [], floatingSubnet: [], siteNetworkSubnet: []}",
|
|
1741
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
1741
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1742
1742
|
"id_str": "addRule___input___rule___source",
|
|
1743
1743
|
"name": "source",
|
|
1744
1744
|
"path": "addRule.input.rule.source",
|
|
@@ -1768,7 +1768,7 @@
|
|
|
1768
1768
|
"inputFields": {
|
|
1769
1769
|
"by": {
|
|
1770
1770
|
"defaultValue": "ID",
|
|
1771
|
-
"description": "Defines the object identification method
|
|
1771
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
1772
1772
|
"id_str": "addRule___input___rule___source___floatingSubnet___by",
|
|
1773
1773
|
"name": "by",
|
|
1774
1774
|
"path": "addRule.input.rule.source.floatingSubnet.by",
|
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
},
|
|
3011
3011
|
"destination": {
|
|
3012
3012
|
"defaultValue": "{vlan: [], ipRange: [], subnet: [], networkInterface: [], systemGroup: [], host: [], ip: [], globalIpRange: [], group: [], floatingSubnet: [], siteNetworkSubnet: []}",
|
|
3013
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
3013
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
3014
3014
|
"id_str": "addRule___input___rule___destination",
|
|
3015
3015
|
"name": "destination",
|
|
3016
3016
|
"path": "addRule.input.rule.destination",
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
"inputFields": {
|
|
3041
3041
|
"by": {
|
|
3042
3042
|
"defaultValue": "ID",
|
|
3043
|
-
"description": "Defines the object identification method
|
|
3043
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
3044
3044
|
"id_str": "addRule___input___rule___destination___floatingSubnet___by",
|
|
3045
3045
|
"name": "by",
|
|
3046
3046
|
"path": "addRule.input.rule.destination.floatingSubnet.by",
|
|
@@ -4560,7 +4560,7 @@
|
|
|
4560
4560
|
},
|
|
4561
4561
|
"source": {
|
|
4562
4562
|
"defaultValue": "{vlan: [], ipRange: [], group: [], subnet: [], networkInterface: [], systemGroup: [], host: [], ip: [], globalIpRange: [], floatingSubnet: [], siteNetworkSubnet: []}",
|
|
4563
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
4563
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
4564
4564
|
"id_str": "addRule___input___rule___source",
|
|
4565
4565
|
"name": "source",
|
|
4566
4566
|
"path": "addRule.input.rule.source",
|
|
@@ -4590,7 +4590,7 @@
|
|
|
4590
4590
|
"inputFields": {
|
|
4591
4591
|
"by": {
|
|
4592
4592
|
"defaultValue": "ID",
|
|
4593
|
-
"description": "Defines the object identification method
|
|
4593
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
4594
4594
|
"id_str": "addRule___input___rule___source___floatingSubnet___by",
|
|
4595
4595
|
"name": "by",
|
|
4596
4596
|
"path": "addRule.input.rule.source.floatingSubnet.by",
|
|
@@ -5810,7 +5810,7 @@
|
|
|
5810
5810
|
},
|
|
5811
5811
|
"destination": {
|
|
5812
5812
|
"defaultValue": "{vlan: [], ipRange: [], subnet: [], networkInterface: [], systemGroup: [], host: [], ip: [], globalIpRange: [], group: [], floatingSubnet: [], siteNetworkSubnet: []}",
|
|
5813
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
5813
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
5814
5814
|
"id_str": "addRule___input___rule___destination",
|
|
5815
5815
|
"name": "destination",
|
|
5816
5816
|
"path": "addRule.input.rule.destination",
|
|
@@ -5840,7 +5840,7 @@
|
|
|
5840
5840
|
"inputFields": {
|
|
5841
5841
|
"by": {
|
|
5842
5842
|
"defaultValue": "ID",
|
|
5843
|
-
"description": "Defines the object identification method
|
|
5843
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
5844
5844
|
"id_str": "addRule___input___rule___destination___floatingSubnet___by",
|
|
5845
5845
|
"name": "by",
|
|
5846
5846
|
"path": "addRule.input.rule.destination.floatingSubnet.by",
|
|
@@ -7360,7 +7360,7 @@
|
|
|
7360
7360
|
},
|
|
7361
7361
|
"source": {
|
|
7362
7362
|
"defaultValue": "{vlan: [], ipRange: [], group: [], subnet: [], networkInterface: [], systemGroup: [], host: [], ip: [], globalIpRange: [], floatingSubnet: [], siteNetworkSubnet: []}",
|
|
7363
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
7363
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
7364
7364
|
"id_str": "addRule___input___rule___source",
|
|
7365
7365
|
"name": "source",
|
|
7366
7366
|
"path": "addRule.input.rule.source",
|
|
@@ -7390,7 +7390,7 @@
|
|
|
7390
7390
|
"inputFields": {
|
|
7391
7391
|
"by": {
|
|
7392
7392
|
"defaultValue": "ID",
|
|
7393
|
-
"description": "Defines the object identification method
|
|
7393
|
+
"description": "Defines the object identification method \u2013 by ID (default) or by name",
|
|
7394
7394
|
"id_str": "addRule___input___rule___source___floatingSubnet___by",
|
|
7395
7395
|
"name": "by",
|
|
7396
7396
|
"path": "addRule.input.rule.source.floatingSubnet.by",
|
|
@@ -8279,7 +8279,7 @@
|
|
|
8279
8279
|
"enumValues": null,
|
|
8280
8280
|
"fields": {
|
|
8281
8281
|
"errors": {
|
|
8282
|
-
"alias": "
|
|
8282
|
+
"alias": "errorsSocketLanRuleMutationPayload: errors",
|
|
8283
8283
|
"args": {},
|
|
8284
8284
|
"deprecationReason": null,
|
|
8285
8285
|
"description": null,
|
|
@@ -8292,7 +8292,7 @@
|
|
|
8292
8292
|
"responseStr": "errors:$policyMutationError ",
|
|
8293
8293
|
"type": {
|
|
8294
8294
|
"definition": {
|
|
8295
|
-
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can
|
|
8295
|
+
"description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
|
|
8296
8296
|
"enumValues": null,
|
|
8297
8297
|
"fields": {
|
|
8298
8298
|
"errorCode": {
|
|
@@ -8355,7 +8355,7 @@
|
|
|
8355
8355
|
"varName": "policyMutationError"
|
|
8356
8356
|
},
|
|
8357
8357
|
"rule": {
|
|
8358
|
-
"alias": "
|
|
8358
|
+
"alias": "ruleSocketLanRuleMutationPayload: rule",
|
|
8359
8359
|
"args": {},
|
|
8360
8360
|
"deprecationReason": null,
|
|
8361
8361
|
"description": null,
|
|
@@ -8561,10 +8561,10 @@
|
|
|
8561
8561
|
"varName": "description"
|
|
8562
8562
|
},
|
|
8563
8563
|
"destination": {
|
|
8564
|
-
"alias": "
|
|
8564
|
+
"alias": "destinationSocketLanRule: destination",
|
|
8565
8565
|
"args": {},
|
|
8566
8566
|
"deprecationReason": null,
|
|
8567
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
8567
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
8568
8568
|
"id_str": "socketLan___addRule___rule___rule___destination",
|
|
8569
8569
|
"isDeprecated": false,
|
|
8570
8570
|
"name": "destination",
|
|
@@ -8578,7 +8578,7 @@
|
|
|
8578
8578
|
"enumValues": null,
|
|
8579
8579
|
"fields": {
|
|
8580
8580
|
"floatingSubnet": {
|
|
8581
|
-
"alias": "
|
|
8581
|
+
"alias": "floatingSubnetSocketLanDestination: floatingSubnet",
|
|
8582
8582
|
"args": {},
|
|
8583
8583
|
"deprecationReason": null,
|
|
8584
8584
|
"description": null,
|
|
@@ -8656,7 +8656,7 @@
|
|
|
8656
8656
|
"varName": "floatingSubnetRef"
|
|
8657
8657
|
},
|
|
8658
8658
|
"globalIpRange": {
|
|
8659
|
-
"alias": "
|
|
8659
|
+
"alias": "globalIpRangeSocketLanDestination: globalIpRange",
|
|
8660
8660
|
"args": {},
|
|
8661
8661
|
"deprecationReason": null,
|
|
8662
8662
|
"description": null,
|
|
@@ -8734,7 +8734,7 @@
|
|
|
8734
8734
|
"varName": "globalIpRangeRef"
|
|
8735
8735
|
},
|
|
8736
8736
|
"group": {
|
|
8737
|
-
"alias": "
|
|
8737
|
+
"alias": "groupSocketLanDestination: group",
|
|
8738
8738
|
"args": {},
|
|
8739
8739
|
"deprecationReason": null,
|
|
8740
8740
|
"description": null,
|
|
@@ -8812,7 +8812,7 @@
|
|
|
8812
8812
|
"varName": "groupRef"
|
|
8813
8813
|
},
|
|
8814
8814
|
"host": {
|
|
8815
|
-
"alias": "
|
|
8815
|
+
"alias": "hostSocketLanDestination: host",
|
|
8816
8816
|
"args": {},
|
|
8817
8817
|
"deprecationReason": null,
|
|
8818
8818
|
"description": null,
|
|
@@ -8913,7 +8913,7 @@
|
|
|
8913
8913
|
"varName": "ip"
|
|
8914
8914
|
},
|
|
8915
8915
|
"ipRange": {
|
|
8916
|
-
"alias": "
|
|
8916
|
+
"alias": "ipRangeSocketLanDestination: ipRange",
|
|
8917
8917
|
"args": {},
|
|
8918
8918
|
"deprecationReason": null,
|
|
8919
8919
|
"description": null,
|
|
@@ -8991,7 +8991,7 @@
|
|
|
8991
8991
|
"varName": "ipAddressRange"
|
|
8992
8992
|
},
|
|
8993
8993
|
"networkInterface": {
|
|
8994
|
-
"alias": "
|
|
8994
|
+
"alias": "networkInterfaceSocketLanDestination: networkInterface",
|
|
8995
8995
|
"args": {},
|
|
8996
8996
|
"deprecationReason": null,
|
|
8997
8997
|
"description": null,
|
|
@@ -9069,7 +9069,7 @@
|
|
|
9069
9069
|
"varName": "networkInterfaceRef"
|
|
9070
9070
|
},
|
|
9071
9071
|
"siteNetworkSubnet": {
|
|
9072
|
-
"alias": "
|
|
9072
|
+
"alias": "siteNetworkSubnetSocketLanDestination: siteNetworkSubnet",
|
|
9073
9073
|
"args": {},
|
|
9074
9074
|
"deprecationReason": null,
|
|
9075
9075
|
"description": null,
|
|
@@ -9170,7 +9170,7 @@
|
|
|
9170
9170
|
"varName": "subnet"
|
|
9171
9171
|
},
|
|
9172
9172
|
"systemGroup": {
|
|
9173
|
-
"alias": "
|
|
9173
|
+
"alias": "systemGroupSocketLanDestination: systemGroup",
|
|
9174
9174
|
"args": {},
|
|
9175
9175
|
"deprecationReason": null,
|
|
9176
9176
|
"description": null,
|
|
@@ -9288,7 +9288,7 @@
|
|
|
9288
9288
|
"varName": "socketLanDestination"
|
|
9289
9289
|
},
|
|
9290
9290
|
"direction": {
|
|
9291
|
-
"alias": "
|
|
9291
|
+
"alias": "directionSocketLanRule: direction",
|
|
9292
9292
|
"args": {},
|
|
9293
9293
|
"deprecationReason": null,
|
|
9294
9294
|
"description": "Direction of the traffic initiator matching criteria. ",
|
|
@@ -9355,7 +9355,7 @@
|
|
|
9355
9355
|
"varName": "enabled"
|
|
9356
9356
|
},
|
|
9357
9357
|
"firewall": {
|
|
9358
|
-
"alias": "
|
|
9358
|
+
"alias": "firewallSocketLanRule: firewall",
|
|
9359
9359
|
"args": {},
|
|
9360
9360
|
"deprecationReason": null,
|
|
9361
9361
|
"description": null,
|
|
@@ -9372,7 +9372,7 @@
|
|
|
9372
9372
|
"enumValues": null,
|
|
9373
9373
|
"fields": {
|
|
9374
9374
|
"audit": {
|
|
9375
|
-
"alias": "
|
|
9375
|
+
"alias": "auditSocketLanFirewallRulePayload: audit",
|
|
9376
9376
|
"args": {},
|
|
9377
9377
|
"deprecationReason": null,
|
|
9378
9378
|
"description": null,
|
|
@@ -9448,7 +9448,7 @@
|
|
|
9448
9448
|
"varName": "policyElementAudit"
|
|
9449
9449
|
},
|
|
9450
9450
|
"properties": {
|
|
9451
|
-
"alias": "
|
|
9451
|
+
"alias": "propertiesSocketLanFirewallRulePayload: properties",
|
|
9452
9452
|
"args": {},
|
|
9453
9453
|
"deprecationReason": null,
|
|
9454
9454
|
"description": null,
|
|
@@ -9526,7 +9526,7 @@
|
|
|
9526
9526
|
"varName": "properties"
|
|
9527
9527
|
},
|
|
9528
9528
|
"rule": {
|
|
9529
|
-
"alias": "
|
|
9529
|
+
"alias": "ruleSocketLanFirewallRulePayload: rule",
|
|
9530
9530
|
"args": {},
|
|
9531
9531
|
"deprecationReason": null,
|
|
9532
9532
|
"description": null,
|
|
@@ -9543,7 +9543,7 @@
|
|
|
9543
9543
|
"enumValues": null,
|
|
9544
9544
|
"fields": {
|
|
9545
9545
|
"action": {
|
|
9546
|
-
"alias": "
|
|
9546
|
+
"alias": "actionSocketLanFirewallRule: action",
|
|
9547
9547
|
"args": {},
|
|
9548
9548
|
"deprecationReason": null,
|
|
9549
9549
|
"description": "Action to take when the rule is matched (ALLOW or BLOCK).",
|
|
@@ -9589,7 +9589,7 @@
|
|
|
9589
9589
|
"varName": "action"
|
|
9590
9590
|
},
|
|
9591
9591
|
"application": {
|
|
9592
|
-
"alias": "
|
|
9592
|
+
"alias": "applicationSocketLanFirewallRule: application",
|
|
9593
9593
|
"args": {},
|
|
9594
9594
|
"deprecationReason": null,
|
|
9595
9595
|
"description": "Application traffic matching criteria.",
|
|
@@ -9606,7 +9606,7 @@
|
|
|
9606
9606
|
"enumValues": null,
|
|
9607
9607
|
"fields": {
|
|
9608
9608
|
"application": {
|
|
9609
|
-
"alias": "
|
|
9609
|
+
"alias": "applicationSocketLanFirewallApplication: application",
|
|
9610
9610
|
"args": {},
|
|
9611
9611
|
"deprecationReason": null,
|
|
9612
9612
|
"description": "Applications matching criteria for this rule.",
|
|
@@ -9684,7 +9684,7 @@
|
|
|
9684
9684
|
"varName": "applicationRef"
|
|
9685
9685
|
},
|
|
9686
9686
|
"customApp": {
|
|
9687
|
-
"alias": "
|
|
9687
|
+
"alias": "customAppSocketLanFirewallApplication: customApp",
|
|
9688
9688
|
"args": {},
|
|
9689
9689
|
"deprecationReason": null,
|
|
9690
9690
|
"description": "Custom applications that can be matched by",
|
|
@@ -9808,7 +9808,7 @@
|
|
|
9808
9808
|
"varName": "fqdn"
|
|
9809
9809
|
},
|
|
9810
9810
|
"globalIpRange": {
|
|
9811
|
-
"alias": "
|
|
9811
|
+
"alias": "globalIpRangeSocketLanFirewallApplication: globalIpRange",
|
|
9812
9812
|
"args": {},
|
|
9813
9813
|
"deprecationReason": null,
|
|
9814
9814
|
"description": null,
|
|
@@ -9909,7 +9909,7 @@
|
|
|
9909
9909
|
"varName": "ip"
|
|
9910
9910
|
},
|
|
9911
9911
|
"ipRange": {
|
|
9912
|
-
"alias": "
|
|
9912
|
+
"alias": "ipRangeSocketLanFirewallApplication: ipRange",
|
|
9913
9913
|
"args": {},
|
|
9914
9914
|
"deprecationReason": null,
|
|
9915
9915
|
"description": null,
|
|
@@ -10048,7 +10048,7 @@
|
|
|
10048
10048
|
"varName": "description"
|
|
10049
10049
|
},
|
|
10050
10050
|
"destination": {
|
|
10051
|
-
"alias": "
|
|
10051
|
+
"alias": "destinationSocketLanFirewallRule: destination",
|
|
10052
10052
|
"args": {},
|
|
10053
10053
|
"deprecationReason": null,
|
|
10054
10054
|
"description": "Defines destinations for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -10065,7 +10065,7 @@
|
|
|
10065
10065
|
"enumValues": null,
|
|
10066
10066
|
"fields": {
|
|
10067
10067
|
"floatingSubnet": {
|
|
10068
|
-
"alias": "
|
|
10068
|
+
"alias": "floatingSubnetSocketLanFirewallDestination: floatingSubnet",
|
|
10069
10069
|
"args": {},
|
|
10070
10070
|
"deprecationReason": null,
|
|
10071
10071
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -10143,7 +10143,7 @@
|
|
|
10143
10143
|
"varName": "floatingSubnetRef"
|
|
10144
10144
|
},
|
|
10145
10145
|
"globalIpRange": {
|
|
10146
|
-
"alias": "
|
|
10146
|
+
"alias": "globalIpRangeSocketLanFirewallDestination: globalIpRange",
|
|
10147
10147
|
"args": {},
|
|
10148
10148
|
"deprecationReason": null,
|
|
10149
10149
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -10221,7 +10221,7 @@
|
|
|
10221
10221
|
"varName": "globalIpRangeRef"
|
|
10222
10222
|
},
|
|
10223
10223
|
"group": {
|
|
10224
|
-
"alias": "
|
|
10224
|
+
"alias": "groupSocketLanFirewallDestination: group",
|
|
10225
10225
|
"args": {},
|
|
10226
10226
|
"deprecationReason": null,
|
|
10227
10227
|
"description": "Groups defined for your account.",
|
|
@@ -10299,7 +10299,7 @@
|
|
|
10299
10299
|
"varName": "groupRef"
|
|
10300
10300
|
},
|
|
10301
10301
|
"host": {
|
|
10302
|
-
"alias": "
|
|
10302
|
+
"alias": "hostSocketLanFirewallDestination: host",
|
|
10303
10303
|
"args": {},
|
|
10304
10304
|
"deprecationReason": null,
|
|
10305
10305
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -10400,7 +10400,7 @@
|
|
|
10400
10400
|
"varName": "ip"
|
|
10401
10401
|
},
|
|
10402
10402
|
"ipRange": {
|
|
10403
|
-
"alias": "
|
|
10403
|
+
"alias": "ipRangeSocketLanFirewallDestination: ipRange",
|
|
10404
10404
|
"args": {},
|
|
10405
10405
|
"deprecationReason": null,
|
|
10406
10406
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -10478,7 +10478,7 @@
|
|
|
10478
10478
|
"varName": "ipAddressRange"
|
|
10479
10479
|
},
|
|
10480
10480
|
"networkInterface": {
|
|
10481
|
-
"alias": "
|
|
10481
|
+
"alias": "networkInterfaceSocketLanFirewallDestination: networkInterface",
|
|
10482
10482
|
"args": {},
|
|
10483
10483
|
"deprecationReason": null,
|
|
10484
10484
|
"description": "Network interfaces defined for your site.",
|
|
@@ -10556,7 +10556,7 @@
|
|
|
10556
10556
|
"varName": "networkInterfaceRef"
|
|
10557
10557
|
},
|
|
10558
10558
|
"site": {
|
|
10559
|
-
"alias": "
|
|
10559
|
+
"alias": "siteSocketLanFirewallDestination: site",
|
|
10560
10560
|
"args": {},
|
|
10561
10561
|
"deprecationReason": null,
|
|
10562
10562
|
"description": "Sites defined for your account.",
|
|
@@ -10634,7 +10634,7 @@
|
|
|
10634
10634
|
"varName": "siteRef"
|
|
10635
10635
|
},
|
|
10636
10636
|
"siteNetworkSubnet": {
|
|
10637
|
-
"alias": "
|
|
10637
|
+
"alias": "siteNetworkSubnetSocketLanFirewallDestination: siteNetworkSubnet",
|
|
10638
10638
|
"args": {},
|
|
10639
10639
|
"deprecationReason": null,
|
|
10640
10640
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -10735,7 +10735,7 @@
|
|
|
10735
10735
|
"varName": "subnet"
|
|
10736
10736
|
},
|
|
10737
10737
|
"systemGroup": {
|
|
10738
|
-
"alias": "
|
|
10738
|
+
"alias": "systemGroupSocketLanFirewallDestination: systemGroup",
|
|
10739
10739
|
"args": {},
|
|
10740
10740
|
"deprecationReason": null,
|
|
10741
10741
|
"description": "Predefined system groups in your account.",
|
|
@@ -10853,7 +10853,7 @@
|
|
|
10853
10853
|
"varName": "socketLanFirewallDestination"
|
|
10854
10854
|
},
|
|
10855
10855
|
"direction": {
|
|
10856
|
-
"alias": "
|
|
10856
|
+
"alias": "directionSocketLanFirewallRule: direction",
|
|
10857
10857
|
"args": {},
|
|
10858
10858
|
"deprecationReason": null,
|
|
10859
10859
|
"description": "Direction of the traffic (TO or BOTH).",
|
|
@@ -10983,7 +10983,7 @@
|
|
|
10983
10983
|
"varName": "name"
|
|
10984
10984
|
},
|
|
10985
10985
|
"section": {
|
|
10986
|
-
"alias": "
|
|
10986
|
+
"alias": "sectionSocketLanFirewallRule: section",
|
|
10987
10987
|
"args": {},
|
|
10988
10988
|
"deprecationReason": null,
|
|
10989
10989
|
"description": "Policy section where the rule is located",
|
|
@@ -11059,7 +11059,7 @@
|
|
|
11059
11059
|
"varName": "policySectionInfo"
|
|
11060
11060
|
},
|
|
11061
11061
|
"service": {
|
|
11062
|
-
"alias": "
|
|
11062
|
+
"alias": "serviceSocketLanFirewallRule: service",
|
|
11063
11063
|
"args": {},
|
|
11064
11064
|
"deprecationReason": null,
|
|
11065
11065
|
"description": "Service traffic matching criteria.",
|
|
@@ -11076,7 +11076,7 @@
|
|
|
11076
11076
|
"enumValues": null,
|
|
11077
11077
|
"fields": {
|
|
11078
11078
|
"custom": {
|
|
11079
|
-
"alias": "
|
|
11079
|
+
"alias": "customSocketLanFirewallServiceType: custom",
|
|
11080
11080
|
"args": {},
|
|
11081
11081
|
"deprecationReason": null,
|
|
11082
11082
|
"description": "Custom services defined for this rule.",
|
|
@@ -11115,7 +11115,7 @@
|
|
|
11115
11115
|
"varName": "port"
|
|
11116
11116
|
},
|
|
11117
11117
|
"portRange": {
|
|
11118
|
-
"alias": "
|
|
11118
|
+
"alias": "portRangeCustomService: portRange",
|
|
11119
11119
|
"args": {},
|
|
11120
11120
|
"deprecationReason": null,
|
|
11121
11121
|
"description": null,
|
|
@@ -11190,7 +11190,7 @@
|
|
|
11190
11190
|
"varName": "portRange"
|
|
11191
11191
|
},
|
|
11192
11192
|
"protocol": {
|
|
11193
|
-
"alias": "
|
|
11193
|
+
"alias": "protocolCustomService: protocol",
|
|
11194
11194
|
"args": {},
|
|
11195
11195
|
"deprecationReason": null,
|
|
11196
11196
|
"description": null,
|
|
@@ -11273,7 +11273,7 @@
|
|
|
11273
11273
|
"varName": "customService"
|
|
11274
11274
|
},
|
|
11275
11275
|
"simple": {
|
|
11276
|
-
"alias": "
|
|
11276
|
+
"alias": "simpleSocketLanFirewallServiceType: simple",
|
|
11277
11277
|
"args": {},
|
|
11278
11278
|
"deprecationReason": null,
|
|
11279
11279
|
"description": "Simple services allowed by the firewall rule.",
|
|
@@ -11290,7 +11290,7 @@
|
|
|
11290
11290
|
"enumValues": null,
|
|
11291
11291
|
"fields": {
|
|
11292
11292
|
"name": {
|
|
11293
|
-
"alias": "
|
|
11293
|
+
"alias": "nameSimpleService: name",
|
|
11294
11294
|
"args": {},
|
|
11295
11295
|
"deprecationReason": null,
|
|
11296
11296
|
"description": null,
|
|
@@ -11397,7 +11397,7 @@
|
|
|
11397
11397
|
"varName": "simpleService"
|
|
11398
11398
|
},
|
|
11399
11399
|
"standard": {
|
|
11400
|
-
"alias": "
|
|
11400
|
+
"alias": "standardSocketLanFirewallServiceType: standard",
|
|
11401
11401
|
"args": {},
|
|
11402
11402
|
"deprecationReason": null,
|
|
11403
11403
|
"description": "Standard services allowed by the firewall rule.",
|
|
@@ -11492,7 +11492,7 @@
|
|
|
11492
11492
|
"varName": "socketLanFirewallServiceType"
|
|
11493
11493
|
},
|
|
11494
11494
|
"source": {
|
|
11495
|
-
"alias": "
|
|
11495
|
+
"alias": "sourceSocketLanFirewallRule: source",
|
|
11496
11496
|
"args": {},
|
|
11497
11497
|
"deprecationReason": null,
|
|
11498
11498
|
"description": "Defines sources for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -11509,7 +11509,7 @@
|
|
|
11509
11509
|
"enumValues": null,
|
|
11510
11510
|
"fields": {
|
|
11511
11511
|
"floatingSubnet": {
|
|
11512
|
-
"alias": "
|
|
11512
|
+
"alias": "floatingSubnetSocketLanFirewallSource: floatingSubnet",
|
|
11513
11513
|
"args": {},
|
|
11514
11514
|
"deprecationReason": null,
|
|
11515
11515
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -11587,7 +11587,7 @@
|
|
|
11587
11587
|
"varName": "floatingSubnetRef"
|
|
11588
11588
|
},
|
|
11589
11589
|
"globalIpRange": {
|
|
11590
|
-
"alias": "
|
|
11590
|
+
"alias": "globalIpRangeSocketLanFirewallSource: globalIpRange",
|
|
11591
11591
|
"args": {},
|
|
11592
11592
|
"deprecationReason": null,
|
|
11593
11593
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -11665,7 +11665,7 @@
|
|
|
11665
11665
|
"varName": "globalIpRangeRef"
|
|
11666
11666
|
},
|
|
11667
11667
|
"group": {
|
|
11668
|
-
"alias": "
|
|
11668
|
+
"alias": "groupSocketLanFirewallSource: group",
|
|
11669
11669
|
"args": {},
|
|
11670
11670
|
"deprecationReason": null,
|
|
11671
11671
|
"description": "Groups defined for your account.",
|
|
@@ -11743,7 +11743,7 @@
|
|
|
11743
11743
|
"varName": "groupRef"
|
|
11744
11744
|
},
|
|
11745
11745
|
"host": {
|
|
11746
|
-
"alias": "
|
|
11746
|
+
"alias": "hostSocketLanFirewallSource: host",
|
|
11747
11747
|
"args": {},
|
|
11748
11748
|
"deprecationReason": null,
|
|
11749
11749
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -11844,7 +11844,7 @@
|
|
|
11844
11844
|
"varName": "ip"
|
|
11845
11845
|
},
|
|
11846
11846
|
"ipRange": {
|
|
11847
|
-
"alias": "
|
|
11847
|
+
"alias": "ipRangeSocketLanFirewallSource: ipRange",
|
|
11848
11848
|
"args": {},
|
|
11849
11849
|
"deprecationReason": null,
|
|
11850
11850
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -11945,7 +11945,7 @@
|
|
|
11945
11945
|
"varName": "mac"
|
|
11946
11946
|
},
|
|
11947
11947
|
"networkInterface": {
|
|
11948
|
-
"alias": "
|
|
11948
|
+
"alias": "networkInterfaceSocketLanFirewallSource: networkInterface",
|
|
11949
11949
|
"args": {},
|
|
11950
11950
|
"deprecationReason": null,
|
|
11951
11951
|
"description": "Network interfaces defined for your site.",
|
|
@@ -12023,7 +12023,7 @@
|
|
|
12023
12023
|
"varName": "networkInterfaceRef"
|
|
12024
12024
|
},
|
|
12025
12025
|
"site": {
|
|
12026
|
-
"alias": "
|
|
12026
|
+
"alias": "siteSocketLanFirewallSource: site",
|
|
12027
12027
|
"args": {},
|
|
12028
12028
|
"deprecationReason": null,
|
|
12029
12029
|
"description": "Sites defined for your account.",
|
|
@@ -12101,7 +12101,7 @@
|
|
|
12101
12101
|
"varName": "siteRef"
|
|
12102
12102
|
},
|
|
12103
12103
|
"siteNetworkSubnet": {
|
|
12104
|
-
"alias": "
|
|
12104
|
+
"alias": "siteNetworkSubnetSocketLanFirewallSource: siteNetworkSubnet",
|
|
12105
12105
|
"args": {},
|
|
12106
12106
|
"deprecationReason": null,
|
|
12107
12107
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -12202,7 +12202,7 @@
|
|
|
12202
12202
|
"varName": "subnet"
|
|
12203
12203
|
},
|
|
12204
12204
|
"systemGroup": {
|
|
12205
|
-
"alias": "
|
|
12205
|
+
"alias": "systemGroupSocketLanFirewallSource: systemGroup",
|
|
12206
12206
|
"args": {},
|
|
12207
12207
|
"deprecationReason": null,
|
|
12208
12208
|
"description": "Predefined system groups in your account.",
|
|
@@ -12320,7 +12320,7 @@
|
|
|
12320
12320
|
"varName": "socketLanFirewallSource"
|
|
12321
12321
|
},
|
|
12322
12322
|
"tracking": {
|
|
12323
|
-
"alias": "
|
|
12323
|
+
"alias": "trackingSocketLanFirewallRule: tracking",
|
|
12324
12324
|
"args": {},
|
|
12325
12325
|
"deprecationReason": null,
|
|
12326
12326
|
"description": "Tracking information when the rule is matched, such as events and notifications.",
|
|
@@ -12337,7 +12337,7 @@
|
|
|
12337
12337
|
"enumValues": null,
|
|
12338
12338
|
"fields": {
|
|
12339
12339
|
"alert": {
|
|
12340
|
-
"alias": "
|
|
12340
|
+
"alias": "alertPolicyTracking: alert",
|
|
12341
12341
|
"args": {},
|
|
12342
12342
|
"deprecationReason": null,
|
|
12343
12343
|
"description": null,
|
|
@@ -12356,7 +12356,7 @@
|
|
|
12356
12356
|
"enabled": {
|
|
12357
12357
|
"args": {},
|
|
12358
12358
|
"deprecationReason": null,
|
|
12359
|
-
"description": "TRUE
|
|
12359
|
+
"description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
|
|
12360
12360
|
"id_str": "socketLan___addRule___rule___rule___firewall___rule___tracking___alert___enabled",
|
|
12361
12361
|
"isDeprecated": false,
|
|
12362
12362
|
"name": "enabled",
|
|
@@ -12375,7 +12375,7 @@
|
|
|
12375
12375
|
"varName": "enabled"
|
|
12376
12376
|
},
|
|
12377
12377
|
"frequency": {
|
|
12378
|
-
"alias": "
|
|
12378
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
12379
12379
|
"args": {},
|
|
12380
12380
|
"deprecationReason": null,
|
|
12381
12381
|
"description": "Returns data for the alert frequency",
|
|
@@ -12433,7 +12433,7 @@
|
|
|
12433
12433
|
"varName": "frequency"
|
|
12434
12434
|
},
|
|
12435
12435
|
"mailingList": {
|
|
12436
|
-
"alias": "
|
|
12436
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
12437
12437
|
"args": {},
|
|
12438
12438
|
"deprecationReason": null,
|
|
12439
12439
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -12511,7 +12511,7 @@
|
|
|
12511
12511
|
"varName": "subscriptionMailingListRef"
|
|
12512
12512
|
},
|
|
12513
12513
|
"subscriptionGroup": {
|
|
12514
|
-
"alias": "
|
|
12514
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
12515
12515
|
"args": {},
|
|
12516
12516
|
"deprecationReason": null,
|
|
12517
12517
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -12589,7 +12589,7 @@
|
|
|
12589
12589
|
"varName": "subscriptionGroupRef"
|
|
12590
12590
|
},
|
|
12591
12591
|
"webhook": {
|
|
12592
|
-
"alias": "
|
|
12592
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
12593
12593
|
"args": {},
|
|
12594
12594
|
"deprecationReason": null,
|
|
12595
12595
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -12684,7 +12684,7 @@
|
|
|
12684
12684
|
"varName": "policyRuleTrackingAlert"
|
|
12685
12685
|
},
|
|
12686
12686
|
"event": {
|
|
12687
|
-
"alias": "
|
|
12687
|
+
"alias": "eventPolicyTracking: event",
|
|
12688
12688
|
"args": {},
|
|
12689
12689
|
"deprecationReason": null,
|
|
12690
12690
|
"description": null,
|
|
@@ -12855,7 +12855,7 @@
|
|
|
12855
12855
|
"varName": "name"
|
|
12856
12856
|
},
|
|
12857
12857
|
"nat": {
|
|
12858
|
-
"alias": "
|
|
12858
|
+
"alias": "natSocketLanRule: nat",
|
|
12859
12859
|
"args": {},
|
|
12860
12860
|
"deprecationReason": null,
|
|
12861
12861
|
"description": "Optionally, enable NAT on the outgoing interface. This translates all originating IPs to one NAT IP.",
|
|
@@ -12893,7 +12893,7 @@
|
|
|
12893
12893
|
"varName": "enabled"
|
|
12894
12894
|
},
|
|
12895
12895
|
"natType": {
|
|
12896
|
-
"alias": "
|
|
12896
|
+
"alias": "natTypeSocketLanNatSettings: natType",
|
|
12897
12897
|
"args": {},
|
|
12898
12898
|
"deprecationReason": null,
|
|
12899
12899
|
"description": null,
|
|
@@ -12950,7 +12950,7 @@
|
|
|
12950
12950
|
"varName": "socketLanNatSettings"
|
|
12951
12951
|
},
|
|
12952
12952
|
"section": {
|
|
12953
|
-
"alias": "
|
|
12953
|
+
"alias": "sectionSocketLanRule: section",
|
|
12954
12954
|
"args": {},
|
|
12955
12955
|
"deprecationReason": null,
|
|
12956
12956
|
"description": "Policy section where the rule is located",
|
|
@@ -13026,7 +13026,7 @@
|
|
|
13026
13026
|
"varName": "policySectionInfo"
|
|
13027
13027
|
},
|
|
13028
13028
|
"service": {
|
|
13029
|
-
"alias": "
|
|
13029
|
+
"alias": "serviceSocketLanRule: service",
|
|
13030
13030
|
"args": {},
|
|
13031
13031
|
"deprecationReason": null,
|
|
13032
13032
|
"description": "Destination service matching criteria for the rule. Port/Protocol based.",
|
|
@@ -13043,7 +13043,7 @@
|
|
|
13043
13043
|
"enumValues": null,
|
|
13044
13044
|
"fields": {
|
|
13045
13045
|
"custom": {
|
|
13046
|
-
"alias": "
|
|
13046
|
+
"alias": "customSocketLanService: custom",
|
|
13047
13047
|
"args": {},
|
|
13048
13048
|
"deprecationReason": null,
|
|
13049
13049
|
"description": "Custom Port/Protocol service.",
|
|
@@ -13082,7 +13082,7 @@
|
|
|
13082
13082
|
"varName": "port"
|
|
13083
13083
|
},
|
|
13084
13084
|
"portRange": {
|
|
13085
|
-
"alias": "
|
|
13085
|
+
"alias": "portRangeCustomService: portRange",
|
|
13086
13086
|
"args": {},
|
|
13087
13087
|
"deprecationReason": null,
|
|
13088
13088
|
"description": null,
|
|
@@ -13157,7 +13157,7 @@
|
|
|
13157
13157
|
"varName": "portRange"
|
|
13158
13158
|
},
|
|
13159
13159
|
"protocol": {
|
|
13160
|
-
"alias": "
|
|
13160
|
+
"alias": "protocolCustomService: protocol",
|
|
13161
13161
|
"args": {},
|
|
13162
13162
|
"deprecationReason": null,
|
|
13163
13163
|
"description": null,
|
|
@@ -13240,7 +13240,7 @@
|
|
|
13240
13240
|
"varName": "customService"
|
|
13241
13241
|
},
|
|
13242
13242
|
"simple": {
|
|
13243
|
-
"alias": "
|
|
13243
|
+
"alias": "simpleSocketLanService: simple",
|
|
13244
13244
|
"args": {},
|
|
13245
13245
|
"deprecationReason": null,
|
|
13246
13246
|
"description": "List of L4 based services.",
|
|
@@ -13257,7 +13257,7 @@
|
|
|
13257
13257
|
"enumValues": null,
|
|
13258
13258
|
"fields": {
|
|
13259
13259
|
"name": {
|
|
13260
|
-
"alias": "
|
|
13260
|
+
"alias": "nameSimpleService: name",
|
|
13261
13261
|
"args": {},
|
|
13262
13262
|
"deprecationReason": null,
|
|
13263
13263
|
"description": null,
|
|
@@ -13381,7 +13381,7 @@
|
|
|
13381
13381
|
"varName": "socketLanService"
|
|
13382
13382
|
},
|
|
13383
13383
|
"site": {
|
|
13384
|
-
"alias": "
|
|
13384
|
+
"alias": "siteSocketLanRule: site",
|
|
13385
13385
|
"args": {},
|
|
13386
13386
|
"deprecationReason": null,
|
|
13387
13387
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -13398,7 +13398,7 @@
|
|
|
13398
13398
|
"enumValues": null,
|
|
13399
13399
|
"fields": {
|
|
13400
13400
|
"group": {
|
|
13401
|
-
"alias": "
|
|
13401
|
+
"alias": "groupSocketLanSite: group",
|
|
13402
13402
|
"args": {},
|
|
13403
13403
|
"deprecationReason": null,
|
|
13404
13404
|
"description": "The group of sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -13476,7 +13476,7 @@
|
|
|
13476
13476
|
"varName": "groupRef"
|
|
13477
13477
|
},
|
|
13478
13478
|
"site": {
|
|
13479
|
-
"alias": "
|
|
13479
|
+
"alias": "siteSocketLanSite: site",
|
|
13480
13480
|
"args": {},
|
|
13481
13481
|
"deprecationReason": null,
|
|
13482
13482
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -13571,10 +13571,10 @@
|
|
|
13571
13571
|
"varName": "socketLanSite"
|
|
13572
13572
|
},
|
|
13573
13573
|
"source": {
|
|
13574
|
-
"alias": "
|
|
13574
|
+
"alias": "sourceSocketLanRule: source",
|
|
13575
13575
|
"args": {},
|
|
13576
13576
|
"deprecationReason": null,
|
|
13577
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
13577
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
13578
13578
|
"id_str": "socketLan___addRule___rule___rule___source",
|
|
13579
13579
|
"isDeprecated": false,
|
|
13580
13580
|
"name": "source",
|
|
@@ -13588,7 +13588,7 @@
|
|
|
13588
13588
|
"enumValues": null,
|
|
13589
13589
|
"fields": {
|
|
13590
13590
|
"floatingSubnet": {
|
|
13591
|
-
"alias": "
|
|
13591
|
+
"alias": "floatingSubnetSocketLanSource: floatingSubnet",
|
|
13592
13592
|
"args": {},
|
|
13593
13593
|
"deprecationReason": null,
|
|
13594
13594
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -13666,7 +13666,7 @@
|
|
|
13666
13666
|
"varName": "floatingSubnetRef"
|
|
13667
13667
|
},
|
|
13668
13668
|
"globalIpRange": {
|
|
13669
|
-
"alias": "
|
|
13669
|
+
"alias": "globalIpRangeSocketLanSource: globalIpRange",
|
|
13670
13670
|
"args": {},
|
|
13671
13671
|
"deprecationReason": null,
|
|
13672
13672
|
"description": "Globally defined IP range, IP and subnet objects.",
|
|
@@ -13744,7 +13744,7 @@
|
|
|
13744
13744
|
"varName": "globalIpRangeRef"
|
|
13745
13745
|
},
|
|
13746
13746
|
"group": {
|
|
13747
|
-
"alias": "
|
|
13747
|
+
"alias": "groupSocketLanSource: group",
|
|
13748
13748
|
"args": {},
|
|
13749
13749
|
"deprecationReason": null,
|
|
13750
13750
|
"description": "Predefined Cato groups, Socket sites/objects only.",
|
|
@@ -13822,7 +13822,7 @@
|
|
|
13822
13822
|
"varName": "groupRef"
|
|
13823
13823
|
},
|
|
13824
13824
|
"host": {
|
|
13825
|
-
"alias": "
|
|
13825
|
+
"alias": "hostSocketLanSource: host",
|
|
13826
13826
|
"args": {},
|
|
13827
13827
|
"deprecationReason": null,
|
|
13828
13828
|
"description": "Hosts and servers defined for your under Socket sites.",
|
|
@@ -13923,7 +13923,7 @@
|
|
|
13923
13923
|
"varName": "ip"
|
|
13924
13924
|
},
|
|
13925
13925
|
"ipRange": {
|
|
13926
|
-
"alias": "
|
|
13926
|
+
"alias": "ipRangeSocketLanSource: ipRange",
|
|
13927
13927
|
"args": {},
|
|
13928
13928
|
"deprecationReason": null,
|
|
13929
13929
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -14001,7 +14001,7 @@
|
|
|
14001
14001
|
"varName": "ipAddressRange"
|
|
14002
14002
|
},
|
|
14003
14003
|
"networkInterface": {
|
|
14004
|
-
"alias": "
|
|
14004
|
+
"alias": "networkInterfaceSocketLanSource: networkInterface",
|
|
14005
14005
|
"args": {},
|
|
14006
14006
|
"deprecationReason": null,
|
|
14007
14007
|
"description": "Network range defined for a site.",
|
|
@@ -14079,7 +14079,7 @@
|
|
|
14079
14079
|
"varName": "networkInterfaceRef"
|
|
14080
14080
|
},
|
|
14081
14081
|
"siteNetworkSubnet": {
|
|
14082
|
-
"alias": "
|
|
14082
|
+
"alias": "siteNetworkSubnetSocketLanSource: siteNetworkSubnet",
|
|
14083
14083
|
"args": {},
|
|
14084
14084
|
"deprecationReason": null,
|
|
14085
14085
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -14180,7 +14180,7 @@
|
|
|
14180
14180
|
"varName": "subnet"
|
|
14181
14181
|
},
|
|
14182
14182
|
"systemGroup": {
|
|
14183
|
-
"alias": "
|
|
14183
|
+
"alias": "systemGroupSocketLanSource: systemGroup",
|
|
14184
14184
|
"args": {},
|
|
14185
14185
|
"deprecationReason": null,
|
|
14186
14186
|
"description": "Predefined Cato groups.",
|
|
@@ -14298,7 +14298,7 @@
|
|
|
14298
14298
|
"varName": "socketLanSource"
|
|
14299
14299
|
},
|
|
14300
14300
|
"transport": {
|
|
14301
|
-
"alias": "
|
|
14301
|
+
"alias": "transportSocketLanRule: transport",
|
|
14302
14302
|
"args": {},
|
|
14303
14303
|
"deprecationReason": null,
|
|
14304
14304
|
"description": "The transport of the matching traffic.\nEither govern traffic to be routed locally (LAN), or to the PoP(WAN).\nTraffic is send to the WAN by default.\nTraffic routed in the LAN, enforced by the LAN Firewall rules.",
|
|
@@ -14377,7 +14377,7 @@
|
|
|
14377
14377
|
"varName": "socketLanRulePayload"
|
|
14378
14378
|
},
|
|
14379
14379
|
"status": {
|
|
14380
|
-
"alias": "
|
|
14380
|
+
"alias": "statusSocketLanRuleMutationPayload: status",
|
|
14381
14381
|
"args": {},
|
|
14382
14382
|
"deprecationReason": null,
|
|
14383
14383
|
"description": null,
|