catocli 2.0.5__py3-none-any.whl → 2.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +10 -0
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +17 -8
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +26 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +3 -3
- models/mutation.container.fqdn.createFromFile.json +3 -3
- models/mutation.container.fqdn.removeValues.json +3 -3
- models/mutation.container.fqdn.updateFromFile.json +3 -3
- models/mutation.container.ipAddressRange.addValues.json +3 -3
- models/mutation.container.ipAddressRange.createFromFile.json +3 -3
- models/mutation.container.ipAddressRange.removeValues.json +3 -3
- models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +33 -33
- models/mutation.policy.appTenantRestriction.addSection.json +4 -4
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
- models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
- models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
- models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
- models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
- models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +141 -141
- models/mutation.policy.internetFirewall.addSection.json +4 -4
- models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.moveRule.json +96 -96
- models/mutation.policy.internetFirewall.moveSection.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.removeRule.json +96 -96
- models/mutation.policy.internetFirewall.removeSection.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
- models/mutation.policy.internetFirewall.updateRule.json +141 -141
- models/mutation.policy.internetFirewall.updateSection.json +4 -4
- models/mutation.policy.remotePortFwd.addRule.json +21 -21
- models/mutation.policy.remotePortFwd.addSection.json +4 -4
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.moveRule.json +18 -18
- models/mutation.policy.remotePortFwd.moveSection.json +4 -4
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.removeRule.json +18 -18
- models/mutation.policy.remotePortFwd.removeSection.json +4 -4
- models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
- models/mutation.policy.remotePortFwd.updateRule.json +21 -21
- models/mutation.policy.remotePortFwd.updateSection.json +4 -4
- models/mutation.policy.socketLan.addRule.json +97 -97
- models/mutation.policy.socketLan.addSection.json +4 -4
- models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.moveRule.json +85 -85
- models/mutation.policy.socketLan.moveSection.json +4 -4
- models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.removeRule.json +85 -85
- models/mutation.policy.socketLan.removeSection.json +4 -4
- models/mutation.policy.socketLan.updatePolicy.json +91 -91
- models/mutation.policy.socketLan.updateRule.json +97 -97
- models/mutation.policy.socketLan.updateSection.json +4 -4
- models/mutation.policy.terminalServer.addRule.json +7 -7
- models/mutation.policy.terminalServer.addSection.json +4 -4
- models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.moveRule.json +7 -7
- models/mutation.policy.terminalServer.moveSection.json +4 -4
- models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.removeRule.json +7 -7
- models/mutation.policy.terminalServer.removeSection.json +4 -4
- models/mutation.policy.terminalServer.updatePolicy.json +13 -13
- models/mutation.policy.terminalServer.updateRule.json +7 -7
- models/mutation.policy.terminalServer.updateSection.json +4 -4
- models/mutation.policy.wanFirewall.addRule.json +157 -157
- models/mutation.policy.wanFirewall.addSection.json +4 -4
- models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.moveRule.json +115 -115
- models/mutation.policy.wanFirewall.moveSection.json +4 -4
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.removeRule.json +115 -115
- models/mutation.policy.wanFirewall.removeSection.json +4 -4
- models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
- models/mutation.policy.wanFirewall.updateRule.json +157 -157
- models/mutation.policy.wanFirewall.updateSection.json +4 -4
- models/mutation.policy.wanNetwork.addRule.json +103 -103
- models/mutation.policy.wanNetwork.addSection.json +4 -4
- models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.moveRule.json +91 -91
- models/mutation.policy.wanNetwork.moveSection.json +4 -4
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.removeRule.json +91 -91
- models/mutation.policy.wanNetwork.removeSection.json +4 -4
- models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
- models/mutation.policy.wanNetwork.updateRule.json +103 -103
- models/mutation.policy.wanNetwork.updateSection.json +4 -4
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +32 -32
- models/query.policy.dynamicIpAllocation.policy.json +18 -18
- models/query.policy.internetFirewall.policy.json +93 -93
- models/query.policy.remotePortFwd.policy.json +23 -23
- models/query.policy.socketLan.policy.json +88 -88
- models/query.policy.terminalServer.policy.json +13 -13
- models/query.policy.wanFirewall.policy.json +111 -111
- models/query.policy.wanNetwork.policy.json +97 -97
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.bgpPeer.json +4 -4
- models/query.site.bgpPeerList.json +10 -10
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +2 -2
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +21 -12
- build/lib/catocli/Utils/clidriver.py +0 -268
- build/lib/catocli/Utils/profile_manager.py +0 -188
- build/lib/catocli/Utils/version_checker.py +0 -192
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/configure/__init__.py +0 -115
- build/lib/catocli/parsers/configure/configure.py +0 -307
- build/lib/catocli/parsers/custom/__init__.py +0 -57
- build/lib/catocli/parsers/custom/customLib.py +0 -561
- build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
- build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
- build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
- build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
- build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
- build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
- build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
- build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
- build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
- build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
- build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
- build/lib/catocli/parsers/parserApiClient.py +0 -513
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
- build/lib/catocli/parsers/query_admin/__init__.py +0 -16
- build/lib/catocli/parsers/query_admins/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
- build/lib/catocli/parsers/query_container/__init__.py +0 -16
- build/lib/catocli/parsers/query_devices/__init__.py +0 -16
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
- build/lib/catocli/parsers/query_events/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
- build/lib/catocli/parsers/query_policy/__init__.py +0 -161
- build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
- build/lib/catocli/parsers/query_site/__init__.py +0 -100
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
- build/lib/catocli/parsers/raw/__init__.py +0 -12
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -84
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -409
- build/lib/graphql_client/configuration.py +0 -232
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1141
- build/lib/schema/importSchema.py +0 -60
- build/lib/schema/remove_policyid.py +0 -89
- build/lib/schema/remove_policyid_mutations.py +0 -89
- build/lib/scripts/catolib.py +0 -62
- build/lib/scripts/export_if_rules_to_json.py +0 -188
- build/lib/scripts/export_wf_rules_to_json.py +0 -111
- build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"enumValues": null,
|
|
537
537
|
"fields": {
|
|
538
538
|
"audit": {
|
|
539
|
-
"alias": "
|
|
539
|
+
"alias": "auditInternetFirewallPolicy: audit",
|
|
540
540
|
"args": {},
|
|
541
541
|
"deprecationReason": null,
|
|
542
542
|
"description": null,
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"varName": "enabled"
|
|
633
633
|
},
|
|
634
634
|
"revision": {
|
|
635
|
-
"alias": "
|
|
635
|
+
"alias": "revisionInternetFirewallPolicy: revision",
|
|
636
636
|
"args": {},
|
|
637
637
|
"deprecationReason": null,
|
|
638
638
|
"description": null,
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"varName": "policyRevision"
|
|
792
792
|
},
|
|
793
793
|
"rules": {
|
|
794
|
-
"alias": "
|
|
794
|
+
"alias": "rulesInternetFirewallPolicy: rules",
|
|
795
795
|
"args": {},
|
|
796
796
|
"deprecationReason": null,
|
|
797
797
|
"description": null,
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
"enumValues": null,
|
|
809
809
|
"fields": {
|
|
810
810
|
"audit": {
|
|
811
|
-
"alias": "
|
|
811
|
+
"alias": "auditInternetFirewallRulePayload: audit",
|
|
812
812
|
"args": {},
|
|
813
813
|
"deprecationReason": null,
|
|
814
814
|
"description": null,
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
"varName": "policyElementAudit"
|
|
885
885
|
},
|
|
886
886
|
"properties": {
|
|
887
|
-
"alias": "
|
|
887
|
+
"alias": "propertiesInternetFirewallRulePayload: properties",
|
|
888
888
|
"args": {},
|
|
889
889
|
"deprecationReason": null,
|
|
890
890
|
"description": null,
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
"varName": "properties"
|
|
963
963
|
},
|
|
964
964
|
"rule": {
|
|
965
|
-
"alias": "
|
|
965
|
+
"alias": "ruleInternetFirewallRulePayload: rule",
|
|
966
966
|
"args": {},
|
|
967
967
|
"deprecationReason": null,
|
|
968
968
|
"description": null,
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
"enumValues": null,
|
|
980
980
|
"fields": {
|
|
981
981
|
"action": {
|
|
982
|
-
"alias": "
|
|
982
|
+
"alias": "actionInternetFirewallRule: action",
|
|
983
983
|
"args": {},
|
|
984
984
|
"deprecationReason": null,
|
|
985
985
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
"varName": "action"
|
|
1038
1038
|
},
|
|
1039
1039
|
"activePeriod": {
|
|
1040
|
-
"alias": "
|
|
1040
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
1041
1041
|
"args": {},
|
|
1042
1042
|
"deprecationReason": null,
|
|
1043
1043
|
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
"varName": "policyRuleActivePeriod"
|
|
1154
1154
|
},
|
|
1155
1155
|
"connectionOrigin": {
|
|
1156
|
-
"alias": "
|
|
1156
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
1157
1157
|
"args": {},
|
|
1158
1158
|
"deprecationReason": null,
|
|
1159
1159
|
"description": "Connection origin of the traffic",
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
"varName": "connectionOrigin"
|
|
1206
1206
|
},
|
|
1207
1207
|
"country": {
|
|
1208
|
-
"alias": "
|
|
1208
|
+
"alias": "countryInternetFirewallRule: country",
|
|
1209
1209
|
"args": {},
|
|
1210
1210
|
"deprecationReason": null,
|
|
1211
1211
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"varName": "description"
|
|
1305
1305
|
},
|
|
1306
1306
|
"destination": {
|
|
1307
|
-
"alias": "
|
|
1307
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
1308
1308
|
"args": {},
|
|
1309
1309
|
"deprecationReason": null,
|
|
1310
1310
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1321,7 +1321,7 @@
|
|
|
1321
1321
|
"enumValues": null,
|
|
1322
1322
|
"fields": {
|
|
1323
1323
|
"appCategory": {
|
|
1324
|
-
"alias": "
|
|
1324
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
1325
1325
|
"args": {},
|
|
1326
1326
|
"deprecationReason": null,
|
|
1327
1327
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
"varName": "applicationCategoryRef"
|
|
1400
1400
|
},
|
|
1401
1401
|
"application": {
|
|
1402
|
-
"alias": "
|
|
1402
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
1403
1403
|
"args": {},
|
|
1404
1404
|
"deprecationReason": null,
|
|
1405
1405
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
"varName": "applicationRef"
|
|
1478
1478
|
},
|
|
1479
1479
|
"containers": {
|
|
1480
|
-
"alias": "
|
|
1480
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
1481
1481
|
"args": {},
|
|
1482
1482
|
"deprecationReason": null,
|
|
1483
1483
|
"description": null,
|
|
@@ -1494,7 +1494,7 @@
|
|
|
1494
1494
|
"enumValues": null,
|
|
1495
1495
|
"fields": {
|
|
1496
1496
|
"fqdnContainer": {
|
|
1497
|
-
"alias": "
|
|
1497
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
1498
1498
|
"args": {},
|
|
1499
1499
|
"deprecationReason": null,
|
|
1500
1500
|
"description": null,
|
|
@@ -1572,7 +1572,7 @@
|
|
|
1572
1572
|
"varName": "fqdnContainerRef"
|
|
1573
1573
|
},
|
|
1574
1574
|
"ipAddressRangeContainer": {
|
|
1575
|
-
"alias": "
|
|
1575
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
1576
1576
|
"args": {},
|
|
1577
1577
|
"deprecationReason": null,
|
|
1578
1578
|
"description": null,
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
"varName": "internetFirewallContainer"
|
|
1668
1668
|
},
|
|
1669
1669
|
"country": {
|
|
1670
|
-
"alias": "
|
|
1670
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
1671
1671
|
"args": {},
|
|
1672
1672
|
"deprecationReason": null,
|
|
1673
1673
|
"description": "Countries",
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"varName": "countryRef"
|
|
1746
1746
|
},
|
|
1747
1747
|
"customApp": {
|
|
1748
|
-
"alias": "
|
|
1748
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
1749
1749
|
"args": {},
|
|
1750
1750
|
"deprecationReason": null,
|
|
1751
1751
|
"description": "Custom (user-defined) applications",
|
|
@@ -1823,7 +1823,7 @@
|
|
|
1823
1823
|
"varName": "customApplicationRef"
|
|
1824
1824
|
},
|
|
1825
1825
|
"customCategory": {
|
|
1826
|
-
"alias": "
|
|
1826
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
1827
1827
|
"args": {},
|
|
1828
1828
|
"deprecationReason": null,
|
|
1829
1829
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1947,7 +1947,7 @@
|
|
|
1947
1947
|
"varName": "fqdn"
|
|
1948
1948
|
},
|
|
1949
1949
|
"globalIpRange": {
|
|
1950
|
-
"alias": "
|
|
1950
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
1951
1951
|
"args": {},
|
|
1952
1952
|
"deprecationReason": null,
|
|
1953
1953
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
"varName": "ip"
|
|
2049
2049
|
},
|
|
2050
2050
|
"ipRange": {
|
|
2051
|
-
"alias": "
|
|
2051
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
2052
2052
|
"args": {},
|
|
2053
2053
|
"deprecationReason": null,
|
|
2054
2054
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
"varName": "remoteAsn"
|
|
2150
2150
|
},
|
|
2151
2151
|
"sanctionedAppsCategory": {
|
|
2152
|
-
"alias": "
|
|
2152
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
2153
2153
|
"args": {},
|
|
2154
2154
|
"deprecationReason": null,
|
|
2155
2155
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
"varName": "internetFirewallDestination"
|
|
2268
2268
|
},
|
|
2269
2269
|
"device": {
|
|
2270
|
-
"alias": "
|
|
2270
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
2271
2271
|
"args": {},
|
|
2272
2272
|
"deprecationReason": null,
|
|
2273
2273
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
"varName": "deviceProfileRef"
|
|
2346
2346
|
},
|
|
2347
2347
|
"deviceAttributes": {
|
|
2348
|
-
"alias": "
|
|
2348
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
2349
2349
|
"args": {},
|
|
2350
2350
|
"deprecationReason": null,
|
|
2351
2351
|
"description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
|
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
"varName": "deviceAttributes"
|
|
2518
2518
|
},
|
|
2519
2519
|
"deviceOS": {
|
|
2520
|
-
"alias": "
|
|
2520
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
2521
2521
|
"args": {},
|
|
2522
2522
|
"deprecationReason": null,
|
|
2523
2523
|
"description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2610,7 +2610,7 @@
|
|
|
2610
2610
|
"varName": "enabled"
|
|
2611
2611
|
},
|
|
2612
2612
|
"exceptions": {
|
|
2613
|
-
"alias": "
|
|
2613
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
2614
2614
|
"args": {},
|
|
2615
2615
|
"deprecationReason": null,
|
|
2616
2616
|
"description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
|
|
@@ -2627,7 +2627,7 @@
|
|
|
2627
2627
|
"enumValues": null,
|
|
2628
2628
|
"fields": {
|
|
2629
2629
|
"connectionOrigin": {
|
|
2630
|
-
"alias": "
|
|
2630
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
2631
2631
|
"args": {},
|
|
2632
2632
|
"deprecationReason": null,
|
|
2633
2633
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2679,7 +2679,7 @@
|
|
|
2679
2679
|
"varName": "connectionOrigin"
|
|
2680
2680
|
},
|
|
2681
2681
|
"country": {
|
|
2682
|
-
"alias": "
|
|
2682
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
2683
2683
|
"args": {},
|
|
2684
2684
|
"deprecationReason": null,
|
|
2685
2685
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2757,7 +2757,7 @@
|
|
|
2757
2757
|
"varName": "countryRef"
|
|
2758
2758
|
},
|
|
2759
2759
|
"destination": {
|
|
2760
|
-
"alias": "
|
|
2760
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
2761
2761
|
"args": {},
|
|
2762
2762
|
"deprecationReason": null,
|
|
2763
2763
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2774,7 +2774,7 @@
|
|
|
2774
2774
|
"enumValues": null,
|
|
2775
2775
|
"fields": {
|
|
2776
2776
|
"appCategory": {
|
|
2777
|
-
"alias": "
|
|
2777
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
2778
2778
|
"args": {},
|
|
2779
2779
|
"deprecationReason": null,
|
|
2780
2780
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -2852,7 +2852,7 @@
|
|
|
2852
2852
|
"varName": "applicationCategoryRef"
|
|
2853
2853
|
},
|
|
2854
2854
|
"application": {
|
|
2855
|
-
"alias": "
|
|
2855
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
2856
2856
|
"args": {},
|
|
2857
2857
|
"deprecationReason": null,
|
|
2858
2858
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -2930,7 +2930,7 @@
|
|
|
2930
2930
|
"varName": "applicationRef"
|
|
2931
2931
|
},
|
|
2932
2932
|
"containers": {
|
|
2933
|
-
"alias": "
|
|
2933
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
2934
2934
|
"args": {},
|
|
2935
2935
|
"deprecationReason": null,
|
|
2936
2936
|
"description": null,
|
|
@@ -2947,7 +2947,7 @@
|
|
|
2947
2947
|
"enumValues": null,
|
|
2948
2948
|
"fields": {
|
|
2949
2949
|
"fqdnContainer": {
|
|
2950
|
-
"alias": "
|
|
2950
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
2951
2951
|
"args": {},
|
|
2952
2952
|
"deprecationReason": null,
|
|
2953
2953
|
"description": null,
|
|
@@ -3025,7 +3025,7 @@
|
|
|
3025
3025
|
"varName": "fqdnContainerRef"
|
|
3026
3026
|
},
|
|
3027
3027
|
"ipAddressRangeContainer": {
|
|
3028
|
-
"alias": "
|
|
3028
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
3029
3029
|
"args": {},
|
|
3030
3030
|
"deprecationReason": null,
|
|
3031
3031
|
"description": null,
|
|
@@ -3120,7 +3120,7 @@
|
|
|
3120
3120
|
"varName": "internetFirewallContainer"
|
|
3121
3121
|
},
|
|
3122
3122
|
"country": {
|
|
3123
|
-
"alias": "
|
|
3123
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
3124
3124
|
"args": {},
|
|
3125
3125
|
"deprecationReason": null,
|
|
3126
3126
|
"description": "Countries",
|
|
@@ -3198,7 +3198,7 @@
|
|
|
3198
3198
|
"varName": "countryRef"
|
|
3199
3199
|
},
|
|
3200
3200
|
"customApp": {
|
|
3201
|
-
"alias": "
|
|
3201
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
3202
3202
|
"args": {},
|
|
3203
3203
|
"deprecationReason": null,
|
|
3204
3204
|
"description": "Custom (user-defined) applications",
|
|
@@ -3276,7 +3276,7 @@
|
|
|
3276
3276
|
"varName": "customApplicationRef"
|
|
3277
3277
|
},
|
|
3278
3278
|
"customCategory": {
|
|
3279
|
-
"alias": "
|
|
3279
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
3280
3280
|
"args": {},
|
|
3281
3281
|
"deprecationReason": null,
|
|
3282
3282
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
"varName": "fqdn"
|
|
3401
3401
|
},
|
|
3402
3402
|
"globalIpRange": {
|
|
3403
|
-
"alias": "
|
|
3403
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
3404
3404
|
"args": {},
|
|
3405
3405
|
"deprecationReason": null,
|
|
3406
3406
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3501,7 +3501,7 @@
|
|
|
3501
3501
|
"varName": "ip"
|
|
3502
3502
|
},
|
|
3503
3503
|
"ipRange": {
|
|
3504
|
-
"alias": "
|
|
3504
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
3505
3505
|
"args": {},
|
|
3506
3506
|
"deprecationReason": null,
|
|
3507
3507
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3602,7 +3602,7 @@
|
|
|
3602
3602
|
"varName": "remoteAsn"
|
|
3603
3603
|
},
|
|
3604
3604
|
"sanctionedAppsCategory": {
|
|
3605
|
-
"alias": "
|
|
3605
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
3606
3606
|
"args": {},
|
|
3607
3607
|
"deprecationReason": null,
|
|
3608
3608
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3720,7 +3720,7 @@
|
|
|
3720
3720
|
"varName": "internetFirewallDestination"
|
|
3721
3721
|
},
|
|
3722
3722
|
"device": {
|
|
3723
|
-
"alias": "
|
|
3723
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
3724
3724
|
"args": {},
|
|
3725
3725
|
"deprecationReason": null,
|
|
3726
3726
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3798,7 +3798,7 @@
|
|
|
3798
3798
|
"varName": "deviceProfileRef"
|
|
3799
3799
|
},
|
|
3800
3800
|
"deviceAttributes": {
|
|
3801
|
-
"alias": "
|
|
3801
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
3802
3802
|
"args": {},
|
|
3803
3803
|
"deprecationReason": null,
|
|
3804
3804
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -3970,7 +3970,7 @@
|
|
|
3970
3970
|
"varName": "deviceAttributes"
|
|
3971
3971
|
},
|
|
3972
3972
|
"deviceOS": {
|
|
3973
|
-
"alias": "
|
|
3973
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
3974
3974
|
"args": {},
|
|
3975
3975
|
"deprecationReason": null,
|
|
3976
3976
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -4063,7 +4063,7 @@
|
|
|
4063
4063
|
"varName": "name"
|
|
4064
4064
|
},
|
|
4065
4065
|
"service": {
|
|
4066
|
-
"alias": "
|
|
4066
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
4067
4067
|
"args": {},
|
|
4068
4068
|
"deprecationReason": null,
|
|
4069
4069
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -4080,7 +4080,7 @@
|
|
|
4080
4080
|
"enumValues": null,
|
|
4081
4081
|
"fields": {
|
|
4082
4082
|
"custom": {
|
|
4083
|
-
"alias": "
|
|
4083
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
4084
4084
|
"args": {},
|
|
4085
4085
|
"deprecationReason": null,
|
|
4086
4086
|
"description": null,
|
|
@@ -4119,7 +4119,7 @@
|
|
|
4119
4119
|
"varName": "port"
|
|
4120
4120
|
},
|
|
4121
4121
|
"portRange": {
|
|
4122
|
-
"alias": "
|
|
4122
|
+
"alias": "portRangeCustomService: portRange",
|
|
4123
4123
|
"args": {},
|
|
4124
4124
|
"deprecationReason": null,
|
|
4125
4125
|
"description": null,
|
|
@@ -4194,7 +4194,7 @@
|
|
|
4194
4194
|
"varName": "portRange"
|
|
4195
4195
|
},
|
|
4196
4196
|
"protocol": {
|
|
4197
|
-
"alias": "
|
|
4197
|
+
"alias": "protocolCustomService: protocol",
|
|
4198
4198
|
"args": {},
|
|
4199
4199
|
"deprecationReason": null,
|
|
4200
4200
|
"description": null,
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
"varName": "customService"
|
|
4278
4278
|
},
|
|
4279
4279
|
"standard": {
|
|
4280
|
-
"alias": "
|
|
4280
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
4281
4281
|
"args": {},
|
|
4282
4282
|
"deprecationReason": null,
|
|
4283
4283
|
"description": null,
|
|
@@ -4372,7 +4372,7 @@
|
|
|
4372
4372
|
"varName": "internetFirewallServiceType"
|
|
4373
4373
|
},
|
|
4374
4374
|
"source": {
|
|
4375
|
-
"alias": "
|
|
4375
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
4376
4376
|
"args": {},
|
|
4377
4377
|
"deprecationReason": null,
|
|
4378
4378
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4389,7 +4389,7 @@
|
|
|
4389
4389
|
"enumValues": null,
|
|
4390
4390
|
"fields": {
|
|
4391
4391
|
"floatingSubnet": {
|
|
4392
|
-
"alias": "
|
|
4392
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
4393
4393
|
"args": {},
|
|
4394
4394
|
"deprecationReason": null,
|
|
4395
4395
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4467,7 +4467,7 @@
|
|
|
4467
4467
|
"varName": "floatingSubnetRef"
|
|
4468
4468
|
},
|
|
4469
4469
|
"globalIpRange": {
|
|
4470
|
-
"alias": "
|
|
4470
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
4471
4471
|
"args": {},
|
|
4472
4472
|
"deprecationReason": null,
|
|
4473
4473
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4545,7 +4545,7 @@
|
|
|
4545
4545
|
"varName": "globalIpRangeRef"
|
|
4546
4546
|
},
|
|
4547
4547
|
"group": {
|
|
4548
|
-
"alias": "
|
|
4548
|
+
"alias": "groupInternetFirewallSource: group",
|
|
4549
4549
|
"args": {},
|
|
4550
4550
|
"deprecationReason": null,
|
|
4551
4551
|
"description": "Groups defined for your account",
|
|
@@ -4623,7 +4623,7 @@
|
|
|
4623
4623
|
"varName": "groupRef"
|
|
4624
4624
|
},
|
|
4625
4625
|
"host": {
|
|
4626
|
-
"alias": "
|
|
4626
|
+
"alias": "hostInternetFirewallSource: host",
|
|
4627
4627
|
"args": {},
|
|
4628
4628
|
"deprecationReason": null,
|
|
4629
4629
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4724,7 +4724,7 @@
|
|
|
4724
4724
|
"varName": "ip"
|
|
4725
4725
|
},
|
|
4726
4726
|
"ipRange": {
|
|
4727
|
-
"alias": "
|
|
4727
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
4728
4728
|
"args": {},
|
|
4729
4729
|
"deprecationReason": null,
|
|
4730
4730
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4802,7 +4802,7 @@
|
|
|
4802
4802
|
"varName": "ipAddressRange"
|
|
4803
4803
|
},
|
|
4804
4804
|
"networkInterface": {
|
|
4805
|
-
"alias": "
|
|
4805
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
4806
4806
|
"args": {},
|
|
4807
4807
|
"deprecationReason": null,
|
|
4808
4808
|
"description": "Network range defined for a site",
|
|
@@ -4880,7 +4880,7 @@
|
|
|
4880
4880
|
"varName": "networkInterfaceRef"
|
|
4881
4881
|
},
|
|
4882
4882
|
"site": {
|
|
4883
|
-
"alias": "
|
|
4883
|
+
"alias": "siteInternetFirewallSource: site",
|
|
4884
4884
|
"args": {},
|
|
4885
4885
|
"deprecationReason": null,
|
|
4886
4886
|
"description": "Site defined for the account",
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
"varName": "siteRef"
|
|
4959
4959
|
},
|
|
4960
4960
|
"siteNetworkSubnet": {
|
|
4961
|
-
"alias": "
|
|
4961
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
4962
4962
|
"args": {},
|
|
4963
4963
|
"deprecationReason": null,
|
|
4964
4964
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -5059,7 +5059,7 @@
|
|
|
5059
5059
|
"varName": "subnet"
|
|
5060
5060
|
},
|
|
5061
5061
|
"systemGroup": {
|
|
5062
|
-
"alias": "
|
|
5062
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
5063
5063
|
"args": {},
|
|
5064
5064
|
"deprecationReason": null,
|
|
5065
5065
|
"description": "Predefined Cato groups",
|
|
@@ -5137,7 +5137,7 @@
|
|
|
5137
5137
|
"varName": "systemGroupRef"
|
|
5138
5138
|
},
|
|
5139
5139
|
"user": {
|
|
5140
|
-
"alias": "
|
|
5140
|
+
"alias": "userInternetFirewallSource: user",
|
|
5141
5141
|
"args": {},
|
|
5142
5142
|
"deprecationReason": null,
|
|
5143
5143
|
"description": "Individual users defined for the account",
|
|
@@ -5215,7 +5215,7 @@
|
|
|
5215
5215
|
"varName": "userRef"
|
|
5216
5216
|
},
|
|
5217
5217
|
"usersGroup": {
|
|
5218
|
-
"alias": "
|
|
5218
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
5219
5219
|
"args": {},
|
|
5220
5220
|
"deprecationReason": null,
|
|
5221
5221
|
"description": "Group of users",
|
|
@@ -5392,7 +5392,7 @@
|
|
|
5392
5392
|
"varName": "name"
|
|
5393
5393
|
},
|
|
5394
5394
|
"schedule": {
|
|
5395
|
-
"alias": "
|
|
5395
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
5396
5396
|
"args": {},
|
|
5397
5397
|
"deprecationReason": null,
|
|
5398
5398
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5409,7 +5409,7 @@
|
|
|
5409
5409
|
"enumValues": null,
|
|
5410
5410
|
"fields": {
|
|
5411
5411
|
"activeOn": {
|
|
5412
|
-
"alias": "
|
|
5412
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
5413
5413
|
"args": {},
|
|
5414
5414
|
"deprecationReason": null,
|
|
5415
5415
|
"description": null,
|
|
@@ -5467,7 +5467,7 @@
|
|
|
5467
5467
|
"varName": "activeOn"
|
|
5468
5468
|
},
|
|
5469
5469
|
"customRecurring": {
|
|
5470
|
-
"alias": "
|
|
5470
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
5471
5471
|
"args": {},
|
|
5472
5472
|
"deprecationReason": null,
|
|
5473
5473
|
"description": null,
|
|
@@ -5619,7 +5619,7 @@
|
|
|
5619
5619
|
"varName": "policyCustomRecurring"
|
|
5620
5620
|
},
|
|
5621
5621
|
"customTimeframe": {
|
|
5622
|
-
"alias": "
|
|
5622
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
5623
5623
|
"args": {},
|
|
5624
5624
|
"deprecationReason": null,
|
|
5625
5625
|
"description": null,
|
|
@@ -5711,7 +5711,7 @@
|
|
|
5711
5711
|
"varName": "policySchedule"
|
|
5712
5712
|
},
|
|
5713
5713
|
"section": {
|
|
5714
|
-
"alias": "
|
|
5714
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
5715
5715
|
"args": {},
|
|
5716
5716
|
"deprecationReason": null,
|
|
5717
5717
|
"description": "Policy section where the rule is located",
|
|
@@ -5787,7 +5787,7 @@
|
|
|
5787
5787
|
"varName": "policySectionInfo"
|
|
5788
5788
|
},
|
|
5789
5789
|
"service": {
|
|
5790
|
-
"alias": "
|
|
5790
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
5791
5791
|
"args": {},
|
|
5792
5792
|
"deprecationReason": null,
|
|
5793
5793
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -5804,7 +5804,7 @@
|
|
|
5804
5804
|
"enumValues": null,
|
|
5805
5805
|
"fields": {
|
|
5806
5806
|
"custom": {
|
|
5807
|
-
"alias": "
|
|
5807
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
5808
5808
|
"args": {},
|
|
5809
5809
|
"deprecationReason": null,
|
|
5810
5810
|
"description": null,
|
|
@@ -5843,7 +5843,7 @@
|
|
|
5843
5843
|
"varName": "port"
|
|
5844
5844
|
},
|
|
5845
5845
|
"portRange": {
|
|
5846
|
-
"alias": "
|
|
5846
|
+
"alias": "portRangeCustomService: portRange",
|
|
5847
5847
|
"args": {},
|
|
5848
5848
|
"deprecationReason": null,
|
|
5849
5849
|
"description": null,
|
|
@@ -5918,7 +5918,7 @@
|
|
|
5918
5918
|
"varName": "portRange"
|
|
5919
5919
|
},
|
|
5920
5920
|
"protocol": {
|
|
5921
|
-
"alias": "
|
|
5921
|
+
"alias": "protocolCustomService: protocol",
|
|
5922
5922
|
"args": {},
|
|
5923
5923
|
"deprecationReason": null,
|
|
5924
5924
|
"description": null,
|
|
@@ -6001,7 +6001,7 @@
|
|
|
6001
6001
|
"varName": "customService"
|
|
6002
6002
|
},
|
|
6003
6003
|
"standard": {
|
|
6004
|
-
"alias": "
|
|
6004
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
6005
6005
|
"args": {},
|
|
6006
6006
|
"deprecationReason": null,
|
|
6007
6007
|
"description": null,
|
|
@@ -6096,7 +6096,7 @@
|
|
|
6096
6096
|
"varName": "internetFirewallServiceType"
|
|
6097
6097
|
},
|
|
6098
6098
|
"source": {
|
|
6099
|
-
"alias": "
|
|
6099
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
6100
6100
|
"args": {},
|
|
6101
6101
|
"deprecationReason": null,
|
|
6102
6102
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -6113,7 +6113,7 @@
|
|
|
6113
6113
|
"enumValues": null,
|
|
6114
6114
|
"fields": {
|
|
6115
6115
|
"floatingSubnet": {
|
|
6116
|
-
"alias": "
|
|
6116
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
6117
6117
|
"args": {},
|
|
6118
6118
|
"deprecationReason": null,
|
|
6119
6119
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -6191,7 +6191,7 @@
|
|
|
6191
6191
|
"varName": "floatingSubnetRef"
|
|
6192
6192
|
},
|
|
6193
6193
|
"globalIpRange": {
|
|
6194
|
-
"alias": "
|
|
6194
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
6195
6195
|
"args": {},
|
|
6196
6196
|
"deprecationReason": null,
|
|
6197
6197
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6269,7 +6269,7 @@
|
|
|
6269
6269
|
"varName": "globalIpRangeRef"
|
|
6270
6270
|
},
|
|
6271
6271
|
"group": {
|
|
6272
|
-
"alias": "
|
|
6272
|
+
"alias": "groupInternetFirewallSource: group",
|
|
6273
6273
|
"args": {},
|
|
6274
6274
|
"deprecationReason": null,
|
|
6275
6275
|
"description": "Groups defined for your account",
|
|
@@ -6347,7 +6347,7 @@
|
|
|
6347
6347
|
"varName": "groupRef"
|
|
6348
6348
|
},
|
|
6349
6349
|
"host": {
|
|
6350
|
-
"alias": "
|
|
6350
|
+
"alias": "hostInternetFirewallSource: host",
|
|
6351
6351
|
"args": {},
|
|
6352
6352
|
"deprecationReason": null,
|
|
6353
6353
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6448,7 +6448,7 @@
|
|
|
6448
6448
|
"varName": "ip"
|
|
6449
6449
|
},
|
|
6450
6450
|
"ipRange": {
|
|
6451
|
-
"alias": "
|
|
6451
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
6452
6452
|
"args": {},
|
|
6453
6453
|
"deprecationReason": null,
|
|
6454
6454
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6526,7 +6526,7 @@
|
|
|
6526
6526
|
"varName": "ipAddressRange"
|
|
6527
6527
|
},
|
|
6528
6528
|
"networkInterface": {
|
|
6529
|
-
"alias": "
|
|
6529
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
6530
6530
|
"args": {},
|
|
6531
6531
|
"deprecationReason": null,
|
|
6532
6532
|
"description": "Network range defined for a site",
|
|
@@ -6604,7 +6604,7 @@
|
|
|
6604
6604
|
"varName": "networkInterfaceRef"
|
|
6605
6605
|
},
|
|
6606
6606
|
"site": {
|
|
6607
|
-
"alias": "
|
|
6607
|
+
"alias": "siteInternetFirewallSource: site",
|
|
6608
6608
|
"args": {},
|
|
6609
6609
|
"deprecationReason": null,
|
|
6610
6610
|
"description": "Site defined for the account",
|
|
@@ -6682,7 +6682,7 @@
|
|
|
6682
6682
|
"varName": "siteRef"
|
|
6683
6683
|
},
|
|
6684
6684
|
"siteNetworkSubnet": {
|
|
6685
|
-
"alias": "
|
|
6685
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
6686
6686
|
"args": {},
|
|
6687
6687
|
"deprecationReason": null,
|
|
6688
6688
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6783,7 +6783,7 @@
|
|
|
6783
6783
|
"varName": "subnet"
|
|
6784
6784
|
},
|
|
6785
6785
|
"systemGroup": {
|
|
6786
|
-
"alias": "
|
|
6786
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
6787
6787
|
"args": {},
|
|
6788
6788
|
"deprecationReason": null,
|
|
6789
6789
|
"description": "Predefined Cato groups",
|
|
@@ -6861,7 +6861,7 @@
|
|
|
6861
6861
|
"varName": "systemGroupRef"
|
|
6862
6862
|
},
|
|
6863
6863
|
"user": {
|
|
6864
|
-
"alias": "
|
|
6864
|
+
"alias": "userInternetFirewallSource: user",
|
|
6865
6865
|
"args": {},
|
|
6866
6866
|
"deprecationReason": null,
|
|
6867
6867
|
"description": "Individual users defined for the account",
|
|
@@ -6939,7 +6939,7 @@
|
|
|
6939
6939
|
"varName": "userRef"
|
|
6940
6940
|
},
|
|
6941
6941
|
"usersGroup": {
|
|
6942
|
-
"alias": "
|
|
6942
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
6943
6943
|
"args": {},
|
|
6944
6944
|
"deprecationReason": null,
|
|
6945
6945
|
"description": "Group of users",
|
|
@@ -7034,7 +7034,7 @@
|
|
|
7034
7034
|
"varName": "internetFirewallSource"
|
|
7035
7035
|
},
|
|
7036
7036
|
"tracking": {
|
|
7037
|
-
"alias": "
|
|
7037
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
7038
7038
|
"args": {},
|
|
7039
7039
|
"deprecationReason": null,
|
|
7040
7040
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -7051,7 +7051,7 @@
|
|
|
7051
7051
|
"enumValues": null,
|
|
7052
7052
|
"fields": {
|
|
7053
7053
|
"alert": {
|
|
7054
|
-
"alias": "
|
|
7054
|
+
"alias": "alertPolicyTracking: alert",
|
|
7055
7055
|
"args": {},
|
|
7056
7056
|
"deprecationReason": null,
|
|
7057
7057
|
"description": null,
|
|
@@ -7089,7 +7089,7 @@
|
|
|
7089
7089
|
"varName": "enabled"
|
|
7090
7090
|
},
|
|
7091
7091
|
"frequency": {
|
|
7092
|
-
"alias": "
|
|
7092
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
7093
7093
|
"args": {},
|
|
7094
7094
|
"deprecationReason": null,
|
|
7095
7095
|
"description": "Returns data for the alert frequency",
|
|
@@ -7147,7 +7147,7 @@
|
|
|
7147
7147
|
"varName": "frequency"
|
|
7148
7148
|
},
|
|
7149
7149
|
"mailingList": {
|
|
7150
|
-
"alias": "
|
|
7150
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
7151
7151
|
"args": {},
|
|
7152
7152
|
"deprecationReason": null,
|
|
7153
7153
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7225,7 +7225,7 @@
|
|
|
7225
7225
|
"varName": "subscriptionMailingListRef"
|
|
7226
7226
|
},
|
|
7227
7227
|
"subscriptionGroup": {
|
|
7228
|
-
"alias": "
|
|
7228
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
7229
7229
|
"args": {},
|
|
7230
7230
|
"deprecationReason": null,
|
|
7231
7231
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7303,7 +7303,7 @@
|
|
|
7303
7303
|
"varName": "subscriptionGroupRef"
|
|
7304
7304
|
},
|
|
7305
7305
|
"webhook": {
|
|
7306
|
-
"alias": "
|
|
7306
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
7307
7307
|
"args": {},
|
|
7308
7308
|
"deprecationReason": null,
|
|
7309
7309
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7398,7 +7398,7 @@
|
|
|
7398
7398
|
"varName": "policyRuleTrackingAlert"
|
|
7399
7399
|
},
|
|
7400
7400
|
"event": {
|
|
7401
|
-
"alias": "
|
|
7401
|
+
"alias": "eventPolicyTracking: event",
|
|
7402
7402
|
"args": {},
|
|
7403
7403
|
"deprecationReason": null,
|
|
7404
7404
|
"description": null,
|
|
@@ -7506,7 +7506,7 @@
|
|
|
7506
7506
|
"varName": "internetFirewallRulePayload"
|
|
7507
7507
|
},
|
|
7508
7508
|
"sections": {
|
|
7509
|
-
"alias": "
|
|
7509
|
+
"alias": "sectionsInternetFirewallPolicy: sections",
|
|
7510
7510
|
"args": {},
|
|
7511
7511
|
"deprecationReason": null,
|
|
7512
7512
|
"description": null,
|
|
@@ -7523,7 +7523,7 @@
|
|
|
7523
7523
|
"enumValues": null,
|
|
7524
7524
|
"fields": {
|
|
7525
7525
|
"audit": {
|
|
7526
|
-
"alias": "
|
|
7526
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7527
7527
|
"args": {},
|
|
7528
7528
|
"deprecationReason": null,
|
|
7529
7529
|
"description": null,
|
|
@@ -7599,7 +7599,7 @@
|
|
|
7599
7599
|
"varName": "policyElementAudit"
|
|
7600
7600
|
},
|
|
7601
7601
|
"properties": {
|
|
7602
|
-
"alias": "
|
|
7602
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7603
7603
|
"args": {},
|
|
7604
7604
|
"deprecationReason": null,
|
|
7605
7605
|
"description": null,
|
|
@@ -7677,7 +7677,7 @@
|
|
|
7677
7677
|
"varName": "properties"
|
|
7678
7678
|
},
|
|
7679
7679
|
"section": {
|
|
7680
|
-
"alias": "
|
|
7680
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7681
7681
|
"args": {},
|
|
7682
7682
|
"deprecationReason": null,
|
|
7683
7683
|
"description": null,
|