catocli 2.0.5__py3-none-any.whl → 2.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +32 -4
- catocli/Utils/version_checker.py +1 -1
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +13 -2
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +79 -6
- catocli/parsers/custom_private/__init__.py +134 -0
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +444 -9
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +26 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/RECORD +253 -300
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/top_level.txt +0 -2
- graphql_client/api/call_api.py +20 -2
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +3 -3
- models/mutation.container.fqdn.createFromFile.json +3 -3
- models/mutation.container.fqdn.removeValues.json +3 -3
- models/mutation.container.fqdn.updateFromFile.json +3 -3
- models/mutation.container.ipAddressRange.addValues.json +3 -3
- models/mutation.container.ipAddressRange.createFromFile.json +3 -3
- models/mutation.container.ipAddressRange.removeValues.json +3 -3
- models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +33 -33
- models/mutation.policy.appTenantRestriction.addSection.json +4 -4
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
- models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
- models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
- models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
- models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
- models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +141 -141
- models/mutation.policy.internetFirewall.addSection.json +4 -4
- models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.moveRule.json +96 -96
- models/mutation.policy.internetFirewall.moveSection.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.removeRule.json +96 -96
- models/mutation.policy.internetFirewall.removeSection.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
- models/mutation.policy.internetFirewall.updateRule.json +141 -141
- models/mutation.policy.internetFirewall.updateSection.json +4 -4
- models/mutation.policy.remotePortFwd.addRule.json +21 -21
- models/mutation.policy.remotePortFwd.addSection.json +4 -4
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.moveRule.json +18 -18
- models/mutation.policy.remotePortFwd.moveSection.json +4 -4
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.removeRule.json +18 -18
- models/mutation.policy.remotePortFwd.removeSection.json +4 -4
- models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
- models/mutation.policy.remotePortFwd.updateRule.json +21 -21
- models/mutation.policy.remotePortFwd.updateSection.json +4 -4
- models/mutation.policy.socketLan.addRule.json +97 -97
- models/mutation.policy.socketLan.addSection.json +4 -4
- models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.moveRule.json +85 -85
- models/mutation.policy.socketLan.moveSection.json +4 -4
- models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.removeRule.json +85 -85
- models/mutation.policy.socketLan.removeSection.json +4 -4
- models/mutation.policy.socketLan.updatePolicy.json +91 -91
- models/mutation.policy.socketLan.updateRule.json +97 -97
- models/mutation.policy.socketLan.updateSection.json +4 -4
- models/mutation.policy.terminalServer.addRule.json +7 -7
- models/mutation.policy.terminalServer.addSection.json +4 -4
- models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.moveRule.json +7 -7
- models/mutation.policy.terminalServer.moveSection.json +4 -4
- models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.removeRule.json +7 -7
- models/mutation.policy.terminalServer.removeSection.json +4 -4
- models/mutation.policy.terminalServer.updatePolicy.json +13 -13
- models/mutation.policy.terminalServer.updateRule.json +7 -7
- models/mutation.policy.terminalServer.updateSection.json +4 -4
- models/mutation.policy.wanFirewall.addRule.json +157 -157
- models/mutation.policy.wanFirewall.addSection.json +4 -4
- models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.moveRule.json +115 -115
- models/mutation.policy.wanFirewall.moveSection.json +4 -4
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.removeRule.json +115 -115
- models/mutation.policy.wanFirewall.removeSection.json +4 -4
- models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
- models/mutation.policy.wanFirewall.updateRule.json +157 -157
- models/mutation.policy.wanFirewall.updateSection.json +4 -4
- models/mutation.policy.wanNetwork.addRule.json +103 -103
- models/mutation.policy.wanNetwork.addSection.json +4 -4
- models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.moveRule.json +91 -91
- models/mutation.policy.wanNetwork.moveSection.json +4 -4
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.removeRule.json +91 -91
- models/mutation.policy.wanNetwork.removeSection.json +4 -4
- models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
- models/mutation.policy.wanNetwork.updateRule.json +103 -103
- models/mutation.policy.wanNetwork.updateSection.json +4 -4
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +32 -32
- models/query.policy.dynamicIpAllocation.policy.json +18 -18
- models/query.policy.internetFirewall.policy.json +93 -93
- models/query.policy.remotePortFwd.policy.json +23 -23
- models/query.policy.socketLan.policy.json +88 -88
- models/query.policy.terminalServer.policy.json +13 -13
- models/query.policy.wanFirewall.policy.json +111 -111
- models/query.policy.wanNetwork.policy.json +97 -97
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.bgpPeer.json +4 -4
- models/query.site.bgpPeerList.json +10 -10
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +2 -2
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +43 -16
- build/lib/catocli/Utils/clidriver.py +0 -268
- build/lib/catocli/Utils/profile_manager.py +0 -188
- build/lib/catocli/Utils/version_checker.py +0 -192
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/configure/__init__.py +0 -115
- build/lib/catocli/parsers/configure/configure.py +0 -307
- build/lib/catocli/parsers/custom/__init__.py +0 -57
- build/lib/catocli/parsers/custom/customLib.py +0 -561
- build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
- build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
- build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
- build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
- build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
- build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
- build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
- build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
- build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
- build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
- build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
- build/lib/catocli/parsers/parserApiClient.py +0 -513
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
- build/lib/catocli/parsers/query_admin/__init__.py +0 -16
- build/lib/catocli/parsers/query_admins/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
- build/lib/catocli/parsers/query_container/__init__.py +0 -16
- build/lib/catocli/parsers/query_devices/__init__.py +0 -16
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
- build/lib/catocli/parsers/query_events/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
- build/lib/catocli/parsers/query_policy/__init__.py +0 -161
- build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
- build/lib/catocli/parsers/query_site/__init__.py +0 -100
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
- build/lib/catocli/parsers/raw/__init__.py +0 -12
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -84
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -409
- build/lib/graphql_client/configuration.py +0 -232
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1141
- build/lib/schema/importSchema.py +0 -60
- build/lib/schema/remove_policyid.py +0 -89
- build/lib/schema/remove_policyid_mutations.py +0 -89
- build/lib/scripts/catolib.py +0 -62
- build/lib/scripts/export_if_rules_to_json.py +0 -188
- build/lib/scripts/export_wf_rules_to_json.py +0 -111
- build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -611,7 +611,7 @@
|
|
|
611
611
|
"enumValues": null,
|
|
612
612
|
"fields": {
|
|
613
613
|
"errors": {
|
|
614
|
-
"alias": "
|
|
614
|
+
"alias": "errorsWanFirewallPolicyMutationPayload: errors",
|
|
615
615
|
"args": {},
|
|
616
616
|
"deprecationReason": null,
|
|
617
617
|
"description": null,
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"responseStr": "errors:$policyMutationError ",
|
|
625
625
|
"type": {
|
|
626
626
|
"definition": {
|
|
627
|
-
"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
|
|
627
|
+
"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\"",
|
|
628
628
|
"enumValues": null,
|
|
629
629
|
"fields": {
|
|
630
630
|
"errorCode": {
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"varName": "policyMutationError"
|
|
688
688
|
},
|
|
689
689
|
"policy": {
|
|
690
|
-
"alias": "
|
|
690
|
+
"alias": "policyWanFirewallPolicyMutationPayload: policy",
|
|
691
691
|
"args": {},
|
|
692
692
|
"deprecationReason": null,
|
|
693
693
|
"description": null,
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
"enumValues": null,
|
|
974
974
|
"fields": {
|
|
975
975
|
"audit": {
|
|
976
|
-
"alias": "
|
|
976
|
+
"alias": "auditWanFirewallRulePayload: audit",
|
|
977
977
|
"args": {},
|
|
978
978
|
"deprecationReason": null,
|
|
979
979
|
"description": null,
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
"varName": "policyElementAudit"
|
|
1050
1050
|
},
|
|
1051
1051
|
"properties": {
|
|
1052
|
-
"alias": "
|
|
1052
|
+
"alias": "propertiesWanFirewallRulePayload: properties",
|
|
1053
1053
|
"args": {},
|
|
1054
1054
|
"deprecationReason": null,
|
|
1055
1055
|
"description": null,
|
|
@@ -1127,7 +1127,7 @@
|
|
|
1127
1127
|
"varName": "properties"
|
|
1128
1128
|
},
|
|
1129
1129
|
"rule": {
|
|
1130
|
-
"alias": "
|
|
1130
|
+
"alias": "ruleWanFirewallRulePayload: rule",
|
|
1131
1131
|
"args": {},
|
|
1132
1132
|
"deprecationReason": null,
|
|
1133
1133
|
"description": null,
|
|
@@ -1144,7 +1144,7 @@
|
|
|
1144
1144
|
"enumValues": null,
|
|
1145
1145
|
"fields": {
|
|
1146
1146
|
"action": {
|
|
1147
|
-
"alias": "
|
|
1147
|
+
"alias": "actionWanFirewallRule: action",
|
|
1148
1148
|
"args": {},
|
|
1149
1149
|
"deprecationReason": null,
|
|
1150
1150
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
"varName": "action"
|
|
1197
1197
|
},
|
|
1198
1198
|
"activePeriod": {
|
|
1199
|
-
"alias": "
|
|
1199
|
+
"alias": "activePeriodWanFirewallRule: activePeriod",
|
|
1200
1200
|
"args": {},
|
|
1201
1201
|
"deprecationReason": null,
|
|
1202
1202
|
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
@@ -1312,10 +1312,10 @@
|
|
|
1312
1312
|
"varName": "policyRuleActivePeriod"
|
|
1313
1313
|
},
|
|
1314
1314
|
"application": {
|
|
1315
|
-
"alias": "
|
|
1315
|
+
"alias": "applicationWanFirewallRule: application",
|
|
1316
1316
|
"args": {},
|
|
1317
1317
|
"deprecationReason": null,
|
|
1318
|
-
"description": "Application traffic matching criteria.\nLogical
|
|
1318
|
+
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1319
1319
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___application",
|
|
1320
1320
|
"isDeprecated": false,
|
|
1321
1321
|
"name": "application",
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"enumValues": null,
|
|
1330
1330
|
"fields": {
|
|
1331
1331
|
"appCategory": {
|
|
1332
|
-
"alias": "
|
|
1332
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
1333
1333
|
"args": {},
|
|
1334
1334
|
"deprecationReason": null,
|
|
1335
1335
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
"varName": "applicationCategoryRef"
|
|
1408
1408
|
},
|
|
1409
1409
|
"application": {
|
|
1410
|
-
"alias": "
|
|
1410
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
1411
1411
|
"args": {},
|
|
1412
1412
|
"deprecationReason": null,
|
|
1413
1413
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1485,7 +1485,7 @@
|
|
|
1485
1485
|
"varName": "applicationRef"
|
|
1486
1486
|
},
|
|
1487
1487
|
"customApp": {
|
|
1488
|
-
"alias": "
|
|
1488
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
1489
1489
|
"args": {},
|
|
1490
1490
|
"deprecationReason": null,
|
|
1491
1491
|
"description": "Custom (user-defined) applications",
|
|
@@ -1563,10 +1563,10 @@
|
|
|
1563
1563
|
"varName": "customApplicationRef"
|
|
1564
1564
|
},
|
|
1565
1565
|
"customCategory": {
|
|
1566
|
-
"alias": "
|
|
1566
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
1567
1567
|
"args": {},
|
|
1568
1568
|
"deprecationReason": null,
|
|
1569
|
-
"description": "Custom Categories
|
|
1569
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
1570
1570
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___application___customCategory",
|
|
1571
1571
|
"isDeprecated": false,
|
|
1572
1572
|
"name": "customCategory",
|
|
@@ -1687,7 +1687,7 @@
|
|
|
1687
1687
|
"varName": "fqdn"
|
|
1688
1688
|
},
|
|
1689
1689
|
"globalIpRange": {
|
|
1690
|
-
"alias": "
|
|
1690
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
1691
1691
|
"args": {},
|
|
1692
1692
|
"deprecationReason": null,
|
|
1693
1693
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1788,7 +1788,7 @@
|
|
|
1788
1788
|
"varName": "ip"
|
|
1789
1789
|
},
|
|
1790
1790
|
"ipRange": {
|
|
1791
|
-
"alias": "
|
|
1791
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
1792
1792
|
"args": {},
|
|
1793
1793
|
"deprecationReason": null,
|
|
1794
1794
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1866,7 +1866,7 @@
|
|
|
1866
1866
|
"varName": "ipAddressRange"
|
|
1867
1867
|
},
|
|
1868
1868
|
"sanctionedAppsCategory": {
|
|
1869
|
-
"alias": "
|
|
1869
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
1870
1870
|
"args": {},
|
|
1871
1871
|
"deprecationReason": null,
|
|
1872
1872
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1984,7 +1984,7 @@
|
|
|
1984
1984
|
"varName": "wanFirewallApplication"
|
|
1985
1985
|
},
|
|
1986
1986
|
"connectionOrigin": {
|
|
1987
|
-
"alias": "
|
|
1987
|
+
"alias": "connectionOriginWanFirewallRule: connectionOrigin",
|
|
1988
1988
|
"args": {},
|
|
1989
1989
|
"deprecationReason": null,
|
|
1990
1990
|
"description": "Connection origin of the traffic",
|
|
@@ -2036,10 +2036,10 @@
|
|
|
2036
2036
|
"varName": "connectionOrigin"
|
|
2037
2037
|
},
|
|
2038
2038
|
"country": {
|
|
2039
|
-
"alias": "
|
|
2039
|
+
"alias": "countryWanFirewallRule: country",
|
|
2040
2040
|
"args": {},
|
|
2041
2041
|
"deprecationReason": null,
|
|
2042
|
-
"description": "Source country traffic matching criteria.\nLogical
|
|
2042
|
+
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
2043
2043
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___country",
|
|
2044
2044
|
"isDeprecated": false,
|
|
2045
2045
|
"name": "country",
|
|
@@ -2135,10 +2135,10 @@
|
|
|
2135
2135
|
"varName": "description"
|
|
2136
2136
|
},
|
|
2137
2137
|
"destination": {
|
|
2138
|
-
"alias": "
|
|
2138
|
+
"alias": "destinationWanFirewallRule: destination",
|
|
2139
2139
|
"args": {},
|
|
2140
2140
|
"deprecationReason": null,
|
|
2141
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
2141
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
2142
2142
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___destination",
|
|
2143
2143
|
"isDeprecated": false,
|
|
2144
2144
|
"name": "destination",
|
|
@@ -2152,7 +2152,7 @@
|
|
|
2152
2152
|
"enumValues": null,
|
|
2153
2153
|
"fields": {
|
|
2154
2154
|
"floatingSubnet": {
|
|
2155
|
-
"alias": "
|
|
2155
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
2156
2156
|
"args": {},
|
|
2157
2157
|
"deprecationReason": null,
|
|
2158
2158
|
"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.",
|
|
@@ -2230,7 +2230,7 @@
|
|
|
2230
2230
|
"varName": "floatingSubnetRef"
|
|
2231
2231
|
},
|
|
2232
2232
|
"globalIpRange": {
|
|
2233
|
-
"alias": "
|
|
2233
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
2234
2234
|
"args": {},
|
|
2235
2235
|
"deprecationReason": null,
|
|
2236
2236
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2308,7 +2308,7 @@
|
|
|
2308
2308
|
"varName": "globalIpRangeRef"
|
|
2309
2309
|
},
|
|
2310
2310
|
"group": {
|
|
2311
|
-
"alias": "
|
|
2311
|
+
"alias": "groupWanFirewallDestination: group",
|
|
2312
2312
|
"args": {},
|
|
2313
2313
|
"deprecationReason": null,
|
|
2314
2314
|
"description": "Groups defined for your account",
|
|
@@ -2386,7 +2386,7 @@
|
|
|
2386
2386
|
"varName": "groupRef"
|
|
2387
2387
|
},
|
|
2388
2388
|
"host": {
|
|
2389
|
-
"alias": "
|
|
2389
|
+
"alias": "hostWanFirewallDestination: host",
|
|
2390
2390
|
"args": {},
|
|
2391
2391
|
"deprecationReason": null,
|
|
2392
2392
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2487,7 +2487,7 @@
|
|
|
2487
2487
|
"varName": "ip"
|
|
2488
2488
|
},
|
|
2489
2489
|
"ipRange": {
|
|
2490
|
-
"alias": "
|
|
2490
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
2491
2491
|
"args": {},
|
|
2492
2492
|
"deprecationReason": null,
|
|
2493
2493
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2565,7 +2565,7 @@
|
|
|
2565
2565
|
"varName": "ipAddressRange"
|
|
2566
2566
|
},
|
|
2567
2567
|
"networkInterface": {
|
|
2568
|
-
"alias": "
|
|
2568
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
2569
2569
|
"args": {},
|
|
2570
2570
|
"deprecationReason": null,
|
|
2571
2571
|
"description": "Network range defined for a site",
|
|
@@ -2643,7 +2643,7 @@
|
|
|
2643
2643
|
"varName": "networkInterfaceRef"
|
|
2644
2644
|
},
|
|
2645
2645
|
"site": {
|
|
2646
|
-
"alias": "
|
|
2646
|
+
"alias": "siteWanFirewallDestination: site",
|
|
2647
2647
|
"args": {},
|
|
2648
2648
|
"deprecationReason": null,
|
|
2649
2649
|
"description": "Site defined for the account",
|
|
@@ -2721,7 +2721,7 @@
|
|
|
2721
2721
|
"varName": "siteRef"
|
|
2722
2722
|
},
|
|
2723
2723
|
"siteNetworkSubnet": {
|
|
2724
|
-
"alias": "
|
|
2724
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
2725
2725
|
"args": {},
|
|
2726
2726
|
"deprecationReason": null,
|
|
2727
2727
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2822,7 +2822,7 @@
|
|
|
2822
2822
|
"varName": "subnet"
|
|
2823
2823
|
},
|
|
2824
2824
|
"systemGroup": {
|
|
2825
|
-
"alias": "
|
|
2825
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
2826
2826
|
"args": {},
|
|
2827
2827
|
"deprecationReason": null,
|
|
2828
2828
|
"description": "Predefined Cato groups",
|
|
@@ -2900,7 +2900,7 @@
|
|
|
2900
2900
|
"varName": "systemGroupRef"
|
|
2901
2901
|
},
|
|
2902
2902
|
"user": {
|
|
2903
|
-
"alias": "
|
|
2903
|
+
"alias": "userWanFirewallDestination: user",
|
|
2904
2904
|
"args": {},
|
|
2905
2905
|
"deprecationReason": null,
|
|
2906
2906
|
"description": "Individual users defined for the account",
|
|
@@ -2978,7 +2978,7 @@
|
|
|
2978
2978
|
"varName": "userRef"
|
|
2979
2979
|
},
|
|
2980
2980
|
"usersGroup": {
|
|
2981
|
-
"alias": "
|
|
2981
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
2982
2982
|
"args": {},
|
|
2983
2983
|
"deprecationReason": null,
|
|
2984
2984
|
"description": "Group of users",
|
|
@@ -3073,10 +3073,10 @@
|
|
|
3073
3073
|
"varName": "wanFirewallDestination"
|
|
3074
3074
|
},
|
|
3075
3075
|
"device": {
|
|
3076
|
-
"alias": "
|
|
3076
|
+
"alias": "deviceWanFirewallRule: device",
|
|
3077
3077
|
"args": {},
|
|
3078
3078
|
"deprecationReason": null,
|
|
3079
|
-
"description": "Source Device Profile traffic matching criteria.\nLogical
|
|
3079
|
+
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
3080
3080
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___device",
|
|
3081
3081
|
"isDeprecated": false,
|
|
3082
3082
|
"name": "device",
|
|
@@ -3151,7 +3151,7 @@
|
|
|
3151
3151
|
"varName": "deviceProfileRef"
|
|
3152
3152
|
},
|
|
3153
3153
|
"deviceAttributes": {
|
|
3154
|
-
"alias": "
|
|
3154
|
+
"alias": "deviceAttributesWanFirewallRule: deviceAttributes",
|
|
3155
3155
|
"args": {},
|
|
3156
3156
|
"deprecationReason": null,
|
|
3157
3157
|
"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.",
|
|
@@ -3323,10 +3323,10 @@
|
|
|
3323
3323
|
"varName": "deviceAttributes"
|
|
3324
3324
|
},
|
|
3325
3325
|
"deviceOS": {
|
|
3326
|
-
"alias": "
|
|
3326
|
+
"alias": "deviceOSWanFirewallRule: deviceOS",
|
|
3327
3327
|
"args": {},
|
|
3328
3328
|
"deprecationReason": null,
|
|
3329
|
-
"description": "Source device Operating System traffic matching criteria.\nLogical
|
|
3329
|
+
"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.",
|
|
3330
3330
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___deviceOS",
|
|
3331
3331
|
"isDeprecated": false,
|
|
3332
3332
|
"name": "deviceOS",
|
|
@@ -3395,7 +3395,7 @@
|
|
|
3395
3395
|
"varName": "deviceOS"
|
|
3396
3396
|
},
|
|
3397
3397
|
"direction": {
|
|
3398
|
-
"alias": "
|
|
3398
|
+
"alias": "directionWanFirewallRule: direction",
|
|
3399
3399
|
"args": {},
|
|
3400
3400
|
"deprecationReason": null,
|
|
3401
3401
|
"description": null,
|
|
@@ -3462,7 +3462,7 @@
|
|
|
3462
3462
|
"varName": "enabled"
|
|
3463
3463
|
},
|
|
3464
3464
|
"exceptions": {
|
|
3465
|
-
"alias": "
|
|
3465
|
+
"alias": "exceptionsWanFirewallRule: exceptions",
|
|
3466
3466
|
"args": {},
|
|
3467
3467
|
"deprecationReason": null,
|
|
3468
3468
|
"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.",
|
|
@@ -3479,7 +3479,7 @@
|
|
|
3479
3479
|
"enumValues": null,
|
|
3480
3480
|
"fields": {
|
|
3481
3481
|
"application": {
|
|
3482
|
-
"alias": "
|
|
3482
|
+
"alias": "applicationWanFirewallRuleException: application",
|
|
3483
3483
|
"args": {},
|
|
3484
3484
|
"deprecationReason": null,
|
|
3485
3485
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3496,7 +3496,7 @@
|
|
|
3496
3496
|
"enumValues": null,
|
|
3497
3497
|
"fields": {
|
|
3498
3498
|
"appCategory": {
|
|
3499
|
-
"alias": "
|
|
3499
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
3500
3500
|
"args": {},
|
|
3501
3501
|
"deprecationReason": null,
|
|
3502
3502
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
"varName": "applicationCategoryRef"
|
|
3575
3575
|
},
|
|
3576
3576
|
"application": {
|
|
3577
|
-
"alias": "
|
|
3577
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
3578
3578
|
"args": {},
|
|
3579
3579
|
"deprecationReason": null,
|
|
3580
3580
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3652,7 +3652,7 @@
|
|
|
3652
3652
|
"varName": "applicationRef"
|
|
3653
3653
|
},
|
|
3654
3654
|
"customApp": {
|
|
3655
|
-
"alias": "
|
|
3655
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
3656
3656
|
"args": {},
|
|
3657
3657
|
"deprecationReason": null,
|
|
3658
3658
|
"description": "Custom (user-defined) applications",
|
|
@@ -3730,10 +3730,10 @@
|
|
|
3730
3730
|
"varName": "customApplicationRef"
|
|
3731
3731
|
},
|
|
3732
3732
|
"customCategory": {
|
|
3733
|
-
"alias": "
|
|
3733
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
3734
3734
|
"args": {},
|
|
3735
3735
|
"deprecationReason": null,
|
|
3736
|
-
"description": "Custom Categories
|
|
3736
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
3737
3737
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___exceptions___application___customCategory",
|
|
3738
3738
|
"isDeprecated": false,
|
|
3739
3739
|
"name": "customCategory",
|
|
@@ -3854,7 +3854,7 @@
|
|
|
3854
3854
|
"varName": "fqdn"
|
|
3855
3855
|
},
|
|
3856
3856
|
"globalIpRange": {
|
|
3857
|
-
"alias": "
|
|
3857
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
3858
3858
|
"args": {},
|
|
3859
3859
|
"deprecationReason": null,
|
|
3860
3860
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3955,7 +3955,7 @@
|
|
|
3955
3955
|
"varName": "ip"
|
|
3956
3956
|
},
|
|
3957
3957
|
"ipRange": {
|
|
3958
|
-
"alias": "
|
|
3958
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
3959
3959
|
"args": {},
|
|
3960
3960
|
"deprecationReason": null,
|
|
3961
3961
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -4033,7 +4033,7 @@
|
|
|
4033
4033
|
"varName": "ipAddressRange"
|
|
4034
4034
|
},
|
|
4035
4035
|
"sanctionedAppsCategory": {
|
|
4036
|
-
"alias": "
|
|
4036
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
4037
4037
|
"args": {},
|
|
4038
4038
|
"deprecationReason": null,
|
|
4039
4039
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -4151,7 +4151,7 @@
|
|
|
4151
4151
|
"varName": "wanFirewallApplication"
|
|
4152
4152
|
},
|
|
4153
4153
|
"connectionOrigin": {
|
|
4154
|
-
"alias": "
|
|
4154
|
+
"alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
|
|
4155
4155
|
"args": {},
|
|
4156
4156
|
"deprecationReason": null,
|
|
4157
4157
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -4203,7 +4203,7 @@
|
|
|
4203
4203
|
"varName": "connectionOrigin"
|
|
4204
4204
|
},
|
|
4205
4205
|
"country": {
|
|
4206
|
-
"alias": "
|
|
4206
|
+
"alias": "countryWanFirewallRuleException: country",
|
|
4207
4207
|
"args": {},
|
|
4208
4208
|
"deprecationReason": null,
|
|
4209
4209
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -4281,7 +4281,7 @@
|
|
|
4281
4281
|
"varName": "countryRef"
|
|
4282
4282
|
},
|
|
4283
4283
|
"destination": {
|
|
4284
|
-
"alias": "
|
|
4284
|
+
"alias": "destinationWanFirewallRuleException: destination",
|
|
4285
4285
|
"args": {},
|
|
4286
4286
|
"deprecationReason": null,
|
|
4287
4287
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4298,7 +4298,7 @@
|
|
|
4298
4298
|
"enumValues": null,
|
|
4299
4299
|
"fields": {
|
|
4300
4300
|
"floatingSubnet": {
|
|
4301
|
-
"alias": "
|
|
4301
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
4302
4302
|
"args": {},
|
|
4303
4303
|
"deprecationReason": null,
|
|
4304
4304
|
"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.",
|
|
@@ -4376,7 +4376,7 @@
|
|
|
4376
4376
|
"varName": "floatingSubnetRef"
|
|
4377
4377
|
},
|
|
4378
4378
|
"globalIpRange": {
|
|
4379
|
-
"alias": "
|
|
4379
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
4380
4380
|
"args": {},
|
|
4381
4381
|
"deprecationReason": null,
|
|
4382
4382
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4454,7 +4454,7 @@
|
|
|
4454
4454
|
"varName": "globalIpRangeRef"
|
|
4455
4455
|
},
|
|
4456
4456
|
"group": {
|
|
4457
|
-
"alias": "
|
|
4457
|
+
"alias": "groupWanFirewallDestination: group",
|
|
4458
4458
|
"args": {},
|
|
4459
4459
|
"deprecationReason": null,
|
|
4460
4460
|
"description": "Groups defined for your account",
|
|
@@ -4532,7 +4532,7 @@
|
|
|
4532
4532
|
"varName": "groupRef"
|
|
4533
4533
|
},
|
|
4534
4534
|
"host": {
|
|
4535
|
-
"alias": "
|
|
4535
|
+
"alias": "hostWanFirewallDestination: host",
|
|
4536
4536
|
"args": {},
|
|
4537
4537
|
"deprecationReason": null,
|
|
4538
4538
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4633,7 +4633,7 @@
|
|
|
4633
4633
|
"varName": "ip"
|
|
4634
4634
|
},
|
|
4635
4635
|
"ipRange": {
|
|
4636
|
-
"alias": "
|
|
4636
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
4637
4637
|
"args": {},
|
|
4638
4638
|
"deprecationReason": null,
|
|
4639
4639
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4711,7 +4711,7 @@
|
|
|
4711
4711
|
"varName": "ipAddressRange"
|
|
4712
4712
|
},
|
|
4713
4713
|
"networkInterface": {
|
|
4714
|
-
"alias": "
|
|
4714
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
4715
4715
|
"args": {},
|
|
4716
4716
|
"deprecationReason": null,
|
|
4717
4717
|
"description": "Network range defined for a site",
|
|
@@ -4789,7 +4789,7 @@
|
|
|
4789
4789
|
"varName": "networkInterfaceRef"
|
|
4790
4790
|
},
|
|
4791
4791
|
"site": {
|
|
4792
|
-
"alias": "
|
|
4792
|
+
"alias": "siteWanFirewallDestination: site",
|
|
4793
4793
|
"args": {},
|
|
4794
4794
|
"deprecationReason": null,
|
|
4795
4795
|
"description": "Site defined for the account",
|
|
@@ -4867,7 +4867,7 @@
|
|
|
4867
4867
|
"varName": "siteRef"
|
|
4868
4868
|
},
|
|
4869
4869
|
"siteNetworkSubnet": {
|
|
4870
|
-
"alias": "
|
|
4870
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
4871
4871
|
"args": {},
|
|
4872
4872
|
"deprecationReason": null,
|
|
4873
4873
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4968,7 +4968,7 @@
|
|
|
4968
4968
|
"varName": "subnet"
|
|
4969
4969
|
},
|
|
4970
4970
|
"systemGroup": {
|
|
4971
|
-
"alias": "
|
|
4971
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
4972
4972
|
"args": {},
|
|
4973
4973
|
"deprecationReason": null,
|
|
4974
4974
|
"description": "Predefined Cato groups",
|
|
@@ -5046,7 +5046,7 @@
|
|
|
5046
5046
|
"varName": "systemGroupRef"
|
|
5047
5047
|
},
|
|
5048
5048
|
"user": {
|
|
5049
|
-
"alias": "
|
|
5049
|
+
"alias": "userWanFirewallDestination: user",
|
|
5050
5050
|
"args": {},
|
|
5051
5051
|
"deprecationReason": null,
|
|
5052
5052
|
"description": "Individual users defined for the account",
|
|
@@ -5124,7 +5124,7 @@
|
|
|
5124
5124
|
"varName": "userRef"
|
|
5125
5125
|
},
|
|
5126
5126
|
"usersGroup": {
|
|
5127
|
-
"alias": "
|
|
5127
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
5128
5128
|
"args": {},
|
|
5129
5129
|
"deprecationReason": null,
|
|
5130
5130
|
"description": "Group of users",
|
|
@@ -5219,7 +5219,7 @@
|
|
|
5219
5219
|
"varName": "wanFirewallDestination"
|
|
5220
5220
|
},
|
|
5221
5221
|
"device": {
|
|
5222
|
-
"alias": "
|
|
5222
|
+
"alias": "deviceWanFirewallRuleException: device",
|
|
5223
5223
|
"args": {},
|
|
5224
5224
|
"deprecationReason": null,
|
|
5225
5225
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -5297,7 +5297,7 @@
|
|
|
5297
5297
|
"varName": "deviceProfileRef"
|
|
5298
5298
|
},
|
|
5299
5299
|
"deviceAttributes": {
|
|
5300
|
-
"alias": "
|
|
5300
|
+
"alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
|
|
5301
5301
|
"args": {},
|
|
5302
5302
|
"deprecationReason": null,
|
|
5303
5303
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -5469,7 +5469,7 @@
|
|
|
5469
5469
|
"varName": "deviceAttributes"
|
|
5470
5470
|
},
|
|
5471
5471
|
"deviceOS": {
|
|
5472
|
-
"alias": "
|
|
5472
|
+
"alias": "deviceOSWanFirewallRuleException: deviceOS",
|
|
5473
5473
|
"args": {},
|
|
5474
5474
|
"deprecationReason": null,
|
|
5475
5475
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
"varName": "deviceOS"
|
|
5542
5542
|
},
|
|
5543
5543
|
"direction": {
|
|
5544
|
-
"alias": "
|
|
5544
|
+
"alias": "directionWanFirewallRuleException: direction",
|
|
5545
5545
|
"args": {},
|
|
5546
5546
|
"deprecationReason": null,
|
|
5547
5547
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5608,7 +5608,7 @@
|
|
|
5608
5608
|
"varName": "name"
|
|
5609
5609
|
},
|
|
5610
5610
|
"service": {
|
|
5611
|
-
"alias": "
|
|
5611
|
+
"alias": "serviceWanFirewallRuleException: service",
|
|
5612
5612
|
"args": {},
|
|
5613
5613
|
"deprecationReason": null,
|
|
5614
5614
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5625,7 +5625,7 @@
|
|
|
5625
5625
|
"enumValues": null,
|
|
5626
5626
|
"fields": {
|
|
5627
5627
|
"custom": {
|
|
5628
|
-
"alias": "
|
|
5628
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
5629
5629
|
"args": {},
|
|
5630
5630
|
"deprecationReason": null,
|
|
5631
5631
|
"description": null,
|
|
@@ -5664,7 +5664,7 @@
|
|
|
5664
5664
|
"varName": "port"
|
|
5665
5665
|
},
|
|
5666
5666
|
"portRange": {
|
|
5667
|
-
"alias": "
|
|
5667
|
+
"alias": "portRangeCustomService: portRange",
|
|
5668
5668
|
"args": {},
|
|
5669
5669
|
"deprecationReason": null,
|
|
5670
5670
|
"description": null,
|
|
@@ -5739,7 +5739,7 @@
|
|
|
5739
5739
|
"varName": "portRange"
|
|
5740
5740
|
},
|
|
5741
5741
|
"protocol": {
|
|
5742
|
-
"alias": "
|
|
5742
|
+
"alias": "protocolCustomService: protocol",
|
|
5743
5743
|
"args": {},
|
|
5744
5744
|
"deprecationReason": null,
|
|
5745
5745
|
"description": null,
|
|
@@ -5822,7 +5822,7 @@
|
|
|
5822
5822
|
"varName": "customService"
|
|
5823
5823
|
},
|
|
5824
5824
|
"standard": {
|
|
5825
|
-
"alias": "
|
|
5825
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
5826
5826
|
"args": {},
|
|
5827
5827
|
"deprecationReason": null,
|
|
5828
5828
|
"description": null,
|
|
@@ -5917,7 +5917,7 @@
|
|
|
5917
5917
|
"varName": "wanFirewallServiceType"
|
|
5918
5918
|
},
|
|
5919
5919
|
"source": {
|
|
5920
|
-
"alias": "
|
|
5920
|
+
"alias": "sourceWanFirewallRuleException: source",
|
|
5921
5921
|
"args": {},
|
|
5922
5922
|
"deprecationReason": null,
|
|
5923
5923
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5934,7 +5934,7 @@
|
|
|
5934
5934
|
"enumValues": null,
|
|
5935
5935
|
"fields": {
|
|
5936
5936
|
"floatingSubnet": {
|
|
5937
|
-
"alias": "
|
|
5937
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
5938
5938
|
"args": {},
|
|
5939
5939
|
"deprecationReason": null,
|
|
5940
5940
|
"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.",
|
|
@@ -6012,7 +6012,7 @@
|
|
|
6012
6012
|
"varName": "floatingSubnetRef"
|
|
6013
6013
|
},
|
|
6014
6014
|
"globalIpRange": {
|
|
6015
|
-
"alias": "
|
|
6015
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
6016
6016
|
"args": {},
|
|
6017
6017
|
"deprecationReason": null,
|
|
6018
6018
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6090,7 +6090,7 @@
|
|
|
6090
6090
|
"varName": "globalIpRangeRef"
|
|
6091
6091
|
},
|
|
6092
6092
|
"group": {
|
|
6093
|
-
"alias": "
|
|
6093
|
+
"alias": "groupWanFirewallSource: group",
|
|
6094
6094
|
"args": {},
|
|
6095
6095
|
"deprecationReason": null,
|
|
6096
6096
|
"description": "Groups defined for your account",
|
|
@@ -6168,7 +6168,7 @@
|
|
|
6168
6168
|
"varName": "groupRef"
|
|
6169
6169
|
},
|
|
6170
6170
|
"host": {
|
|
6171
|
-
"alias": "
|
|
6171
|
+
"alias": "hostWanFirewallSource: host",
|
|
6172
6172
|
"args": {},
|
|
6173
6173
|
"deprecationReason": null,
|
|
6174
6174
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6269,7 +6269,7 @@
|
|
|
6269
6269
|
"varName": "ip"
|
|
6270
6270
|
},
|
|
6271
6271
|
"ipRange": {
|
|
6272
|
-
"alias": "
|
|
6272
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
6273
6273
|
"args": {},
|
|
6274
6274
|
"deprecationReason": null,
|
|
6275
6275
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6347,7 +6347,7 @@
|
|
|
6347
6347
|
"varName": "ipAddressRange"
|
|
6348
6348
|
},
|
|
6349
6349
|
"networkInterface": {
|
|
6350
|
-
"alias": "
|
|
6350
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
6351
6351
|
"args": {},
|
|
6352
6352
|
"deprecationReason": null,
|
|
6353
6353
|
"description": "Network range defined for a site",
|
|
@@ -6425,7 +6425,7 @@
|
|
|
6425
6425
|
"varName": "networkInterfaceRef"
|
|
6426
6426
|
},
|
|
6427
6427
|
"site": {
|
|
6428
|
-
"alias": "
|
|
6428
|
+
"alias": "siteWanFirewallSource: site",
|
|
6429
6429
|
"args": {},
|
|
6430
6430
|
"deprecationReason": null,
|
|
6431
6431
|
"description": "Site defined for the account",
|
|
@@ -6503,7 +6503,7 @@
|
|
|
6503
6503
|
"varName": "siteRef"
|
|
6504
6504
|
},
|
|
6505
6505
|
"siteNetworkSubnet": {
|
|
6506
|
-
"alias": "
|
|
6506
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
6507
6507
|
"args": {},
|
|
6508
6508
|
"deprecationReason": null,
|
|
6509
6509
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6604,7 +6604,7 @@
|
|
|
6604
6604
|
"varName": "subnet"
|
|
6605
6605
|
},
|
|
6606
6606
|
"systemGroup": {
|
|
6607
|
-
"alias": "
|
|
6607
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
6608
6608
|
"args": {},
|
|
6609
6609
|
"deprecationReason": null,
|
|
6610
6610
|
"description": "Predefined Cato groups",
|
|
@@ -6682,7 +6682,7 @@
|
|
|
6682
6682
|
"varName": "systemGroupRef"
|
|
6683
6683
|
},
|
|
6684
6684
|
"user": {
|
|
6685
|
-
"alias": "
|
|
6685
|
+
"alias": "userWanFirewallSource: user",
|
|
6686
6686
|
"args": {},
|
|
6687
6687
|
"deprecationReason": null,
|
|
6688
6688
|
"description": "Individual users defined for the account",
|
|
@@ -6760,7 +6760,7 @@
|
|
|
6760
6760
|
"varName": "userRef"
|
|
6761
6761
|
},
|
|
6762
6762
|
"usersGroup": {
|
|
6763
|
-
"alias": "
|
|
6763
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
6764
6764
|
"args": {},
|
|
6765
6765
|
"deprecationReason": null,
|
|
6766
6766
|
"description": "Group of users",
|
|
@@ -6937,7 +6937,7 @@
|
|
|
6937
6937
|
"varName": "name"
|
|
6938
6938
|
},
|
|
6939
6939
|
"schedule": {
|
|
6940
|
-
"alias": "
|
|
6940
|
+
"alias": "scheduleWanFirewallRule: schedule",
|
|
6941
6941
|
"args": {},
|
|
6942
6942
|
"deprecationReason": null,
|
|
6943
6943
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6954,7 +6954,7 @@
|
|
|
6954
6954
|
"enumValues": null,
|
|
6955
6955
|
"fields": {
|
|
6956
6956
|
"activeOn": {
|
|
6957
|
-
"alias": "
|
|
6957
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
6958
6958
|
"args": {},
|
|
6959
6959
|
"deprecationReason": null,
|
|
6960
6960
|
"description": null,
|
|
@@ -7012,7 +7012,7 @@
|
|
|
7012
7012
|
"varName": "activeOn"
|
|
7013
7013
|
},
|
|
7014
7014
|
"customRecurring": {
|
|
7015
|
-
"alias": "
|
|
7015
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
7016
7016
|
"args": {},
|
|
7017
7017
|
"deprecationReason": null,
|
|
7018
7018
|
"description": null,
|
|
@@ -7164,7 +7164,7 @@
|
|
|
7164
7164
|
"varName": "policyCustomRecurring"
|
|
7165
7165
|
},
|
|
7166
7166
|
"customTimeframe": {
|
|
7167
|
-
"alias": "
|
|
7167
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
7168
7168
|
"args": {},
|
|
7169
7169
|
"deprecationReason": null,
|
|
7170
7170
|
"description": null,
|
|
@@ -7256,7 +7256,7 @@
|
|
|
7256
7256
|
"varName": "policySchedule"
|
|
7257
7257
|
},
|
|
7258
7258
|
"section": {
|
|
7259
|
-
"alias": "
|
|
7259
|
+
"alias": "sectionWanFirewallRule: section",
|
|
7260
7260
|
"args": {},
|
|
7261
7261
|
"deprecationReason": null,
|
|
7262
7262
|
"description": "Policy section where the rule is located",
|
|
@@ -7332,10 +7332,10 @@
|
|
|
7332
7332
|
"varName": "policySectionInfo"
|
|
7333
7333
|
},
|
|
7334
7334
|
"service": {
|
|
7335
|
-
"alias": "
|
|
7335
|
+
"alias": "serviceWanFirewallRule: service",
|
|
7336
7336
|
"args": {},
|
|
7337
7337
|
"deprecationReason": null,
|
|
7338
|
-
"description": "Destination service traffic matching criteria.\nLogical
|
|
7338
|
+
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
7339
7339
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___service",
|
|
7340
7340
|
"isDeprecated": false,
|
|
7341
7341
|
"name": "service",
|
|
@@ -7349,7 +7349,7 @@
|
|
|
7349
7349
|
"enumValues": null,
|
|
7350
7350
|
"fields": {
|
|
7351
7351
|
"custom": {
|
|
7352
|
-
"alias": "
|
|
7352
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
7353
7353
|
"args": {},
|
|
7354
7354
|
"deprecationReason": null,
|
|
7355
7355
|
"description": null,
|
|
@@ -7388,7 +7388,7 @@
|
|
|
7388
7388
|
"varName": "port"
|
|
7389
7389
|
},
|
|
7390
7390
|
"portRange": {
|
|
7391
|
-
"alias": "
|
|
7391
|
+
"alias": "portRangeCustomService: portRange",
|
|
7392
7392
|
"args": {},
|
|
7393
7393
|
"deprecationReason": null,
|
|
7394
7394
|
"description": null,
|
|
@@ -7463,7 +7463,7 @@
|
|
|
7463
7463
|
"varName": "portRange"
|
|
7464
7464
|
},
|
|
7465
7465
|
"protocol": {
|
|
7466
|
-
"alias": "
|
|
7466
|
+
"alias": "protocolCustomService: protocol",
|
|
7467
7467
|
"args": {},
|
|
7468
7468
|
"deprecationReason": null,
|
|
7469
7469
|
"description": null,
|
|
@@ -7546,7 +7546,7 @@
|
|
|
7546
7546
|
"varName": "customService"
|
|
7547
7547
|
},
|
|
7548
7548
|
"standard": {
|
|
7549
|
-
"alias": "
|
|
7549
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
7550
7550
|
"args": {},
|
|
7551
7551
|
"deprecationReason": null,
|
|
7552
7552
|
"description": null,
|
|
@@ -7641,10 +7641,10 @@
|
|
|
7641
7641
|
"varName": "wanFirewallServiceType"
|
|
7642
7642
|
},
|
|
7643
7643
|
"source": {
|
|
7644
|
-
"alias": "
|
|
7644
|
+
"alias": "sourceWanFirewallRule: source",
|
|
7645
7645
|
"args": {},
|
|
7646
7646
|
"deprecationReason": null,
|
|
7647
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
7647
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
7648
7648
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___source",
|
|
7649
7649
|
"isDeprecated": false,
|
|
7650
7650
|
"name": "source",
|
|
@@ -7658,7 +7658,7 @@
|
|
|
7658
7658
|
"enumValues": null,
|
|
7659
7659
|
"fields": {
|
|
7660
7660
|
"floatingSubnet": {
|
|
7661
|
-
"alias": "
|
|
7661
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
7662
7662
|
"args": {},
|
|
7663
7663
|
"deprecationReason": null,
|
|
7664
7664
|
"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.",
|
|
@@ -7736,7 +7736,7 @@
|
|
|
7736
7736
|
"varName": "floatingSubnetRef"
|
|
7737
7737
|
},
|
|
7738
7738
|
"globalIpRange": {
|
|
7739
|
-
"alias": "
|
|
7739
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
7740
7740
|
"args": {},
|
|
7741
7741
|
"deprecationReason": null,
|
|
7742
7742
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7814,7 +7814,7 @@
|
|
|
7814
7814
|
"varName": "globalIpRangeRef"
|
|
7815
7815
|
},
|
|
7816
7816
|
"group": {
|
|
7817
|
-
"alias": "
|
|
7817
|
+
"alias": "groupWanFirewallSource: group",
|
|
7818
7818
|
"args": {},
|
|
7819
7819
|
"deprecationReason": null,
|
|
7820
7820
|
"description": "Groups defined for your account",
|
|
@@ -7892,7 +7892,7 @@
|
|
|
7892
7892
|
"varName": "groupRef"
|
|
7893
7893
|
},
|
|
7894
7894
|
"host": {
|
|
7895
|
-
"alias": "
|
|
7895
|
+
"alias": "hostWanFirewallSource: host",
|
|
7896
7896
|
"args": {},
|
|
7897
7897
|
"deprecationReason": null,
|
|
7898
7898
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7993,7 +7993,7 @@
|
|
|
7993
7993
|
"varName": "ip"
|
|
7994
7994
|
},
|
|
7995
7995
|
"ipRange": {
|
|
7996
|
-
"alias": "
|
|
7996
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
7997
7997
|
"args": {},
|
|
7998
7998
|
"deprecationReason": null,
|
|
7999
7999
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -8071,7 +8071,7 @@
|
|
|
8071
8071
|
"varName": "ipAddressRange"
|
|
8072
8072
|
},
|
|
8073
8073
|
"networkInterface": {
|
|
8074
|
-
"alias": "
|
|
8074
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
8075
8075
|
"args": {},
|
|
8076
8076
|
"deprecationReason": null,
|
|
8077
8077
|
"description": "Network range defined for a site",
|
|
@@ -8149,7 +8149,7 @@
|
|
|
8149
8149
|
"varName": "networkInterfaceRef"
|
|
8150
8150
|
},
|
|
8151
8151
|
"site": {
|
|
8152
|
-
"alias": "
|
|
8152
|
+
"alias": "siteWanFirewallSource: site",
|
|
8153
8153
|
"args": {},
|
|
8154
8154
|
"deprecationReason": null,
|
|
8155
8155
|
"description": "Site defined for the account",
|
|
@@ -8227,7 +8227,7 @@
|
|
|
8227
8227
|
"varName": "siteRef"
|
|
8228
8228
|
},
|
|
8229
8229
|
"siteNetworkSubnet": {
|
|
8230
|
-
"alias": "
|
|
8230
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
8231
8231
|
"args": {},
|
|
8232
8232
|
"deprecationReason": null,
|
|
8233
8233
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -8328,7 +8328,7 @@
|
|
|
8328
8328
|
"varName": "subnet"
|
|
8329
8329
|
},
|
|
8330
8330
|
"systemGroup": {
|
|
8331
|
-
"alias": "
|
|
8331
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
8332
8332
|
"args": {},
|
|
8333
8333
|
"deprecationReason": null,
|
|
8334
8334
|
"description": "Predefined Cato groups",
|
|
@@ -8406,7 +8406,7 @@
|
|
|
8406
8406
|
"varName": "systemGroupRef"
|
|
8407
8407
|
},
|
|
8408
8408
|
"user": {
|
|
8409
|
-
"alias": "
|
|
8409
|
+
"alias": "userWanFirewallSource: user",
|
|
8410
8410
|
"args": {},
|
|
8411
8411
|
"deprecationReason": null,
|
|
8412
8412
|
"description": "Individual users defined for the account",
|
|
@@ -8484,7 +8484,7 @@
|
|
|
8484
8484
|
"varName": "userRef"
|
|
8485
8485
|
},
|
|
8486
8486
|
"usersGroup": {
|
|
8487
|
-
"alias": "
|
|
8487
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
8488
8488
|
"args": {},
|
|
8489
8489
|
"deprecationReason": null,
|
|
8490
8490
|
"description": "Group of users",
|
|
@@ -8579,7 +8579,7 @@
|
|
|
8579
8579
|
"varName": "wanFirewallSource"
|
|
8580
8580
|
},
|
|
8581
8581
|
"tracking": {
|
|
8582
|
-
"alias": "
|
|
8582
|
+
"alias": "trackingWanFirewallRule: tracking",
|
|
8583
8583
|
"args": {},
|
|
8584
8584
|
"deprecationReason": null,
|
|
8585
8585
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8596,7 +8596,7 @@
|
|
|
8596
8596
|
"enumValues": null,
|
|
8597
8597
|
"fields": {
|
|
8598
8598
|
"alert": {
|
|
8599
|
-
"alias": "
|
|
8599
|
+
"alias": "alertPolicyTracking: alert",
|
|
8600
8600
|
"args": {},
|
|
8601
8601
|
"deprecationReason": null,
|
|
8602
8602
|
"description": null,
|
|
@@ -8615,7 +8615,7 @@
|
|
|
8615
8615
|
"enabled": {
|
|
8616
8616
|
"args": {},
|
|
8617
8617
|
"deprecationReason": null,
|
|
8618
|
-
"description": "TRUE
|
|
8618
|
+
"description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
|
|
8619
8619
|
"id_str": "wanFirewall___publishPolicyRevision___policy___rules___rule___tracking___alert___enabled",
|
|
8620
8620
|
"isDeprecated": false,
|
|
8621
8621
|
"name": "enabled",
|
|
@@ -8634,7 +8634,7 @@
|
|
|
8634
8634
|
"varName": "enabled"
|
|
8635
8635
|
},
|
|
8636
8636
|
"frequency": {
|
|
8637
|
-
"alias": "
|
|
8637
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
8638
8638
|
"args": {},
|
|
8639
8639
|
"deprecationReason": null,
|
|
8640
8640
|
"description": "Returns data for the alert frequency",
|
|
@@ -8692,7 +8692,7 @@
|
|
|
8692
8692
|
"varName": "frequency"
|
|
8693
8693
|
},
|
|
8694
8694
|
"mailingList": {
|
|
8695
|
-
"alias": "
|
|
8695
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
8696
8696
|
"args": {},
|
|
8697
8697
|
"deprecationReason": null,
|
|
8698
8698
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8770,7 +8770,7 @@
|
|
|
8770
8770
|
"varName": "subscriptionMailingListRef"
|
|
8771
8771
|
},
|
|
8772
8772
|
"subscriptionGroup": {
|
|
8773
|
-
"alias": "
|
|
8773
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
8774
8774
|
"args": {},
|
|
8775
8775
|
"deprecationReason": null,
|
|
8776
8776
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8848,7 +8848,7 @@
|
|
|
8848
8848
|
"varName": "subscriptionGroupRef"
|
|
8849
8849
|
},
|
|
8850
8850
|
"webhook": {
|
|
8851
|
-
"alias": "
|
|
8851
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
8852
8852
|
"args": {},
|
|
8853
8853
|
"deprecationReason": null,
|
|
8854
8854
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8943,7 +8943,7 @@
|
|
|
8943
8943
|
"varName": "policyRuleTrackingAlert"
|
|
8944
8944
|
},
|
|
8945
8945
|
"event": {
|
|
8946
|
-
"alias": "
|
|
8946
|
+
"alias": "eventPolicyTracking: event",
|
|
8947
8947
|
"args": {},
|
|
8948
8948
|
"deprecationReason": null,
|
|
8949
8949
|
"description": null,
|
|
@@ -9067,7 +9067,7 @@
|
|
|
9067
9067
|
"enumValues": null,
|
|
9068
9068
|
"fields": {
|
|
9069
9069
|
"audit": {
|
|
9070
|
-
"alias": "
|
|
9070
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
9071
9071
|
"args": {},
|
|
9072
9072
|
"deprecationReason": null,
|
|
9073
9073
|
"description": null,
|
|
@@ -9143,7 +9143,7 @@
|
|
|
9143
9143
|
"varName": "policyElementAudit"
|
|
9144
9144
|
},
|
|
9145
9145
|
"properties": {
|
|
9146
|
-
"alias": "
|
|
9146
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
9147
9147
|
"args": {},
|
|
9148
9148
|
"deprecationReason": null,
|
|
9149
9149
|
"description": null,
|
|
@@ -9221,7 +9221,7 @@
|
|
|
9221
9221
|
"varName": "properties"
|
|
9222
9222
|
},
|
|
9223
9223
|
"section": {
|
|
9224
|
-
"alias": "
|
|
9224
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
9225
9225
|
"args": {},
|
|
9226
9226
|
"deprecationReason": null,
|
|
9227
9227
|
"description": null,
|
|
@@ -9332,7 +9332,7 @@
|
|
|
9332
9332
|
"varName": "wanFirewallPolicy"
|
|
9333
9333
|
},
|
|
9334
9334
|
"status": {
|
|
9335
|
-
"alias": "
|
|
9335
|
+
"alias": "statusWanFirewallPolicyMutationPayload: status",
|
|
9336
9336
|
"args": {},
|
|
9337
9337
|
"deprecationReason": null,
|
|
9338
9338
|
"description": null,
|