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
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
"enumValues": null,
|
|
553
553
|
"fields": {
|
|
554
554
|
"errors": {
|
|
555
|
-
"alias": "
|
|
555
|
+
"alias": "errorsSocketLanPolicyMutationPayload: errors",
|
|
556
556
|
"args": {},
|
|
557
557
|
"deprecationReason": null,
|
|
558
558
|
"description": null,
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
"responseStr": "errors:$policyMutationError ",
|
|
566
566
|
"type": {
|
|
567
567
|
"definition": {
|
|
568
|
-
"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
|
|
568
|
+
"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\"",
|
|
569
569
|
"enumValues": null,
|
|
570
570
|
"fields": {
|
|
571
571
|
"errorCode": {
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
"varName": "policyMutationError"
|
|
629
629
|
},
|
|
630
630
|
"policy": {
|
|
631
|
-
"alias": "
|
|
631
|
+
"alias": "policySocketLanPolicyMutationPayload: policy",
|
|
632
632
|
"args": {},
|
|
633
633
|
"deprecationReason": null,
|
|
634
634
|
"description": null,
|
|
@@ -914,7 +914,7 @@
|
|
|
914
914
|
"enumValues": null,
|
|
915
915
|
"fields": {
|
|
916
916
|
"audit": {
|
|
917
|
-
"alias": "
|
|
917
|
+
"alias": "auditSocketLanRulePayload: audit",
|
|
918
918
|
"args": {},
|
|
919
919
|
"deprecationReason": null,
|
|
920
920
|
"description": null,
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
"varName": "policyElementAudit"
|
|
991
991
|
},
|
|
992
992
|
"properties": {
|
|
993
|
-
"alias": "
|
|
993
|
+
"alias": "propertiesSocketLanRulePayload: properties",
|
|
994
994
|
"args": {},
|
|
995
995
|
"deprecationReason": null,
|
|
996
996
|
"description": null,
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"varName": "properties"
|
|
1069
1069
|
},
|
|
1070
1070
|
"rule": {
|
|
1071
|
-
"alias": "
|
|
1071
|
+
"alias": "ruleSocketLanRulePayload: rule",
|
|
1072
1072
|
"args": {},
|
|
1073
1073
|
"deprecationReason": null,
|
|
1074
1074
|
"description": null,
|
|
@@ -1106,10 +1106,10 @@
|
|
|
1106
1106
|
"varName": "description"
|
|
1107
1107
|
},
|
|
1108
1108
|
"destination": {
|
|
1109
|
-
"alias": "
|
|
1109
|
+
"alias": "destinationSocketLanRule: destination",
|
|
1110
1110
|
"args": {},
|
|
1111
1111
|
"deprecationReason": null,
|
|
1112
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
1112
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1113
1113
|
"id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination",
|
|
1114
1114
|
"isDeprecated": false,
|
|
1115
1115
|
"name": "destination",
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
"enumValues": null,
|
|
1124
1124
|
"fields": {
|
|
1125
1125
|
"floatingSubnet": {
|
|
1126
|
-
"alias": "
|
|
1126
|
+
"alias": "floatingSubnetSocketLanDestination: floatingSubnet",
|
|
1127
1127
|
"args": {},
|
|
1128
1128
|
"deprecationReason": null,
|
|
1129
1129
|
"description": null,
|
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
"varName": "floatingSubnetRef"
|
|
1202
1202
|
},
|
|
1203
1203
|
"globalIpRange": {
|
|
1204
|
-
"alias": "
|
|
1204
|
+
"alias": "globalIpRangeSocketLanDestination: globalIpRange",
|
|
1205
1205
|
"args": {},
|
|
1206
1206
|
"deprecationReason": null,
|
|
1207
1207
|
"description": null,
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
"varName": "globalIpRangeRef"
|
|
1280
1280
|
},
|
|
1281
1281
|
"group": {
|
|
1282
|
-
"alias": "
|
|
1282
|
+
"alias": "groupSocketLanDestination: group",
|
|
1283
1283
|
"args": {},
|
|
1284
1284
|
"deprecationReason": null,
|
|
1285
1285
|
"description": null,
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
"varName": "groupRef"
|
|
1358
1358
|
},
|
|
1359
1359
|
"host": {
|
|
1360
|
-
"alias": "
|
|
1360
|
+
"alias": "hostSocketLanDestination: host",
|
|
1361
1361
|
"args": {},
|
|
1362
1362
|
"deprecationReason": null,
|
|
1363
1363
|
"description": null,
|
|
@@ -1458,7 +1458,7 @@
|
|
|
1458
1458
|
"varName": "ip"
|
|
1459
1459
|
},
|
|
1460
1460
|
"ipRange": {
|
|
1461
|
-
"alias": "
|
|
1461
|
+
"alias": "ipRangeSocketLanDestination: ipRange",
|
|
1462
1462
|
"args": {},
|
|
1463
1463
|
"deprecationReason": null,
|
|
1464
1464
|
"description": null,
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
"varName": "ipAddressRange"
|
|
1537
1537
|
},
|
|
1538
1538
|
"networkInterface": {
|
|
1539
|
-
"alias": "
|
|
1539
|
+
"alias": "networkInterfaceSocketLanDestination: networkInterface",
|
|
1540
1540
|
"args": {},
|
|
1541
1541
|
"deprecationReason": null,
|
|
1542
1542
|
"description": null,
|
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
"varName": "networkInterfaceRef"
|
|
1615
1615
|
},
|
|
1616
1616
|
"siteNetworkSubnet": {
|
|
1617
|
-
"alias": "
|
|
1617
|
+
"alias": "siteNetworkSubnetSocketLanDestination: siteNetworkSubnet",
|
|
1618
1618
|
"args": {},
|
|
1619
1619
|
"deprecationReason": null,
|
|
1620
1620
|
"description": null,
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
"varName": "subnet"
|
|
1716
1716
|
},
|
|
1717
1717
|
"systemGroup": {
|
|
1718
|
-
"alias": "
|
|
1718
|
+
"alias": "systemGroupSocketLanDestination: systemGroup",
|
|
1719
1719
|
"args": {},
|
|
1720
1720
|
"deprecationReason": null,
|
|
1721
1721
|
"description": null,
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
"varName": "socketLanDestination"
|
|
1834
1834
|
},
|
|
1835
1835
|
"direction": {
|
|
1836
|
-
"alias": "
|
|
1836
|
+
"alias": "directionSocketLanRule: direction",
|
|
1837
1837
|
"args": {},
|
|
1838
1838
|
"deprecationReason": null,
|
|
1839
1839
|
"description": "Direction of the traffic initiator matching criteria. ",
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
"varName": "enabled"
|
|
1901
1901
|
},
|
|
1902
1902
|
"firewall": {
|
|
1903
|
-
"alias": "
|
|
1903
|
+
"alias": "firewallSocketLanRule: firewall",
|
|
1904
1904
|
"args": {},
|
|
1905
1905
|
"deprecationReason": null,
|
|
1906
1906
|
"description": null,
|
|
@@ -1917,7 +1917,7 @@
|
|
|
1917
1917
|
"enumValues": null,
|
|
1918
1918
|
"fields": {
|
|
1919
1919
|
"audit": {
|
|
1920
|
-
"alias": "
|
|
1920
|
+
"alias": "auditSocketLanFirewallRulePayload: audit",
|
|
1921
1921
|
"args": {},
|
|
1922
1922
|
"deprecationReason": null,
|
|
1923
1923
|
"description": null,
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
"varName": "policyElementAudit"
|
|
1994
1994
|
},
|
|
1995
1995
|
"properties": {
|
|
1996
|
-
"alias": "
|
|
1996
|
+
"alias": "propertiesSocketLanFirewallRulePayload: properties",
|
|
1997
1997
|
"args": {},
|
|
1998
1998
|
"deprecationReason": null,
|
|
1999
1999
|
"description": null,
|
|
@@ -2071,7 +2071,7 @@
|
|
|
2071
2071
|
"varName": "properties"
|
|
2072
2072
|
},
|
|
2073
2073
|
"rule": {
|
|
2074
|
-
"alias": "
|
|
2074
|
+
"alias": "ruleSocketLanFirewallRulePayload: rule",
|
|
2075
2075
|
"args": {},
|
|
2076
2076
|
"deprecationReason": null,
|
|
2077
2077
|
"description": null,
|
|
@@ -2088,7 +2088,7 @@
|
|
|
2088
2088
|
"enumValues": null,
|
|
2089
2089
|
"fields": {
|
|
2090
2090
|
"action": {
|
|
2091
|
-
"alias": "
|
|
2091
|
+
"alias": "actionSocketLanFirewallRule: action",
|
|
2092
2092
|
"args": {},
|
|
2093
2093
|
"deprecationReason": null,
|
|
2094
2094
|
"description": "Action to take when the rule is matched (ALLOW or BLOCK).",
|
|
@@ -2134,7 +2134,7 @@
|
|
|
2134
2134
|
"varName": "action"
|
|
2135
2135
|
},
|
|
2136
2136
|
"application": {
|
|
2137
|
-
"alias": "
|
|
2137
|
+
"alias": "applicationSocketLanFirewallRule: application",
|
|
2138
2138
|
"args": {},
|
|
2139
2139
|
"deprecationReason": null,
|
|
2140
2140
|
"description": "Application traffic matching criteria.",
|
|
@@ -2151,7 +2151,7 @@
|
|
|
2151
2151
|
"enumValues": null,
|
|
2152
2152
|
"fields": {
|
|
2153
2153
|
"application": {
|
|
2154
|
-
"alias": "
|
|
2154
|
+
"alias": "applicationSocketLanFirewallApplication: application",
|
|
2155
2155
|
"args": {},
|
|
2156
2156
|
"deprecationReason": null,
|
|
2157
2157
|
"description": "Applications matching criteria for this rule.",
|
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
"varName": "applicationRef"
|
|
2230
2230
|
},
|
|
2231
2231
|
"customApp": {
|
|
2232
|
-
"alias": "
|
|
2232
|
+
"alias": "customAppSocketLanFirewallApplication: customApp",
|
|
2233
2233
|
"args": {},
|
|
2234
2234
|
"deprecationReason": null,
|
|
2235
2235
|
"description": "Custom applications that can be matched by",
|
|
@@ -2353,7 +2353,7 @@
|
|
|
2353
2353
|
"varName": "fqdn"
|
|
2354
2354
|
},
|
|
2355
2355
|
"globalIpRange": {
|
|
2356
|
-
"alias": "
|
|
2356
|
+
"alias": "globalIpRangeSocketLanFirewallApplication: globalIpRange",
|
|
2357
2357
|
"args": {},
|
|
2358
2358
|
"deprecationReason": null,
|
|
2359
2359
|
"description": null,
|
|
@@ -2454,7 +2454,7 @@
|
|
|
2454
2454
|
"varName": "ip"
|
|
2455
2455
|
},
|
|
2456
2456
|
"ipRange": {
|
|
2457
|
-
"alias": "
|
|
2457
|
+
"alias": "ipRangeSocketLanFirewallApplication: ipRange",
|
|
2458
2458
|
"args": {},
|
|
2459
2459
|
"deprecationReason": null,
|
|
2460
2460
|
"description": null,
|
|
@@ -2593,7 +2593,7 @@
|
|
|
2593
2593
|
"varName": "description"
|
|
2594
2594
|
},
|
|
2595
2595
|
"destination": {
|
|
2596
|
-
"alias": "
|
|
2596
|
+
"alias": "destinationSocketLanFirewallRule: destination",
|
|
2597
2597
|
"args": {},
|
|
2598
2598
|
"deprecationReason": null,
|
|
2599
2599
|
"description": "Defines destinations for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -2610,7 +2610,7 @@
|
|
|
2610
2610
|
"enumValues": null,
|
|
2611
2611
|
"fields": {
|
|
2612
2612
|
"floatingSubnet": {
|
|
2613
|
-
"alias": "
|
|
2613
|
+
"alias": "floatingSubnetSocketLanFirewallDestination: floatingSubnet",
|
|
2614
2614
|
"args": {},
|
|
2615
2615
|
"deprecationReason": null,
|
|
2616
2616
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -2688,7 +2688,7 @@
|
|
|
2688
2688
|
"varName": "floatingSubnetRef"
|
|
2689
2689
|
},
|
|
2690
2690
|
"globalIpRange": {
|
|
2691
|
-
"alias": "
|
|
2691
|
+
"alias": "globalIpRangeSocketLanFirewallDestination: globalIpRange",
|
|
2692
2692
|
"args": {},
|
|
2693
2693
|
"deprecationReason": null,
|
|
2694
2694
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
"varName": "globalIpRangeRef"
|
|
2767
2767
|
},
|
|
2768
2768
|
"group": {
|
|
2769
|
-
"alias": "
|
|
2769
|
+
"alias": "groupSocketLanFirewallDestination: group",
|
|
2770
2770
|
"args": {},
|
|
2771
2771
|
"deprecationReason": null,
|
|
2772
2772
|
"description": "Groups defined for your account.",
|
|
@@ -2844,7 +2844,7 @@
|
|
|
2844
2844
|
"varName": "groupRef"
|
|
2845
2845
|
},
|
|
2846
2846
|
"host": {
|
|
2847
|
-
"alias": "
|
|
2847
|
+
"alias": "hostSocketLanFirewallDestination: host",
|
|
2848
2848
|
"args": {},
|
|
2849
2849
|
"deprecationReason": null,
|
|
2850
2850
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -2945,7 +2945,7 @@
|
|
|
2945
2945
|
"varName": "ip"
|
|
2946
2946
|
},
|
|
2947
2947
|
"ipRange": {
|
|
2948
|
-
"alias": "
|
|
2948
|
+
"alias": "ipRangeSocketLanFirewallDestination: ipRange",
|
|
2949
2949
|
"args": {},
|
|
2950
2950
|
"deprecationReason": null,
|
|
2951
2951
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -3023,7 +3023,7 @@
|
|
|
3023
3023
|
"varName": "ipAddressRange"
|
|
3024
3024
|
},
|
|
3025
3025
|
"networkInterface": {
|
|
3026
|
-
"alias": "
|
|
3026
|
+
"alias": "networkInterfaceSocketLanFirewallDestination: networkInterface",
|
|
3027
3027
|
"args": {},
|
|
3028
3028
|
"deprecationReason": null,
|
|
3029
3029
|
"description": "Network interfaces defined for your site.",
|
|
@@ -3101,7 +3101,7 @@
|
|
|
3101
3101
|
"varName": "networkInterfaceRef"
|
|
3102
3102
|
},
|
|
3103
3103
|
"site": {
|
|
3104
|
-
"alias": "
|
|
3104
|
+
"alias": "siteSocketLanFirewallDestination: site",
|
|
3105
3105
|
"args": {},
|
|
3106
3106
|
"deprecationReason": null,
|
|
3107
3107
|
"description": "Sites defined for your account.",
|
|
@@ -3179,7 +3179,7 @@
|
|
|
3179
3179
|
"varName": "siteRef"
|
|
3180
3180
|
},
|
|
3181
3181
|
"siteNetworkSubnet": {
|
|
3182
|
-
"alias": "
|
|
3182
|
+
"alias": "siteNetworkSubnetSocketLanFirewallDestination: siteNetworkSubnet",
|
|
3183
3183
|
"args": {},
|
|
3184
3184
|
"deprecationReason": null,
|
|
3185
3185
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -3280,7 +3280,7 @@
|
|
|
3280
3280
|
"varName": "subnet"
|
|
3281
3281
|
},
|
|
3282
3282
|
"systemGroup": {
|
|
3283
|
-
"alias": "
|
|
3283
|
+
"alias": "systemGroupSocketLanFirewallDestination: systemGroup",
|
|
3284
3284
|
"args": {},
|
|
3285
3285
|
"deprecationReason": null,
|
|
3286
3286
|
"description": "Predefined system groups in your account.",
|
|
@@ -3398,7 +3398,7 @@
|
|
|
3398
3398
|
"varName": "socketLanFirewallDestination"
|
|
3399
3399
|
},
|
|
3400
3400
|
"direction": {
|
|
3401
|
-
"alias": "
|
|
3401
|
+
"alias": "directionSocketLanFirewallRule: direction",
|
|
3402
3402
|
"args": {},
|
|
3403
3403
|
"deprecationReason": null,
|
|
3404
3404
|
"description": "Direction of the traffic (TO or BOTH).",
|
|
@@ -3528,7 +3528,7 @@
|
|
|
3528
3528
|
"varName": "name"
|
|
3529
3529
|
},
|
|
3530
3530
|
"section": {
|
|
3531
|
-
"alias": "
|
|
3531
|
+
"alias": "sectionSocketLanFirewallRule: section",
|
|
3532
3532
|
"args": {},
|
|
3533
3533
|
"deprecationReason": null,
|
|
3534
3534
|
"description": "Policy section where the rule is located",
|
|
@@ -3604,7 +3604,7 @@
|
|
|
3604
3604
|
"varName": "policySectionInfo"
|
|
3605
3605
|
},
|
|
3606
3606
|
"service": {
|
|
3607
|
-
"alias": "
|
|
3607
|
+
"alias": "serviceSocketLanFirewallRule: service",
|
|
3608
3608
|
"args": {},
|
|
3609
3609
|
"deprecationReason": null,
|
|
3610
3610
|
"description": "Service traffic matching criteria.",
|
|
@@ -3621,7 +3621,7 @@
|
|
|
3621
3621
|
"enumValues": null,
|
|
3622
3622
|
"fields": {
|
|
3623
3623
|
"custom": {
|
|
3624
|
-
"alias": "
|
|
3624
|
+
"alias": "customSocketLanFirewallServiceType: custom",
|
|
3625
3625
|
"args": {},
|
|
3626
3626
|
"deprecationReason": null,
|
|
3627
3627
|
"description": "Custom services defined for this rule.",
|
|
@@ -3660,7 +3660,7 @@
|
|
|
3660
3660
|
"varName": "port"
|
|
3661
3661
|
},
|
|
3662
3662
|
"portRange": {
|
|
3663
|
-
"alias": "
|
|
3663
|
+
"alias": "portRangeCustomService: portRange",
|
|
3664
3664
|
"args": {},
|
|
3665
3665
|
"deprecationReason": null,
|
|
3666
3666
|
"description": null,
|
|
@@ -3735,7 +3735,7 @@
|
|
|
3735
3735
|
"varName": "portRange"
|
|
3736
3736
|
},
|
|
3737
3737
|
"protocol": {
|
|
3738
|
-
"alias": "
|
|
3738
|
+
"alias": "protocolCustomService: protocol",
|
|
3739
3739
|
"args": {},
|
|
3740
3740
|
"deprecationReason": null,
|
|
3741
3741
|
"description": null,
|
|
@@ -3818,7 +3818,7 @@
|
|
|
3818
3818
|
"varName": "customService"
|
|
3819
3819
|
},
|
|
3820
3820
|
"simple": {
|
|
3821
|
-
"alias": "
|
|
3821
|
+
"alias": "simpleSocketLanFirewallServiceType: simple",
|
|
3822
3822
|
"args": {},
|
|
3823
3823
|
"deprecationReason": null,
|
|
3824
3824
|
"description": "Simple services allowed by the firewall rule.",
|
|
@@ -3835,7 +3835,7 @@
|
|
|
3835
3835
|
"enumValues": null,
|
|
3836
3836
|
"fields": {
|
|
3837
3837
|
"name": {
|
|
3838
|
-
"alias": "
|
|
3838
|
+
"alias": "nameSimpleService: name",
|
|
3839
3839
|
"args": {},
|
|
3840
3840
|
"deprecationReason": null,
|
|
3841
3841
|
"description": null,
|
|
@@ -3942,7 +3942,7 @@
|
|
|
3942
3942
|
"varName": "simpleService"
|
|
3943
3943
|
},
|
|
3944
3944
|
"standard": {
|
|
3945
|
-
"alias": "
|
|
3945
|
+
"alias": "standardSocketLanFirewallServiceType: standard",
|
|
3946
3946
|
"args": {},
|
|
3947
3947
|
"deprecationReason": null,
|
|
3948
3948
|
"description": "Standard services allowed by the firewall rule.",
|
|
@@ -4037,7 +4037,7 @@
|
|
|
4037
4037
|
"varName": "socketLanFirewallServiceType"
|
|
4038
4038
|
},
|
|
4039
4039
|
"source": {
|
|
4040
|
-
"alias": "
|
|
4040
|
+
"alias": "sourceSocketLanFirewallRule: source",
|
|
4041
4041
|
"args": {},
|
|
4042
4042
|
"deprecationReason": null,
|
|
4043
4043
|
"description": "Defines sources for the socket LAN firewall.\nAlso, inherited by Network Rule above.",
|
|
@@ -4054,7 +4054,7 @@
|
|
|
4054
4054
|
"enumValues": null,
|
|
4055
4055
|
"fields": {
|
|
4056
4056
|
"floatingSubnet": {
|
|
4057
|
-
"alias": "
|
|
4057
|
+
"alias": "floatingSubnetSocketLanFirewallSource: floatingSubnet",
|
|
4058
4058
|
"args": {},
|
|
4059
4059
|
"deprecationReason": null,
|
|
4060
4060
|
"description": "Floating subnets used to identify traffic based on specific criteria.",
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
"varName": "floatingSubnetRef"
|
|
4133
4133
|
},
|
|
4134
4134
|
"globalIpRange": {
|
|
4135
|
-
"alias": "
|
|
4135
|
+
"alias": "globalIpRangeSocketLanFirewallSource: globalIpRange",
|
|
4136
4136
|
"args": {},
|
|
4137
4137
|
"deprecationReason": null,
|
|
4138
4138
|
"description": "Global IP ranges defined for your account.",
|
|
@@ -4210,7 +4210,7 @@
|
|
|
4210
4210
|
"varName": "globalIpRangeRef"
|
|
4211
4211
|
},
|
|
4212
4212
|
"group": {
|
|
4213
|
-
"alias": "
|
|
4213
|
+
"alias": "groupSocketLanFirewallSource: group",
|
|
4214
4214
|
"args": {},
|
|
4215
4215
|
"deprecationReason": null,
|
|
4216
4216
|
"description": "Groups defined for your account.",
|
|
@@ -4288,7 +4288,7 @@
|
|
|
4288
4288
|
"varName": "groupRef"
|
|
4289
4289
|
},
|
|
4290
4290
|
"host": {
|
|
4291
|
-
"alias": "
|
|
4291
|
+
"alias": "hostSocketLanFirewallSource: host",
|
|
4292
4292
|
"args": {},
|
|
4293
4293
|
"deprecationReason": null,
|
|
4294
4294
|
"description": "Hosts and servers defined for your account.",
|
|
@@ -4389,7 +4389,7 @@
|
|
|
4389
4389
|
"varName": "ip"
|
|
4390
4390
|
},
|
|
4391
4391
|
"ipRange": {
|
|
4392
|
-
"alias": "
|
|
4392
|
+
"alias": "ipRangeSocketLanFirewallSource: ipRange",
|
|
4393
4393
|
"args": {},
|
|
4394
4394
|
"deprecationReason": null,
|
|
4395
4395
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -4490,7 +4490,7 @@
|
|
|
4490
4490
|
"varName": "mac"
|
|
4491
4491
|
},
|
|
4492
4492
|
"networkInterface": {
|
|
4493
|
-
"alias": "
|
|
4493
|
+
"alias": "networkInterfaceSocketLanFirewallSource: networkInterface",
|
|
4494
4494
|
"args": {},
|
|
4495
4495
|
"deprecationReason": null,
|
|
4496
4496
|
"description": "Network interfaces defined for your site.",
|
|
@@ -4568,7 +4568,7 @@
|
|
|
4568
4568
|
"varName": "networkInterfaceRef"
|
|
4569
4569
|
},
|
|
4570
4570
|
"site": {
|
|
4571
|
-
"alias": "
|
|
4571
|
+
"alias": "siteSocketLanFirewallSource: site",
|
|
4572
4572
|
"args": {},
|
|
4573
4573
|
"deprecationReason": null,
|
|
4574
4574
|
"description": "Sites defined for your account.",
|
|
@@ -4646,7 +4646,7 @@
|
|
|
4646
4646
|
"varName": "siteRef"
|
|
4647
4647
|
},
|
|
4648
4648
|
"siteNetworkSubnet": {
|
|
4649
|
-
"alias": "
|
|
4649
|
+
"alias": "siteNetworkSubnetSocketLanFirewallSource: siteNetworkSubnet",
|
|
4650
4650
|
"args": {},
|
|
4651
4651
|
"deprecationReason": null,
|
|
4652
4652
|
"description": "Subnets specific to a site defined for your account.",
|
|
@@ -4747,7 +4747,7 @@
|
|
|
4747
4747
|
"varName": "subnet"
|
|
4748
4748
|
},
|
|
4749
4749
|
"systemGroup": {
|
|
4750
|
-
"alias": "
|
|
4750
|
+
"alias": "systemGroupSocketLanFirewallSource: systemGroup",
|
|
4751
4751
|
"args": {},
|
|
4752
4752
|
"deprecationReason": null,
|
|
4753
4753
|
"description": "Predefined system groups in your account.",
|
|
@@ -4865,7 +4865,7 @@
|
|
|
4865
4865
|
"varName": "socketLanFirewallSource"
|
|
4866
4866
|
},
|
|
4867
4867
|
"tracking": {
|
|
4868
|
-
"alias": "
|
|
4868
|
+
"alias": "trackingSocketLanFirewallRule: tracking",
|
|
4869
4869
|
"args": {},
|
|
4870
4870
|
"deprecationReason": null,
|
|
4871
4871
|
"description": "Tracking information when the rule is matched, such as events and notifications.",
|
|
@@ -4882,7 +4882,7 @@
|
|
|
4882
4882
|
"enumValues": null,
|
|
4883
4883
|
"fields": {
|
|
4884
4884
|
"alert": {
|
|
4885
|
-
"alias": "
|
|
4885
|
+
"alias": "alertPolicyTracking: alert",
|
|
4886
4886
|
"args": {},
|
|
4887
4887
|
"deprecationReason": null,
|
|
4888
4888
|
"description": null,
|
|
@@ -4901,7 +4901,7 @@
|
|
|
4901
4901
|
"enabled": {
|
|
4902
4902
|
"args": {},
|
|
4903
4903
|
"deprecationReason": null,
|
|
4904
|
-
"description": "TRUE
|
|
4904
|
+
"description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
|
|
4905
4905
|
"id_str": "socketLan___discardPolicyRevision___policy___rules___rule___firewall___rule___tracking___alert___enabled",
|
|
4906
4906
|
"isDeprecated": false,
|
|
4907
4907
|
"name": "enabled",
|
|
@@ -4920,7 +4920,7 @@
|
|
|
4920
4920
|
"varName": "enabled"
|
|
4921
4921
|
},
|
|
4922
4922
|
"frequency": {
|
|
4923
|
-
"alias": "
|
|
4923
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
4924
4924
|
"args": {},
|
|
4925
4925
|
"deprecationReason": null,
|
|
4926
4926
|
"description": "Returns data for the alert frequency",
|
|
@@ -4978,7 +4978,7 @@
|
|
|
4978
4978
|
"varName": "frequency"
|
|
4979
4979
|
},
|
|
4980
4980
|
"mailingList": {
|
|
4981
|
-
"alias": "
|
|
4981
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
4982
4982
|
"args": {},
|
|
4983
4983
|
"deprecationReason": null,
|
|
4984
4984
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -5056,7 +5056,7 @@
|
|
|
5056
5056
|
"varName": "subscriptionMailingListRef"
|
|
5057
5057
|
},
|
|
5058
5058
|
"subscriptionGroup": {
|
|
5059
|
-
"alias": "
|
|
5059
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
5060
5060
|
"args": {},
|
|
5061
5061
|
"deprecationReason": null,
|
|
5062
5062
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -5134,7 +5134,7 @@
|
|
|
5134
5134
|
"varName": "subscriptionGroupRef"
|
|
5135
5135
|
},
|
|
5136
5136
|
"webhook": {
|
|
5137
|
-
"alias": "
|
|
5137
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
5138
5138
|
"args": {},
|
|
5139
5139
|
"deprecationReason": null,
|
|
5140
5140
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -5229,7 +5229,7 @@
|
|
|
5229
5229
|
"varName": "policyRuleTrackingAlert"
|
|
5230
5230
|
},
|
|
5231
5231
|
"event": {
|
|
5232
|
-
"alias": "
|
|
5232
|
+
"alias": "eventPolicyTracking: event",
|
|
5233
5233
|
"args": {},
|
|
5234
5234
|
"deprecationReason": null,
|
|
5235
5235
|
"description": null,
|
|
@@ -5400,7 +5400,7 @@
|
|
|
5400
5400
|
"varName": "name"
|
|
5401
5401
|
},
|
|
5402
5402
|
"nat": {
|
|
5403
|
-
"alias": "
|
|
5403
|
+
"alias": "natSocketLanRule: nat",
|
|
5404
5404
|
"args": {},
|
|
5405
5405
|
"deprecationReason": null,
|
|
5406
5406
|
"description": "Optionally, enable NAT on the outgoing interface. This translates all originating IPs to one NAT IP.",
|
|
@@ -5438,7 +5438,7 @@
|
|
|
5438
5438
|
"varName": "enabled"
|
|
5439
5439
|
},
|
|
5440
5440
|
"natType": {
|
|
5441
|
-
"alias": "
|
|
5441
|
+
"alias": "natTypeSocketLanNatSettings: natType",
|
|
5442
5442
|
"args": {},
|
|
5443
5443
|
"deprecationReason": null,
|
|
5444
5444
|
"description": null,
|
|
@@ -5495,7 +5495,7 @@
|
|
|
5495
5495
|
"varName": "socketLanNatSettings"
|
|
5496
5496
|
},
|
|
5497
5497
|
"section": {
|
|
5498
|
-
"alias": "
|
|
5498
|
+
"alias": "sectionSocketLanRule: section",
|
|
5499
5499
|
"args": {},
|
|
5500
5500
|
"deprecationReason": null,
|
|
5501
5501
|
"description": "Policy section where the rule is located",
|
|
@@ -5571,7 +5571,7 @@
|
|
|
5571
5571
|
"varName": "policySectionInfo"
|
|
5572
5572
|
},
|
|
5573
5573
|
"service": {
|
|
5574
|
-
"alias": "
|
|
5574
|
+
"alias": "serviceSocketLanRule: service",
|
|
5575
5575
|
"args": {},
|
|
5576
5576
|
"deprecationReason": null,
|
|
5577
5577
|
"description": "Destination service matching criteria for the rule. Port/Protocol based.",
|
|
@@ -5588,7 +5588,7 @@
|
|
|
5588
5588
|
"enumValues": null,
|
|
5589
5589
|
"fields": {
|
|
5590
5590
|
"custom": {
|
|
5591
|
-
"alias": "
|
|
5591
|
+
"alias": "customSocketLanService: custom",
|
|
5592
5592
|
"args": {},
|
|
5593
5593
|
"deprecationReason": null,
|
|
5594
5594
|
"description": "Custom Port/Protocol service.",
|
|
@@ -5627,7 +5627,7 @@
|
|
|
5627
5627
|
"varName": "port"
|
|
5628
5628
|
},
|
|
5629
5629
|
"portRange": {
|
|
5630
|
-
"alias": "
|
|
5630
|
+
"alias": "portRangeCustomService: portRange",
|
|
5631
5631
|
"args": {},
|
|
5632
5632
|
"deprecationReason": null,
|
|
5633
5633
|
"description": null,
|
|
@@ -5702,7 +5702,7 @@
|
|
|
5702
5702
|
"varName": "portRange"
|
|
5703
5703
|
},
|
|
5704
5704
|
"protocol": {
|
|
5705
|
-
"alias": "
|
|
5705
|
+
"alias": "protocolCustomService: protocol",
|
|
5706
5706
|
"args": {},
|
|
5707
5707
|
"deprecationReason": null,
|
|
5708
5708
|
"description": null,
|
|
@@ -5785,7 +5785,7 @@
|
|
|
5785
5785
|
"varName": "customService"
|
|
5786
5786
|
},
|
|
5787
5787
|
"simple": {
|
|
5788
|
-
"alias": "
|
|
5788
|
+
"alias": "simpleSocketLanService: simple",
|
|
5789
5789
|
"args": {},
|
|
5790
5790
|
"deprecationReason": null,
|
|
5791
5791
|
"description": "List of L4 based services.",
|
|
@@ -5802,7 +5802,7 @@
|
|
|
5802
5802
|
"enumValues": null,
|
|
5803
5803
|
"fields": {
|
|
5804
5804
|
"name": {
|
|
5805
|
-
"alias": "
|
|
5805
|
+
"alias": "nameSimpleService: name",
|
|
5806
5806
|
"args": {},
|
|
5807
5807
|
"deprecationReason": null,
|
|
5808
5808
|
"description": null,
|
|
@@ -5926,7 +5926,7 @@
|
|
|
5926
5926
|
"varName": "socketLanService"
|
|
5927
5927
|
},
|
|
5928
5928
|
"site": {
|
|
5929
|
-
"alias": "
|
|
5929
|
+
"alias": "siteSocketLanRule: site",
|
|
5930
5930
|
"args": {},
|
|
5931
5931
|
"deprecationReason": null,
|
|
5932
5932
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -5943,7 +5943,7 @@
|
|
|
5943
5943
|
"enumValues": null,
|
|
5944
5944
|
"fields": {
|
|
5945
5945
|
"group": {
|
|
5946
|
-
"alias": "
|
|
5946
|
+
"alias": "groupSocketLanSite: group",
|
|
5947
5947
|
"args": {},
|
|
5948
5948
|
"deprecationReason": null,
|
|
5949
5949
|
"description": "The group of sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6021,7 +6021,7 @@
|
|
|
6021
6021
|
"varName": "groupRef"
|
|
6022
6022
|
},
|
|
6023
6023
|
"site": {
|
|
6024
|
-
"alias": "
|
|
6024
|
+
"alias": "siteSocketLanSite: site",
|
|
6025
6025
|
"args": {},
|
|
6026
6026
|
"deprecationReason": null,
|
|
6027
6027
|
"description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
|
|
@@ -6116,10 +6116,10 @@
|
|
|
6116
6116
|
"varName": "socketLanSite"
|
|
6117
6117
|
},
|
|
6118
6118
|
"source": {
|
|
6119
|
-
"alias": "
|
|
6119
|
+
"alias": "sourceSocketLanRule: source",
|
|
6120
6120
|
"args": {},
|
|
6121
6121
|
"deprecationReason": null,
|
|
6122
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
6122
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
6123
6123
|
"id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source",
|
|
6124
6124
|
"isDeprecated": false,
|
|
6125
6125
|
"name": "source",
|
|
@@ -6133,7 +6133,7 @@
|
|
|
6133
6133
|
"enumValues": null,
|
|
6134
6134
|
"fields": {
|
|
6135
6135
|
"floatingSubnet": {
|
|
6136
|
-
"alias": "
|
|
6136
|
+
"alias": "floatingSubnetSocketLanSource: floatingSubnet",
|
|
6137
6137
|
"args": {},
|
|
6138
6138
|
"deprecationReason": null,
|
|
6139
6139
|
"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.",
|
|
@@ -6211,7 +6211,7 @@
|
|
|
6211
6211
|
"varName": "floatingSubnetRef"
|
|
6212
6212
|
},
|
|
6213
6213
|
"globalIpRange": {
|
|
6214
|
-
"alias": "
|
|
6214
|
+
"alias": "globalIpRangeSocketLanSource: globalIpRange",
|
|
6215
6215
|
"args": {},
|
|
6216
6216
|
"deprecationReason": null,
|
|
6217
6217
|
"description": "Globally defined IP range, IP and subnet objects.",
|
|
@@ -6289,7 +6289,7 @@
|
|
|
6289
6289
|
"varName": "globalIpRangeRef"
|
|
6290
6290
|
},
|
|
6291
6291
|
"group": {
|
|
6292
|
-
"alias": "
|
|
6292
|
+
"alias": "groupSocketLanSource: group",
|
|
6293
6293
|
"args": {},
|
|
6294
6294
|
"deprecationReason": null,
|
|
6295
6295
|
"description": "Predefined Cato groups, Socket sites/objects only.",
|
|
@@ -6367,7 +6367,7 @@
|
|
|
6367
6367
|
"varName": "groupRef"
|
|
6368
6368
|
},
|
|
6369
6369
|
"host": {
|
|
6370
|
-
"alias": "
|
|
6370
|
+
"alias": "hostSocketLanSource: host",
|
|
6371
6371
|
"args": {},
|
|
6372
6372
|
"deprecationReason": null,
|
|
6373
6373
|
"description": "Hosts and servers defined for your under Socket sites.",
|
|
@@ -6468,7 +6468,7 @@
|
|
|
6468
6468
|
"varName": "ip"
|
|
6469
6469
|
},
|
|
6470
6470
|
"ipRange": {
|
|
6471
|
-
"alias": "
|
|
6471
|
+
"alias": "ipRangeSocketLanSource: ipRange",
|
|
6472
6472
|
"args": {},
|
|
6473
6473
|
"deprecationReason": null,
|
|
6474
6474
|
"description": "Multiple separate IP addresses or an IP range.",
|
|
@@ -6546,7 +6546,7 @@
|
|
|
6546
6546
|
"varName": "ipAddressRange"
|
|
6547
6547
|
},
|
|
6548
6548
|
"networkInterface": {
|
|
6549
|
-
"alias": "
|
|
6549
|
+
"alias": "networkInterfaceSocketLanSource: networkInterface",
|
|
6550
6550
|
"args": {},
|
|
6551
6551
|
"deprecationReason": null,
|
|
6552
6552
|
"description": "Network range defined for a site.",
|
|
@@ -6624,7 +6624,7 @@
|
|
|
6624
6624
|
"varName": "networkInterfaceRef"
|
|
6625
6625
|
},
|
|
6626
6626
|
"siteNetworkSubnet": {
|
|
6627
|
-
"alias": "
|
|
6627
|
+
"alias": "siteNetworkSubnetSocketLanSource: siteNetworkSubnet",
|
|
6628
6628
|
"args": {},
|
|
6629
6629
|
"deprecationReason": null,
|
|
6630
6630
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6725,7 +6725,7 @@
|
|
|
6725
6725
|
"varName": "subnet"
|
|
6726
6726
|
},
|
|
6727
6727
|
"systemGroup": {
|
|
6728
|
-
"alias": "
|
|
6728
|
+
"alias": "systemGroupSocketLanSource: systemGroup",
|
|
6729
6729
|
"args": {},
|
|
6730
6730
|
"deprecationReason": null,
|
|
6731
6731
|
"description": "Predefined Cato groups.",
|
|
@@ -6843,7 +6843,7 @@
|
|
|
6843
6843
|
"varName": "socketLanSource"
|
|
6844
6844
|
},
|
|
6845
6845
|
"transport": {
|
|
6846
|
-
"alias": "
|
|
6846
|
+
"alias": "transportSocketLanRule: transport",
|
|
6847
6847
|
"args": {},
|
|
6848
6848
|
"deprecationReason": null,
|
|
6849
6849
|
"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.",
|
|
@@ -6941,7 +6941,7 @@
|
|
|
6941
6941
|
"enumValues": null,
|
|
6942
6942
|
"fields": {
|
|
6943
6943
|
"audit": {
|
|
6944
|
-
"alias": "
|
|
6944
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
6945
6945
|
"args": {},
|
|
6946
6946
|
"deprecationReason": null,
|
|
6947
6947
|
"description": null,
|
|
@@ -7017,7 +7017,7 @@
|
|
|
7017
7017
|
"varName": "policyElementAudit"
|
|
7018
7018
|
},
|
|
7019
7019
|
"properties": {
|
|
7020
|
-
"alias": "
|
|
7020
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7021
7021
|
"args": {},
|
|
7022
7022
|
"deprecationReason": null,
|
|
7023
7023
|
"description": null,
|
|
@@ -7095,7 +7095,7 @@
|
|
|
7095
7095
|
"varName": "properties"
|
|
7096
7096
|
},
|
|
7097
7097
|
"section": {
|
|
7098
|
-
"alias": "
|
|
7098
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7099
7099
|
"args": {},
|
|
7100
7100
|
"deprecationReason": null,
|
|
7101
7101
|
"description": null,
|
|
@@ -7206,7 +7206,7 @@
|
|
|
7206
7206
|
"varName": "socketLanPolicy"
|
|
7207
7207
|
},
|
|
7208
7208
|
"status": {
|
|
7209
|
-
"alias": "
|
|
7209
|
+
"alias": "statusSocketLanPolicyMutationPayload: status",
|
|
7210
7210
|
"args": {},
|
|
7211
7211
|
"deprecationReason": null,
|
|
7212
7212
|
"description": null,
|