catocli 2.0.5__py3-none-any.whl → 2.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +10 -0
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +18 -1
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +17 -8
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/__init__.py +26 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +3 -3
- models/mutation.container.fqdn.createFromFile.json +3 -3
- models/mutation.container.fqdn.removeValues.json +3 -3
- models/mutation.container.fqdn.updateFromFile.json +3 -3
- models/mutation.container.ipAddressRange.addValues.json +3 -3
- models/mutation.container.ipAddressRange.createFromFile.json +3 -3
- models/mutation.container.ipAddressRange.removeValues.json +3 -3
- models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +33 -33
- models/mutation.policy.appTenantRestriction.addSection.json +4 -4
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
- models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
- models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
- models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
- models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
- models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
- models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
- models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
- models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
- models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +141 -141
- models/mutation.policy.internetFirewall.addSection.json +4 -4
- models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.moveRule.json +96 -96
- models/mutation.policy.internetFirewall.moveSection.json +4 -4
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
- models/mutation.policy.internetFirewall.removeRule.json +96 -96
- models/mutation.policy.internetFirewall.removeSection.json +4 -4
- models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
- models/mutation.policy.internetFirewall.updateRule.json +141 -141
- models/mutation.policy.internetFirewall.updateSection.json +4 -4
- models/mutation.policy.remotePortFwd.addRule.json +21 -21
- models/mutation.policy.remotePortFwd.addSection.json +4 -4
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.moveRule.json +18 -18
- models/mutation.policy.remotePortFwd.moveSection.json +4 -4
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
- models/mutation.policy.remotePortFwd.removeRule.json +18 -18
- models/mutation.policy.remotePortFwd.removeSection.json +4 -4
- models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
- models/mutation.policy.remotePortFwd.updateRule.json +21 -21
- models/mutation.policy.remotePortFwd.updateSection.json +4 -4
- models/mutation.policy.socketLan.addRule.json +97 -97
- models/mutation.policy.socketLan.addSection.json +4 -4
- models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.moveRule.json +85 -85
- models/mutation.policy.socketLan.moveSection.json +4 -4
- models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
- models/mutation.policy.socketLan.removeRule.json +85 -85
- models/mutation.policy.socketLan.removeSection.json +4 -4
- models/mutation.policy.socketLan.updatePolicy.json +91 -91
- models/mutation.policy.socketLan.updateRule.json +97 -97
- models/mutation.policy.socketLan.updateSection.json +4 -4
- models/mutation.policy.terminalServer.addRule.json +7 -7
- models/mutation.policy.terminalServer.addSection.json +4 -4
- models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.moveRule.json +7 -7
- models/mutation.policy.terminalServer.moveSection.json +4 -4
- models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
- models/mutation.policy.terminalServer.removeRule.json +7 -7
- models/mutation.policy.terminalServer.removeSection.json +4 -4
- models/mutation.policy.terminalServer.updatePolicy.json +13 -13
- models/mutation.policy.terminalServer.updateRule.json +7 -7
- models/mutation.policy.terminalServer.updateSection.json +4 -4
- models/mutation.policy.wanFirewall.addRule.json +157 -157
- models/mutation.policy.wanFirewall.addSection.json +4 -4
- models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.moveRule.json +115 -115
- models/mutation.policy.wanFirewall.moveSection.json +4 -4
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
- models/mutation.policy.wanFirewall.removeRule.json +115 -115
- models/mutation.policy.wanFirewall.removeSection.json +4 -4
- models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
- models/mutation.policy.wanFirewall.updateRule.json +157 -157
- models/mutation.policy.wanFirewall.updateSection.json +4 -4
- models/mutation.policy.wanNetwork.addRule.json +103 -103
- models/mutation.policy.wanNetwork.addSection.json +4 -4
- models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.moveRule.json +91 -91
- models/mutation.policy.wanNetwork.moveSection.json +4 -4
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
- models/mutation.policy.wanNetwork.removeRule.json +91 -91
- models/mutation.policy.wanNetwork.removeSection.json +4 -4
- models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
- models/mutation.policy.wanNetwork.updateRule.json +103 -103
- models/mutation.policy.wanNetwork.updateSection.json +4 -4
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +32 -32
- models/query.policy.dynamicIpAllocation.policy.json +18 -18
- models/query.policy.internetFirewall.policy.json +93 -93
- models/query.policy.remotePortFwd.policy.json +23 -23
- models/query.policy.socketLan.policy.json +88 -88
- models/query.policy.terminalServer.policy.json +13 -13
- models/query.policy.wanFirewall.policy.json +111 -111
- models/query.policy.wanNetwork.policy.json +97 -97
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.bgpPeer.json +4 -4
- models/query.site.bgpPeerList.json +10 -10
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +2 -2
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +21 -12
- build/lib/catocli/Utils/clidriver.py +0 -268
- build/lib/catocli/Utils/profile_manager.py +0 -188
- build/lib/catocli/Utils/version_checker.py +0 -192
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/configure/__init__.py +0 -115
- build/lib/catocli/parsers/configure/configure.py +0 -307
- build/lib/catocli/parsers/custom/__init__.py +0 -57
- build/lib/catocli/parsers/custom/customLib.py +0 -561
- build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
- build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
- build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
- build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
- build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
- build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
- build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
- build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
- build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
- build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
- build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
- build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
- build/lib/catocli/parsers/parserApiClient.py +0 -513
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
- build/lib/catocli/parsers/query_admin/__init__.py +0 -16
- build/lib/catocli/parsers/query_admins/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
- build/lib/catocli/parsers/query_container/__init__.py +0 -16
- build/lib/catocli/parsers/query_devices/__init__.py +0 -16
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
- build/lib/catocli/parsers/query_events/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
- build/lib/catocli/parsers/query_policy/__init__.py +0 -161
- build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
- build/lib/catocli/parsers/query_site/__init__.py +0 -100
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
- build/lib/catocli/parsers/raw/__init__.py +0 -12
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -84
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -409
- build/lib/graphql_client/configuration.py +0 -232
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1141
- build/lib/schema/importSchema.py +0 -60
- build/lib/schema/remove_policyid.py +0 -89
- build/lib/schema/remove_policyid_mutations.py +0 -89
- build/lib/scripts/catolib.py +0 -62
- build/lib/scripts/export_if_rules_to_json.py +0 -188
- build/lib/scripts/export_wf_rules_to_json.py +0 -111
- build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"enumValues": null,
|
|
635
635
|
"fields": {
|
|
636
636
|
"errors": {
|
|
637
|
-
"alias": "
|
|
637
|
+
"alias": "errorsInternetFirewallPolicyMutationPayload: errors",
|
|
638
638
|
"args": {},
|
|
639
639
|
"deprecationReason": null,
|
|
640
640
|
"description": null,
|
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
"responseStr": "errors:$policyMutationError ",
|
|
648
648
|
"type": {
|
|
649
649
|
"definition": {
|
|
650
|
-
"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
|
|
650
|
+
"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\"",
|
|
651
651
|
"enumValues": null,
|
|
652
652
|
"fields": {
|
|
653
653
|
"errorCode": {
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
"varName": "policyMutationError"
|
|
711
711
|
},
|
|
712
712
|
"policy": {
|
|
713
|
-
"alias": "
|
|
713
|
+
"alias": "policyInternetFirewallPolicyMutationPayload: policy",
|
|
714
714
|
"args": {},
|
|
715
715
|
"deprecationReason": null,
|
|
716
716
|
"description": null,
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
"enumValues": null,
|
|
997
997
|
"fields": {
|
|
998
998
|
"audit": {
|
|
999
|
-
"alias": "
|
|
999
|
+
"alias": "auditInternetFirewallRulePayload: audit",
|
|
1000
1000
|
"args": {},
|
|
1001
1001
|
"deprecationReason": null,
|
|
1002
1002
|
"description": null,
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
"varName": "policyElementAudit"
|
|
1073
1073
|
},
|
|
1074
1074
|
"properties": {
|
|
1075
|
-
"alias": "
|
|
1075
|
+
"alias": "propertiesInternetFirewallRulePayload: properties",
|
|
1076
1076
|
"args": {},
|
|
1077
1077
|
"deprecationReason": null,
|
|
1078
1078
|
"description": null,
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
"varName": "properties"
|
|
1151
1151
|
},
|
|
1152
1152
|
"rule": {
|
|
1153
|
-
"alias": "
|
|
1153
|
+
"alias": "ruleInternetFirewallRulePayload: rule",
|
|
1154
1154
|
"args": {},
|
|
1155
1155
|
"deprecationReason": null,
|
|
1156
1156
|
"description": null,
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
"enumValues": null,
|
|
1168
1168
|
"fields": {
|
|
1169
1169
|
"action": {
|
|
1170
|
-
"alias": "
|
|
1170
|
+
"alias": "actionInternetFirewallRule: action",
|
|
1171
1171
|
"args": {},
|
|
1172
1172
|
"deprecationReason": null,
|
|
1173
1173
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
"varName": "action"
|
|
1226
1226
|
},
|
|
1227
1227
|
"activePeriod": {
|
|
1228
|
-
"alias": "
|
|
1228
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
1229
1229
|
"args": {},
|
|
1230
1230
|
"deprecationReason": null,
|
|
1231
1231
|
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
"varName": "policyRuleActivePeriod"
|
|
1342
1342
|
},
|
|
1343
1343
|
"connectionOrigin": {
|
|
1344
|
-
"alias": "
|
|
1344
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
1345
1345
|
"args": {},
|
|
1346
1346
|
"deprecationReason": null,
|
|
1347
1347
|
"description": "Connection origin of the traffic",
|
|
@@ -1393,10 +1393,10 @@
|
|
|
1393
1393
|
"varName": "connectionOrigin"
|
|
1394
1394
|
},
|
|
1395
1395
|
"country": {
|
|
1396
|
-
"alias": "
|
|
1396
|
+
"alias": "countryInternetFirewallRule: country",
|
|
1397
1397
|
"args": {},
|
|
1398
1398
|
"deprecationReason": null,
|
|
1399
|
-
"description": "Source country traffic matching criteria.\nLogical
|
|
1399
|
+
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1400
1400
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___country",
|
|
1401
1401
|
"isDeprecated": false,
|
|
1402
1402
|
"name": "country",
|
|
@@ -1492,10 +1492,10 @@
|
|
|
1492
1492
|
"varName": "description"
|
|
1493
1493
|
},
|
|
1494
1494
|
"destination": {
|
|
1495
|
-
"alias": "
|
|
1495
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
1496
1496
|
"args": {},
|
|
1497
1497
|
"deprecationReason": null,
|
|
1498
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
1498
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1499
1499
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___destination",
|
|
1500
1500
|
"isDeprecated": false,
|
|
1501
1501
|
"name": "destination",
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
"enumValues": null,
|
|
1510
1510
|
"fields": {
|
|
1511
1511
|
"appCategory": {
|
|
1512
|
-
"alias": "
|
|
1512
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
1513
1513
|
"args": {},
|
|
1514
1514
|
"deprecationReason": null,
|
|
1515
1515
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"varName": "applicationCategoryRef"
|
|
1588
1588
|
},
|
|
1589
1589
|
"application": {
|
|
1590
|
-
"alias": "
|
|
1590
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
1591
1591
|
"args": {},
|
|
1592
1592
|
"deprecationReason": null,
|
|
1593
1593
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1665,7 +1665,7 @@
|
|
|
1665
1665
|
"varName": "applicationRef"
|
|
1666
1666
|
},
|
|
1667
1667
|
"containers": {
|
|
1668
|
-
"alias": "
|
|
1668
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
1669
1669
|
"args": {},
|
|
1670
1670
|
"deprecationReason": null,
|
|
1671
1671
|
"description": null,
|
|
@@ -1682,7 +1682,7 @@
|
|
|
1682
1682
|
"enumValues": null,
|
|
1683
1683
|
"fields": {
|
|
1684
1684
|
"fqdnContainer": {
|
|
1685
|
-
"alias": "
|
|
1685
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
1686
1686
|
"args": {},
|
|
1687
1687
|
"deprecationReason": null,
|
|
1688
1688
|
"description": null,
|
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
"varName": "fqdnContainerRef"
|
|
1761
1761
|
},
|
|
1762
1762
|
"ipAddressRangeContainer": {
|
|
1763
|
-
"alias": "
|
|
1763
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
1764
1764
|
"args": {},
|
|
1765
1765
|
"deprecationReason": null,
|
|
1766
1766
|
"description": null,
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
"varName": "internetFirewallContainer"
|
|
1856
1856
|
},
|
|
1857
1857
|
"country": {
|
|
1858
|
-
"alias": "
|
|
1858
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
1859
1859
|
"args": {},
|
|
1860
1860
|
"deprecationReason": null,
|
|
1861
1861
|
"description": "Countries",
|
|
@@ -1933,7 +1933,7 @@
|
|
|
1933
1933
|
"varName": "countryRef"
|
|
1934
1934
|
},
|
|
1935
1935
|
"customApp": {
|
|
1936
|
-
"alias": "
|
|
1936
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
1937
1937
|
"args": {},
|
|
1938
1938
|
"deprecationReason": null,
|
|
1939
1939
|
"description": "Custom (user-defined) applications",
|
|
@@ -2011,10 +2011,10 @@
|
|
|
2011
2011
|
"varName": "customApplicationRef"
|
|
2012
2012
|
},
|
|
2013
2013
|
"customCategory": {
|
|
2014
|
-
"alias": "
|
|
2014
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
2015
2015
|
"args": {},
|
|
2016
2016
|
"deprecationReason": null,
|
|
2017
|
-
"description": "Custom Categories
|
|
2017
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
2018
2018
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___destination___customCategory",
|
|
2019
2019
|
"isDeprecated": false,
|
|
2020
2020
|
"name": "customCategory",
|
|
@@ -2135,7 +2135,7 @@
|
|
|
2135
2135
|
"varName": "fqdn"
|
|
2136
2136
|
},
|
|
2137
2137
|
"globalIpRange": {
|
|
2138
|
-
"alias": "
|
|
2138
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
2139
2139
|
"args": {},
|
|
2140
2140
|
"deprecationReason": null,
|
|
2141
2141
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2236,7 +2236,7 @@
|
|
|
2236
2236
|
"varName": "ip"
|
|
2237
2237
|
},
|
|
2238
2238
|
"ipRange": {
|
|
2239
|
-
"alias": "
|
|
2239
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
2240
2240
|
"args": {},
|
|
2241
2241
|
"deprecationReason": null,
|
|
2242
2242
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2337,7 +2337,7 @@
|
|
|
2337
2337
|
"varName": "remoteAsn"
|
|
2338
2338
|
},
|
|
2339
2339
|
"sanctionedAppsCategory": {
|
|
2340
|
-
"alias": "
|
|
2340
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
2341
2341
|
"args": {},
|
|
2342
2342
|
"deprecationReason": null,
|
|
2343
2343
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2455,10 +2455,10 @@
|
|
|
2455
2455
|
"varName": "internetFirewallDestination"
|
|
2456
2456
|
},
|
|
2457
2457
|
"device": {
|
|
2458
|
-
"alias": "
|
|
2458
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
2459
2459
|
"args": {},
|
|
2460
2460
|
"deprecationReason": null,
|
|
2461
|
-
"description": "Source Device Profile traffic matching criteria.\nLogical
|
|
2461
|
+
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
2462
2462
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___device",
|
|
2463
2463
|
"isDeprecated": false,
|
|
2464
2464
|
"name": "device",
|
|
@@ -2533,7 +2533,7 @@
|
|
|
2533
2533
|
"varName": "deviceProfileRef"
|
|
2534
2534
|
},
|
|
2535
2535
|
"deviceAttributes": {
|
|
2536
|
-
"alias": "
|
|
2536
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
2537
2537
|
"args": {},
|
|
2538
2538
|
"deprecationReason": null,
|
|
2539
2539
|
"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.",
|
|
@@ -2705,10 +2705,10 @@
|
|
|
2705
2705
|
"varName": "deviceAttributes"
|
|
2706
2706
|
},
|
|
2707
2707
|
"deviceOS": {
|
|
2708
|
-
"alias": "
|
|
2708
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
2709
2709
|
"args": {},
|
|
2710
2710
|
"deprecationReason": null,
|
|
2711
|
-
"description": "Source device Operating System traffic matching criteria.\nLogical
|
|
2711
|
+
"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.",
|
|
2712
2712
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceOS",
|
|
2713
2713
|
"isDeprecated": false,
|
|
2714
2714
|
"name": "deviceOS",
|
|
@@ -2798,7 +2798,7 @@
|
|
|
2798
2798
|
"varName": "enabled"
|
|
2799
2799
|
},
|
|
2800
2800
|
"exceptions": {
|
|
2801
|
-
"alias": "
|
|
2801
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
2802
2802
|
"args": {},
|
|
2803
2803
|
"deprecationReason": null,
|
|
2804
2804
|
"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.",
|
|
@@ -2815,7 +2815,7 @@
|
|
|
2815
2815
|
"enumValues": null,
|
|
2816
2816
|
"fields": {
|
|
2817
2817
|
"connectionOrigin": {
|
|
2818
|
-
"alias": "
|
|
2818
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
2819
2819
|
"args": {},
|
|
2820
2820
|
"deprecationReason": null,
|
|
2821
2821
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2867,7 +2867,7 @@
|
|
|
2867
2867
|
"varName": "connectionOrigin"
|
|
2868
2868
|
},
|
|
2869
2869
|
"country": {
|
|
2870
|
-
"alias": "
|
|
2870
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
2871
2871
|
"args": {},
|
|
2872
2872
|
"deprecationReason": null,
|
|
2873
2873
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2945,7 +2945,7 @@
|
|
|
2945
2945
|
"varName": "countryRef"
|
|
2946
2946
|
},
|
|
2947
2947
|
"destination": {
|
|
2948
|
-
"alias": "
|
|
2948
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
2949
2949
|
"args": {},
|
|
2950
2950
|
"deprecationReason": null,
|
|
2951
2951
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2962,7 +2962,7 @@
|
|
|
2962
2962
|
"enumValues": null,
|
|
2963
2963
|
"fields": {
|
|
2964
2964
|
"appCategory": {
|
|
2965
|
-
"alias": "
|
|
2965
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
2966
2966
|
"args": {},
|
|
2967
2967
|
"deprecationReason": null,
|
|
2968
2968
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
"varName": "applicationCategoryRef"
|
|
3041
3041
|
},
|
|
3042
3042
|
"application": {
|
|
3043
|
-
"alias": "
|
|
3043
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
3044
3044
|
"args": {},
|
|
3045
3045
|
"deprecationReason": null,
|
|
3046
3046
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3118,7 +3118,7 @@
|
|
|
3118
3118
|
"varName": "applicationRef"
|
|
3119
3119
|
},
|
|
3120
3120
|
"containers": {
|
|
3121
|
-
"alias": "
|
|
3121
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
3122
3122
|
"args": {},
|
|
3123
3123
|
"deprecationReason": null,
|
|
3124
3124
|
"description": null,
|
|
@@ -3135,7 +3135,7 @@
|
|
|
3135
3135
|
"enumValues": null,
|
|
3136
3136
|
"fields": {
|
|
3137
3137
|
"fqdnContainer": {
|
|
3138
|
-
"alias": "
|
|
3138
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
3139
3139
|
"args": {},
|
|
3140
3140
|
"deprecationReason": null,
|
|
3141
3141
|
"description": null,
|
|
@@ -3213,7 +3213,7 @@
|
|
|
3213
3213
|
"varName": "fqdnContainerRef"
|
|
3214
3214
|
},
|
|
3215
3215
|
"ipAddressRangeContainer": {
|
|
3216
|
-
"alias": "
|
|
3216
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
3217
3217
|
"args": {},
|
|
3218
3218
|
"deprecationReason": null,
|
|
3219
3219
|
"description": null,
|
|
@@ -3308,7 +3308,7 @@
|
|
|
3308
3308
|
"varName": "internetFirewallContainer"
|
|
3309
3309
|
},
|
|
3310
3310
|
"country": {
|
|
3311
|
-
"alias": "
|
|
3311
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
3312
3312
|
"args": {},
|
|
3313
3313
|
"deprecationReason": null,
|
|
3314
3314
|
"description": "Countries",
|
|
@@ -3386,7 +3386,7 @@
|
|
|
3386
3386
|
"varName": "countryRef"
|
|
3387
3387
|
},
|
|
3388
3388
|
"customApp": {
|
|
3389
|
-
"alias": "
|
|
3389
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
3390
3390
|
"args": {},
|
|
3391
3391
|
"deprecationReason": null,
|
|
3392
3392
|
"description": "Custom (user-defined) applications",
|
|
@@ -3464,10 +3464,10 @@
|
|
|
3464
3464
|
"varName": "customApplicationRef"
|
|
3465
3465
|
},
|
|
3466
3466
|
"customCategory": {
|
|
3467
|
-
"alias": "
|
|
3467
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
3468
3468
|
"args": {},
|
|
3469
3469
|
"deprecationReason": null,
|
|
3470
|
-
"description": "Custom Categories
|
|
3470
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
3471
3471
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___destination___customCategory",
|
|
3472
3472
|
"isDeprecated": false,
|
|
3473
3473
|
"name": "customCategory",
|
|
@@ -3588,7 +3588,7 @@
|
|
|
3588
3588
|
"varName": "fqdn"
|
|
3589
3589
|
},
|
|
3590
3590
|
"globalIpRange": {
|
|
3591
|
-
"alias": "
|
|
3591
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
3592
3592
|
"args": {},
|
|
3593
3593
|
"deprecationReason": null,
|
|
3594
3594
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3689,7 +3689,7 @@
|
|
|
3689
3689
|
"varName": "ip"
|
|
3690
3690
|
},
|
|
3691
3691
|
"ipRange": {
|
|
3692
|
-
"alias": "
|
|
3692
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
3693
3693
|
"args": {},
|
|
3694
3694
|
"deprecationReason": null,
|
|
3695
3695
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
"varName": "remoteAsn"
|
|
3791
3791
|
},
|
|
3792
3792
|
"sanctionedAppsCategory": {
|
|
3793
|
-
"alias": "
|
|
3793
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
3794
3794
|
"args": {},
|
|
3795
3795
|
"deprecationReason": null,
|
|
3796
3796
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3908,7 +3908,7 @@
|
|
|
3908
3908
|
"varName": "internetFirewallDestination"
|
|
3909
3909
|
},
|
|
3910
3910
|
"device": {
|
|
3911
|
-
"alias": "
|
|
3911
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
3912
3912
|
"args": {},
|
|
3913
3913
|
"deprecationReason": null,
|
|
3914
3914
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3986,7 +3986,7 @@
|
|
|
3986
3986
|
"varName": "deviceProfileRef"
|
|
3987
3987
|
},
|
|
3988
3988
|
"deviceAttributes": {
|
|
3989
|
-
"alias": "
|
|
3989
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
3990
3990
|
"args": {},
|
|
3991
3991
|
"deprecationReason": null,
|
|
3992
3992
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -4158,7 +4158,7 @@
|
|
|
4158
4158
|
"varName": "deviceAttributes"
|
|
4159
4159
|
},
|
|
4160
4160
|
"deviceOS": {
|
|
4161
|
-
"alias": "
|
|
4161
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
4162
4162
|
"args": {},
|
|
4163
4163
|
"deprecationReason": null,
|
|
4164
4164
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -4251,7 +4251,7 @@
|
|
|
4251
4251
|
"varName": "name"
|
|
4252
4252
|
},
|
|
4253
4253
|
"service": {
|
|
4254
|
-
"alias": "
|
|
4254
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
4255
4255
|
"args": {},
|
|
4256
4256
|
"deprecationReason": null,
|
|
4257
4257
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -4268,7 +4268,7 @@
|
|
|
4268
4268
|
"enumValues": null,
|
|
4269
4269
|
"fields": {
|
|
4270
4270
|
"custom": {
|
|
4271
|
-
"alias": "
|
|
4271
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
4272
4272
|
"args": {},
|
|
4273
4273
|
"deprecationReason": null,
|
|
4274
4274
|
"description": null,
|
|
@@ -4307,7 +4307,7 @@
|
|
|
4307
4307
|
"varName": "port"
|
|
4308
4308
|
},
|
|
4309
4309
|
"portRange": {
|
|
4310
|
-
"alias": "
|
|
4310
|
+
"alias": "portRangeCustomService: portRange",
|
|
4311
4311
|
"args": {},
|
|
4312
4312
|
"deprecationReason": null,
|
|
4313
4313
|
"description": null,
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
"varName": "portRange"
|
|
4383
4383
|
},
|
|
4384
4384
|
"protocol": {
|
|
4385
|
-
"alias": "
|
|
4385
|
+
"alias": "protocolCustomService: protocol",
|
|
4386
4386
|
"args": {},
|
|
4387
4387
|
"deprecationReason": null,
|
|
4388
4388
|
"description": null,
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
"varName": "customService"
|
|
4466
4466
|
},
|
|
4467
4467
|
"standard": {
|
|
4468
|
-
"alias": "
|
|
4468
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
4469
4469
|
"args": {},
|
|
4470
4470
|
"deprecationReason": null,
|
|
4471
4471
|
"description": null,
|
|
@@ -4560,7 +4560,7 @@
|
|
|
4560
4560
|
"varName": "internetFirewallServiceType"
|
|
4561
4561
|
},
|
|
4562
4562
|
"source": {
|
|
4563
|
-
"alias": "
|
|
4563
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
4564
4564
|
"args": {},
|
|
4565
4565
|
"deprecationReason": null,
|
|
4566
4566
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4577,7 +4577,7 @@
|
|
|
4577
4577
|
"enumValues": null,
|
|
4578
4578
|
"fields": {
|
|
4579
4579
|
"floatingSubnet": {
|
|
4580
|
-
"alias": "
|
|
4580
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
4581
4581
|
"args": {},
|
|
4582
4582
|
"deprecationReason": null,
|
|
4583
4583
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -4655,7 +4655,7 @@
|
|
|
4655
4655
|
"varName": "floatingSubnetRef"
|
|
4656
4656
|
},
|
|
4657
4657
|
"globalIpRange": {
|
|
4658
|
-
"alias": "
|
|
4658
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
4659
4659
|
"args": {},
|
|
4660
4660
|
"deprecationReason": null,
|
|
4661
4661
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4733,7 +4733,7 @@
|
|
|
4733
4733
|
"varName": "globalIpRangeRef"
|
|
4734
4734
|
},
|
|
4735
4735
|
"group": {
|
|
4736
|
-
"alias": "
|
|
4736
|
+
"alias": "groupInternetFirewallSource: group",
|
|
4737
4737
|
"args": {},
|
|
4738
4738
|
"deprecationReason": null,
|
|
4739
4739
|
"description": "Groups defined for your account",
|
|
@@ -4811,7 +4811,7 @@
|
|
|
4811
4811
|
"varName": "groupRef"
|
|
4812
4812
|
},
|
|
4813
4813
|
"host": {
|
|
4814
|
-
"alias": "
|
|
4814
|
+
"alias": "hostInternetFirewallSource: host",
|
|
4815
4815
|
"args": {},
|
|
4816
4816
|
"deprecationReason": null,
|
|
4817
4817
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4912,7 +4912,7 @@
|
|
|
4912
4912
|
"varName": "ip"
|
|
4913
4913
|
},
|
|
4914
4914
|
"ipRange": {
|
|
4915
|
-
"alias": "
|
|
4915
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
4916
4916
|
"args": {},
|
|
4917
4917
|
"deprecationReason": null,
|
|
4918
4918
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4990,7 +4990,7 @@
|
|
|
4990
4990
|
"varName": "ipAddressRange"
|
|
4991
4991
|
},
|
|
4992
4992
|
"networkInterface": {
|
|
4993
|
-
"alias": "
|
|
4993
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
4994
4994
|
"args": {},
|
|
4995
4995
|
"deprecationReason": null,
|
|
4996
4996
|
"description": "Network range defined for a site",
|
|
@@ -5068,7 +5068,7 @@
|
|
|
5068
5068
|
"varName": "networkInterfaceRef"
|
|
5069
5069
|
},
|
|
5070
5070
|
"site": {
|
|
5071
|
-
"alias": "
|
|
5071
|
+
"alias": "siteInternetFirewallSource: site",
|
|
5072
5072
|
"args": {},
|
|
5073
5073
|
"deprecationReason": null,
|
|
5074
5074
|
"description": "Site defined for the account",
|
|
@@ -5146,7 +5146,7 @@
|
|
|
5146
5146
|
"varName": "siteRef"
|
|
5147
5147
|
},
|
|
5148
5148
|
"siteNetworkSubnet": {
|
|
5149
|
-
"alias": "
|
|
5149
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
5150
5150
|
"args": {},
|
|
5151
5151
|
"deprecationReason": null,
|
|
5152
5152
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -5247,7 +5247,7 @@
|
|
|
5247
5247
|
"varName": "subnet"
|
|
5248
5248
|
},
|
|
5249
5249
|
"systemGroup": {
|
|
5250
|
-
"alias": "
|
|
5250
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
5251
5251
|
"args": {},
|
|
5252
5252
|
"deprecationReason": null,
|
|
5253
5253
|
"description": "Predefined Cato groups",
|
|
@@ -5325,7 +5325,7 @@
|
|
|
5325
5325
|
"varName": "systemGroupRef"
|
|
5326
5326
|
},
|
|
5327
5327
|
"user": {
|
|
5328
|
-
"alias": "
|
|
5328
|
+
"alias": "userInternetFirewallSource: user",
|
|
5329
5329
|
"args": {},
|
|
5330
5330
|
"deprecationReason": null,
|
|
5331
5331
|
"description": "Individual users defined for the account",
|
|
@@ -5403,7 +5403,7 @@
|
|
|
5403
5403
|
"varName": "userRef"
|
|
5404
5404
|
},
|
|
5405
5405
|
"usersGroup": {
|
|
5406
|
-
"alias": "
|
|
5406
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
5407
5407
|
"args": {},
|
|
5408
5408
|
"deprecationReason": null,
|
|
5409
5409
|
"description": "Group of users",
|
|
@@ -5580,7 +5580,7 @@
|
|
|
5580
5580
|
"varName": "name"
|
|
5581
5581
|
},
|
|
5582
5582
|
"schedule": {
|
|
5583
|
-
"alias": "
|
|
5583
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
5584
5584
|
"args": {},
|
|
5585
5585
|
"deprecationReason": null,
|
|
5586
5586
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5597,7 +5597,7 @@
|
|
|
5597
5597
|
"enumValues": null,
|
|
5598
5598
|
"fields": {
|
|
5599
5599
|
"activeOn": {
|
|
5600
|
-
"alias": "
|
|
5600
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
5601
5601
|
"args": {},
|
|
5602
5602
|
"deprecationReason": null,
|
|
5603
5603
|
"description": null,
|
|
@@ -5655,7 +5655,7 @@
|
|
|
5655
5655
|
"varName": "activeOn"
|
|
5656
5656
|
},
|
|
5657
5657
|
"customRecurring": {
|
|
5658
|
-
"alias": "
|
|
5658
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
5659
5659
|
"args": {},
|
|
5660
5660
|
"deprecationReason": null,
|
|
5661
5661
|
"description": null,
|
|
@@ -5807,7 +5807,7 @@
|
|
|
5807
5807
|
"varName": "policyCustomRecurring"
|
|
5808
5808
|
},
|
|
5809
5809
|
"customTimeframe": {
|
|
5810
|
-
"alias": "
|
|
5810
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
5811
5811
|
"args": {},
|
|
5812
5812
|
"deprecationReason": null,
|
|
5813
5813
|
"description": null,
|
|
@@ -5899,7 +5899,7 @@
|
|
|
5899
5899
|
"varName": "policySchedule"
|
|
5900
5900
|
},
|
|
5901
5901
|
"section": {
|
|
5902
|
-
"alias": "
|
|
5902
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
5903
5903
|
"args": {},
|
|
5904
5904
|
"deprecationReason": null,
|
|
5905
5905
|
"description": "Policy section where the rule is located",
|
|
@@ -5975,10 +5975,10 @@
|
|
|
5975
5975
|
"varName": "policySectionInfo"
|
|
5976
5976
|
},
|
|
5977
5977
|
"service": {
|
|
5978
|
-
"alias": "
|
|
5978
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
5979
5979
|
"args": {},
|
|
5980
5980
|
"deprecationReason": null,
|
|
5981
|
-
"description": "Destination service traffic matching criteria.\nLogical
|
|
5981
|
+
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
5982
5982
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___service",
|
|
5983
5983
|
"isDeprecated": false,
|
|
5984
5984
|
"name": "service",
|
|
@@ -5992,7 +5992,7 @@
|
|
|
5992
5992
|
"enumValues": null,
|
|
5993
5993
|
"fields": {
|
|
5994
5994
|
"custom": {
|
|
5995
|
-
"alias": "
|
|
5995
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
5996
5996
|
"args": {},
|
|
5997
5997
|
"deprecationReason": null,
|
|
5998
5998
|
"description": null,
|
|
@@ -6031,7 +6031,7 @@
|
|
|
6031
6031
|
"varName": "port"
|
|
6032
6032
|
},
|
|
6033
6033
|
"portRange": {
|
|
6034
|
-
"alias": "
|
|
6034
|
+
"alias": "portRangeCustomService: portRange",
|
|
6035
6035
|
"args": {},
|
|
6036
6036
|
"deprecationReason": null,
|
|
6037
6037
|
"description": null,
|
|
@@ -6106,7 +6106,7 @@
|
|
|
6106
6106
|
"varName": "portRange"
|
|
6107
6107
|
},
|
|
6108
6108
|
"protocol": {
|
|
6109
|
-
"alias": "
|
|
6109
|
+
"alias": "protocolCustomService: protocol",
|
|
6110
6110
|
"args": {},
|
|
6111
6111
|
"deprecationReason": null,
|
|
6112
6112
|
"description": null,
|
|
@@ -6189,7 +6189,7 @@
|
|
|
6189
6189
|
"varName": "customService"
|
|
6190
6190
|
},
|
|
6191
6191
|
"standard": {
|
|
6192
|
-
"alias": "
|
|
6192
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
6193
6193
|
"args": {},
|
|
6194
6194
|
"deprecationReason": null,
|
|
6195
6195
|
"description": null,
|
|
@@ -6284,10 +6284,10 @@
|
|
|
6284
6284
|
"varName": "internetFirewallServiceType"
|
|
6285
6285
|
},
|
|
6286
6286
|
"source": {
|
|
6287
|
-
"alias": "
|
|
6287
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
6288
6288
|
"args": {},
|
|
6289
6289
|
"deprecationReason": null,
|
|
6290
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
6290
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
6291
6291
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___source",
|
|
6292
6292
|
"isDeprecated": false,
|
|
6293
6293
|
"name": "source",
|
|
@@ -6301,7 +6301,7 @@
|
|
|
6301
6301
|
"enumValues": null,
|
|
6302
6302
|
"fields": {
|
|
6303
6303
|
"floatingSubnet": {
|
|
6304
|
-
"alias": "
|
|
6304
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
6305
6305
|
"args": {},
|
|
6306
6306
|
"deprecationReason": null,
|
|
6307
6307
|
"description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
|
|
@@ -6379,7 +6379,7 @@
|
|
|
6379
6379
|
"varName": "floatingSubnetRef"
|
|
6380
6380
|
},
|
|
6381
6381
|
"globalIpRange": {
|
|
6382
|
-
"alias": "
|
|
6382
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
6383
6383
|
"args": {},
|
|
6384
6384
|
"deprecationReason": null,
|
|
6385
6385
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6457,7 +6457,7 @@
|
|
|
6457
6457
|
"varName": "globalIpRangeRef"
|
|
6458
6458
|
},
|
|
6459
6459
|
"group": {
|
|
6460
|
-
"alias": "
|
|
6460
|
+
"alias": "groupInternetFirewallSource: group",
|
|
6461
6461
|
"args": {},
|
|
6462
6462
|
"deprecationReason": null,
|
|
6463
6463
|
"description": "Groups defined for your account",
|
|
@@ -6535,7 +6535,7 @@
|
|
|
6535
6535
|
"varName": "groupRef"
|
|
6536
6536
|
},
|
|
6537
6537
|
"host": {
|
|
6538
|
-
"alias": "
|
|
6538
|
+
"alias": "hostInternetFirewallSource: host",
|
|
6539
6539
|
"args": {},
|
|
6540
6540
|
"deprecationReason": null,
|
|
6541
6541
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6636,7 +6636,7 @@
|
|
|
6636
6636
|
"varName": "ip"
|
|
6637
6637
|
},
|
|
6638
6638
|
"ipRange": {
|
|
6639
|
-
"alias": "
|
|
6639
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
6640
6640
|
"args": {},
|
|
6641
6641
|
"deprecationReason": null,
|
|
6642
6642
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6714,7 +6714,7 @@
|
|
|
6714
6714
|
"varName": "ipAddressRange"
|
|
6715
6715
|
},
|
|
6716
6716
|
"networkInterface": {
|
|
6717
|
-
"alias": "
|
|
6717
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
6718
6718
|
"args": {},
|
|
6719
6719
|
"deprecationReason": null,
|
|
6720
6720
|
"description": "Network range defined for a site",
|
|
@@ -6792,7 +6792,7 @@
|
|
|
6792
6792
|
"varName": "networkInterfaceRef"
|
|
6793
6793
|
},
|
|
6794
6794
|
"site": {
|
|
6795
|
-
"alias": "
|
|
6795
|
+
"alias": "siteInternetFirewallSource: site",
|
|
6796
6796
|
"args": {},
|
|
6797
6797
|
"deprecationReason": null,
|
|
6798
6798
|
"description": "Site defined for the account",
|
|
@@ -6870,7 +6870,7 @@
|
|
|
6870
6870
|
"varName": "siteRef"
|
|
6871
6871
|
},
|
|
6872
6872
|
"siteNetworkSubnet": {
|
|
6873
|
-
"alias": "
|
|
6873
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
6874
6874
|
"args": {},
|
|
6875
6875
|
"deprecationReason": null,
|
|
6876
6876
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6971,7 +6971,7 @@
|
|
|
6971
6971
|
"varName": "subnet"
|
|
6972
6972
|
},
|
|
6973
6973
|
"systemGroup": {
|
|
6974
|
-
"alias": "
|
|
6974
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
6975
6975
|
"args": {},
|
|
6976
6976
|
"deprecationReason": null,
|
|
6977
6977
|
"description": "Predefined Cato groups",
|
|
@@ -7049,7 +7049,7 @@
|
|
|
7049
7049
|
"varName": "systemGroupRef"
|
|
7050
7050
|
},
|
|
7051
7051
|
"user": {
|
|
7052
|
-
"alias": "
|
|
7052
|
+
"alias": "userInternetFirewallSource: user",
|
|
7053
7053
|
"args": {},
|
|
7054
7054
|
"deprecationReason": null,
|
|
7055
7055
|
"description": "Individual users defined for the account",
|
|
@@ -7127,7 +7127,7 @@
|
|
|
7127
7127
|
"varName": "userRef"
|
|
7128
7128
|
},
|
|
7129
7129
|
"usersGroup": {
|
|
7130
|
-
"alias": "
|
|
7130
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
7131
7131
|
"args": {},
|
|
7132
7132
|
"deprecationReason": null,
|
|
7133
7133
|
"description": "Group of users",
|
|
@@ -7222,7 +7222,7 @@
|
|
|
7222
7222
|
"varName": "internetFirewallSource"
|
|
7223
7223
|
},
|
|
7224
7224
|
"tracking": {
|
|
7225
|
-
"alias": "
|
|
7225
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
7226
7226
|
"args": {},
|
|
7227
7227
|
"deprecationReason": null,
|
|
7228
7228
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -7239,7 +7239,7 @@
|
|
|
7239
7239
|
"enumValues": null,
|
|
7240
7240
|
"fields": {
|
|
7241
7241
|
"alert": {
|
|
7242
|
-
"alias": "
|
|
7242
|
+
"alias": "alertPolicyTracking: alert",
|
|
7243
7243
|
"args": {},
|
|
7244
7244
|
"deprecationReason": null,
|
|
7245
7245
|
"description": null,
|
|
@@ -7258,7 +7258,7 @@
|
|
|
7258
7258
|
"enabled": {
|
|
7259
7259
|
"args": {},
|
|
7260
7260
|
"deprecationReason": null,
|
|
7261
|
-
"description": "TRUE
|
|
7261
|
+
"description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
|
|
7262
7262
|
"id_str": "internetFirewall___updatePolicy___policy___rules___rule___tracking___alert___enabled",
|
|
7263
7263
|
"isDeprecated": false,
|
|
7264
7264
|
"name": "enabled",
|
|
@@ -7277,7 +7277,7 @@
|
|
|
7277
7277
|
"varName": "enabled"
|
|
7278
7278
|
},
|
|
7279
7279
|
"frequency": {
|
|
7280
|
-
"alias": "
|
|
7280
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
7281
7281
|
"args": {},
|
|
7282
7282
|
"deprecationReason": null,
|
|
7283
7283
|
"description": "Returns data for the alert frequency",
|
|
@@ -7335,7 +7335,7 @@
|
|
|
7335
7335
|
"varName": "frequency"
|
|
7336
7336
|
},
|
|
7337
7337
|
"mailingList": {
|
|
7338
|
-
"alias": "
|
|
7338
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
7339
7339
|
"args": {},
|
|
7340
7340
|
"deprecationReason": null,
|
|
7341
7341
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7413,7 +7413,7 @@
|
|
|
7413
7413
|
"varName": "subscriptionMailingListRef"
|
|
7414
7414
|
},
|
|
7415
7415
|
"subscriptionGroup": {
|
|
7416
|
-
"alias": "
|
|
7416
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
7417
7417
|
"args": {},
|
|
7418
7418
|
"deprecationReason": null,
|
|
7419
7419
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7491,7 +7491,7 @@
|
|
|
7491
7491
|
"varName": "subscriptionGroupRef"
|
|
7492
7492
|
},
|
|
7493
7493
|
"webhook": {
|
|
7494
|
-
"alias": "
|
|
7494
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
7495
7495
|
"args": {},
|
|
7496
7496
|
"deprecationReason": null,
|
|
7497
7497
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7586,7 +7586,7 @@
|
|
|
7586
7586
|
"varName": "policyRuleTrackingAlert"
|
|
7587
7587
|
},
|
|
7588
7588
|
"event": {
|
|
7589
|
-
"alias": "
|
|
7589
|
+
"alias": "eventPolicyTracking: event",
|
|
7590
7590
|
"args": {},
|
|
7591
7591
|
"deprecationReason": null,
|
|
7592
7592
|
"description": null,
|
|
@@ -7710,7 +7710,7 @@
|
|
|
7710
7710
|
"enumValues": null,
|
|
7711
7711
|
"fields": {
|
|
7712
7712
|
"audit": {
|
|
7713
|
-
"alias": "
|
|
7713
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7714
7714
|
"args": {},
|
|
7715
7715
|
"deprecationReason": null,
|
|
7716
7716
|
"description": null,
|
|
@@ -7786,7 +7786,7 @@
|
|
|
7786
7786
|
"varName": "policyElementAudit"
|
|
7787
7787
|
},
|
|
7788
7788
|
"properties": {
|
|
7789
|
-
"alias": "
|
|
7789
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7790
7790
|
"args": {},
|
|
7791
7791
|
"deprecationReason": null,
|
|
7792
7792
|
"description": null,
|
|
@@ -7864,7 +7864,7 @@
|
|
|
7864
7864
|
"varName": "properties"
|
|
7865
7865
|
},
|
|
7866
7866
|
"section": {
|
|
7867
|
-
"alias": "
|
|
7867
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7868
7868
|
"args": {},
|
|
7869
7869
|
"deprecationReason": null,
|
|
7870
7870
|
"description": null,
|
|
@@ -7975,7 +7975,7 @@
|
|
|
7975
7975
|
"varName": "internetFirewallPolicy"
|
|
7976
7976
|
},
|
|
7977
7977
|
"status": {
|
|
7978
|
-
"alias": "
|
|
7978
|
+
"alias": "statusInternetFirewallPolicyMutationPayload: status",
|
|
7979
7979
|
"args": {},
|
|
7980
7980
|
"deprecationReason": null,
|
|
7981
7981
|
"description": null,
|