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
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"enumValues": null,
|
|
621
621
|
"fields": {
|
|
622
622
|
"errors": {
|
|
623
|
-
"alias": "
|
|
623
|
+
"alias": "errorsWanFirewallPolicyMutationPayload: errors",
|
|
624
624
|
"args": {},
|
|
625
625
|
"deprecationReason": null,
|
|
626
626
|
"description": null,
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"responseStr": "errors:$policyMutationError ",
|
|
634
634
|
"type": {
|
|
635
635
|
"definition": {
|
|
636
|
-
"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
|
|
636
|
+
"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\"",
|
|
637
637
|
"enumValues": null,
|
|
638
638
|
"fields": {
|
|
639
639
|
"errorCode": {
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"varName": "policyMutationError"
|
|
697
697
|
},
|
|
698
698
|
"policy": {
|
|
699
|
-
"alias": "
|
|
699
|
+
"alias": "policyWanFirewallPolicyMutationPayload: policy",
|
|
700
700
|
"args": {},
|
|
701
701
|
"deprecationReason": null,
|
|
702
702
|
"description": null,
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
"enumValues": null,
|
|
983
983
|
"fields": {
|
|
984
984
|
"audit": {
|
|
985
|
-
"alias": "
|
|
985
|
+
"alias": "auditWanFirewallRulePayload: audit",
|
|
986
986
|
"args": {},
|
|
987
987
|
"deprecationReason": null,
|
|
988
988
|
"description": null,
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
"varName": "policyElementAudit"
|
|
1059
1059
|
},
|
|
1060
1060
|
"properties": {
|
|
1061
|
-
"alias": "
|
|
1061
|
+
"alias": "propertiesWanFirewallRulePayload: properties",
|
|
1062
1062
|
"args": {},
|
|
1063
1063
|
"deprecationReason": null,
|
|
1064
1064
|
"description": null,
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
"varName": "properties"
|
|
1137
1137
|
},
|
|
1138
1138
|
"rule": {
|
|
1139
|
-
"alias": "
|
|
1139
|
+
"alias": "ruleWanFirewallRulePayload: rule",
|
|
1140
1140
|
"args": {},
|
|
1141
1141
|
"deprecationReason": null,
|
|
1142
1142
|
"description": null,
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
"enumValues": null,
|
|
1154
1154
|
"fields": {
|
|
1155
1155
|
"action": {
|
|
1156
|
-
"alias": "
|
|
1156
|
+
"alias": "actionWanFirewallRule: action",
|
|
1157
1157
|
"args": {},
|
|
1158
1158
|
"deprecationReason": null,
|
|
1159
1159
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1205,7 +1205,7 @@
|
|
|
1205
1205
|
"varName": "action"
|
|
1206
1206
|
},
|
|
1207
1207
|
"activePeriod": {
|
|
1208
|
-
"alias": "
|
|
1208
|
+
"alias": "activePeriodWanFirewallRule: activePeriod",
|
|
1209
1209
|
"args": {},
|
|
1210
1210
|
"deprecationReason": null,
|
|
1211
1211
|
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
@@ -1321,10 +1321,10 @@
|
|
|
1321
1321
|
"varName": "policyRuleActivePeriod"
|
|
1322
1322
|
},
|
|
1323
1323
|
"application": {
|
|
1324
|
-
"alias": "
|
|
1324
|
+
"alias": "applicationWanFirewallRule: application",
|
|
1325
1325
|
"args": {},
|
|
1326
1326
|
"deprecationReason": null,
|
|
1327
|
-
"description": "Application traffic matching criteria.\nLogical
|
|
1327
|
+
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1328
1328
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___application",
|
|
1329
1329
|
"isDeprecated": false,
|
|
1330
1330
|
"name": "application",
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
"enumValues": null,
|
|
1339
1339
|
"fields": {
|
|
1340
1340
|
"appCategory": {
|
|
1341
|
-
"alias": "
|
|
1341
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
1342
1342
|
"args": {},
|
|
1343
1343
|
"deprecationReason": null,
|
|
1344
1344
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
"varName": "applicationCategoryRef"
|
|
1417
1417
|
},
|
|
1418
1418
|
"application": {
|
|
1419
|
-
"alias": "
|
|
1419
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
1420
1420
|
"args": {},
|
|
1421
1421
|
"deprecationReason": null,
|
|
1422
1422
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1494,7 +1494,7 @@
|
|
|
1494
1494
|
"varName": "applicationRef"
|
|
1495
1495
|
},
|
|
1496
1496
|
"customApp": {
|
|
1497
|
-
"alias": "
|
|
1497
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
1498
1498
|
"args": {},
|
|
1499
1499
|
"deprecationReason": null,
|
|
1500
1500
|
"description": "Custom (user-defined) applications",
|
|
@@ -1572,10 +1572,10 @@
|
|
|
1572
1572
|
"varName": "customApplicationRef"
|
|
1573
1573
|
},
|
|
1574
1574
|
"customCategory": {
|
|
1575
|
-
"alias": "
|
|
1575
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
1576
1576
|
"args": {},
|
|
1577
1577
|
"deprecationReason": null,
|
|
1578
|
-
"description": "Custom Categories
|
|
1578
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
1579
1579
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___application___customCategory",
|
|
1580
1580
|
"isDeprecated": false,
|
|
1581
1581
|
"name": "customCategory",
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
"varName": "fqdn"
|
|
1697
1697
|
},
|
|
1698
1698
|
"globalIpRange": {
|
|
1699
|
-
"alias": "
|
|
1699
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
1700
1700
|
"args": {},
|
|
1701
1701
|
"deprecationReason": null,
|
|
1702
1702
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
"varName": "ip"
|
|
1798
1798
|
},
|
|
1799
1799
|
"ipRange": {
|
|
1800
|
-
"alias": "
|
|
1800
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
1801
1801
|
"args": {},
|
|
1802
1802
|
"deprecationReason": null,
|
|
1803
1803
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1875,7 +1875,7 @@
|
|
|
1875
1875
|
"varName": "ipAddressRange"
|
|
1876
1876
|
},
|
|
1877
1877
|
"sanctionedAppsCategory": {
|
|
1878
|
-
"alias": "
|
|
1878
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
1879
1879
|
"args": {},
|
|
1880
1880
|
"deprecationReason": null,
|
|
1881
1881
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1993,7 +1993,7 @@
|
|
|
1993
1993
|
"varName": "wanFirewallApplication"
|
|
1994
1994
|
},
|
|
1995
1995
|
"connectionOrigin": {
|
|
1996
|
-
"alias": "
|
|
1996
|
+
"alias": "connectionOriginWanFirewallRule: connectionOrigin",
|
|
1997
1997
|
"args": {},
|
|
1998
1998
|
"deprecationReason": null,
|
|
1999
1999
|
"description": "Connection origin of the traffic",
|
|
@@ -2045,10 +2045,10 @@
|
|
|
2045
2045
|
"varName": "connectionOrigin"
|
|
2046
2046
|
},
|
|
2047
2047
|
"country": {
|
|
2048
|
-
"alias": "
|
|
2048
|
+
"alias": "countryWanFirewallRule: country",
|
|
2049
2049
|
"args": {},
|
|
2050
2050
|
"deprecationReason": null,
|
|
2051
|
-
"description": "Source country traffic matching criteria.\nLogical
|
|
2051
|
+
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
2052
2052
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___country",
|
|
2053
2053
|
"isDeprecated": false,
|
|
2054
2054
|
"name": "country",
|
|
@@ -2144,10 +2144,10 @@
|
|
|
2144
2144
|
"varName": "description"
|
|
2145
2145
|
},
|
|
2146
2146
|
"destination": {
|
|
2147
|
-
"alias": "
|
|
2147
|
+
"alias": "destinationWanFirewallRule: destination",
|
|
2148
2148
|
"args": {},
|
|
2149
2149
|
"deprecationReason": null,
|
|
2150
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
2150
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
2151
2151
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___destination",
|
|
2152
2152
|
"isDeprecated": false,
|
|
2153
2153
|
"name": "destination",
|
|
@@ -2161,7 +2161,7 @@
|
|
|
2161
2161
|
"enumValues": null,
|
|
2162
2162
|
"fields": {
|
|
2163
2163
|
"floatingSubnet": {
|
|
2164
|
-
"alias": "
|
|
2164
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
2165
2165
|
"args": {},
|
|
2166
2166
|
"deprecationReason": null,
|
|
2167
2167
|
"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.",
|
|
@@ -2239,7 +2239,7 @@
|
|
|
2239
2239
|
"varName": "floatingSubnetRef"
|
|
2240
2240
|
},
|
|
2241
2241
|
"globalIpRange": {
|
|
2242
|
-
"alias": "
|
|
2242
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
2243
2243
|
"args": {},
|
|
2244
2244
|
"deprecationReason": null,
|
|
2245
2245
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
"varName": "globalIpRangeRef"
|
|
2318
2318
|
},
|
|
2319
2319
|
"group": {
|
|
2320
|
-
"alias": "
|
|
2320
|
+
"alias": "groupWanFirewallDestination: group",
|
|
2321
2321
|
"args": {},
|
|
2322
2322
|
"deprecationReason": null,
|
|
2323
2323
|
"description": "Groups defined for your account",
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
"varName": "groupRef"
|
|
2396
2396
|
},
|
|
2397
2397
|
"host": {
|
|
2398
|
-
"alias": "
|
|
2398
|
+
"alias": "hostWanFirewallDestination: host",
|
|
2399
2399
|
"args": {},
|
|
2400
2400
|
"deprecationReason": null,
|
|
2401
2401
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2496,7 +2496,7 @@
|
|
|
2496
2496
|
"varName": "ip"
|
|
2497
2497
|
},
|
|
2498
2498
|
"ipRange": {
|
|
2499
|
-
"alias": "
|
|
2499
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
2500
2500
|
"args": {},
|
|
2501
2501
|
"deprecationReason": null,
|
|
2502
2502
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2574,7 +2574,7 @@
|
|
|
2574
2574
|
"varName": "ipAddressRange"
|
|
2575
2575
|
},
|
|
2576
2576
|
"networkInterface": {
|
|
2577
|
-
"alias": "
|
|
2577
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
2578
2578
|
"args": {},
|
|
2579
2579
|
"deprecationReason": null,
|
|
2580
2580
|
"description": "Network range defined for a site",
|
|
@@ -2652,7 +2652,7 @@
|
|
|
2652
2652
|
"varName": "networkInterfaceRef"
|
|
2653
2653
|
},
|
|
2654
2654
|
"site": {
|
|
2655
|
-
"alias": "
|
|
2655
|
+
"alias": "siteWanFirewallDestination: site",
|
|
2656
2656
|
"args": {},
|
|
2657
2657
|
"deprecationReason": null,
|
|
2658
2658
|
"description": "Site defined for the account",
|
|
@@ -2730,7 +2730,7 @@
|
|
|
2730
2730
|
"varName": "siteRef"
|
|
2731
2731
|
},
|
|
2732
2732
|
"siteNetworkSubnet": {
|
|
2733
|
-
"alias": "
|
|
2733
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
2734
2734
|
"args": {},
|
|
2735
2735
|
"deprecationReason": null,
|
|
2736
2736
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2831,7 +2831,7 @@
|
|
|
2831
2831
|
"varName": "subnet"
|
|
2832
2832
|
},
|
|
2833
2833
|
"systemGroup": {
|
|
2834
|
-
"alias": "
|
|
2834
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
2835
2835
|
"args": {},
|
|
2836
2836
|
"deprecationReason": null,
|
|
2837
2837
|
"description": "Predefined Cato groups",
|
|
@@ -2909,7 +2909,7 @@
|
|
|
2909
2909
|
"varName": "systemGroupRef"
|
|
2910
2910
|
},
|
|
2911
2911
|
"user": {
|
|
2912
|
-
"alias": "
|
|
2912
|
+
"alias": "userWanFirewallDestination: user",
|
|
2913
2913
|
"args": {},
|
|
2914
2914
|
"deprecationReason": null,
|
|
2915
2915
|
"description": "Individual users defined for the account",
|
|
@@ -2987,7 +2987,7 @@
|
|
|
2987
2987
|
"varName": "userRef"
|
|
2988
2988
|
},
|
|
2989
2989
|
"usersGroup": {
|
|
2990
|
-
"alias": "
|
|
2990
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
2991
2991
|
"args": {},
|
|
2992
2992
|
"deprecationReason": null,
|
|
2993
2993
|
"description": "Group of users",
|
|
@@ -3082,10 +3082,10 @@
|
|
|
3082
3082
|
"varName": "wanFirewallDestination"
|
|
3083
3083
|
},
|
|
3084
3084
|
"device": {
|
|
3085
|
-
"alias": "
|
|
3085
|
+
"alias": "deviceWanFirewallRule: device",
|
|
3086
3086
|
"args": {},
|
|
3087
3087
|
"deprecationReason": null,
|
|
3088
|
-
"description": "Source Device Profile traffic matching criteria.\nLogical
|
|
3088
|
+
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
3089
3089
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___device",
|
|
3090
3090
|
"isDeprecated": false,
|
|
3091
3091
|
"name": "device",
|
|
@@ -3160,7 +3160,7 @@
|
|
|
3160
3160
|
"varName": "deviceProfileRef"
|
|
3161
3161
|
},
|
|
3162
3162
|
"deviceAttributes": {
|
|
3163
|
-
"alias": "
|
|
3163
|
+
"alias": "deviceAttributesWanFirewallRule: deviceAttributes",
|
|
3164
3164
|
"args": {},
|
|
3165
3165
|
"deprecationReason": null,
|
|
3166
3166
|
"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.",
|
|
@@ -3332,10 +3332,10 @@
|
|
|
3332
3332
|
"varName": "deviceAttributes"
|
|
3333
3333
|
},
|
|
3334
3334
|
"deviceOS": {
|
|
3335
|
-
"alias": "
|
|
3335
|
+
"alias": "deviceOSWanFirewallRule: deviceOS",
|
|
3336
3336
|
"args": {},
|
|
3337
3337
|
"deprecationReason": null,
|
|
3338
|
-
"description": "Source device Operating System traffic matching criteria.\nLogical
|
|
3338
|
+
"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.",
|
|
3339
3339
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___deviceOS",
|
|
3340
3340
|
"isDeprecated": false,
|
|
3341
3341
|
"name": "deviceOS",
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
"varName": "deviceOS"
|
|
3405
3405
|
},
|
|
3406
3406
|
"direction": {
|
|
3407
|
-
"alias": "
|
|
3407
|
+
"alias": "directionWanFirewallRule: direction",
|
|
3408
3408
|
"args": {},
|
|
3409
3409
|
"deprecationReason": null,
|
|
3410
3410
|
"description": null,
|
|
@@ -3471,7 +3471,7 @@
|
|
|
3471
3471
|
"varName": "enabled"
|
|
3472
3472
|
},
|
|
3473
3473
|
"exceptions": {
|
|
3474
|
-
"alias": "
|
|
3474
|
+
"alias": "exceptionsWanFirewallRule: exceptions",
|
|
3475
3475
|
"args": {},
|
|
3476
3476
|
"deprecationReason": null,
|
|
3477
3477
|
"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.",
|
|
@@ -3488,7 +3488,7 @@
|
|
|
3488
3488
|
"enumValues": null,
|
|
3489
3489
|
"fields": {
|
|
3490
3490
|
"application": {
|
|
3491
|
-
"alias": "
|
|
3491
|
+
"alias": "applicationWanFirewallRuleException: application",
|
|
3492
3492
|
"args": {},
|
|
3493
3493
|
"deprecationReason": null,
|
|
3494
3494
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3505,7 +3505,7 @@
|
|
|
3505
3505
|
"enumValues": null,
|
|
3506
3506
|
"fields": {
|
|
3507
3507
|
"appCategory": {
|
|
3508
|
-
"alias": "
|
|
3508
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
3509
3509
|
"args": {},
|
|
3510
3510
|
"deprecationReason": null,
|
|
3511
3511
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3583,7 +3583,7 @@
|
|
|
3583
3583
|
"varName": "applicationCategoryRef"
|
|
3584
3584
|
},
|
|
3585
3585
|
"application": {
|
|
3586
|
-
"alias": "
|
|
3586
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
3587
3587
|
"args": {},
|
|
3588
3588
|
"deprecationReason": null,
|
|
3589
3589
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3661,7 +3661,7 @@
|
|
|
3661
3661
|
"varName": "applicationRef"
|
|
3662
3662
|
},
|
|
3663
3663
|
"customApp": {
|
|
3664
|
-
"alias": "
|
|
3664
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
3665
3665
|
"args": {},
|
|
3666
3666
|
"deprecationReason": null,
|
|
3667
3667
|
"description": "Custom (user-defined) applications",
|
|
@@ -3739,10 +3739,10 @@
|
|
|
3739
3739
|
"varName": "customApplicationRef"
|
|
3740
3740
|
},
|
|
3741
3741
|
"customCategory": {
|
|
3742
|
-
"alias": "
|
|
3742
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
3743
3743
|
"args": {},
|
|
3744
3744
|
"deprecationReason": null,
|
|
3745
|
-
"description": "Custom Categories
|
|
3745
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
3746
3746
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___exceptions___application___customCategory",
|
|
3747
3747
|
"isDeprecated": false,
|
|
3748
3748
|
"name": "customCategory",
|
|
@@ -3863,7 +3863,7 @@
|
|
|
3863
3863
|
"varName": "fqdn"
|
|
3864
3864
|
},
|
|
3865
3865
|
"globalIpRange": {
|
|
3866
|
-
"alias": "
|
|
3866
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
3867
3867
|
"args": {},
|
|
3868
3868
|
"deprecationReason": null,
|
|
3869
3869
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3964,7 +3964,7 @@
|
|
|
3964
3964
|
"varName": "ip"
|
|
3965
3965
|
},
|
|
3966
3966
|
"ipRange": {
|
|
3967
|
-
"alias": "
|
|
3967
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
3968
3968
|
"args": {},
|
|
3969
3969
|
"deprecationReason": null,
|
|
3970
3970
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -4042,7 +4042,7 @@
|
|
|
4042
4042
|
"varName": "ipAddressRange"
|
|
4043
4043
|
},
|
|
4044
4044
|
"sanctionedAppsCategory": {
|
|
4045
|
-
"alias": "
|
|
4045
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
4046
4046
|
"args": {},
|
|
4047
4047
|
"deprecationReason": null,
|
|
4048
4048
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -4160,7 +4160,7 @@
|
|
|
4160
4160
|
"varName": "wanFirewallApplication"
|
|
4161
4161
|
},
|
|
4162
4162
|
"connectionOrigin": {
|
|
4163
|
-
"alias": "
|
|
4163
|
+
"alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
|
|
4164
4164
|
"args": {},
|
|
4165
4165
|
"deprecationReason": null,
|
|
4166
4166
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -4212,7 +4212,7 @@
|
|
|
4212
4212
|
"varName": "connectionOrigin"
|
|
4213
4213
|
},
|
|
4214
4214
|
"country": {
|
|
4215
|
-
"alias": "
|
|
4215
|
+
"alias": "countryWanFirewallRuleException: country",
|
|
4216
4216
|
"args": {},
|
|
4217
4217
|
"deprecationReason": null,
|
|
4218
4218
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -4290,7 +4290,7 @@
|
|
|
4290
4290
|
"varName": "countryRef"
|
|
4291
4291
|
},
|
|
4292
4292
|
"destination": {
|
|
4293
|
-
"alias": "
|
|
4293
|
+
"alias": "destinationWanFirewallRuleException: destination",
|
|
4294
4294
|
"args": {},
|
|
4295
4295
|
"deprecationReason": null,
|
|
4296
4296
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4307,7 +4307,7 @@
|
|
|
4307
4307
|
"enumValues": null,
|
|
4308
4308
|
"fields": {
|
|
4309
4309
|
"floatingSubnet": {
|
|
4310
|
-
"alias": "
|
|
4310
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
4311
4311
|
"args": {},
|
|
4312
4312
|
"deprecationReason": null,
|
|
4313
4313
|
"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.",
|
|
@@ -4385,7 +4385,7 @@
|
|
|
4385
4385
|
"varName": "floatingSubnetRef"
|
|
4386
4386
|
},
|
|
4387
4387
|
"globalIpRange": {
|
|
4388
|
-
"alias": "
|
|
4388
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
4389
4389
|
"args": {},
|
|
4390
4390
|
"deprecationReason": null,
|
|
4391
4391
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4463,7 +4463,7 @@
|
|
|
4463
4463
|
"varName": "globalIpRangeRef"
|
|
4464
4464
|
},
|
|
4465
4465
|
"group": {
|
|
4466
|
-
"alias": "
|
|
4466
|
+
"alias": "groupWanFirewallDestination: group",
|
|
4467
4467
|
"args": {},
|
|
4468
4468
|
"deprecationReason": null,
|
|
4469
4469
|
"description": "Groups defined for your account",
|
|
@@ -4541,7 +4541,7 @@
|
|
|
4541
4541
|
"varName": "groupRef"
|
|
4542
4542
|
},
|
|
4543
4543
|
"host": {
|
|
4544
|
-
"alias": "
|
|
4544
|
+
"alias": "hostWanFirewallDestination: host",
|
|
4545
4545
|
"args": {},
|
|
4546
4546
|
"deprecationReason": null,
|
|
4547
4547
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4642,7 +4642,7 @@
|
|
|
4642
4642
|
"varName": "ip"
|
|
4643
4643
|
},
|
|
4644
4644
|
"ipRange": {
|
|
4645
|
-
"alias": "
|
|
4645
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
4646
4646
|
"args": {},
|
|
4647
4647
|
"deprecationReason": null,
|
|
4648
4648
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4720,7 +4720,7 @@
|
|
|
4720
4720
|
"varName": "ipAddressRange"
|
|
4721
4721
|
},
|
|
4722
4722
|
"networkInterface": {
|
|
4723
|
-
"alias": "
|
|
4723
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
4724
4724
|
"args": {},
|
|
4725
4725
|
"deprecationReason": null,
|
|
4726
4726
|
"description": "Network range defined for a site",
|
|
@@ -4798,7 +4798,7 @@
|
|
|
4798
4798
|
"varName": "networkInterfaceRef"
|
|
4799
4799
|
},
|
|
4800
4800
|
"site": {
|
|
4801
|
-
"alias": "
|
|
4801
|
+
"alias": "siteWanFirewallDestination: site",
|
|
4802
4802
|
"args": {},
|
|
4803
4803
|
"deprecationReason": null,
|
|
4804
4804
|
"description": "Site defined for the account",
|
|
@@ -4876,7 +4876,7 @@
|
|
|
4876
4876
|
"varName": "siteRef"
|
|
4877
4877
|
},
|
|
4878
4878
|
"siteNetworkSubnet": {
|
|
4879
|
-
"alias": "
|
|
4879
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
4880
4880
|
"args": {},
|
|
4881
4881
|
"deprecationReason": null,
|
|
4882
4882
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4977,7 +4977,7 @@
|
|
|
4977
4977
|
"varName": "subnet"
|
|
4978
4978
|
},
|
|
4979
4979
|
"systemGroup": {
|
|
4980
|
-
"alias": "
|
|
4980
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
4981
4981
|
"args": {},
|
|
4982
4982
|
"deprecationReason": null,
|
|
4983
4983
|
"description": "Predefined Cato groups",
|
|
@@ -5055,7 +5055,7 @@
|
|
|
5055
5055
|
"varName": "systemGroupRef"
|
|
5056
5056
|
},
|
|
5057
5057
|
"user": {
|
|
5058
|
-
"alias": "
|
|
5058
|
+
"alias": "userWanFirewallDestination: user",
|
|
5059
5059
|
"args": {},
|
|
5060
5060
|
"deprecationReason": null,
|
|
5061
5061
|
"description": "Individual users defined for the account",
|
|
@@ -5133,7 +5133,7 @@
|
|
|
5133
5133
|
"varName": "userRef"
|
|
5134
5134
|
},
|
|
5135
5135
|
"usersGroup": {
|
|
5136
|
-
"alias": "
|
|
5136
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
5137
5137
|
"args": {},
|
|
5138
5138
|
"deprecationReason": null,
|
|
5139
5139
|
"description": "Group of users",
|
|
@@ -5228,7 +5228,7 @@
|
|
|
5228
5228
|
"varName": "wanFirewallDestination"
|
|
5229
5229
|
},
|
|
5230
5230
|
"device": {
|
|
5231
|
-
"alias": "
|
|
5231
|
+
"alias": "deviceWanFirewallRuleException: device",
|
|
5232
5232
|
"args": {},
|
|
5233
5233
|
"deprecationReason": null,
|
|
5234
5234
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -5306,7 +5306,7 @@
|
|
|
5306
5306
|
"varName": "deviceProfileRef"
|
|
5307
5307
|
},
|
|
5308
5308
|
"deviceAttributes": {
|
|
5309
|
-
"alias": "
|
|
5309
|
+
"alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
|
|
5310
5310
|
"args": {},
|
|
5311
5311
|
"deprecationReason": null,
|
|
5312
5312
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -5478,7 +5478,7 @@
|
|
|
5478
5478
|
"varName": "deviceAttributes"
|
|
5479
5479
|
},
|
|
5480
5480
|
"deviceOS": {
|
|
5481
|
-
"alias": "
|
|
5481
|
+
"alias": "deviceOSWanFirewallRuleException: deviceOS",
|
|
5482
5482
|
"args": {},
|
|
5483
5483
|
"deprecationReason": null,
|
|
5484
5484
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5550,7 +5550,7 @@
|
|
|
5550
5550
|
"varName": "deviceOS"
|
|
5551
5551
|
},
|
|
5552
5552
|
"direction": {
|
|
5553
|
-
"alias": "
|
|
5553
|
+
"alias": "directionWanFirewallRuleException: direction",
|
|
5554
5554
|
"args": {},
|
|
5555
5555
|
"deprecationReason": null,
|
|
5556
5556
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5617,7 +5617,7 @@
|
|
|
5617
5617
|
"varName": "name"
|
|
5618
5618
|
},
|
|
5619
5619
|
"service": {
|
|
5620
|
-
"alias": "
|
|
5620
|
+
"alias": "serviceWanFirewallRuleException: service",
|
|
5621
5621
|
"args": {},
|
|
5622
5622
|
"deprecationReason": null,
|
|
5623
5623
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5634,7 +5634,7 @@
|
|
|
5634
5634
|
"enumValues": null,
|
|
5635
5635
|
"fields": {
|
|
5636
5636
|
"custom": {
|
|
5637
|
-
"alias": "
|
|
5637
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
5638
5638
|
"args": {},
|
|
5639
5639
|
"deprecationReason": null,
|
|
5640
5640
|
"description": null,
|
|
@@ -5673,7 +5673,7 @@
|
|
|
5673
5673
|
"varName": "port"
|
|
5674
5674
|
},
|
|
5675
5675
|
"portRange": {
|
|
5676
|
-
"alias": "
|
|
5676
|
+
"alias": "portRangeCustomService: portRange",
|
|
5677
5677
|
"args": {},
|
|
5678
5678
|
"deprecationReason": null,
|
|
5679
5679
|
"description": null,
|
|
@@ -5748,7 +5748,7 @@
|
|
|
5748
5748
|
"varName": "portRange"
|
|
5749
5749
|
},
|
|
5750
5750
|
"protocol": {
|
|
5751
|
-
"alias": "
|
|
5751
|
+
"alias": "protocolCustomService: protocol",
|
|
5752
5752
|
"args": {},
|
|
5753
5753
|
"deprecationReason": null,
|
|
5754
5754
|
"description": null,
|
|
@@ -5831,7 +5831,7 @@
|
|
|
5831
5831
|
"varName": "customService"
|
|
5832
5832
|
},
|
|
5833
5833
|
"standard": {
|
|
5834
|
-
"alias": "
|
|
5834
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
5835
5835
|
"args": {},
|
|
5836
5836
|
"deprecationReason": null,
|
|
5837
5837
|
"description": null,
|
|
@@ -5926,7 +5926,7 @@
|
|
|
5926
5926
|
"varName": "wanFirewallServiceType"
|
|
5927
5927
|
},
|
|
5928
5928
|
"source": {
|
|
5929
|
-
"alias": "
|
|
5929
|
+
"alias": "sourceWanFirewallRuleException: source",
|
|
5930
5930
|
"args": {},
|
|
5931
5931
|
"deprecationReason": null,
|
|
5932
5932
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5943,7 +5943,7 @@
|
|
|
5943
5943
|
"enumValues": null,
|
|
5944
5944
|
"fields": {
|
|
5945
5945
|
"floatingSubnet": {
|
|
5946
|
-
"alias": "
|
|
5946
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
5947
5947
|
"args": {},
|
|
5948
5948
|
"deprecationReason": null,
|
|
5949
5949
|
"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.",
|
|
@@ -6021,7 +6021,7 @@
|
|
|
6021
6021
|
"varName": "floatingSubnetRef"
|
|
6022
6022
|
},
|
|
6023
6023
|
"globalIpRange": {
|
|
6024
|
-
"alias": "
|
|
6024
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
6025
6025
|
"args": {},
|
|
6026
6026
|
"deprecationReason": null,
|
|
6027
6027
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6099,7 +6099,7 @@
|
|
|
6099
6099
|
"varName": "globalIpRangeRef"
|
|
6100
6100
|
},
|
|
6101
6101
|
"group": {
|
|
6102
|
-
"alias": "
|
|
6102
|
+
"alias": "groupWanFirewallSource: group",
|
|
6103
6103
|
"args": {},
|
|
6104
6104
|
"deprecationReason": null,
|
|
6105
6105
|
"description": "Groups defined for your account",
|
|
@@ -6177,7 +6177,7 @@
|
|
|
6177
6177
|
"varName": "groupRef"
|
|
6178
6178
|
},
|
|
6179
6179
|
"host": {
|
|
6180
|
-
"alias": "
|
|
6180
|
+
"alias": "hostWanFirewallSource: host",
|
|
6181
6181
|
"args": {},
|
|
6182
6182
|
"deprecationReason": null,
|
|
6183
6183
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6278,7 +6278,7 @@
|
|
|
6278
6278
|
"varName": "ip"
|
|
6279
6279
|
},
|
|
6280
6280
|
"ipRange": {
|
|
6281
|
-
"alias": "
|
|
6281
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
6282
6282
|
"args": {},
|
|
6283
6283
|
"deprecationReason": null,
|
|
6284
6284
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6356,7 +6356,7 @@
|
|
|
6356
6356
|
"varName": "ipAddressRange"
|
|
6357
6357
|
},
|
|
6358
6358
|
"networkInterface": {
|
|
6359
|
-
"alias": "
|
|
6359
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
6360
6360
|
"args": {},
|
|
6361
6361
|
"deprecationReason": null,
|
|
6362
6362
|
"description": "Network range defined for a site",
|
|
@@ -6434,7 +6434,7 @@
|
|
|
6434
6434
|
"varName": "networkInterfaceRef"
|
|
6435
6435
|
},
|
|
6436
6436
|
"site": {
|
|
6437
|
-
"alias": "
|
|
6437
|
+
"alias": "siteWanFirewallSource: site",
|
|
6438
6438
|
"args": {},
|
|
6439
6439
|
"deprecationReason": null,
|
|
6440
6440
|
"description": "Site defined for the account",
|
|
@@ -6512,7 +6512,7 @@
|
|
|
6512
6512
|
"varName": "siteRef"
|
|
6513
6513
|
},
|
|
6514
6514
|
"siteNetworkSubnet": {
|
|
6515
|
-
"alias": "
|
|
6515
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
6516
6516
|
"args": {},
|
|
6517
6517
|
"deprecationReason": null,
|
|
6518
6518
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6613,7 +6613,7 @@
|
|
|
6613
6613
|
"varName": "subnet"
|
|
6614
6614
|
},
|
|
6615
6615
|
"systemGroup": {
|
|
6616
|
-
"alias": "
|
|
6616
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
6617
6617
|
"args": {},
|
|
6618
6618
|
"deprecationReason": null,
|
|
6619
6619
|
"description": "Predefined Cato groups",
|
|
@@ -6691,7 +6691,7 @@
|
|
|
6691
6691
|
"varName": "systemGroupRef"
|
|
6692
6692
|
},
|
|
6693
6693
|
"user": {
|
|
6694
|
-
"alias": "
|
|
6694
|
+
"alias": "userWanFirewallSource: user",
|
|
6695
6695
|
"args": {},
|
|
6696
6696
|
"deprecationReason": null,
|
|
6697
6697
|
"description": "Individual users defined for the account",
|
|
@@ -6769,7 +6769,7 @@
|
|
|
6769
6769
|
"varName": "userRef"
|
|
6770
6770
|
},
|
|
6771
6771
|
"usersGroup": {
|
|
6772
|
-
"alias": "
|
|
6772
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
6773
6773
|
"args": {},
|
|
6774
6774
|
"deprecationReason": null,
|
|
6775
6775
|
"description": "Group of users",
|
|
@@ -6946,7 +6946,7 @@
|
|
|
6946
6946
|
"varName": "name"
|
|
6947
6947
|
},
|
|
6948
6948
|
"schedule": {
|
|
6949
|
-
"alias": "
|
|
6949
|
+
"alias": "scheduleWanFirewallRule: schedule",
|
|
6950
6950
|
"args": {},
|
|
6951
6951
|
"deprecationReason": null,
|
|
6952
6952
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6963,7 +6963,7 @@
|
|
|
6963
6963
|
"enumValues": null,
|
|
6964
6964
|
"fields": {
|
|
6965
6965
|
"activeOn": {
|
|
6966
|
-
"alias": "
|
|
6966
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
6967
6967
|
"args": {},
|
|
6968
6968
|
"deprecationReason": null,
|
|
6969
6969
|
"description": null,
|
|
@@ -7021,7 +7021,7 @@
|
|
|
7021
7021
|
"varName": "activeOn"
|
|
7022
7022
|
},
|
|
7023
7023
|
"customRecurring": {
|
|
7024
|
-
"alias": "
|
|
7024
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
7025
7025
|
"args": {},
|
|
7026
7026
|
"deprecationReason": null,
|
|
7027
7027
|
"description": null,
|
|
@@ -7173,7 +7173,7 @@
|
|
|
7173
7173
|
"varName": "policyCustomRecurring"
|
|
7174
7174
|
},
|
|
7175
7175
|
"customTimeframe": {
|
|
7176
|
-
"alias": "
|
|
7176
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
7177
7177
|
"args": {},
|
|
7178
7178
|
"deprecationReason": null,
|
|
7179
7179
|
"description": null,
|
|
@@ -7265,7 +7265,7 @@
|
|
|
7265
7265
|
"varName": "policySchedule"
|
|
7266
7266
|
},
|
|
7267
7267
|
"section": {
|
|
7268
|
-
"alias": "
|
|
7268
|
+
"alias": "sectionWanFirewallRule: section",
|
|
7269
7269
|
"args": {},
|
|
7270
7270
|
"deprecationReason": null,
|
|
7271
7271
|
"description": "Policy section where the rule is located",
|
|
@@ -7341,10 +7341,10 @@
|
|
|
7341
7341
|
"varName": "policySectionInfo"
|
|
7342
7342
|
},
|
|
7343
7343
|
"service": {
|
|
7344
|
-
"alias": "
|
|
7344
|
+
"alias": "serviceWanFirewallRule: service",
|
|
7345
7345
|
"args": {},
|
|
7346
7346
|
"deprecationReason": null,
|
|
7347
|
-
"description": "Destination service traffic matching criteria.\nLogical
|
|
7347
|
+
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
7348
7348
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___service",
|
|
7349
7349
|
"isDeprecated": false,
|
|
7350
7350
|
"name": "service",
|
|
@@ -7358,7 +7358,7 @@
|
|
|
7358
7358
|
"enumValues": null,
|
|
7359
7359
|
"fields": {
|
|
7360
7360
|
"custom": {
|
|
7361
|
-
"alias": "
|
|
7361
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
7362
7362
|
"args": {},
|
|
7363
7363
|
"deprecationReason": null,
|
|
7364
7364
|
"description": null,
|
|
@@ -7397,7 +7397,7 @@
|
|
|
7397
7397
|
"varName": "port"
|
|
7398
7398
|
},
|
|
7399
7399
|
"portRange": {
|
|
7400
|
-
"alias": "
|
|
7400
|
+
"alias": "portRangeCustomService: portRange",
|
|
7401
7401
|
"args": {},
|
|
7402
7402
|
"deprecationReason": null,
|
|
7403
7403
|
"description": null,
|
|
@@ -7472,7 +7472,7 @@
|
|
|
7472
7472
|
"varName": "portRange"
|
|
7473
7473
|
},
|
|
7474
7474
|
"protocol": {
|
|
7475
|
-
"alias": "
|
|
7475
|
+
"alias": "protocolCustomService: protocol",
|
|
7476
7476
|
"args": {},
|
|
7477
7477
|
"deprecationReason": null,
|
|
7478
7478
|
"description": null,
|
|
@@ -7555,7 +7555,7 @@
|
|
|
7555
7555
|
"varName": "customService"
|
|
7556
7556
|
},
|
|
7557
7557
|
"standard": {
|
|
7558
|
-
"alias": "
|
|
7558
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
7559
7559
|
"args": {},
|
|
7560
7560
|
"deprecationReason": null,
|
|
7561
7561
|
"description": null,
|
|
@@ -7650,10 +7650,10 @@
|
|
|
7650
7650
|
"varName": "wanFirewallServiceType"
|
|
7651
7651
|
},
|
|
7652
7652
|
"source": {
|
|
7653
|
-
"alias": "
|
|
7653
|
+
"alias": "sourceWanFirewallRule: source",
|
|
7654
7654
|
"args": {},
|
|
7655
7655
|
"deprecationReason": null,
|
|
7656
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
7656
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
7657
7657
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___source",
|
|
7658
7658
|
"isDeprecated": false,
|
|
7659
7659
|
"name": "source",
|
|
@@ -7667,7 +7667,7 @@
|
|
|
7667
7667
|
"enumValues": null,
|
|
7668
7668
|
"fields": {
|
|
7669
7669
|
"floatingSubnet": {
|
|
7670
|
-
"alias": "
|
|
7670
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
7671
7671
|
"args": {},
|
|
7672
7672
|
"deprecationReason": null,
|
|
7673
7673
|
"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.",
|
|
@@ -7745,7 +7745,7 @@
|
|
|
7745
7745
|
"varName": "floatingSubnetRef"
|
|
7746
7746
|
},
|
|
7747
7747
|
"globalIpRange": {
|
|
7748
|
-
"alias": "
|
|
7748
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
7749
7749
|
"args": {},
|
|
7750
7750
|
"deprecationReason": null,
|
|
7751
7751
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7823,7 +7823,7 @@
|
|
|
7823
7823
|
"varName": "globalIpRangeRef"
|
|
7824
7824
|
},
|
|
7825
7825
|
"group": {
|
|
7826
|
-
"alias": "
|
|
7826
|
+
"alias": "groupWanFirewallSource: group",
|
|
7827
7827
|
"args": {},
|
|
7828
7828
|
"deprecationReason": null,
|
|
7829
7829
|
"description": "Groups defined for your account",
|
|
@@ -7901,7 +7901,7 @@
|
|
|
7901
7901
|
"varName": "groupRef"
|
|
7902
7902
|
},
|
|
7903
7903
|
"host": {
|
|
7904
|
-
"alias": "
|
|
7904
|
+
"alias": "hostWanFirewallSource: host",
|
|
7905
7905
|
"args": {},
|
|
7906
7906
|
"deprecationReason": null,
|
|
7907
7907
|
"description": "Hosts and servers defined for your account",
|
|
@@ -8002,7 +8002,7 @@
|
|
|
8002
8002
|
"varName": "ip"
|
|
8003
8003
|
},
|
|
8004
8004
|
"ipRange": {
|
|
8005
|
-
"alias": "
|
|
8005
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
8006
8006
|
"args": {},
|
|
8007
8007
|
"deprecationReason": null,
|
|
8008
8008
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -8080,7 +8080,7 @@
|
|
|
8080
8080
|
"varName": "ipAddressRange"
|
|
8081
8081
|
},
|
|
8082
8082
|
"networkInterface": {
|
|
8083
|
-
"alias": "
|
|
8083
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
8084
8084
|
"args": {},
|
|
8085
8085
|
"deprecationReason": null,
|
|
8086
8086
|
"description": "Network range defined for a site",
|
|
@@ -8158,7 +8158,7 @@
|
|
|
8158
8158
|
"varName": "networkInterfaceRef"
|
|
8159
8159
|
},
|
|
8160
8160
|
"site": {
|
|
8161
|
-
"alias": "
|
|
8161
|
+
"alias": "siteWanFirewallSource: site",
|
|
8162
8162
|
"args": {},
|
|
8163
8163
|
"deprecationReason": null,
|
|
8164
8164
|
"description": "Site defined for the account",
|
|
@@ -8236,7 +8236,7 @@
|
|
|
8236
8236
|
"varName": "siteRef"
|
|
8237
8237
|
},
|
|
8238
8238
|
"siteNetworkSubnet": {
|
|
8239
|
-
"alias": "
|
|
8239
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
8240
8240
|
"args": {},
|
|
8241
8241
|
"deprecationReason": null,
|
|
8242
8242
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -8337,7 +8337,7 @@
|
|
|
8337
8337
|
"varName": "subnet"
|
|
8338
8338
|
},
|
|
8339
8339
|
"systemGroup": {
|
|
8340
|
-
"alias": "
|
|
8340
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
8341
8341
|
"args": {},
|
|
8342
8342
|
"deprecationReason": null,
|
|
8343
8343
|
"description": "Predefined Cato groups",
|
|
@@ -8415,7 +8415,7 @@
|
|
|
8415
8415
|
"varName": "systemGroupRef"
|
|
8416
8416
|
},
|
|
8417
8417
|
"user": {
|
|
8418
|
-
"alias": "
|
|
8418
|
+
"alias": "userWanFirewallSource: user",
|
|
8419
8419
|
"args": {},
|
|
8420
8420
|
"deprecationReason": null,
|
|
8421
8421
|
"description": "Individual users defined for the account",
|
|
@@ -8493,7 +8493,7 @@
|
|
|
8493
8493
|
"varName": "userRef"
|
|
8494
8494
|
},
|
|
8495
8495
|
"usersGroup": {
|
|
8496
|
-
"alias": "
|
|
8496
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
8497
8497
|
"args": {},
|
|
8498
8498
|
"deprecationReason": null,
|
|
8499
8499
|
"description": "Group of users",
|
|
@@ -8588,7 +8588,7 @@
|
|
|
8588
8588
|
"varName": "wanFirewallSource"
|
|
8589
8589
|
},
|
|
8590
8590
|
"tracking": {
|
|
8591
|
-
"alias": "
|
|
8591
|
+
"alias": "trackingWanFirewallRule: tracking",
|
|
8592
8592
|
"args": {},
|
|
8593
8593
|
"deprecationReason": null,
|
|
8594
8594
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8605,7 +8605,7 @@
|
|
|
8605
8605
|
"enumValues": null,
|
|
8606
8606
|
"fields": {
|
|
8607
8607
|
"alert": {
|
|
8608
|
-
"alias": "
|
|
8608
|
+
"alias": "alertPolicyTracking: alert",
|
|
8609
8609
|
"args": {},
|
|
8610
8610
|
"deprecationReason": null,
|
|
8611
8611
|
"description": null,
|
|
@@ -8624,7 +8624,7 @@
|
|
|
8624
8624
|
"enabled": {
|
|
8625
8625
|
"args": {},
|
|
8626
8626
|
"deprecationReason": null,
|
|
8627
|
-
"description": "TRUE
|
|
8627
|
+
"description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
|
|
8628
8628
|
"id_str": "wanFirewall___createPolicyRevision___policy___rules___rule___tracking___alert___enabled",
|
|
8629
8629
|
"isDeprecated": false,
|
|
8630
8630
|
"name": "enabled",
|
|
@@ -8643,7 +8643,7 @@
|
|
|
8643
8643
|
"varName": "enabled"
|
|
8644
8644
|
},
|
|
8645
8645
|
"frequency": {
|
|
8646
|
-
"alias": "
|
|
8646
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
8647
8647
|
"args": {},
|
|
8648
8648
|
"deprecationReason": null,
|
|
8649
8649
|
"description": "Returns data for the alert frequency",
|
|
@@ -8701,7 +8701,7 @@
|
|
|
8701
8701
|
"varName": "frequency"
|
|
8702
8702
|
},
|
|
8703
8703
|
"mailingList": {
|
|
8704
|
-
"alias": "
|
|
8704
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
8705
8705
|
"args": {},
|
|
8706
8706
|
"deprecationReason": null,
|
|
8707
8707
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8779,7 +8779,7 @@
|
|
|
8779
8779
|
"varName": "subscriptionMailingListRef"
|
|
8780
8780
|
},
|
|
8781
8781
|
"subscriptionGroup": {
|
|
8782
|
-
"alias": "
|
|
8782
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
8783
8783
|
"args": {},
|
|
8784
8784
|
"deprecationReason": null,
|
|
8785
8785
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8857,7 +8857,7 @@
|
|
|
8857
8857
|
"varName": "subscriptionGroupRef"
|
|
8858
8858
|
},
|
|
8859
8859
|
"webhook": {
|
|
8860
|
-
"alias": "
|
|
8860
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
8861
8861
|
"args": {},
|
|
8862
8862
|
"deprecationReason": null,
|
|
8863
8863
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8952,7 +8952,7 @@
|
|
|
8952
8952
|
"varName": "policyRuleTrackingAlert"
|
|
8953
8953
|
},
|
|
8954
8954
|
"event": {
|
|
8955
|
-
"alias": "
|
|
8955
|
+
"alias": "eventPolicyTracking: event",
|
|
8956
8956
|
"args": {},
|
|
8957
8957
|
"deprecationReason": null,
|
|
8958
8958
|
"description": null,
|
|
@@ -9076,7 +9076,7 @@
|
|
|
9076
9076
|
"enumValues": null,
|
|
9077
9077
|
"fields": {
|
|
9078
9078
|
"audit": {
|
|
9079
|
-
"alias": "
|
|
9079
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
9080
9080
|
"args": {},
|
|
9081
9081
|
"deprecationReason": null,
|
|
9082
9082
|
"description": null,
|
|
@@ -9152,7 +9152,7 @@
|
|
|
9152
9152
|
"varName": "policyElementAudit"
|
|
9153
9153
|
},
|
|
9154
9154
|
"properties": {
|
|
9155
|
-
"alias": "
|
|
9155
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
9156
9156
|
"args": {},
|
|
9157
9157
|
"deprecationReason": null,
|
|
9158
9158
|
"description": null,
|
|
@@ -9230,7 +9230,7 @@
|
|
|
9230
9230
|
"varName": "properties"
|
|
9231
9231
|
},
|
|
9232
9232
|
"section": {
|
|
9233
|
-
"alias": "
|
|
9233
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
9234
9234
|
"args": {},
|
|
9235
9235
|
"deprecationReason": null,
|
|
9236
9236
|
"description": null,
|
|
@@ -9341,7 +9341,7 @@
|
|
|
9341
9341
|
"varName": "wanFirewallPolicy"
|
|
9342
9342
|
},
|
|
9343
9343
|
"status": {
|
|
9344
|
-
"alias": "
|
|
9344
|
+
"alias": "statusWanFirewallPolicyMutationPayload: status",
|
|
9345
9345
|
"args": {},
|
|
9346
9346
|
"deprecationReason": null,
|
|
9347
9347
|
"description": null,
|