catocli 2.0.5__py3-none-any.whl → 2.1.1__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 +32 -4
- catocli/Utils/version_checker.py +1 -1
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +13 -2
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +79 -6
- catocli/parsers/custom_private/__init__.py +134 -0
- 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 +444 -9
- 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.1.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/RECORD +253 -300
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/top_level.txt +0 -2
- graphql_client/api/call_api.py +20 -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 +43 -16
- 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.1.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -530,7 +530,7 @@
|
|
|
530
530
|
"enumValues": null,
|
|
531
531
|
"fields": {
|
|
532
532
|
"audit": {
|
|
533
|
-
"alias": "
|
|
533
|
+
"alias": "auditSocketLanPolicy: audit",
|
|
534
534
|
"args": {},
|
|
535
535
|
"deprecationReason": null,
|
|
536
536
|
"description": null,
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
"varName": "enabled"
|
|
627
627
|
},
|
|
628
628
|
"revision": {
|
|
629
|
-
"alias": "
|
|
629
|
+
"alias": "revisionSocketLanPolicy: revision",
|
|
630
630
|
"args": {},
|
|
631
631
|
"deprecationReason": null,
|
|
632
632
|
"description": null,
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"varName": "policyRevision"
|
|
786
786
|
},
|
|
787
787
|
"rules": {
|
|
788
|
-
"alias": "
|
|
788
|
+
"alias": "rulesSocketLanPolicy: rules",
|
|
789
789
|
"args": {},
|
|
790
790
|
"deprecationReason": null,
|
|
791
791
|
"description": null,
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"enumValues": null,
|
|
803
803
|
"fields": {
|
|
804
804
|
"audit": {
|
|
805
|
-
"alias": "
|
|
805
|
+
"alias": "auditSocketLanRulePayload: audit",
|
|
806
806
|
"args": {},
|
|
807
807
|
"deprecationReason": null,
|
|
808
808
|
"description": null,
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
"varName": "policyElementAudit"
|
|
879
879
|
},
|
|
880
880
|
"properties": {
|
|
881
|
-
"alias": "
|
|
881
|
+
"alias": "propertiesSocketLanRulePayload: properties",
|
|
882
882
|
"args": {},
|
|
883
883
|
"deprecationReason": null,
|
|
884
884
|
"description": null,
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
"varName": "properties"
|
|
957
957
|
},
|
|
958
958
|
"rule": {
|
|
959
|
-
"alias": "
|
|
959
|
+
"alias": "ruleSocketLanRulePayload: rule",
|
|
960
960
|
"args": {},
|
|
961
961
|
"deprecationReason": null,
|
|
962
962
|
"description": null,
|
|
@@ -994,7 +994,7 @@
|
|
|
994
994
|
"varName": "description"
|
|
995
995
|
},
|
|
996
996
|
"destination": {
|
|
997
|
-
"alias": "
|
|
997
|
+
"alias": "destinationSocketLanRule: destination",
|
|
998
998
|
"args": {},
|
|
999
999
|
"deprecationReason": null,
|
|
1000
1000
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
"enumValues": null,
|
|
1012
1012
|
"fields": {
|
|
1013
1013
|
"floatingSubnet": {
|
|
1014
|
-
"alias": "
|
|
1014
|
+
"alias": "floatingSubnetSocketLanDestination: floatingSubnet",
|
|
1015
1015
|
"args": {},
|
|
1016
1016
|
"deprecationReason": null,
|
|
1017
1017
|
"description": null,
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
"varName": "floatingSubnetRef"
|
|
1090
1090
|
},
|
|
1091
1091
|
"globalIpRange": {
|
|
1092
|
-
"alias": "
|
|
1092
|
+
"alias": "globalIpRangeSocketLanDestination: globalIpRange",
|
|
1093
1093
|
"args": {},
|
|
1094
1094
|
"deprecationReason": null,
|
|
1095
1095
|
"description": null,
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
"varName": "globalIpRangeRef"
|
|
1168
1168
|
},
|
|
1169
1169
|
"group": {
|
|
1170
|
-
"alias": "
|
|
1170
|
+
"alias": "groupSocketLanDestination: group",
|
|
1171
1171
|
"args": {},
|
|
1172
1172
|
"deprecationReason": null,
|
|
1173
1173
|
"description": null,
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
"varName": "groupRef"
|
|
1246
1246
|
},
|
|
1247
1247
|
"host": {
|
|
1248
|
-
"alias": "
|
|
1248
|
+
"alias": "hostSocketLanDestination: host",
|
|
1249
1249
|
"args": {},
|
|
1250
1250
|
"deprecationReason": null,
|
|
1251
1251
|
"description": null,
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"varName": "ip"
|
|
1347
1347
|
},
|
|
1348
1348
|
"ipRange": {
|
|
1349
|
-
"alias": "
|
|
1349
|
+
"alias": "ipRangeSocketLanDestination: ipRange",
|
|
1350
1350
|
"args": {},
|
|
1351
1351
|
"deprecationReason": null,
|
|
1352
1352
|
"description": null,
|
|
@@ -1424,7 +1424,7 @@
|
|
|
1424
1424
|
"varName": "ipAddressRange"
|
|
1425
1425
|
},
|
|
1426
1426
|
"networkInterface": {
|
|
1427
|
-
"alias": "
|
|
1427
|
+
"alias": "networkInterfaceSocketLanDestination: networkInterface",
|
|
1428
1428
|
"args": {},
|
|
1429
1429
|
"deprecationReason": null,
|
|
1430
1430
|
"description": null,
|
|
@@ -1502,7 +1502,7 @@
|
|
|
1502
1502
|
"varName": "networkInterfaceRef"
|
|
1503
1503
|
},
|
|
1504
1504
|
"siteNetworkSubnet": {
|
|
1505
|
-
"alias": "
|
|
1505
|
+
"alias": "siteNetworkSubnetSocketLanDestination: siteNetworkSubnet",
|
|
1506
1506
|
"args": {},
|
|
1507
1507
|
"deprecationReason": null,
|
|
1508
1508
|
"description": null,
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
"varName": "subnet"
|
|
1604
1604
|
},
|
|
1605
1605
|
"systemGroup": {
|
|
1606
|
-
"alias": "
|
|
1606
|
+
"alias": "systemGroupSocketLanDestination: systemGroup",
|
|
1607
1607
|
"args": {},
|
|
1608
1608
|
"deprecationReason": null,
|
|
1609
1609
|
"description": null,
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
"varName": "socketLanDestination"
|
|
1722
1722
|
},
|
|
1723
1723
|
"direction": {
|
|
1724
|
-
"alias": "
|
|
1724
|
+
"alias": "directionSocketLanRule: direction",
|
|
1725
1725
|
"args": {},
|
|
1726
1726
|
"deprecationReason": null,
|
|
1727
1727
|
"description": "Direction of the traffic initiator matching criteria. ",
|
|
@@ -1788,7 +1788,7 @@
|
|
|
1788
1788
|
"varName": "enabled"
|
|
1789
1789
|
},
|
|
1790
1790
|
"firewall": {
|
|
1791
|
-
"alias": "
|
|
1791
|
+
"alias": "firewallSocketLanRule: firewall",
|
|
1792
1792
|
"args": {},
|
|
1793
1793
|
"deprecationReason": null,
|
|
1794
1794
|
"description": null,
|
|
@@ -1805,7 +1805,7 @@
|
|
|
1805
1805
|
"enumValues": null,
|
|
1806
1806
|
"fields": {
|
|
1807
1807
|
"audit": {
|
|
1808
|
-
"alias": "
|
|
1808
|
+
"alias": "auditSocketLanFirewallRulePayload: audit",
|
|
1809
1809
|
"args": {},
|
|
1810
1810
|
"deprecationReason": null,
|
|
1811
1811
|
"description": null,
|
|
@@ -1881,7 +1881,7 @@
|
|
|
1881
1881
|
"varName": "policyElementAudit"
|
|
1882
1882
|
},
|
|
1883
1883
|
"properties": {
|
|
1884
|
-
"alias": "
|
|
1884
|
+
"alias": "propertiesSocketLanFirewallRulePayload: properties",
|
|
1885
1885
|
"args": {},
|
|
1886
1886
|
"deprecationReason": null,
|
|
1887
1887
|
"description": null,
|
|
@@ -1959,7 +1959,7 @@
|
|
|
1959
1959
|
"varName": "properties"
|
|
1960
1960
|
},
|
|
1961
1961
|
"rule": {
|
|
1962
|
-
"alias": "
|
|
1962
|
+
"alias": "ruleSocketLanFirewallRulePayload: rule",
|
|
1963
1963
|
"args": {},
|
|
1964
1964
|
"deprecationReason": null,
|
|
1965
1965
|
"description": null,
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
"enumValues": null,
|
|
1977
1977
|
"fields": {
|
|
1978
1978
|
"action": {
|
|
1979
|
-
"alias": "
|
|
1979
|
+
"alias": "actionSocketLanFirewallRule: action",
|
|
1980
1980
|
"args": {},
|
|
1981
1981
|
"deprecationReason": null,
|
|
1982
1982
|
"description": "Action to take when the rule is matched (ALLOW or BLOCK).",
|
|
@@ -2022,7 +2022,7 @@
|
|
|
2022
2022
|
"varName": "action"
|
|
2023
2023
|
},
|
|
2024
2024
|
"application": {
|
|
2025
|
-
"alias": "
|
|
2025
|
+
"alias": "applicationSocketLanFirewallRule: application",
|
|
2026
2026
|
"args": {},
|
|
2027
2027
|
"deprecationReason": null,
|
|
2028
2028
|
"description": "Application traffic matching criteria.",
|
|
@@ -2039,7 +2039,7 @@
|
|
|
2039
2039
|
"enumValues": null,
|
|
2040
2040
|
"fields": {
|
|
2041
2041
|
"application": {
|
|
2042
|
-
"alias": "
|
|
2042
|
+
"alias": "applicationSocketLanFirewallApplication: application",
|
|
2043
2043
|
"args": {},
|
|
2044
2044
|
"deprecationReason": null,
|
|
2045
2045
|
"description": "Applications matching criteria for this rule.",
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
"varName": "applicationRef"
|
|
2118
2118
|
},
|
|
2119
2119
|
"customApp": {
|
|
2120
|
-
"alias": "
|
|
2120
|
+
"alias": "customAppSocketLanFirewallApplication: customApp",
|
|
2121
2121
|
"args": {},
|
|
2122
2122
|
"deprecationReason": null,
|
|
2123
2123
|
"description": "Custom applications that can be matched by",
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
"varName": "fqdn"
|
|
2242
2242
|
},
|
|
2243
2243
|
"globalIpRange": {
|
|
2244
|
-
"alias": "
|
|
2244
|
+
"alias": "globalIpRangeSocketLanFirewallApplication: globalIpRange",
|
|
2245
2245
|
"args": {},
|
|
2246
2246
|
"deprecationReason": null,
|
|
2247
2247
|
"description": null,
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
"varName": "ip"
|
|
2343
2343
|
},
|
|
2344
2344
|
"ipRange": {
|
|
2345
|
-
"alias": "
|
|
2345
|
+
"alias": "ipRangeSocketLanFirewallApplication: ipRange",
|
|
2346
2346
|
"args": {},
|
|
2347
2347
|
"deprecationReason": null,
|
|
2348
2348
|
"description": null,
|
|
@@ -2481,7 +2481,7 @@
|
|
|
2481
2481
|
"varName": "description"
|
|
2482
2482
|
},
|
|
2483
2483
|
"destination": {
|
|
2484
|
-
"alias": "
|
|
2484
|
+
"alias": "destinationSocketLanFirewallRule: destination",
|
|
2485
2485
|
"args": {},
|
|
2486
2486
|
"deprecationReason": null,
|
|
2487
2487
|
"description": "Defines destinations for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -2498,7 +2498,7 @@
|
|
|
2498
2498
|
"enumValues": null,
|
|
2499
2499
|
"fields": {
|
|
2500
2500
|
"floatingSubnet": {
|
|
2501
|
-
"alias": "
|
|
2501
|
+
"alias": "floatingSubnetSocketLanFirewallDestination: floatingSubnet",
|
|
2502
2502
|
"args": {},
|
|
2503
2503
|
"deprecationReason": null,
|
|
2504
2504
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -2576,7 +2576,7 @@
|
|
|
2576
2576
|
"varName": "floatingSubnetRef"
|
|
2577
2577
|
},
|
|
2578
2578
|
"globalIpRange": {
|
|
2579
|
-
"alias": "
|
|
2579
|
+
"alias": "globalIpRangeSocketLanFirewallDestination: globalIpRange",
|
|
2580
2580
|
"args": {},
|
|
2581
2581
|
"deprecationReason": null,
|
|
2582
2582
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -2654,7 +2654,7 @@
|
|
|
2654
2654
|
"varName": "globalIpRangeRef"
|
|
2655
2655
|
},
|
|
2656
2656
|
"group": {
|
|
2657
|
-
"alias": "
|
|
2657
|
+
"alias": "groupSocketLanFirewallDestination: group",
|
|
2658
2658
|
"args": {},
|
|
2659
2659
|
"deprecationReason": null,
|
|
2660
2660
|
"description": "Groups defined for your account.",
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
"varName": "groupRef"
|
|
2733
2733
|
},
|
|
2734
2734
|
"host": {
|
|
2735
|
-
"alias": "
|
|
2735
|
+
"alias": "hostSocketLanFirewallDestination: host",
|
|
2736
2736
|
"args": {},
|
|
2737
2737
|
"deprecationReason": null,
|
|
2738
2738
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -2833,7 +2833,7 @@
|
|
|
2833
2833
|
"varName": "ip"
|
|
2834
2834
|
},
|
|
2835
2835
|
"ipRange": {
|
|
2836
|
-
"alias": "
|
|
2836
|
+
"alias": "ipRangeSocketLanFirewallDestination: ipRange",
|
|
2837
2837
|
"args": {},
|
|
2838
2838
|
"deprecationReason": null,
|
|
2839
2839
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
"varName": "ipAddressRange"
|
|
2912
2912
|
},
|
|
2913
2913
|
"networkInterface": {
|
|
2914
|
-
"alias": "
|
|
2914
|
+
"alias": "networkInterfaceSocketLanFirewallDestination: networkInterface",
|
|
2915
2915
|
"args": {},
|
|
2916
2916
|
"deprecationReason": null,
|
|
2917
2917
|
"description": "Network interfaces defined for your site.",
|
|
@@ -2989,7 +2989,7 @@
|
|
|
2989
2989
|
"varName": "networkInterfaceRef"
|
|
2990
2990
|
},
|
|
2991
2991
|
"site": {
|
|
2992
|
-
"alias": "
|
|
2992
|
+
"alias": "siteSocketLanFirewallDestination: site",
|
|
2993
2993
|
"args": {},
|
|
2994
2994
|
"deprecationReason": null,
|
|
2995
2995
|
"description": "Sites defined for your account.",
|
|
@@ -3067,7 +3067,7 @@
|
|
|
3067
3067
|
"varName": "siteRef"
|
|
3068
3068
|
},
|
|
3069
3069
|
"siteNetworkSubnet": {
|
|
3070
|
-
"alias": "
|
|
3070
|
+
"alias": "siteNetworkSubnetSocketLanFirewallDestination: siteNetworkSubnet",
|
|
3071
3071
|
"args": {},
|
|
3072
3072
|
"deprecationReason": null,
|
|
3073
3073
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -3168,7 +3168,7 @@
|
|
|
3168
3168
|
"varName": "subnet"
|
|
3169
3169
|
},
|
|
3170
3170
|
"systemGroup": {
|
|
3171
|
-
"alias": "
|
|
3171
|
+
"alias": "systemGroupSocketLanFirewallDestination: systemGroup",
|
|
3172
3172
|
"args": {},
|
|
3173
3173
|
"deprecationReason": null,
|
|
3174
3174
|
"description": "Predefined system groups in your account.",
|
|
@@ -3286,7 +3286,7 @@
|
|
|
3286
3286
|
"varName": "socketLanFirewallDestination"
|
|
3287
3287
|
},
|
|
3288
3288
|
"direction": {
|
|
3289
|
-
"alias": "
|
|
3289
|
+
"alias": "directionSocketLanFirewallRule: direction",
|
|
3290
3290
|
"args": {},
|
|
3291
3291
|
"deprecationReason": null,
|
|
3292
3292
|
"description": "Direction of the traffic (TO or BOTH).",
|
|
@@ -3416,7 +3416,7 @@
|
|
|
3416
3416
|
"varName": "name"
|
|
3417
3417
|
},
|
|
3418
3418
|
"section": {
|
|
3419
|
-
"alias": "
|
|
3419
|
+
"alias": "sectionSocketLanFirewallRule: section",
|
|
3420
3420
|
"args": {},
|
|
3421
3421
|
"deprecationReason": null,
|
|
3422
3422
|
"description": "Policy section where the rule is located",
|
|
@@ -3492,7 +3492,7 @@
|
|
|
3492
3492
|
"varName": "policySectionInfo"
|
|
3493
3493
|
},
|
|
3494
3494
|
"service": {
|
|
3495
|
-
"alias": "
|
|
3495
|
+
"alias": "serviceSocketLanFirewallRule: service",
|
|
3496
3496
|
"args": {},
|
|
3497
3497
|
"deprecationReason": null,
|
|
3498
3498
|
"description": "Service traffic matching criteria.",
|
|
@@ -3509,7 +3509,7 @@
|
|
|
3509
3509
|
"enumValues": null,
|
|
3510
3510
|
"fields": {
|
|
3511
3511
|
"custom": {
|
|
3512
|
-
"alias": "
|
|
3512
|
+
"alias": "customSocketLanFirewallServiceType: custom",
|
|
3513
3513
|
"args": {},
|
|
3514
3514
|
"deprecationReason": null,
|
|
3515
3515
|
"description": "Custom services defined for this rule.",
|
|
@@ -3548,7 +3548,7 @@
|
|
|
3548
3548
|
"varName": "port"
|
|
3549
3549
|
},
|
|
3550
3550
|
"portRange": {
|
|
3551
|
-
"alias": "
|
|
3551
|
+
"alias": "portRangeCustomService: portRange",
|
|
3552
3552
|
"args": {},
|
|
3553
3553
|
"deprecationReason": null,
|
|
3554
3554
|
"description": null,
|
|
@@ -3623,7 +3623,7 @@
|
|
|
3623
3623
|
"varName": "portRange"
|
|
3624
3624
|
},
|
|
3625
3625
|
"protocol": {
|
|
3626
|
-
"alias": "
|
|
3626
|
+
"alias": "protocolCustomService: protocol",
|
|
3627
3627
|
"args": {},
|
|
3628
3628
|
"deprecationReason": null,
|
|
3629
3629
|
"description": null,
|
|
@@ -3706,7 +3706,7 @@
|
|
|
3706
3706
|
"varName": "customService"
|
|
3707
3707
|
},
|
|
3708
3708
|
"simple": {
|
|
3709
|
-
"alias": "
|
|
3709
|
+
"alias": "simpleSocketLanFirewallServiceType: simple",
|
|
3710
3710
|
"args": {},
|
|
3711
3711
|
"deprecationReason": null,
|
|
3712
3712
|
"description": "Simple services allowed by the firewall rule.",
|
|
@@ -3723,7 +3723,7 @@
|
|
|
3723
3723
|
"enumValues": null,
|
|
3724
3724
|
"fields": {
|
|
3725
3725
|
"name": {
|
|
3726
|
-
"alias": "
|
|
3726
|
+
"alias": "nameSimpleService: name",
|
|
3727
3727
|
"args": {},
|
|
3728
3728
|
"deprecationReason": null,
|
|
3729
3729
|
"description": null,
|
|
@@ -3830,7 +3830,7 @@
|
|
|
3830
3830
|
"varName": "simpleService"
|
|
3831
3831
|
},
|
|
3832
3832
|
"standard": {
|
|
3833
|
-
"alias": "
|
|
3833
|
+
"alias": "standardSocketLanFirewallServiceType: standard",
|
|
3834
3834
|
"args": {},
|
|
3835
3835
|
"deprecationReason": null,
|
|
3836
3836
|
"description": "Standard services allowed by the firewall rule.",
|
|
@@ -3925,7 +3925,7 @@
|
|
|
3925
3925
|
"varName": "socketLanFirewallServiceType"
|
|
3926
3926
|
},
|
|
3927
3927
|
"source": {
|
|
3928
|
-
"alias": "
|
|
3928
|
+
"alias": "sourceSocketLanFirewallRule: source",
|
|
3929
3929
|
"args": {},
|
|
3930
3930
|
"deprecationReason": null,
|
|
3931
3931
|
"description": "Defines sources for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
"enumValues": null,
|
|
3943
3943
|
"fields": {
|
|
3944
3944
|
"floatingSubnet": {
|
|
3945
|
-
"alias": "
|
|
3945
|
+
"alias": "floatingSubnetSocketLanFirewallSource: floatingSubnet",
|
|
3946
3946
|
"args": {},
|
|
3947
3947
|
"deprecationReason": null,
|
|
3948
3948
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -4020,7 +4020,7 @@
|
|
|
4020
4020
|
"varName": "floatingSubnetRef"
|
|
4021
4021
|
},
|
|
4022
4022
|
"globalIpRange": {
|
|
4023
|
-
"alias": "
|
|
4023
|
+
"alias": "globalIpRangeSocketLanFirewallSource: globalIpRange",
|
|
4024
4024
|
"args": {},
|
|
4025
4025
|
"deprecationReason": null,
|
|
4026
4026
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -4098,7 +4098,7 @@
|
|
|
4098
4098
|
"varName": "globalIpRangeRef"
|
|
4099
4099
|
},
|
|
4100
4100
|
"group": {
|
|
4101
|
-
"alias": "
|
|
4101
|
+
"alias": "groupSocketLanFirewallSource: group",
|
|
4102
4102
|
"args": {},
|
|
4103
4103
|
"deprecationReason": null,
|
|
4104
4104
|
"description": "Groups defined for your account.",
|
|
@@ -4176,7 +4176,7 @@
|
|
|
4176
4176
|
"varName": "groupRef"
|
|
4177
4177
|
},
|
|
4178
4178
|
"host": {
|
|
4179
|
-
"alias": "
|
|
4179
|
+
"alias": "hostSocketLanFirewallSource: host",
|
|
4180
4180
|
"args": {},
|
|
4181
4181
|
"deprecationReason": null,
|
|
4182
4182
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
"varName": "ip"
|
|
4278
4278
|
},
|
|
4279
4279
|
"ipRange": {
|
|
4280
|
-
"alias": "
|
|
4280
|
+
"alias": "ipRangeSocketLanFirewallSource: ipRange",
|
|
4281
4281
|
"args": {},
|
|
4282
4282
|
"deprecationReason": null,
|
|
4283
4283
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -4378,7 +4378,7 @@
|
|
|
4378
4378
|
"varName": "mac"
|
|
4379
4379
|
},
|
|
4380
4380
|
"networkInterface": {
|
|
4381
|
-
"alias": "
|
|
4381
|
+
"alias": "networkInterfaceSocketLanFirewallSource: networkInterface",
|
|
4382
4382
|
"args": {},
|
|
4383
4383
|
"deprecationReason": null,
|
|
4384
4384
|
"description": "Network interfaces defined for your site.",
|
|
@@ -4456,7 +4456,7 @@
|
|
|
4456
4456
|
"varName": "networkInterfaceRef"
|
|
4457
4457
|
},
|
|
4458
4458
|
"site": {
|
|
4459
|
-
"alias": "
|
|
4459
|
+
"alias": "siteSocketLanFirewallSource: site",
|
|
4460
4460
|
"args": {},
|
|
4461
4461
|
"deprecationReason": null,
|
|
4462
4462
|
"description": "Sites defined for your account.",
|
|
@@ -4534,7 +4534,7 @@
|
|
|
4534
4534
|
"varName": "siteRef"
|
|
4535
4535
|
},
|
|
4536
4536
|
"siteNetworkSubnet": {
|
|
4537
|
-
"alias": "
|
|
4537
|
+
"alias": "siteNetworkSubnetSocketLanFirewallSource: siteNetworkSubnet",
|
|
4538
4538
|
"args": {},
|
|
4539
4539
|
"deprecationReason": null,
|
|
4540
4540
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -4635,7 +4635,7 @@
|
|
|
4635
4635
|
"varName": "subnet"
|
|
4636
4636
|
},
|
|
4637
4637
|
"systemGroup": {
|
|
4638
|
-
"alias": "
|
|
4638
|
+
"alias": "systemGroupSocketLanFirewallSource: systemGroup",
|
|
4639
4639
|
"args": {},
|
|
4640
4640
|
"deprecationReason": null,
|
|
4641
4641
|
"description": "Predefined system groups in your account.",
|
|
@@ -4753,7 +4753,7 @@
|
|
|
4753
4753
|
"varName": "socketLanFirewallSource"
|
|
4754
4754
|
},
|
|
4755
4755
|
"tracking": {
|
|
4756
|
-
"alias": "
|
|
4756
|
+
"alias": "trackingSocketLanFirewallRule: tracking",
|
|
4757
4757
|
"args": {},
|
|
4758
4758
|
"deprecationReason": null,
|
|
4759
4759
|
"description": "Tracking information when the rule is matched, such as events and notifications.",
|
|
@@ -4770,7 +4770,7 @@
|
|
|
4770
4770
|
"enumValues": null,
|
|
4771
4771
|
"fields": {
|
|
4772
4772
|
"alert": {
|
|
4773
|
-
"alias": "
|
|
4773
|
+
"alias": "alertPolicyTracking: alert",
|
|
4774
4774
|
"args": {},
|
|
4775
4775
|
"deprecationReason": null,
|
|
4776
4776
|
"description": null,
|
|
@@ -4808,7 +4808,7 @@
|
|
|
4808
4808
|
"varName": "enabled"
|
|
4809
4809
|
},
|
|
4810
4810
|
"frequency": {
|
|
4811
|
-
"alias": "
|
|
4811
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
4812
4812
|
"args": {},
|
|
4813
4813
|
"deprecationReason": null,
|
|
4814
4814
|
"description": "Returns data for the alert frequency",
|
|
@@ -4866,7 +4866,7 @@
|
|
|
4866
4866
|
"varName": "frequency"
|
|
4867
4867
|
},
|
|
4868
4868
|
"mailingList": {
|
|
4869
|
-
"alias": "
|
|
4869
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
4870
4870
|
"args": {},
|
|
4871
4871
|
"deprecationReason": null,
|
|
4872
4872
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -4944,7 +4944,7 @@
|
|
|
4944
4944
|
"varName": "subscriptionMailingListRef"
|
|
4945
4945
|
},
|
|
4946
4946
|
"subscriptionGroup": {
|
|
4947
|
-
"alias": "
|
|
4947
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
4948
4948
|
"args": {},
|
|
4949
4949
|
"deprecationReason": null,
|
|
4950
4950
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -5022,7 +5022,7 @@
|
|
|
5022
5022
|
"varName": "subscriptionGroupRef"
|
|
5023
5023
|
},
|
|
5024
5024
|
"webhook": {
|
|
5025
|
-
"alias": "
|
|
5025
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
5026
5026
|
"args": {},
|
|
5027
5027
|
"deprecationReason": null,
|
|
5028
5028
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -5117,7 +5117,7 @@
|
|
|
5117
5117
|
"varName": "policyRuleTrackingAlert"
|
|
5118
5118
|
},
|
|
5119
5119
|
"event": {
|
|
5120
|
-
"alias": "
|
|
5120
|
+
"alias": "eventPolicyTracking: event",
|
|
5121
5121
|
"args": {},
|
|
5122
5122
|
"deprecationReason": null,
|
|
5123
5123
|
"description": null,
|
|
@@ -5288,7 +5288,7 @@
|
|
|
5288
5288
|
"varName": "name"
|
|
5289
5289
|
},
|
|
5290
5290
|
"nat": {
|
|
5291
|
-
"alias": "
|
|
5291
|
+
"alias": "natSocketLanRule: nat",
|
|
5292
5292
|
"args": {},
|
|
5293
5293
|
"deprecationReason": null,
|
|
5294
5294
|
"description": "Optionally, enable NAT on the outgoing interface. This translates all originating IPs to one NAT IP.",
|
|
@@ -5326,7 +5326,7 @@
|
|
|
5326
5326
|
"varName": "enabled"
|
|
5327
5327
|
},
|
|
5328
5328
|
"natType": {
|
|
5329
|
-
"alias": "
|
|
5329
|
+
"alias": "natTypeSocketLanNatSettings: natType",
|
|
5330
5330
|
"args": {},
|
|
5331
5331
|
"deprecationReason": null,
|
|
5332
5332
|
"description": null,
|
|
@@ -5383,7 +5383,7 @@
|
|
|
5383
5383
|
"varName": "socketLanNatSettings"
|
|
5384
5384
|
},
|
|
5385
5385
|
"section": {
|
|
5386
|
-
"alias": "
|
|
5386
|
+
"alias": "sectionSocketLanRule: section",
|
|
5387
5387
|
"args": {},
|
|
5388
5388
|
"deprecationReason": null,
|
|
5389
5389
|
"description": "Policy section where the rule is located",
|
|
@@ -5459,7 +5459,7 @@
|
|
|
5459
5459
|
"varName": "policySectionInfo"
|
|
5460
5460
|
},
|
|
5461
5461
|
"service": {
|
|
5462
|
-
"alias": "
|
|
5462
|
+
"alias": "serviceSocketLanRule: service",
|
|
5463
5463
|
"args": {},
|
|
5464
5464
|
"deprecationReason": null,
|
|
5465
5465
|
"description": "Destination service matching criteria for the rule. Port/Protocol based.",
|
|
@@ -5476,7 +5476,7 @@
|
|
|
5476
5476
|
"enumValues": null,
|
|
5477
5477
|
"fields": {
|
|
5478
5478
|
"custom": {
|
|
5479
|
-
"alias": "
|
|
5479
|
+
"alias": "customSocketLanService: custom",
|
|
5480
5480
|
"args": {},
|
|
5481
5481
|
"deprecationReason": null,
|
|
5482
5482
|
"description": "Custom Port/Protocol service.",
|
|
@@ -5515,7 +5515,7 @@
|
|
|
5515
5515
|
"varName": "port"
|
|
5516
5516
|
},
|
|
5517
5517
|
"portRange": {
|
|
5518
|
-
"alias": "
|
|
5518
|
+
"alias": "portRangeCustomService: portRange",
|
|
5519
5519
|
"args": {},
|
|
5520
5520
|
"deprecationReason": null,
|
|
5521
5521
|
"description": null,
|
|
@@ -5590,7 +5590,7 @@
|
|
|
5590
5590
|
"varName": "portRange"
|
|
5591
5591
|
},
|
|
5592
5592
|
"protocol": {
|
|
5593
|
-
"alias": "
|
|
5593
|
+
"alias": "protocolCustomService: protocol",
|
|
5594
5594
|
"args": {},
|
|
5595
5595
|
"deprecationReason": null,
|
|
5596
5596
|
"description": null,
|
|
@@ -5673,7 +5673,7 @@
|
|
|
5673
5673
|
"varName": "customService"
|
|
5674
5674
|
},
|
|
5675
5675
|
"simple": {
|
|
5676
|
-
"alias": "
|
|
5676
|
+
"alias": "simpleSocketLanService: simple",
|
|
5677
5677
|
"args": {},
|
|
5678
5678
|
"deprecationReason": null,
|
|
5679
5679
|
"description": "List of L4 based services.",
|
|
@@ -5690,7 +5690,7 @@
|
|
|
5690
5690
|
"enumValues": null,
|
|
5691
5691
|
"fields": {
|
|
5692
5692
|
"name": {
|
|
5693
|
-
"alias": "
|
|
5693
|
+
"alias": "nameSimpleService: name",
|
|
5694
5694
|
"args": {},
|
|
5695
5695
|
"deprecationReason": null,
|
|
5696
5696
|
"description": null,
|
|
@@ -5814,7 +5814,7 @@
|
|
|
5814
5814
|
"varName": "socketLanService"
|
|
5815
5815
|
},
|
|
5816
5816
|
"site": {
|
|
5817
|
-
"alias": "
|
|
5817
|
+
"alias": "siteSocketLanRule: site",
|
|
5818
5818
|
"args": {},
|
|
5819
5819
|
"deprecationReason": null,
|
|
5820
5820
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -5831,7 +5831,7 @@
|
|
|
5831
5831
|
"enumValues": null,
|
|
5832
5832
|
"fields": {
|
|
5833
5833
|
"group": {
|
|
5834
|
-
"alias": "
|
|
5834
|
+
"alias": "groupSocketLanSite: group",
|
|
5835
5835
|
"args": {},
|
|
5836
5836
|
"deprecationReason": null,
|
|
5837
5837
|
"description": "The group of sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -5909,7 +5909,7 @@
|
|
|
5909
5909
|
"varName": "groupRef"
|
|
5910
5910
|
},
|
|
5911
5911
|
"site": {
|
|
5912
|
-
"alias": "
|
|
5912
|
+
"alias": "siteSocketLanSite: site",
|
|
5913
5913
|
"args": {},
|
|
5914
5914
|
"deprecationReason": null,
|
|
5915
5915
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6004,7 +6004,7 @@
|
|
|
6004
6004
|
"varName": "socketLanSite"
|
|
6005
6005
|
},
|
|
6006
6006
|
"source": {
|
|
6007
|
-
"alias": "
|
|
6007
|
+
"alias": "sourceSocketLanRule: source",
|
|
6008
6008
|
"args": {},
|
|
6009
6009
|
"deprecationReason": null,
|
|
6010
6010
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6021,7 +6021,7 @@
|
|
|
6021
6021
|
"enumValues": null,
|
|
6022
6022
|
"fields": {
|
|
6023
6023
|
"floatingSubnet": {
|
|
6024
|
-
"alias": "
|
|
6024
|
+
"alias": "floatingSubnetSocketLanSource: floatingSubnet",
|
|
6025
6025
|
"args": {},
|
|
6026
6026
|
"deprecationReason": null,
|
|
6027
6027
|
"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.",
|
|
@@ -6099,7 +6099,7 @@
|
|
|
6099
6099
|
"varName": "floatingSubnetRef"
|
|
6100
6100
|
},
|
|
6101
6101
|
"globalIpRange": {
|
|
6102
|
-
"alias": "
|
|
6102
|
+
"alias": "globalIpRangeSocketLanSource: globalIpRange",
|
|
6103
6103
|
"args": {},
|
|
6104
6104
|
"deprecationReason": null,
|
|
6105
6105
|
"description": "Globally defined IP range, IP and subnet objects.",
|
|
@@ -6177,7 +6177,7 @@
|
|
|
6177
6177
|
"varName": "globalIpRangeRef"
|
|
6178
6178
|
},
|
|
6179
6179
|
"group": {
|
|
6180
|
-
"alias": "
|
|
6180
|
+
"alias": "groupSocketLanSource: group",
|
|
6181
6181
|
"args": {},
|
|
6182
6182
|
"deprecationReason": null,
|
|
6183
6183
|
"description": "Predefined Cato groups, Socket sites/objects only.",
|
|
@@ -6255,7 +6255,7 @@
|
|
|
6255
6255
|
"varName": "groupRef"
|
|
6256
6256
|
},
|
|
6257
6257
|
"host": {
|
|
6258
|
-
"alias": "
|
|
6258
|
+
"alias": "hostSocketLanSource: host",
|
|
6259
6259
|
"args": {},
|
|
6260
6260
|
"deprecationReason": null,
|
|
6261
6261
|
"description": "Hosts and servers defined for your under Socket sites.",
|
|
@@ -6356,7 +6356,7 @@
|
|
|
6356
6356
|
"varName": "ip"
|
|
6357
6357
|
},
|
|
6358
6358
|
"ipRange": {
|
|
6359
|
-
"alias": "
|
|
6359
|
+
"alias": "ipRangeSocketLanSource: ipRange",
|
|
6360
6360
|
"args": {},
|
|
6361
6361
|
"deprecationReason": null,
|
|
6362
6362
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -6434,7 +6434,7 @@
|
|
|
6434
6434
|
"varName": "ipAddressRange"
|
|
6435
6435
|
},
|
|
6436
6436
|
"networkInterface": {
|
|
6437
|
-
"alias": "
|
|
6437
|
+
"alias": "networkInterfaceSocketLanSource: networkInterface",
|
|
6438
6438
|
"args": {},
|
|
6439
6439
|
"deprecationReason": null,
|
|
6440
6440
|
"description": "Network range defined for a site.",
|
|
@@ -6512,7 +6512,7 @@
|
|
|
6512
6512
|
"varName": "networkInterfaceRef"
|
|
6513
6513
|
},
|
|
6514
6514
|
"siteNetworkSubnet": {
|
|
6515
|
-
"alias": "
|
|
6515
|
+
"alias": "siteNetworkSubnetSocketLanSource: siteNetworkSubnet",
|
|
6516
6516
|
"args": {},
|
|
6517
6517
|
"deprecationReason": null,
|
|
6518
6518
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6613,7 +6613,7 @@
|
|
|
6613
6613
|
"varName": "subnet"
|
|
6614
6614
|
},
|
|
6615
6615
|
"systemGroup": {
|
|
6616
|
-
"alias": "
|
|
6616
|
+
"alias": "systemGroupSocketLanSource: systemGroup",
|
|
6617
6617
|
"args": {},
|
|
6618
6618
|
"deprecationReason": null,
|
|
6619
6619
|
"description": "Predefined Cato groups.",
|
|
@@ -6731,7 +6731,7 @@
|
|
|
6731
6731
|
"varName": "socketLanSource"
|
|
6732
6732
|
},
|
|
6733
6733
|
"transport": {
|
|
6734
|
-
"alias": "
|
|
6734
|
+
"alias": "transportSocketLanRule: transport",
|
|
6735
6735
|
"args": {},
|
|
6736
6736
|
"deprecationReason": null,
|
|
6737
6737
|
"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.",
|
|
@@ -6813,7 +6813,7 @@
|
|
|
6813
6813
|
"varName": "socketLanRulePayload"
|
|
6814
6814
|
},
|
|
6815
6815
|
"sections": {
|
|
6816
|
-
"alias": "
|
|
6816
|
+
"alias": "sectionsSocketLanPolicy: sections",
|
|
6817
6817
|
"args": {},
|
|
6818
6818
|
"deprecationReason": null,
|
|
6819
6819
|
"description": null,
|
|
@@ -6830,7 +6830,7 @@
|
|
|
6830
6830
|
"enumValues": null,
|
|
6831
6831
|
"fields": {
|
|
6832
6832
|
"audit": {
|
|
6833
|
-
"alias": "
|
|
6833
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
6834
6834
|
"args": {},
|
|
6835
6835
|
"deprecationReason": null,
|
|
6836
6836
|
"description": null,
|
|
@@ -6906,7 +6906,7 @@
|
|
|
6906
6906
|
"varName": "policyElementAudit"
|
|
6907
6907
|
},
|
|
6908
6908
|
"properties": {
|
|
6909
|
-
"alias": "
|
|
6909
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
6910
6910
|
"args": {},
|
|
6911
6911
|
"deprecationReason": null,
|
|
6912
6912
|
"description": null,
|
|
@@ -6984,7 +6984,7 @@
|
|
|
6984
6984
|
"varName": "properties"
|
|
6985
6985
|
},
|
|
6986
6986
|
"section": {
|
|
6987
|
-
"alias": "
|
|
6987
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
6988
6988
|
"args": {},
|
|
6989
6989
|
"deprecationReason": null,
|
|
6990
6990
|
"description": null,
|