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
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
"enumValues": null,
|
|
536
536
|
"fields": {
|
|
537
537
|
"audit": {
|
|
538
|
-
"alias": "
|
|
538
|
+
"alias": "auditWanFirewallPolicy: audit",
|
|
539
539
|
"args": {},
|
|
540
540
|
"deprecationReason": null,
|
|
541
541
|
"description": null,
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
"varName": "enabled"
|
|
632
632
|
},
|
|
633
633
|
"revision": {
|
|
634
|
-
"alias": "
|
|
634
|
+
"alias": "revisionWanFirewallPolicy: revision",
|
|
635
635
|
"args": {},
|
|
636
636
|
"deprecationReason": null,
|
|
637
637
|
"description": null,
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"varName": "policyRevision"
|
|
791
791
|
},
|
|
792
792
|
"rules": {
|
|
793
|
-
"alias": "
|
|
793
|
+
"alias": "rulesWanFirewallPolicy: rules",
|
|
794
794
|
"args": {},
|
|
795
795
|
"deprecationReason": null,
|
|
796
796
|
"description": null,
|
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
"enumValues": null,
|
|
808
808
|
"fields": {
|
|
809
809
|
"audit": {
|
|
810
|
-
"alias": "
|
|
810
|
+
"alias": "auditWanFirewallRulePayload: audit",
|
|
811
811
|
"args": {},
|
|
812
812
|
"deprecationReason": null,
|
|
813
813
|
"description": null,
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
"varName": "policyElementAudit"
|
|
884
884
|
},
|
|
885
885
|
"properties": {
|
|
886
|
-
"alias": "
|
|
886
|
+
"alias": "propertiesWanFirewallRulePayload: properties",
|
|
887
887
|
"args": {},
|
|
888
888
|
"deprecationReason": null,
|
|
889
889
|
"description": null,
|
|
@@ -961,7 +961,7 @@
|
|
|
961
961
|
"varName": "properties"
|
|
962
962
|
},
|
|
963
963
|
"rule": {
|
|
964
|
-
"alias": "
|
|
964
|
+
"alias": "ruleWanFirewallRulePayload: rule",
|
|
965
965
|
"args": {},
|
|
966
966
|
"deprecationReason": null,
|
|
967
967
|
"description": null,
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
"enumValues": null,
|
|
979
979
|
"fields": {
|
|
980
980
|
"action": {
|
|
981
|
-
"alias": "
|
|
981
|
+
"alias": "actionWanFirewallRule: action",
|
|
982
982
|
"args": {},
|
|
983
983
|
"deprecationReason": null,
|
|
984
984
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
"varName": "action"
|
|
1031
1031
|
},
|
|
1032
1032
|
"activePeriod": {
|
|
1033
|
-
"alias": "
|
|
1033
|
+
"alias": "activePeriodWanFirewallRule: activePeriod",
|
|
1034
1034
|
"args": {},
|
|
1035
1035
|
"deprecationReason": null,
|
|
1036
1036
|
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
"varName": "policyRuleActivePeriod"
|
|
1147
1147
|
},
|
|
1148
1148
|
"application": {
|
|
1149
|
-
"alias": "
|
|
1149
|
+
"alias": "applicationWanFirewallRule: application",
|
|
1150
1150
|
"args": {},
|
|
1151
1151
|
"deprecationReason": null,
|
|
1152
1152
|
"description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
"enumValues": null,
|
|
1164
1164
|
"fields": {
|
|
1165
1165
|
"appCategory": {
|
|
1166
|
-
"alias": "
|
|
1166
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
1167
1167
|
"args": {},
|
|
1168
1168
|
"deprecationReason": null,
|
|
1169
1169
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
"varName": "applicationCategoryRef"
|
|
1242
1242
|
},
|
|
1243
1243
|
"application": {
|
|
1244
|
-
"alias": "
|
|
1244
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
1245
1245
|
"args": {},
|
|
1246
1246
|
"deprecationReason": null,
|
|
1247
1247
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1319,7 +1319,7 @@
|
|
|
1319
1319
|
"varName": "applicationRef"
|
|
1320
1320
|
},
|
|
1321
1321
|
"customApp": {
|
|
1322
|
-
"alias": "
|
|
1322
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
1323
1323
|
"args": {},
|
|
1324
1324
|
"deprecationReason": null,
|
|
1325
1325
|
"description": "Custom (user-defined) applications",
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
"varName": "customApplicationRef"
|
|
1398
1398
|
},
|
|
1399
1399
|
"customCategory": {
|
|
1400
|
-
"alias": "
|
|
1400
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
1401
1401
|
"args": {},
|
|
1402
1402
|
"deprecationReason": null,
|
|
1403
1403
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
"varName": "fqdn"
|
|
1522
1522
|
},
|
|
1523
1523
|
"globalIpRange": {
|
|
1524
|
-
"alias": "
|
|
1524
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
1525
1525
|
"args": {},
|
|
1526
1526
|
"deprecationReason": null,
|
|
1527
1527
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
"varName": "ip"
|
|
1623
1623
|
},
|
|
1624
1624
|
"ipRange": {
|
|
1625
|
-
"alias": "
|
|
1625
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
1626
1626
|
"args": {},
|
|
1627
1627
|
"deprecationReason": null,
|
|
1628
1628
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
"varName": "ipAddressRange"
|
|
1701
1701
|
},
|
|
1702
1702
|
"sanctionedAppsCategory": {
|
|
1703
|
-
"alias": "
|
|
1703
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
1704
1704
|
"args": {},
|
|
1705
1705
|
"deprecationReason": null,
|
|
1706
1706
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -1818,7 +1818,7 @@
|
|
|
1818
1818
|
"varName": "wanFirewallApplication"
|
|
1819
1819
|
},
|
|
1820
1820
|
"connectionOrigin": {
|
|
1821
|
-
"alias": "
|
|
1821
|
+
"alias": "connectionOriginWanFirewallRule: connectionOrigin",
|
|
1822
1822
|
"args": {},
|
|
1823
1823
|
"deprecationReason": null,
|
|
1824
1824
|
"description": "Connection origin of the traffic",
|
|
@@ -1870,7 +1870,7 @@
|
|
|
1870
1870
|
"varName": "connectionOrigin"
|
|
1871
1871
|
},
|
|
1872
1872
|
"country": {
|
|
1873
|
-
"alias": "
|
|
1873
|
+
"alias": "countryWanFirewallRule: country",
|
|
1874
1874
|
"args": {},
|
|
1875
1875
|
"deprecationReason": null,
|
|
1876
1876
|
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
"varName": "description"
|
|
1970
1970
|
},
|
|
1971
1971
|
"destination": {
|
|
1972
|
-
"alias": "
|
|
1972
|
+
"alias": "destinationWanFirewallRule: destination",
|
|
1973
1973
|
"args": {},
|
|
1974
1974
|
"deprecationReason": null,
|
|
1975
1975
|
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -1986,7 +1986,7 @@
|
|
|
1986
1986
|
"enumValues": null,
|
|
1987
1987
|
"fields": {
|
|
1988
1988
|
"floatingSubnet": {
|
|
1989
|
-
"alias": "
|
|
1989
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
1990
1990
|
"args": {},
|
|
1991
1991
|
"deprecationReason": null,
|
|
1992
1992
|
"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.",
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
"varName": "floatingSubnetRef"
|
|
2065
2065
|
},
|
|
2066
2066
|
"globalIpRange": {
|
|
2067
|
-
"alias": "
|
|
2067
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
2068
2068
|
"args": {},
|
|
2069
2069
|
"deprecationReason": null,
|
|
2070
2070
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2142,7 +2142,7 @@
|
|
|
2142
2142
|
"varName": "globalIpRangeRef"
|
|
2143
2143
|
},
|
|
2144
2144
|
"group": {
|
|
2145
|
-
"alias": "
|
|
2145
|
+
"alias": "groupWanFirewallDestination: group",
|
|
2146
2146
|
"args": {},
|
|
2147
2147
|
"deprecationReason": null,
|
|
2148
2148
|
"description": "Groups defined for your account",
|
|
@@ -2220,7 +2220,7 @@
|
|
|
2220
2220
|
"varName": "groupRef"
|
|
2221
2221
|
},
|
|
2222
2222
|
"host": {
|
|
2223
|
-
"alias": "
|
|
2223
|
+
"alias": "hostWanFirewallDestination: host",
|
|
2224
2224
|
"args": {},
|
|
2225
2225
|
"deprecationReason": null,
|
|
2226
2226
|
"description": "Hosts and servers defined for your account",
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
"varName": "ip"
|
|
2322
2322
|
},
|
|
2323
2323
|
"ipRange": {
|
|
2324
|
-
"alias": "
|
|
2324
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
2325
2325
|
"args": {},
|
|
2326
2326
|
"deprecationReason": null,
|
|
2327
2327
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -2399,7 +2399,7 @@
|
|
|
2399
2399
|
"varName": "ipAddressRange"
|
|
2400
2400
|
},
|
|
2401
2401
|
"networkInterface": {
|
|
2402
|
-
"alias": "
|
|
2402
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
2403
2403
|
"args": {},
|
|
2404
2404
|
"deprecationReason": null,
|
|
2405
2405
|
"description": "Network range defined for a site",
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
"varName": "networkInterfaceRef"
|
|
2478
2478
|
},
|
|
2479
2479
|
"site": {
|
|
2480
|
-
"alias": "
|
|
2480
|
+
"alias": "siteWanFirewallDestination: site",
|
|
2481
2481
|
"args": {},
|
|
2482
2482
|
"deprecationReason": null,
|
|
2483
2483
|
"description": "Site defined for the account",
|
|
@@ -2555,7 +2555,7 @@
|
|
|
2555
2555
|
"varName": "siteRef"
|
|
2556
2556
|
},
|
|
2557
2557
|
"siteNetworkSubnet": {
|
|
2558
|
-
"alias": "
|
|
2558
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
2559
2559
|
"args": {},
|
|
2560
2560
|
"deprecationReason": null,
|
|
2561
2561
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
"varName": "subnet"
|
|
2657
2657
|
},
|
|
2658
2658
|
"systemGroup": {
|
|
2659
|
-
"alias": "
|
|
2659
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
2660
2660
|
"args": {},
|
|
2661
2661
|
"deprecationReason": null,
|
|
2662
2662
|
"description": "Predefined Cato groups",
|
|
@@ -2734,7 +2734,7 @@
|
|
|
2734
2734
|
"varName": "systemGroupRef"
|
|
2735
2735
|
},
|
|
2736
2736
|
"user": {
|
|
2737
|
-
"alias": "
|
|
2737
|
+
"alias": "userWanFirewallDestination: user",
|
|
2738
2738
|
"args": {},
|
|
2739
2739
|
"deprecationReason": null,
|
|
2740
2740
|
"description": "Individual users defined for the account",
|
|
@@ -2812,7 +2812,7 @@
|
|
|
2812
2812
|
"varName": "userRef"
|
|
2813
2813
|
},
|
|
2814
2814
|
"usersGroup": {
|
|
2815
|
-
"alias": "
|
|
2815
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
2816
2816
|
"args": {},
|
|
2817
2817
|
"deprecationReason": null,
|
|
2818
2818
|
"description": "Group of users",
|
|
@@ -2907,7 +2907,7 @@
|
|
|
2907
2907
|
"varName": "wanFirewallDestination"
|
|
2908
2908
|
},
|
|
2909
2909
|
"device": {
|
|
2910
|
-
"alias": "
|
|
2910
|
+
"alias": "deviceWanFirewallRule: device",
|
|
2911
2911
|
"args": {},
|
|
2912
2912
|
"deprecationReason": null,
|
|
2913
2913
|
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -2985,7 +2985,7 @@
|
|
|
2985
2985
|
"varName": "deviceProfileRef"
|
|
2986
2986
|
},
|
|
2987
2987
|
"deviceAttributes": {
|
|
2988
|
-
"alias": "
|
|
2988
|
+
"alias": "deviceAttributesWanFirewallRule: deviceAttributes",
|
|
2989
2989
|
"args": {},
|
|
2990
2990
|
"deprecationReason": null,
|
|
2991
2991
|
"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.",
|
|
@@ -3157,7 +3157,7 @@
|
|
|
3157
3157
|
"varName": "deviceAttributes"
|
|
3158
3158
|
},
|
|
3159
3159
|
"deviceOS": {
|
|
3160
|
-
"alias": "
|
|
3160
|
+
"alias": "deviceOSWanFirewallRule: deviceOS",
|
|
3161
3161
|
"args": {},
|
|
3162
3162
|
"deprecationReason": null,
|
|
3163
3163
|
"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.",
|
|
@@ -3229,7 +3229,7 @@
|
|
|
3229
3229
|
"varName": "deviceOS"
|
|
3230
3230
|
},
|
|
3231
3231
|
"direction": {
|
|
3232
|
-
"alias": "
|
|
3232
|
+
"alias": "directionWanFirewallRule: direction",
|
|
3233
3233
|
"args": {},
|
|
3234
3234
|
"deprecationReason": null,
|
|
3235
3235
|
"description": null,
|
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
"varName": "enabled"
|
|
3297
3297
|
},
|
|
3298
3298
|
"exceptions": {
|
|
3299
|
-
"alias": "
|
|
3299
|
+
"alias": "exceptionsWanFirewallRule: exceptions",
|
|
3300
3300
|
"args": {},
|
|
3301
3301
|
"deprecationReason": null,
|
|
3302
3302
|
"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.",
|
|
@@ -3313,7 +3313,7 @@
|
|
|
3313
3313
|
"enumValues": null,
|
|
3314
3314
|
"fields": {
|
|
3315
3315
|
"application": {
|
|
3316
|
-
"alias": "
|
|
3316
|
+
"alias": "applicationWanFirewallRuleException: application",
|
|
3317
3317
|
"args": {},
|
|
3318
3318
|
"deprecationReason": null,
|
|
3319
3319
|
"description": "Application matching criteria for the exception.",
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
"enumValues": null,
|
|
3331
3331
|
"fields": {
|
|
3332
3332
|
"appCategory": {
|
|
3333
|
-
"alias": "
|
|
3333
|
+
"alias": "appCategoryWanFirewallApplication: appCategory",
|
|
3334
3334
|
"args": {},
|
|
3335
3335
|
"deprecationReason": null,
|
|
3336
3336
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3408,7 +3408,7 @@
|
|
|
3408
3408
|
"varName": "applicationCategoryRef"
|
|
3409
3409
|
},
|
|
3410
3410
|
"application": {
|
|
3411
|
-
"alias": "
|
|
3411
|
+
"alias": "applicationWanFirewallApplication: application",
|
|
3412
3412
|
"args": {},
|
|
3413
3413
|
"deprecationReason": null,
|
|
3414
3414
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3486,7 +3486,7 @@
|
|
|
3486
3486
|
"varName": "applicationRef"
|
|
3487
3487
|
},
|
|
3488
3488
|
"customApp": {
|
|
3489
|
-
"alias": "
|
|
3489
|
+
"alias": "customAppWanFirewallApplication: customApp",
|
|
3490
3490
|
"args": {},
|
|
3491
3491
|
"deprecationReason": null,
|
|
3492
3492
|
"description": "Custom (user-defined) applications",
|
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
"varName": "customApplicationRef"
|
|
3565
3565
|
},
|
|
3566
3566
|
"customCategory": {
|
|
3567
|
-
"alias": "
|
|
3567
|
+
"alias": "customCategoryWanFirewallApplication: customCategory",
|
|
3568
3568
|
"args": {},
|
|
3569
3569
|
"deprecationReason": null,
|
|
3570
3570
|
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
@@ -3688,7 +3688,7 @@
|
|
|
3688
3688
|
"varName": "fqdn"
|
|
3689
3689
|
},
|
|
3690
3690
|
"globalIpRange": {
|
|
3691
|
-
"alias": "
|
|
3691
|
+
"alias": "globalIpRangeWanFirewallApplication: globalIpRange",
|
|
3692
3692
|
"args": {},
|
|
3693
3693
|
"deprecationReason": null,
|
|
3694
3694
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3789,7 +3789,7 @@
|
|
|
3789
3789
|
"varName": "ip"
|
|
3790
3790
|
},
|
|
3791
3791
|
"ipRange": {
|
|
3792
|
-
"alias": "
|
|
3792
|
+
"alias": "ipRangeWanFirewallApplication: ipRange",
|
|
3793
3793
|
"args": {},
|
|
3794
3794
|
"deprecationReason": null,
|
|
3795
3795
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3867,7 +3867,7 @@
|
|
|
3867
3867
|
"varName": "ipAddressRange"
|
|
3868
3868
|
},
|
|
3869
3869
|
"sanctionedAppsCategory": {
|
|
3870
|
-
"alias": "
|
|
3870
|
+
"alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
|
|
3871
3871
|
"args": {},
|
|
3872
3872
|
"deprecationReason": null,
|
|
3873
3873
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3985,7 +3985,7 @@
|
|
|
3985
3985
|
"varName": "wanFirewallApplication"
|
|
3986
3986
|
},
|
|
3987
3987
|
"connectionOrigin": {
|
|
3988
|
-
"alias": "
|
|
3988
|
+
"alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
|
|
3989
3989
|
"args": {},
|
|
3990
3990
|
"deprecationReason": null,
|
|
3991
3991
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -4037,7 +4037,7 @@
|
|
|
4037
4037
|
"varName": "connectionOrigin"
|
|
4038
4038
|
},
|
|
4039
4039
|
"country": {
|
|
4040
|
-
"alias": "
|
|
4040
|
+
"alias": "countryWanFirewallRuleException: country",
|
|
4041
4041
|
"args": {},
|
|
4042
4042
|
"deprecationReason": null,
|
|
4043
4043
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -4115,7 +4115,7 @@
|
|
|
4115
4115
|
"varName": "countryRef"
|
|
4116
4116
|
},
|
|
4117
4117
|
"destination": {
|
|
4118
|
-
"alias": "
|
|
4118
|
+
"alias": "destinationWanFirewallRuleException: destination",
|
|
4119
4119
|
"args": {},
|
|
4120
4120
|
"deprecationReason": null,
|
|
4121
4121
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
"enumValues": null,
|
|
4133
4133
|
"fields": {
|
|
4134
4134
|
"floatingSubnet": {
|
|
4135
|
-
"alias": "
|
|
4135
|
+
"alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
|
|
4136
4136
|
"args": {},
|
|
4137
4137
|
"deprecationReason": null,
|
|
4138
4138
|
"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.",
|
|
@@ -4210,7 +4210,7 @@
|
|
|
4210
4210
|
"varName": "floatingSubnetRef"
|
|
4211
4211
|
},
|
|
4212
4212
|
"globalIpRange": {
|
|
4213
|
-
"alias": "
|
|
4213
|
+
"alias": "globalIpRangeWanFirewallDestination: globalIpRange",
|
|
4214
4214
|
"args": {},
|
|
4215
4215
|
"deprecationReason": null,
|
|
4216
4216
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4288,7 +4288,7 @@
|
|
|
4288
4288
|
"varName": "globalIpRangeRef"
|
|
4289
4289
|
},
|
|
4290
4290
|
"group": {
|
|
4291
|
-
"alias": "
|
|
4291
|
+
"alias": "groupWanFirewallDestination: group",
|
|
4292
4292
|
"args": {},
|
|
4293
4293
|
"deprecationReason": null,
|
|
4294
4294
|
"description": "Groups defined for your account",
|
|
@@ -4366,7 +4366,7 @@
|
|
|
4366
4366
|
"varName": "groupRef"
|
|
4367
4367
|
},
|
|
4368
4368
|
"host": {
|
|
4369
|
-
"alias": "
|
|
4369
|
+
"alias": "hostWanFirewallDestination: host",
|
|
4370
4370
|
"args": {},
|
|
4371
4371
|
"deprecationReason": null,
|
|
4372
4372
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4467,7 +4467,7 @@
|
|
|
4467
4467
|
"varName": "ip"
|
|
4468
4468
|
},
|
|
4469
4469
|
"ipRange": {
|
|
4470
|
-
"alias": "
|
|
4470
|
+
"alias": "ipRangeWanFirewallDestination: ipRange",
|
|
4471
4471
|
"args": {},
|
|
4472
4472
|
"deprecationReason": null,
|
|
4473
4473
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4545,7 +4545,7 @@
|
|
|
4545
4545
|
"varName": "ipAddressRange"
|
|
4546
4546
|
},
|
|
4547
4547
|
"networkInterface": {
|
|
4548
|
-
"alias": "
|
|
4548
|
+
"alias": "networkInterfaceWanFirewallDestination: networkInterface",
|
|
4549
4549
|
"args": {},
|
|
4550
4550
|
"deprecationReason": null,
|
|
4551
4551
|
"description": "Network range defined for a site",
|
|
@@ -4623,7 +4623,7 @@
|
|
|
4623
4623
|
"varName": "networkInterfaceRef"
|
|
4624
4624
|
},
|
|
4625
4625
|
"site": {
|
|
4626
|
-
"alias": "
|
|
4626
|
+
"alias": "siteWanFirewallDestination: site",
|
|
4627
4627
|
"args": {},
|
|
4628
4628
|
"deprecationReason": null,
|
|
4629
4629
|
"description": "Site defined for the account",
|
|
@@ -4701,7 +4701,7 @@
|
|
|
4701
4701
|
"varName": "siteRef"
|
|
4702
4702
|
},
|
|
4703
4703
|
"siteNetworkSubnet": {
|
|
4704
|
-
"alias": "
|
|
4704
|
+
"alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
|
|
4705
4705
|
"args": {},
|
|
4706
4706
|
"deprecationReason": null,
|
|
4707
4707
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -4802,7 +4802,7 @@
|
|
|
4802
4802
|
"varName": "subnet"
|
|
4803
4803
|
},
|
|
4804
4804
|
"systemGroup": {
|
|
4805
|
-
"alias": "
|
|
4805
|
+
"alias": "systemGroupWanFirewallDestination: systemGroup",
|
|
4806
4806
|
"args": {},
|
|
4807
4807
|
"deprecationReason": null,
|
|
4808
4808
|
"description": "Predefined Cato groups",
|
|
@@ -4880,7 +4880,7 @@
|
|
|
4880
4880
|
"varName": "systemGroupRef"
|
|
4881
4881
|
},
|
|
4882
4882
|
"user": {
|
|
4883
|
-
"alias": "
|
|
4883
|
+
"alias": "userWanFirewallDestination: user",
|
|
4884
4884
|
"args": {},
|
|
4885
4885
|
"deprecationReason": null,
|
|
4886
4886
|
"description": "Individual users defined for the account",
|
|
@@ -4958,7 +4958,7 @@
|
|
|
4958
4958
|
"varName": "userRef"
|
|
4959
4959
|
},
|
|
4960
4960
|
"usersGroup": {
|
|
4961
|
-
"alias": "
|
|
4961
|
+
"alias": "usersGroupWanFirewallDestination: usersGroup",
|
|
4962
4962
|
"args": {},
|
|
4963
4963
|
"deprecationReason": null,
|
|
4964
4964
|
"description": "Group of users",
|
|
@@ -5053,7 +5053,7 @@
|
|
|
5053
5053
|
"varName": "wanFirewallDestination"
|
|
5054
5054
|
},
|
|
5055
5055
|
"device": {
|
|
5056
|
-
"alias": "
|
|
5056
|
+
"alias": "deviceWanFirewallRuleException: device",
|
|
5057
5057
|
"args": {},
|
|
5058
5058
|
"deprecationReason": null,
|
|
5059
5059
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -5131,7 +5131,7 @@
|
|
|
5131
5131
|
"varName": "deviceProfileRef"
|
|
5132
5132
|
},
|
|
5133
5133
|
"deviceAttributes": {
|
|
5134
|
-
"alias": "
|
|
5134
|
+
"alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
|
|
5135
5135
|
"args": {},
|
|
5136
5136
|
"deprecationReason": null,
|
|
5137
5137
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -5303,7 +5303,7 @@
|
|
|
5303
5303
|
"varName": "deviceAttributes"
|
|
5304
5304
|
},
|
|
5305
5305
|
"deviceOS": {
|
|
5306
|
-
"alias": "
|
|
5306
|
+
"alias": "deviceOSWanFirewallRuleException: deviceOS",
|
|
5307
5307
|
"args": {},
|
|
5308
5308
|
"deprecationReason": null,
|
|
5309
5309
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -5375,7 +5375,7 @@
|
|
|
5375
5375
|
"varName": "deviceOS"
|
|
5376
5376
|
},
|
|
5377
5377
|
"direction": {
|
|
5378
|
-
"alias": "
|
|
5378
|
+
"alias": "directionWanFirewallRuleException: direction",
|
|
5379
5379
|
"args": {},
|
|
5380
5380
|
"deprecationReason": null,
|
|
5381
5381
|
"description": "Direction origin matching criteria for the exception",
|
|
@@ -5442,7 +5442,7 @@
|
|
|
5442
5442
|
"varName": "name"
|
|
5443
5443
|
},
|
|
5444
5444
|
"service": {
|
|
5445
|
-
"alias": "
|
|
5445
|
+
"alias": "serviceWanFirewallRuleException: service",
|
|
5446
5446
|
"args": {},
|
|
5447
5447
|
"deprecationReason": null,
|
|
5448
5448
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -5459,7 +5459,7 @@
|
|
|
5459
5459
|
"enumValues": null,
|
|
5460
5460
|
"fields": {
|
|
5461
5461
|
"custom": {
|
|
5462
|
-
"alias": "
|
|
5462
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
5463
5463
|
"args": {},
|
|
5464
5464
|
"deprecationReason": null,
|
|
5465
5465
|
"description": null,
|
|
@@ -5498,7 +5498,7 @@
|
|
|
5498
5498
|
"varName": "port"
|
|
5499
5499
|
},
|
|
5500
5500
|
"portRange": {
|
|
5501
|
-
"alias": "
|
|
5501
|
+
"alias": "portRangeCustomService: portRange",
|
|
5502
5502
|
"args": {},
|
|
5503
5503
|
"deprecationReason": null,
|
|
5504
5504
|
"description": null,
|
|
@@ -5573,7 +5573,7 @@
|
|
|
5573
5573
|
"varName": "portRange"
|
|
5574
5574
|
},
|
|
5575
5575
|
"protocol": {
|
|
5576
|
-
"alias": "
|
|
5576
|
+
"alias": "protocolCustomService: protocol",
|
|
5577
5577
|
"args": {},
|
|
5578
5578
|
"deprecationReason": null,
|
|
5579
5579
|
"description": null,
|
|
@@ -5656,7 +5656,7 @@
|
|
|
5656
5656
|
"varName": "customService"
|
|
5657
5657
|
},
|
|
5658
5658
|
"standard": {
|
|
5659
|
-
"alias": "
|
|
5659
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
5660
5660
|
"args": {},
|
|
5661
5661
|
"deprecationReason": null,
|
|
5662
5662
|
"description": null,
|
|
@@ -5751,7 +5751,7 @@
|
|
|
5751
5751
|
"varName": "wanFirewallServiceType"
|
|
5752
5752
|
},
|
|
5753
5753
|
"source": {
|
|
5754
|
-
"alias": "
|
|
5754
|
+
"alias": "sourceWanFirewallRuleException: source",
|
|
5755
5755
|
"args": {},
|
|
5756
5756
|
"deprecationReason": null,
|
|
5757
5757
|
"description": "Source matching criteria for the exception.",
|
|
@@ -5768,7 +5768,7 @@
|
|
|
5768
5768
|
"enumValues": null,
|
|
5769
5769
|
"fields": {
|
|
5770
5770
|
"floatingSubnet": {
|
|
5771
|
-
"alias": "
|
|
5771
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
5772
5772
|
"args": {},
|
|
5773
5773
|
"deprecationReason": null,
|
|
5774
5774
|
"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.",
|
|
@@ -5846,7 +5846,7 @@
|
|
|
5846
5846
|
"varName": "floatingSubnetRef"
|
|
5847
5847
|
},
|
|
5848
5848
|
"globalIpRange": {
|
|
5849
|
-
"alias": "
|
|
5849
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
5850
5850
|
"args": {},
|
|
5851
5851
|
"deprecationReason": null,
|
|
5852
5852
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -5924,7 +5924,7 @@
|
|
|
5924
5924
|
"varName": "globalIpRangeRef"
|
|
5925
5925
|
},
|
|
5926
5926
|
"group": {
|
|
5927
|
-
"alias": "
|
|
5927
|
+
"alias": "groupWanFirewallSource: group",
|
|
5928
5928
|
"args": {},
|
|
5929
5929
|
"deprecationReason": null,
|
|
5930
5930
|
"description": "Groups defined for your account",
|
|
@@ -6002,7 +6002,7 @@
|
|
|
6002
6002
|
"varName": "groupRef"
|
|
6003
6003
|
},
|
|
6004
6004
|
"host": {
|
|
6005
|
-
"alias": "
|
|
6005
|
+
"alias": "hostWanFirewallSource: host",
|
|
6006
6006
|
"args": {},
|
|
6007
6007
|
"deprecationReason": null,
|
|
6008
6008
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6103,7 +6103,7 @@
|
|
|
6103
6103
|
"varName": "ip"
|
|
6104
6104
|
},
|
|
6105
6105
|
"ipRange": {
|
|
6106
|
-
"alias": "
|
|
6106
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
6107
6107
|
"args": {},
|
|
6108
6108
|
"deprecationReason": null,
|
|
6109
6109
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6181,7 +6181,7 @@
|
|
|
6181
6181
|
"varName": "ipAddressRange"
|
|
6182
6182
|
},
|
|
6183
6183
|
"networkInterface": {
|
|
6184
|
-
"alias": "
|
|
6184
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
6185
6185
|
"args": {},
|
|
6186
6186
|
"deprecationReason": null,
|
|
6187
6187
|
"description": "Network range defined for a site",
|
|
@@ -6259,7 +6259,7 @@
|
|
|
6259
6259
|
"varName": "networkInterfaceRef"
|
|
6260
6260
|
},
|
|
6261
6261
|
"site": {
|
|
6262
|
-
"alias": "
|
|
6262
|
+
"alias": "siteWanFirewallSource: site",
|
|
6263
6263
|
"args": {},
|
|
6264
6264
|
"deprecationReason": null,
|
|
6265
6265
|
"description": "Site defined for the account",
|
|
@@ -6337,7 +6337,7 @@
|
|
|
6337
6337
|
"varName": "siteRef"
|
|
6338
6338
|
},
|
|
6339
6339
|
"siteNetworkSubnet": {
|
|
6340
|
-
"alias": "
|
|
6340
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
6341
6341
|
"args": {},
|
|
6342
6342
|
"deprecationReason": null,
|
|
6343
6343
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6438,7 +6438,7 @@
|
|
|
6438
6438
|
"varName": "subnet"
|
|
6439
6439
|
},
|
|
6440
6440
|
"systemGroup": {
|
|
6441
|
-
"alias": "
|
|
6441
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
6442
6442
|
"args": {},
|
|
6443
6443
|
"deprecationReason": null,
|
|
6444
6444
|
"description": "Predefined Cato groups",
|
|
@@ -6516,7 +6516,7 @@
|
|
|
6516
6516
|
"varName": "systemGroupRef"
|
|
6517
6517
|
},
|
|
6518
6518
|
"user": {
|
|
6519
|
-
"alias": "
|
|
6519
|
+
"alias": "userWanFirewallSource: user",
|
|
6520
6520
|
"args": {},
|
|
6521
6521
|
"deprecationReason": null,
|
|
6522
6522
|
"description": "Individual users defined for the account",
|
|
@@ -6594,7 +6594,7 @@
|
|
|
6594
6594
|
"varName": "userRef"
|
|
6595
6595
|
},
|
|
6596
6596
|
"usersGroup": {
|
|
6597
|
-
"alias": "
|
|
6597
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
6598
6598
|
"args": {},
|
|
6599
6599
|
"deprecationReason": null,
|
|
6600
6600
|
"description": "Group of users",
|
|
@@ -6771,7 +6771,7 @@
|
|
|
6771
6771
|
"varName": "name"
|
|
6772
6772
|
},
|
|
6773
6773
|
"schedule": {
|
|
6774
|
-
"alias": "
|
|
6774
|
+
"alias": "scheduleWanFirewallRule: schedule",
|
|
6775
6775
|
"args": {},
|
|
6776
6776
|
"deprecationReason": null,
|
|
6777
6777
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -6788,7 +6788,7 @@
|
|
|
6788
6788
|
"enumValues": null,
|
|
6789
6789
|
"fields": {
|
|
6790
6790
|
"activeOn": {
|
|
6791
|
-
"alias": "
|
|
6791
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
6792
6792
|
"args": {},
|
|
6793
6793
|
"deprecationReason": null,
|
|
6794
6794
|
"description": null,
|
|
@@ -6846,7 +6846,7 @@
|
|
|
6846
6846
|
"varName": "activeOn"
|
|
6847
6847
|
},
|
|
6848
6848
|
"customRecurring": {
|
|
6849
|
-
"alias": "
|
|
6849
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
6850
6850
|
"args": {},
|
|
6851
6851
|
"deprecationReason": null,
|
|
6852
6852
|
"description": null,
|
|
@@ -6998,7 +6998,7 @@
|
|
|
6998
6998
|
"varName": "policyCustomRecurring"
|
|
6999
6999
|
},
|
|
7000
7000
|
"customTimeframe": {
|
|
7001
|
-
"alias": "
|
|
7001
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
7002
7002
|
"args": {},
|
|
7003
7003
|
"deprecationReason": null,
|
|
7004
7004
|
"description": null,
|
|
@@ -7090,7 +7090,7 @@
|
|
|
7090
7090
|
"varName": "policySchedule"
|
|
7091
7091
|
},
|
|
7092
7092
|
"section": {
|
|
7093
|
-
"alias": "
|
|
7093
|
+
"alias": "sectionWanFirewallRule: section",
|
|
7094
7094
|
"args": {},
|
|
7095
7095
|
"deprecationReason": null,
|
|
7096
7096
|
"description": "Policy section where the rule is located",
|
|
@@ -7166,7 +7166,7 @@
|
|
|
7166
7166
|
"varName": "policySectionInfo"
|
|
7167
7167
|
},
|
|
7168
7168
|
"service": {
|
|
7169
|
-
"alias": "
|
|
7169
|
+
"alias": "serviceWanFirewallRule: service",
|
|
7170
7170
|
"args": {},
|
|
7171
7171
|
"deprecationReason": null,
|
|
7172
7172
|
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7183,7 +7183,7 @@
|
|
|
7183
7183
|
"enumValues": null,
|
|
7184
7184
|
"fields": {
|
|
7185
7185
|
"custom": {
|
|
7186
|
-
"alias": "
|
|
7186
|
+
"alias": "customWanFirewallServiceType: custom",
|
|
7187
7187
|
"args": {},
|
|
7188
7188
|
"deprecationReason": null,
|
|
7189
7189
|
"description": null,
|
|
@@ -7222,7 +7222,7 @@
|
|
|
7222
7222
|
"varName": "port"
|
|
7223
7223
|
},
|
|
7224
7224
|
"portRange": {
|
|
7225
|
-
"alias": "
|
|
7225
|
+
"alias": "portRangeCustomService: portRange",
|
|
7226
7226
|
"args": {},
|
|
7227
7227
|
"deprecationReason": null,
|
|
7228
7228
|
"description": null,
|
|
@@ -7297,7 +7297,7 @@
|
|
|
7297
7297
|
"varName": "portRange"
|
|
7298
7298
|
},
|
|
7299
7299
|
"protocol": {
|
|
7300
|
-
"alias": "
|
|
7300
|
+
"alias": "protocolCustomService: protocol",
|
|
7301
7301
|
"args": {},
|
|
7302
7302
|
"deprecationReason": null,
|
|
7303
7303
|
"description": null,
|
|
@@ -7380,7 +7380,7 @@
|
|
|
7380
7380
|
"varName": "customService"
|
|
7381
7381
|
},
|
|
7382
7382
|
"standard": {
|
|
7383
|
-
"alias": "
|
|
7383
|
+
"alias": "standardWanFirewallServiceType: standard",
|
|
7384
7384
|
"args": {},
|
|
7385
7385
|
"deprecationReason": null,
|
|
7386
7386
|
"description": null,
|
|
@@ -7475,7 +7475,7 @@
|
|
|
7475
7475
|
"varName": "wanFirewallServiceType"
|
|
7476
7476
|
},
|
|
7477
7477
|
"source": {
|
|
7478
|
-
"alias": "
|
|
7478
|
+
"alias": "sourceWanFirewallRule: source",
|
|
7479
7479
|
"args": {},
|
|
7480
7480
|
"deprecationReason": null,
|
|
7481
7481
|
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
@@ -7492,7 +7492,7 @@
|
|
|
7492
7492
|
"enumValues": null,
|
|
7493
7493
|
"fields": {
|
|
7494
7494
|
"floatingSubnet": {
|
|
7495
|
-
"alias": "
|
|
7495
|
+
"alias": "floatingSubnetWanFirewallSource: floatingSubnet",
|
|
7496
7496
|
"args": {},
|
|
7497
7497
|
"deprecationReason": null,
|
|
7498
7498
|
"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.",
|
|
@@ -7570,7 +7570,7 @@
|
|
|
7570
7570
|
"varName": "floatingSubnetRef"
|
|
7571
7571
|
},
|
|
7572
7572
|
"globalIpRange": {
|
|
7573
|
-
"alias": "
|
|
7573
|
+
"alias": "globalIpRangeWanFirewallSource: globalIpRange",
|
|
7574
7574
|
"args": {},
|
|
7575
7575
|
"deprecationReason": null,
|
|
7576
7576
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -7648,7 +7648,7 @@
|
|
|
7648
7648
|
"varName": "globalIpRangeRef"
|
|
7649
7649
|
},
|
|
7650
7650
|
"group": {
|
|
7651
|
-
"alias": "
|
|
7651
|
+
"alias": "groupWanFirewallSource: group",
|
|
7652
7652
|
"args": {},
|
|
7653
7653
|
"deprecationReason": null,
|
|
7654
7654
|
"description": "Groups defined for your account",
|
|
@@ -7726,7 +7726,7 @@
|
|
|
7726
7726
|
"varName": "groupRef"
|
|
7727
7727
|
},
|
|
7728
7728
|
"host": {
|
|
7729
|
-
"alias": "
|
|
7729
|
+
"alias": "hostWanFirewallSource: host",
|
|
7730
7730
|
"args": {},
|
|
7731
7731
|
"deprecationReason": null,
|
|
7732
7732
|
"description": "Hosts and servers defined for your account",
|
|
@@ -7827,7 +7827,7 @@
|
|
|
7827
7827
|
"varName": "ip"
|
|
7828
7828
|
},
|
|
7829
7829
|
"ipRange": {
|
|
7830
|
-
"alias": "
|
|
7830
|
+
"alias": "ipRangeWanFirewallSource: ipRange",
|
|
7831
7831
|
"args": {},
|
|
7832
7832
|
"deprecationReason": null,
|
|
7833
7833
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -7905,7 +7905,7 @@
|
|
|
7905
7905
|
"varName": "ipAddressRange"
|
|
7906
7906
|
},
|
|
7907
7907
|
"networkInterface": {
|
|
7908
|
-
"alias": "
|
|
7908
|
+
"alias": "networkInterfaceWanFirewallSource: networkInterface",
|
|
7909
7909
|
"args": {},
|
|
7910
7910
|
"deprecationReason": null,
|
|
7911
7911
|
"description": "Network range defined for a site",
|
|
@@ -7983,7 +7983,7 @@
|
|
|
7983
7983
|
"varName": "networkInterfaceRef"
|
|
7984
7984
|
},
|
|
7985
7985
|
"site": {
|
|
7986
|
-
"alias": "
|
|
7986
|
+
"alias": "siteWanFirewallSource: site",
|
|
7987
7987
|
"args": {},
|
|
7988
7988
|
"deprecationReason": null,
|
|
7989
7989
|
"description": "Site defined for the account",
|
|
@@ -8061,7 +8061,7 @@
|
|
|
8061
8061
|
"varName": "siteRef"
|
|
8062
8062
|
},
|
|
8063
8063
|
"siteNetworkSubnet": {
|
|
8064
|
-
"alias": "
|
|
8064
|
+
"alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
|
|
8065
8065
|
"args": {},
|
|
8066
8066
|
"deprecationReason": null,
|
|
8067
8067
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -8162,7 +8162,7 @@
|
|
|
8162
8162
|
"varName": "subnet"
|
|
8163
8163
|
},
|
|
8164
8164
|
"systemGroup": {
|
|
8165
|
-
"alias": "
|
|
8165
|
+
"alias": "systemGroupWanFirewallSource: systemGroup",
|
|
8166
8166
|
"args": {},
|
|
8167
8167
|
"deprecationReason": null,
|
|
8168
8168
|
"description": "Predefined Cato groups",
|
|
@@ -8240,7 +8240,7 @@
|
|
|
8240
8240
|
"varName": "systemGroupRef"
|
|
8241
8241
|
},
|
|
8242
8242
|
"user": {
|
|
8243
|
-
"alias": "
|
|
8243
|
+
"alias": "userWanFirewallSource: user",
|
|
8244
8244
|
"args": {},
|
|
8245
8245
|
"deprecationReason": null,
|
|
8246
8246
|
"description": "Individual users defined for the account",
|
|
@@ -8318,7 +8318,7 @@
|
|
|
8318
8318
|
"varName": "userRef"
|
|
8319
8319
|
},
|
|
8320
8320
|
"usersGroup": {
|
|
8321
|
-
"alias": "
|
|
8321
|
+
"alias": "usersGroupWanFirewallSource: usersGroup",
|
|
8322
8322
|
"args": {},
|
|
8323
8323
|
"deprecationReason": null,
|
|
8324
8324
|
"description": "Group of users",
|
|
@@ -8413,7 +8413,7 @@
|
|
|
8413
8413
|
"varName": "wanFirewallSource"
|
|
8414
8414
|
},
|
|
8415
8415
|
"tracking": {
|
|
8416
|
-
"alias": "
|
|
8416
|
+
"alias": "trackingWanFirewallRule: tracking",
|
|
8417
8417
|
"args": {},
|
|
8418
8418
|
"deprecationReason": null,
|
|
8419
8419
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -8430,7 +8430,7 @@
|
|
|
8430
8430
|
"enumValues": null,
|
|
8431
8431
|
"fields": {
|
|
8432
8432
|
"alert": {
|
|
8433
|
-
"alias": "
|
|
8433
|
+
"alias": "alertPolicyTracking: alert",
|
|
8434
8434
|
"args": {},
|
|
8435
8435
|
"deprecationReason": null,
|
|
8436
8436
|
"description": null,
|
|
@@ -8468,7 +8468,7 @@
|
|
|
8468
8468
|
"varName": "enabled"
|
|
8469
8469
|
},
|
|
8470
8470
|
"frequency": {
|
|
8471
|
-
"alias": "
|
|
8471
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
8472
8472
|
"args": {},
|
|
8473
8473
|
"deprecationReason": null,
|
|
8474
8474
|
"description": "Returns data for the alert frequency",
|
|
@@ -8526,7 +8526,7 @@
|
|
|
8526
8526
|
"varName": "frequency"
|
|
8527
8527
|
},
|
|
8528
8528
|
"mailingList": {
|
|
8529
|
-
"alias": "
|
|
8529
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
8530
8530
|
"args": {},
|
|
8531
8531
|
"deprecationReason": null,
|
|
8532
8532
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -8604,7 +8604,7 @@
|
|
|
8604
8604
|
"varName": "subscriptionMailingListRef"
|
|
8605
8605
|
},
|
|
8606
8606
|
"subscriptionGroup": {
|
|
8607
|
-
"alias": "
|
|
8607
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
8608
8608
|
"args": {},
|
|
8609
8609
|
"deprecationReason": null,
|
|
8610
8610
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -8682,7 +8682,7 @@
|
|
|
8682
8682
|
"varName": "subscriptionGroupRef"
|
|
8683
8683
|
},
|
|
8684
8684
|
"webhook": {
|
|
8685
|
-
"alias": "
|
|
8685
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
8686
8686
|
"args": {},
|
|
8687
8687
|
"deprecationReason": null,
|
|
8688
8688
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -8777,7 +8777,7 @@
|
|
|
8777
8777
|
"varName": "policyRuleTrackingAlert"
|
|
8778
8778
|
},
|
|
8779
8779
|
"event": {
|
|
8780
|
-
"alias": "
|
|
8780
|
+
"alias": "eventPolicyTracking: event",
|
|
8781
8781
|
"args": {},
|
|
8782
8782
|
"deprecationReason": null,
|
|
8783
8783
|
"description": null,
|
|
@@ -8885,7 +8885,7 @@
|
|
|
8885
8885
|
"varName": "wanFirewallRulePayload"
|
|
8886
8886
|
},
|
|
8887
8887
|
"sections": {
|
|
8888
|
-
"alias": "
|
|
8888
|
+
"alias": "sectionsWanFirewallPolicy: sections",
|
|
8889
8889
|
"args": {},
|
|
8890
8890
|
"deprecationReason": null,
|
|
8891
8891
|
"description": null,
|
|
@@ -8902,7 +8902,7 @@
|
|
|
8902
8902
|
"enumValues": null,
|
|
8903
8903
|
"fields": {
|
|
8904
8904
|
"audit": {
|
|
8905
|
-
"alias": "
|
|
8905
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
8906
8906
|
"args": {},
|
|
8907
8907
|
"deprecationReason": null,
|
|
8908
8908
|
"description": null,
|
|
@@ -8978,7 +8978,7 @@
|
|
|
8978
8978
|
"varName": "policyElementAudit"
|
|
8979
8979
|
},
|
|
8980
8980
|
"properties": {
|
|
8981
|
-
"alias": "
|
|
8981
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
8982
8982
|
"args": {},
|
|
8983
8983
|
"deprecationReason": null,
|
|
8984
8984
|
"description": null,
|
|
@@ -9056,7 +9056,7 @@
|
|
|
9056
9056
|
"varName": "properties"
|
|
9057
9057
|
},
|
|
9058
9058
|
"section": {
|
|
9059
|
-
"alias": "
|
|
9059
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
9060
9060
|
"args": {},
|
|
9061
9061
|
"deprecationReason": null,
|
|
9062
9062
|
"description": null,
|