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
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
"enumValues": null,
|
|
622
622
|
"fields": {
|
|
623
623
|
"errors": {
|
|
624
|
-
"alias": "
|
|
624
|
+
"alias": "errorsInternetFirewallPolicyMutationPayload: errors",
|
|
625
625
|
"args": {},
|
|
626
626
|
"deprecationReason": null,
|
|
627
627
|
"description": null,
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"responseStr": "errors:$policyMutationError ",
|
|
635
635
|
"type": {
|
|
636
636
|
"definition": {
|
|
637
|
-
"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
|
|
637
|
+
"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\"",
|
|
638
638
|
"enumValues": null,
|
|
639
639
|
"fields": {
|
|
640
640
|
"errorCode": {
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"varName": "policyMutationError"
|
|
698
698
|
},
|
|
699
699
|
"policy": {
|
|
700
|
-
"alias": "
|
|
700
|
+
"alias": "policyInternetFirewallPolicyMutationPayload: policy",
|
|
701
701
|
"args": {},
|
|
702
702
|
"deprecationReason": null,
|
|
703
703
|
"description": null,
|
|
@@ -983,7 +983,7 @@
|
|
|
983
983
|
"enumValues": null,
|
|
984
984
|
"fields": {
|
|
985
985
|
"audit": {
|
|
986
|
-
"alias": "
|
|
986
|
+
"alias": "auditInternetFirewallRulePayload: audit",
|
|
987
987
|
"args": {},
|
|
988
988
|
"deprecationReason": null,
|
|
989
989
|
"description": null,
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"varName": "policyElementAudit"
|
|
1060
1060
|
},
|
|
1061
1061
|
"properties": {
|
|
1062
|
-
"alias": "
|
|
1062
|
+
"alias": "propertiesInternetFirewallRulePayload: properties",
|
|
1063
1063
|
"args": {},
|
|
1064
1064
|
"deprecationReason": null,
|
|
1065
1065
|
"description": null,
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
"varName": "properties"
|
|
1138
1138
|
},
|
|
1139
1139
|
"rule": {
|
|
1140
|
-
"alias": "
|
|
1140
|
+
"alias": "ruleInternetFirewallRulePayload: rule",
|
|
1141
1141
|
"args": {},
|
|
1142
1142
|
"deprecationReason": null,
|
|
1143
1143
|
"description": null,
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
"enumValues": null,
|
|
1155
1155
|
"fields": {
|
|
1156
1156
|
"action": {
|
|
1157
|
-
"alias": "
|
|
1157
|
+
"alias": "actionInternetFirewallRule: action",
|
|
1158
1158
|
"args": {},
|
|
1159
1159
|
"deprecationReason": null,
|
|
1160
1160
|
"description": "The action applied by the Internet Firewall if the rule is matched",
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
"varName": "action"
|
|
1213
1213
|
},
|
|
1214
1214
|
"activePeriod": {
|
|
1215
|
-
"alias": "
|
|
1215
|
+
"alias": "activePeriodInternetFirewallRule: activePeriod",
|
|
1216
1216
|
"args": {},
|
|
1217
1217
|
"deprecationReason": null,
|
|
1218
1218
|
"description": "The time period during which the rule is active, outside this period, the rule is inactive",
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"varName": "policyRuleActivePeriod"
|
|
1329
1329
|
},
|
|
1330
1330
|
"connectionOrigin": {
|
|
1331
|
-
"alias": "
|
|
1331
|
+
"alias": "connectionOriginInternetFirewallRule: connectionOrigin",
|
|
1332
1332
|
"args": {},
|
|
1333
1333
|
"deprecationReason": null,
|
|
1334
1334
|
"description": "Connection origin of the traffic",
|
|
@@ -1380,10 +1380,10 @@
|
|
|
1380
1380
|
"varName": "connectionOrigin"
|
|
1381
1381
|
},
|
|
1382
1382
|
"country": {
|
|
1383
|
-
"alias": "
|
|
1383
|
+
"alias": "countryInternetFirewallRule: country",
|
|
1384
1384
|
"args": {},
|
|
1385
1385
|
"deprecationReason": null,
|
|
1386
|
-
"description": "Source country traffic matching criteria.\nLogical
|
|
1386
|
+
"description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1387
1387
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___country",
|
|
1388
1388
|
"isDeprecated": false,
|
|
1389
1389
|
"name": "country",
|
|
@@ -1479,10 +1479,10 @@
|
|
|
1479
1479
|
"varName": "description"
|
|
1480
1480
|
},
|
|
1481
1481
|
"destination": {
|
|
1482
|
-
"alias": "
|
|
1482
|
+
"alias": "destinationInternetFirewallRule: destination",
|
|
1483
1483
|
"args": {},
|
|
1484
1484
|
"deprecationReason": null,
|
|
1485
|
-
"description": "Destination traffic matching criteria.\nLogical
|
|
1485
|
+
"description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
1486
1486
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___destination",
|
|
1487
1487
|
"isDeprecated": false,
|
|
1488
1488
|
"name": "destination",
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
"enumValues": null,
|
|
1497
1497
|
"fields": {
|
|
1498
1498
|
"appCategory": {
|
|
1499
|
-
"alias": "
|
|
1499
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
1500
1500
|
"args": {},
|
|
1501
1501
|
"deprecationReason": null,
|
|
1502
1502
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -1574,7 +1574,7 @@
|
|
|
1574
1574
|
"varName": "applicationCategoryRef"
|
|
1575
1575
|
},
|
|
1576
1576
|
"application": {
|
|
1577
|
-
"alias": "
|
|
1577
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
1578
1578
|
"args": {},
|
|
1579
1579
|
"deprecationReason": null,
|
|
1580
1580
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -1652,7 +1652,7 @@
|
|
|
1652
1652
|
"varName": "applicationRef"
|
|
1653
1653
|
},
|
|
1654
1654
|
"containers": {
|
|
1655
|
-
"alias": "
|
|
1655
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
1656
1656
|
"args": {},
|
|
1657
1657
|
"deprecationReason": null,
|
|
1658
1658
|
"description": null,
|
|
@@ -1669,7 +1669,7 @@
|
|
|
1669
1669
|
"enumValues": null,
|
|
1670
1670
|
"fields": {
|
|
1671
1671
|
"fqdnContainer": {
|
|
1672
|
-
"alias": "
|
|
1672
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
1673
1673
|
"args": {},
|
|
1674
1674
|
"deprecationReason": null,
|
|
1675
1675
|
"description": null,
|
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
"varName": "fqdnContainerRef"
|
|
1748
1748
|
},
|
|
1749
1749
|
"ipAddressRangeContainer": {
|
|
1750
|
-
"alias": "
|
|
1750
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
1751
1751
|
"args": {},
|
|
1752
1752
|
"deprecationReason": null,
|
|
1753
1753
|
"description": null,
|
|
@@ -1842,7 +1842,7 @@
|
|
|
1842
1842
|
"varName": "internetFirewallContainer"
|
|
1843
1843
|
},
|
|
1844
1844
|
"country": {
|
|
1845
|
-
"alias": "
|
|
1845
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
1846
1846
|
"args": {},
|
|
1847
1847
|
"deprecationReason": null,
|
|
1848
1848
|
"description": "Countries",
|
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
"varName": "countryRef"
|
|
1921
1921
|
},
|
|
1922
1922
|
"customApp": {
|
|
1923
|
-
"alias": "
|
|
1923
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
1924
1924
|
"args": {},
|
|
1925
1925
|
"deprecationReason": null,
|
|
1926
1926
|
"description": "Custom (user-defined) applications",
|
|
@@ -1998,10 +1998,10 @@
|
|
|
1998
1998
|
"varName": "customApplicationRef"
|
|
1999
1999
|
},
|
|
2000
2000
|
"customCategory": {
|
|
2001
|
-
"alias": "
|
|
2001
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
2002
2002
|
"args": {},
|
|
2003
2003
|
"deprecationReason": null,
|
|
2004
|
-
"description": "Custom Categories
|
|
2004
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
2005
2005
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___destination___customCategory",
|
|
2006
2006
|
"isDeprecated": false,
|
|
2007
2007
|
"name": "customCategory",
|
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
"varName": "fqdn"
|
|
2123
2123
|
},
|
|
2124
2124
|
"globalIpRange": {
|
|
2125
|
-
"alias": "
|
|
2125
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
2126
2126
|
"args": {},
|
|
2127
2127
|
"deprecationReason": null,
|
|
2128
2128
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"varName": "ip"
|
|
2224
2224
|
},
|
|
2225
2225
|
"ipRange": {
|
|
2226
|
-
"alias": "
|
|
2226
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
2227
2227
|
"args": {},
|
|
2228
2228
|
"deprecationReason": null,
|
|
2229
2229
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -2324,7 +2324,7 @@
|
|
|
2324
2324
|
"varName": "remoteAsn"
|
|
2325
2325
|
},
|
|
2326
2326
|
"sanctionedAppsCategory": {
|
|
2327
|
-
"alias": "
|
|
2327
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
2328
2328
|
"args": {},
|
|
2329
2329
|
"deprecationReason": null,
|
|
2330
2330
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -2442,10 +2442,10 @@
|
|
|
2442
2442
|
"varName": "internetFirewallDestination"
|
|
2443
2443
|
},
|
|
2444
2444
|
"device": {
|
|
2445
|
-
"alias": "
|
|
2445
|
+
"alias": "deviceInternetFirewallRule: device",
|
|
2446
2446
|
"args": {},
|
|
2447
2447
|
"deprecationReason": null,
|
|
2448
|
-
"description": "Source Device Profile traffic matching criteria.\nLogical
|
|
2448
|
+
"description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
2449
2449
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___device",
|
|
2450
2450
|
"isDeprecated": false,
|
|
2451
2451
|
"name": "device",
|
|
@@ -2520,7 +2520,7 @@
|
|
|
2520
2520
|
"varName": "deviceProfileRef"
|
|
2521
2521
|
},
|
|
2522
2522
|
"deviceAttributes": {
|
|
2523
|
-
"alias": "
|
|
2523
|
+
"alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
|
|
2524
2524
|
"args": {},
|
|
2525
2525
|
"deprecationReason": null,
|
|
2526
2526
|
"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.",
|
|
@@ -2692,10 +2692,10 @@
|
|
|
2692
2692
|
"varName": "deviceAttributes"
|
|
2693
2693
|
},
|
|
2694
2694
|
"deviceOS": {
|
|
2695
|
-
"alias": "
|
|
2695
|
+
"alias": "deviceOSInternetFirewallRule: deviceOS",
|
|
2696
2696
|
"args": {},
|
|
2697
2697
|
"deprecationReason": null,
|
|
2698
|
-
"description": "Source device Operating System traffic matching criteria.\nLogical
|
|
2698
|
+
"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.",
|
|
2699
2699
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceOS",
|
|
2700
2700
|
"isDeprecated": false,
|
|
2701
2701
|
"name": "deviceOS",
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
"varName": "enabled"
|
|
2786
2786
|
},
|
|
2787
2787
|
"exceptions": {
|
|
2788
|
-
"alias": "
|
|
2788
|
+
"alias": "exceptionsInternetFirewallRule: exceptions",
|
|
2789
2789
|
"args": {},
|
|
2790
2790
|
"deprecationReason": null,
|
|
2791
2791
|
"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.",
|
|
@@ -2802,7 +2802,7 @@
|
|
|
2802
2802
|
"enumValues": null,
|
|
2803
2803
|
"fields": {
|
|
2804
2804
|
"connectionOrigin": {
|
|
2805
|
-
"alias": "
|
|
2805
|
+
"alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
|
|
2806
2806
|
"args": {},
|
|
2807
2807
|
"deprecationReason": null,
|
|
2808
2808
|
"description": "Connection origin matching criteria for the exception.",
|
|
@@ -2854,7 +2854,7 @@
|
|
|
2854
2854
|
"varName": "connectionOrigin"
|
|
2855
2855
|
},
|
|
2856
2856
|
"country": {
|
|
2857
|
-
"alias": "
|
|
2857
|
+
"alias": "countryInternetFirewallRuleException: country",
|
|
2858
2858
|
"args": {},
|
|
2859
2859
|
"deprecationReason": null,
|
|
2860
2860
|
"description": "Source country matching criteria for the exception.",
|
|
@@ -2932,7 +2932,7 @@
|
|
|
2932
2932
|
"varName": "countryRef"
|
|
2933
2933
|
},
|
|
2934
2934
|
"destination": {
|
|
2935
|
-
"alias": "
|
|
2935
|
+
"alias": "destinationInternetFirewallRuleException: destination",
|
|
2936
2936
|
"args": {},
|
|
2937
2937
|
"deprecationReason": null,
|
|
2938
2938
|
"description": "Destination matching criteria for the exception.",
|
|
@@ -2949,7 +2949,7 @@
|
|
|
2949
2949
|
"enumValues": null,
|
|
2950
2950
|
"fields": {
|
|
2951
2951
|
"appCategory": {
|
|
2952
|
-
"alias": "
|
|
2952
|
+
"alias": "appCategoryInternetFirewallDestination: appCategory",
|
|
2953
2953
|
"args": {},
|
|
2954
2954
|
"deprecationReason": null,
|
|
2955
2955
|
"description": "Cato category of applications which are dynamically updated by Cato",
|
|
@@ -3027,7 +3027,7 @@
|
|
|
3027
3027
|
"varName": "applicationCategoryRef"
|
|
3028
3028
|
},
|
|
3029
3029
|
"application": {
|
|
3030
|
-
"alias": "
|
|
3030
|
+
"alias": "applicationInternetFirewallDestination: application",
|
|
3031
3031
|
"args": {},
|
|
3032
3032
|
"deprecationReason": null,
|
|
3033
3033
|
"description": "Applications for the rule (pre-defined)",
|
|
@@ -3105,7 +3105,7 @@
|
|
|
3105
3105
|
"varName": "applicationRef"
|
|
3106
3106
|
},
|
|
3107
3107
|
"containers": {
|
|
3108
|
-
"alias": "
|
|
3108
|
+
"alias": "containersInternetFirewallDestination: containers",
|
|
3109
3109
|
"args": {},
|
|
3110
3110
|
"deprecationReason": null,
|
|
3111
3111
|
"description": null,
|
|
@@ -3122,7 +3122,7 @@
|
|
|
3122
3122
|
"enumValues": null,
|
|
3123
3123
|
"fields": {
|
|
3124
3124
|
"fqdnContainer": {
|
|
3125
|
-
"alias": "
|
|
3125
|
+
"alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
|
|
3126
3126
|
"args": {},
|
|
3127
3127
|
"deprecationReason": null,
|
|
3128
3128
|
"description": null,
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
"varName": "fqdnContainerRef"
|
|
3201
3201
|
},
|
|
3202
3202
|
"ipAddressRangeContainer": {
|
|
3203
|
-
"alias": "
|
|
3203
|
+
"alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
|
|
3204
3204
|
"args": {},
|
|
3205
3205
|
"deprecationReason": null,
|
|
3206
3206
|
"description": null,
|
|
@@ -3295,7 +3295,7 @@
|
|
|
3295
3295
|
"varName": "internetFirewallContainer"
|
|
3296
3296
|
},
|
|
3297
3297
|
"country": {
|
|
3298
|
-
"alias": "
|
|
3298
|
+
"alias": "countryInternetFirewallDestination: country",
|
|
3299
3299
|
"args": {},
|
|
3300
3300
|
"deprecationReason": null,
|
|
3301
3301
|
"description": "Countries",
|
|
@@ -3373,7 +3373,7 @@
|
|
|
3373
3373
|
"varName": "countryRef"
|
|
3374
3374
|
},
|
|
3375
3375
|
"customApp": {
|
|
3376
|
-
"alias": "
|
|
3376
|
+
"alias": "customAppInternetFirewallDestination: customApp",
|
|
3377
3377
|
"args": {},
|
|
3378
3378
|
"deprecationReason": null,
|
|
3379
3379
|
"description": "Custom (user-defined) applications",
|
|
@@ -3451,10 +3451,10 @@
|
|
|
3451
3451
|
"varName": "customApplicationRef"
|
|
3452
3452
|
},
|
|
3453
3453
|
"customCategory": {
|
|
3454
|
-
"alias": "
|
|
3454
|
+
"alias": "customCategoryInternetFirewallDestination: customCategory",
|
|
3455
3455
|
"args": {},
|
|
3456
3456
|
"deprecationReason": null,
|
|
3457
|
-
"description": "Custom Categories
|
|
3457
|
+
"description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
|
|
3458
3458
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___destination___customCategory",
|
|
3459
3459
|
"isDeprecated": false,
|
|
3460
3460
|
"name": "customCategory",
|
|
@@ -3575,7 +3575,7 @@
|
|
|
3575
3575
|
"varName": "fqdn"
|
|
3576
3576
|
},
|
|
3577
3577
|
"globalIpRange": {
|
|
3578
|
-
"alias": "
|
|
3578
|
+
"alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
|
|
3579
3579
|
"args": {},
|
|
3580
3580
|
"deprecationReason": null,
|
|
3581
3581
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
"varName": "ip"
|
|
3677
3677
|
},
|
|
3678
3678
|
"ipRange": {
|
|
3679
|
-
"alias": "
|
|
3679
|
+
"alias": "ipRangeInternetFirewallDestination: ipRange",
|
|
3680
3680
|
"args": {},
|
|
3681
3681
|
"deprecationReason": null,
|
|
3682
3682
|
"description": "A range of IPs. Every IP within the range will be matched",
|
|
@@ -3777,7 +3777,7 @@
|
|
|
3777
3777
|
"varName": "remoteAsn"
|
|
3778
3778
|
},
|
|
3779
3779
|
"sanctionedAppsCategory": {
|
|
3780
|
-
"alias": "
|
|
3780
|
+
"alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
|
|
3781
3781
|
"args": {},
|
|
3782
3782
|
"deprecationReason": null,
|
|
3783
3783
|
"description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
|
|
@@ -3895,7 +3895,7 @@
|
|
|
3895
3895
|
"varName": "internetFirewallDestination"
|
|
3896
3896
|
},
|
|
3897
3897
|
"device": {
|
|
3898
|
-
"alias": "
|
|
3898
|
+
"alias": "deviceInternetFirewallRuleException: device",
|
|
3899
3899
|
"args": {},
|
|
3900
3900
|
"deprecationReason": null,
|
|
3901
3901
|
"description": "Source Device Profile matching criteria for the exception.",
|
|
@@ -3973,7 +3973,7 @@
|
|
|
3973
3973
|
"varName": "deviceProfileRef"
|
|
3974
3974
|
},
|
|
3975
3975
|
"deviceAttributes": {
|
|
3976
|
-
"alias": "
|
|
3976
|
+
"alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
|
|
3977
3977
|
"args": {},
|
|
3978
3978
|
"deprecationReason": null,
|
|
3979
3979
|
"description": "Source Device Attributes matching criteria for the exception.",
|
|
@@ -4145,7 +4145,7 @@
|
|
|
4145
4145
|
"varName": "deviceAttributes"
|
|
4146
4146
|
},
|
|
4147
4147
|
"deviceOS": {
|
|
4148
|
-
"alias": "
|
|
4148
|
+
"alias": "deviceOSInternetFirewallRuleException: deviceOS",
|
|
4149
4149
|
"args": {},
|
|
4150
4150
|
"deprecationReason": null,
|
|
4151
4151
|
"description": "Source device OS matching criteria for the exception.",
|
|
@@ -4238,7 +4238,7 @@
|
|
|
4238
4238
|
"varName": "name"
|
|
4239
4239
|
},
|
|
4240
4240
|
"service": {
|
|
4241
|
-
"alias": "
|
|
4241
|
+
"alias": "serviceInternetFirewallRuleException: service",
|
|
4242
4242
|
"args": {},
|
|
4243
4243
|
"deprecationReason": null,
|
|
4244
4244
|
"description": "Destination service matching criteria for the exception.",
|
|
@@ -4255,7 +4255,7 @@
|
|
|
4255
4255
|
"enumValues": null,
|
|
4256
4256
|
"fields": {
|
|
4257
4257
|
"custom": {
|
|
4258
|
-
"alias": "
|
|
4258
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
4259
4259
|
"args": {},
|
|
4260
4260
|
"deprecationReason": null,
|
|
4261
4261
|
"description": null,
|
|
@@ -4294,7 +4294,7 @@
|
|
|
4294
4294
|
"varName": "port"
|
|
4295
4295
|
},
|
|
4296
4296
|
"portRange": {
|
|
4297
|
-
"alias": "
|
|
4297
|
+
"alias": "portRangeCustomService: portRange",
|
|
4298
4298
|
"args": {},
|
|
4299
4299
|
"deprecationReason": null,
|
|
4300
4300
|
"description": null,
|
|
@@ -4369,7 +4369,7 @@
|
|
|
4369
4369
|
"varName": "portRange"
|
|
4370
4370
|
},
|
|
4371
4371
|
"protocol": {
|
|
4372
|
-
"alias": "
|
|
4372
|
+
"alias": "protocolCustomService: protocol",
|
|
4373
4373
|
"args": {},
|
|
4374
4374
|
"deprecationReason": null,
|
|
4375
4375
|
"description": null,
|
|
@@ -4452,7 +4452,7 @@
|
|
|
4452
4452
|
"varName": "customService"
|
|
4453
4453
|
},
|
|
4454
4454
|
"standard": {
|
|
4455
|
-
"alias": "
|
|
4455
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
4456
4456
|
"args": {},
|
|
4457
4457
|
"deprecationReason": null,
|
|
4458
4458
|
"description": null,
|
|
@@ -4547,7 +4547,7 @@
|
|
|
4547
4547
|
"varName": "internetFirewallServiceType"
|
|
4548
4548
|
},
|
|
4549
4549
|
"source": {
|
|
4550
|
-
"alias": "
|
|
4550
|
+
"alias": "sourceInternetFirewallRuleException: source",
|
|
4551
4551
|
"args": {},
|
|
4552
4552
|
"deprecationReason": null,
|
|
4553
4553
|
"description": "Source traffic matching criteria for the exception.",
|
|
@@ -4564,7 +4564,7 @@
|
|
|
4564
4564
|
"enumValues": null,
|
|
4565
4565
|
"fields": {
|
|
4566
4566
|
"floatingSubnet": {
|
|
4567
|
-
"alias": "
|
|
4567
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
4568
4568
|
"args": {},
|
|
4569
4569
|
"deprecationReason": null,
|
|
4570
4570
|
"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.",
|
|
@@ -4642,7 +4642,7 @@
|
|
|
4642
4642
|
"varName": "floatingSubnetRef"
|
|
4643
4643
|
},
|
|
4644
4644
|
"globalIpRange": {
|
|
4645
|
-
"alias": "
|
|
4645
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
4646
4646
|
"args": {},
|
|
4647
4647
|
"deprecationReason": null,
|
|
4648
4648
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -4720,7 +4720,7 @@
|
|
|
4720
4720
|
"varName": "globalIpRangeRef"
|
|
4721
4721
|
},
|
|
4722
4722
|
"group": {
|
|
4723
|
-
"alias": "
|
|
4723
|
+
"alias": "groupInternetFirewallSource: group",
|
|
4724
4724
|
"args": {},
|
|
4725
4725
|
"deprecationReason": null,
|
|
4726
4726
|
"description": "Groups defined for your account",
|
|
@@ -4798,7 +4798,7 @@
|
|
|
4798
4798
|
"varName": "groupRef"
|
|
4799
4799
|
},
|
|
4800
4800
|
"host": {
|
|
4801
|
-
"alias": "
|
|
4801
|
+
"alias": "hostInternetFirewallSource: host",
|
|
4802
4802
|
"args": {},
|
|
4803
4803
|
"deprecationReason": null,
|
|
4804
4804
|
"description": "Hosts and servers defined for your account",
|
|
@@ -4899,7 +4899,7 @@
|
|
|
4899
4899
|
"varName": "ip"
|
|
4900
4900
|
},
|
|
4901
4901
|
"ipRange": {
|
|
4902
|
-
"alias": "
|
|
4902
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
4903
4903
|
"args": {},
|
|
4904
4904
|
"deprecationReason": null,
|
|
4905
4905
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -4977,7 +4977,7 @@
|
|
|
4977
4977
|
"varName": "ipAddressRange"
|
|
4978
4978
|
},
|
|
4979
4979
|
"networkInterface": {
|
|
4980
|
-
"alias": "
|
|
4980
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
4981
4981
|
"args": {},
|
|
4982
4982
|
"deprecationReason": null,
|
|
4983
4983
|
"description": "Network range defined for a site",
|
|
@@ -5055,7 +5055,7 @@
|
|
|
5055
5055
|
"varName": "networkInterfaceRef"
|
|
5056
5056
|
},
|
|
5057
5057
|
"site": {
|
|
5058
|
-
"alias": "
|
|
5058
|
+
"alias": "siteInternetFirewallSource: site",
|
|
5059
5059
|
"args": {},
|
|
5060
5060
|
"deprecationReason": null,
|
|
5061
5061
|
"description": "Site defined for the account",
|
|
@@ -5133,7 +5133,7 @@
|
|
|
5133
5133
|
"varName": "siteRef"
|
|
5134
5134
|
},
|
|
5135
5135
|
"siteNetworkSubnet": {
|
|
5136
|
-
"alias": "
|
|
5136
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
5137
5137
|
"args": {},
|
|
5138
5138
|
"deprecationReason": null,
|
|
5139
5139
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -5234,7 +5234,7 @@
|
|
|
5234
5234
|
"varName": "subnet"
|
|
5235
5235
|
},
|
|
5236
5236
|
"systemGroup": {
|
|
5237
|
-
"alias": "
|
|
5237
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
5238
5238
|
"args": {},
|
|
5239
5239
|
"deprecationReason": null,
|
|
5240
5240
|
"description": "Predefined Cato groups",
|
|
@@ -5312,7 +5312,7 @@
|
|
|
5312
5312
|
"varName": "systemGroupRef"
|
|
5313
5313
|
},
|
|
5314
5314
|
"user": {
|
|
5315
|
-
"alias": "
|
|
5315
|
+
"alias": "userInternetFirewallSource: user",
|
|
5316
5316
|
"args": {},
|
|
5317
5317
|
"deprecationReason": null,
|
|
5318
5318
|
"description": "Individual users defined for the account",
|
|
@@ -5390,7 +5390,7 @@
|
|
|
5390
5390
|
"varName": "userRef"
|
|
5391
5391
|
},
|
|
5392
5392
|
"usersGroup": {
|
|
5393
|
-
"alias": "
|
|
5393
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
5394
5394
|
"args": {},
|
|
5395
5395
|
"deprecationReason": null,
|
|
5396
5396
|
"description": "Group of users",
|
|
@@ -5567,7 +5567,7 @@
|
|
|
5567
5567
|
"varName": "name"
|
|
5568
5568
|
},
|
|
5569
5569
|
"schedule": {
|
|
5570
|
-
"alias": "
|
|
5570
|
+
"alias": "scheduleInternetFirewallRule: schedule",
|
|
5571
5571
|
"args": {},
|
|
5572
5572
|
"deprecationReason": null,
|
|
5573
5573
|
"description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
|
|
@@ -5584,7 +5584,7 @@
|
|
|
5584
5584
|
"enumValues": null,
|
|
5585
5585
|
"fields": {
|
|
5586
5586
|
"activeOn": {
|
|
5587
|
-
"alias": "
|
|
5587
|
+
"alias": "activeOnPolicySchedule: activeOn",
|
|
5588
5588
|
"args": {},
|
|
5589
5589
|
"deprecationReason": null,
|
|
5590
5590
|
"description": null,
|
|
@@ -5642,7 +5642,7 @@
|
|
|
5642
5642
|
"varName": "activeOn"
|
|
5643
5643
|
},
|
|
5644
5644
|
"customRecurring": {
|
|
5645
|
-
"alias": "
|
|
5645
|
+
"alias": "customRecurringPolicySchedule: customRecurring",
|
|
5646
5646
|
"args": {},
|
|
5647
5647
|
"deprecationReason": null,
|
|
5648
5648
|
"description": null,
|
|
@@ -5794,7 +5794,7 @@
|
|
|
5794
5794
|
"varName": "policyCustomRecurring"
|
|
5795
5795
|
},
|
|
5796
5796
|
"customTimeframe": {
|
|
5797
|
-
"alias": "
|
|
5797
|
+
"alias": "customTimeframePolicySchedule: customTimeframe",
|
|
5798
5798
|
"args": {},
|
|
5799
5799
|
"deprecationReason": null,
|
|
5800
5800
|
"description": null,
|
|
@@ -5886,7 +5886,7 @@
|
|
|
5886
5886
|
"varName": "policySchedule"
|
|
5887
5887
|
},
|
|
5888
5888
|
"section": {
|
|
5889
|
-
"alias": "
|
|
5889
|
+
"alias": "sectionInternetFirewallRule: section",
|
|
5890
5890
|
"args": {},
|
|
5891
5891
|
"deprecationReason": null,
|
|
5892
5892
|
"description": "Policy section where the rule is located",
|
|
@@ -5962,10 +5962,10 @@
|
|
|
5962
5962
|
"varName": "policySectionInfo"
|
|
5963
5963
|
},
|
|
5964
5964
|
"service": {
|
|
5965
|
-
"alias": "
|
|
5965
|
+
"alias": "serviceInternetFirewallRule: service",
|
|
5966
5966
|
"args": {},
|
|
5967
5967
|
"deprecationReason": null,
|
|
5968
|
-
"description": "Destination service traffic matching criteria.\nLogical
|
|
5968
|
+
"description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
5969
5969
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___service",
|
|
5970
5970
|
"isDeprecated": false,
|
|
5971
5971
|
"name": "service",
|
|
@@ -5979,7 +5979,7 @@
|
|
|
5979
5979
|
"enumValues": null,
|
|
5980
5980
|
"fields": {
|
|
5981
5981
|
"custom": {
|
|
5982
|
-
"alias": "
|
|
5982
|
+
"alias": "customInternetFirewallServiceType: custom",
|
|
5983
5983
|
"args": {},
|
|
5984
5984
|
"deprecationReason": null,
|
|
5985
5985
|
"description": null,
|
|
@@ -6018,7 +6018,7 @@
|
|
|
6018
6018
|
"varName": "port"
|
|
6019
6019
|
},
|
|
6020
6020
|
"portRange": {
|
|
6021
|
-
"alias": "
|
|
6021
|
+
"alias": "portRangeCustomService: portRange",
|
|
6022
6022
|
"args": {},
|
|
6023
6023
|
"deprecationReason": null,
|
|
6024
6024
|
"description": null,
|
|
@@ -6093,7 +6093,7 @@
|
|
|
6093
6093
|
"varName": "portRange"
|
|
6094
6094
|
},
|
|
6095
6095
|
"protocol": {
|
|
6096
|
-
"alias": "
|
|
6096
|
+
"alias": "protocolCustomService: protocol",
|
|
6097
6097
|
"args": {},
|
|
6098
6098
|
"deprecationReason": null,
|
|
6099
6099
|
"description": null,
|
|
@@ -6176,7 +6176,7 @@
|
|
|
6176
6176
|
"varName": "customService"
|
|
6177
6177
|
},
|
|
6178
6178
|
"standard": {
|
|
6179
|
-
"alias": "
|
|
6179
|
+
"alias": "standardInternetFirewallServiceType: standard",
|
|
6180
6180
|
"args": {},
|
|
6181
6181
|
"deprecationReason": null,
|
|
6182
6182
|
"description": null,
|
|
@@ -6271,10 +6271,10 @@
|
|
|
6271
6271
|
"varName": "internetFirewallServiceType"
|
|
6272
6272
|
},
|
|
6273
6273
|
"source": {
|
|
6274
|
-
"alias": "
|
|
6274
|
+
"alias": "sourceInternetFirewallRule: source",
|
|
6275
6275
|
"args": {},
|
|
6276
6276
|
"deprecationReason": null,
|
|
6277
|
-
"description": "Source traffic matching criteria.\nLogical
|
|
6277
|
+
"description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
|
|
6278
6278
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___source",
|
|
6279
6279
|
"isDeprecated": false,
|
|
6280
6280
|
"name": "source",
|
|
@@ -6288,7 +6288,7 @@
|
|
|
6288
6288
|
"enumValues": null,
|
|
6289
6289
|
"fields": {
|
|
6290
6290
|
"floatingSubnet": {
|
|
6291
|
-
"alias": "
|
|
6291
|
+
"alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
|
|
6292
6292
|
"args": {},
|
|
6293
6293
|
"deprecationReason": null,
|
|
6294
6294
|
"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.",
|
|
@@ -6366,7 +6366,7 @@
|
|
|
6366
6366
|
"varName": "floatingSubnetRef"
|
|
6367
6367
|
},
|
|
6368
6368
|
"globalIpRange": {
|
|
6369
|
-
"alias": "
|
|
6369
|
+
"alias": "globalIpRangeInternetFirewallSource: globalIpRange",
|
|
6370
6370
|
"args": {},
|
|
6371
6371
|
"deprecationReason": null,
|
|
6372
6372
|
"description": "Globally defined IP range, IP and subnet objects",
|
|
@@ -6444,7 +6444,7 @@
|
|
|
6444
6444
|
"varName": "globalIpRangeRef"
|
|
6445
6445
|
},
|
|
6446
6446
|
"group": {
|
|
6447
|
-
"alias": "
|
|
6447
|
+
"alias": "groupInternetFirewallSource: group",
|
|
6448
6448
|
"args": {},
|
|
6449
6449
|
"deprecationReason": null,
|
|
6450
6450
|
"description": "Groups defined for your account",
|
|
@@ -6522,7 +6522,7 @@
|
|
|
6522
6522
|
"varName": "groupRef"
|
|
6523
6523
|
},
|
|
6524
6524
|
"host": {
|
|
6525
|
-
"alias": "
|
|
6525
|
+
"alias": "hostInternetFirewallSource: host",
|
|
6526
6526
|
"args": {},
|
|
6527
6527
|
"deprecationReason": null,
|
|
6528
6528
|
"description": "Hosts and servers defined for your account",
|
|
@@ -6623,7 +6623,7 @@
|
|
|
6623
6623
|
"varName": "ip"
|
|
6624
6624
|
},
|
|
6625
6625
|
"ipRange": {
|
|
6626
|
-
"alias": "
|
|
6626
|
+
"alias": "ipRangeInternetFirewallSource: ipRange",
|
|
6627
6627
|
"args": {},
|
|
6628
6628
|
"deprecationReason": null,
|
|
6629
6629
|
"description": "Multiple separate IP addresses or an IP range",
|
|
@@ -6701,7 +6701,7 @@
|
|
|
6701
6701
|
"varName": "ipAddressRange"
|
|
6702
6702
|
},
|
|
6703
6703
|
"networkInterface": {
|
|
6704
|
-
"alias": "
|
|
6704
|
+
"alias": "networkInterfaceInternetFirewallSource: networkInterface",
|
|
6705
6705
|
"args": {},
|
|
6706
6706
|
"deprecationReason": null,
|
|
6707
6707
|
"description": "Network range defined for a site",
|
|
@@ -6779,7 +6779,7 @@
|
|
|
6779
6779
|
"varName": "networkInterfaceRef"
|
|
6780
6780
|
},
|
|
6781
6781
|
"site": {
|
|
6782
|
-
"alias": "
|
|
6782
|
+
"alias": "siteInternetFirewallSource: site",
|
|
6783
6783
|
"args": {},
|
|
6784
6784
|
"deprecationReason": null,
|
|
6785
6785
|
"description": "Site defined for the account",
|
|
@@ -6857,7 +6857,7 @@
|
|
|
6857
6857
|
"varName": "siteRef"
|
|
6858
6858
|
},
|
|
6859
6859
|
"siteNetworkSubnet": {
|
|
6860
|
-
"alias": "
|
|
6860
|
+
"alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
|
|
6861
6861
|
"args": {},
|
|
6862
6862
|
"deprecationReason": null,
|
|
6863
6863
|
"description": "GlobalRange + InterfaceSubnet",
|
|
@@ -6958,7 +6958,7 @@
|
|
|
6958
6958
|
"varName": "subnet"
|
|
6959
6959
|
},
|
|
6960
6960
|
"systemGroup": {
|
|
6961
|
-
"alias": "
|
|
6961
|
+
"alias": "systemGroupInternetFirewallSource: systemGroup",
|
|
6962
6962
|
"args": {},
|
|
6963
6963
|
"deprecationReason": null,
|
|
6964
6964
|
"description": "Predefined Cato groups",
|
|
@@ -7036,7 +7036,7 @@
|
|
|
7036
7036
|
"varName": "systemGroupRef"
|
|
7037
7037
|
},
|
|
7038
7038
|
"user": {
|
|
7039
|
-
"alias": "
|
|
7039
|
+
"alias": "userInternetFirewallSource: user",
|
|
7040
7040
|
"args": {},
|
|
7041
7041
|
"deprecationReason": null,
|
|
7042
7042
|
"description": "Individual users defined for the account",
|
|
@@ -7114,7 +7114,7 @@
|
|
|
7114
7114
|
"varName": "userRef"
|
|
7115
7115
|
},
|
|
7116
7116
|
"usersGroup": {
|
|
7117
|
-
"alias": "
|
|
7117
|
+
"alias": "usersGroupInternetFirewallSource: usersGroup",
|
|
7118
7118
|
"args": {},
|
|
7119
7119
|
"deprecationReason": null,
|
|
7120
7120
|
"description": "Group of users",
|
|
@@ -7209,7 +7209,7 @@
|
|
|
7209
7209
|
"varName": "internetFirewallSource"
|
|
7210
7210
|
},
|
|
7211
7211
|
"tracking": {
|
|
7212
|
-
"alias": "
|
|
7212
|
+
"alias": "trackingInternetFirewallRule: tracking",
|
|
7213
7213
|
"args": {},
|
|
7214
7214
|
"deprecationReason": null,
|
|
7215
7215
|
"description": "Tracking information when the rule is matched, such as events and notifications",
|
|
@@ -7226,7 +7226,7 @@
|
|
|
7226
7226
|
"enumValues": null,
|
|
7227
7227
|
"fields": {
|
|
7228
7228
|
"alert": {
|
|
7229
|
-
"alias": "
|
|
7229
|
+
"alias": "alertPolicyTracking: alert",
|
|
7230
7230
|
"args": {},
|
|
7231
7231
|
"deprecationReason": null,
|
|
7232
7232
|
"description": null,
|
|
@@ -7245,7 +7245,7 @@
|
|
|
7245
7245
|
"enabled": {
|
|
7246
7246
|
"args": {},
|
|
7247
7247
|
"deprecationReason": null,
|
|
7248
|
-
"description": "TRUE
|
|
7248
|
+
"description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
|
|
7249
7249
|
"id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___tracking___alert___enabled",
|
|
7250
7250
|
"isDeprecated": false,
|
|
7251
7251
|
"name": "enabled",
|
|
@@ -7264,7 +7264,7 @@
|
|
|
7264
7264
|
"varName": "enabled"
|
|
7265
7265
|
},
|
|
7266
7266
|
"frequency": {
|
|
7267
|
-
"alias": "
|
|
7267
|
+
"alias": "frequencyPolicyRuleTrackingAlert: frequency",
|
|
7268
7268
|
"args": {},
|
|
7269
7269
|
"deprecationReason": null,
|
|
7270
7270
|
"description": "Returns data for the alert frequency",
|
|
@@ -7322,7 +7322,7 @@
|
|
|
7322
7322
|
"varName": "frequency"
|
|
7323
7323
|
},
|
|
7324
7324
|
"mailingList": {
|
|
7325
|
-
"alias": "
|
|
7325
|
+
"alias": "mailingListPolicyRuleTrackingAlert: mailingList",
|
|
7326
7326
|
"args": {},
|
|
7327
7327
|
"deprecationReason": null,
|
|
7328
7328
|
"description": "Returns data for the Mailing List that receives the alert",
|
|
@@ -7400,7 +7400,7 @@
|
|
|
7400
7400
|
"varName": "subscriptionMailingListRef"
|
|
7401
7401
|
},
|
|
7402
7402
|
"subscriptionGroup": {
|
|
7403
|
-
"alias": "
|
|
7403
|
+
"alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
|
|
7404
7404
|
"args": {},
|
|
7405
7405
|
"deprecationReason": null,
|
|
7406
7406
|
"description": "Returns data for the Subscription Group that receives the alert",
|
|
@@ -7478,7 +7478,7 @@
|
|
|
7478
7478
|
"varName": "subscriptionGroupRef"
|
|
7479
7479
|
},
|
|
7480
7480
|
"webhook": {
|
|
7481
|
-
"alias": "
|
|
7481
|
+
"alias": "webhookPolicyRuleTrackingAlert: webhook",
|
|
7482
7482
|
"args": {},
|
|
7483
7483
|
"deprecationReason": null,
|
|
7484
7484
|
"description": "Returns data for the Webhook that receives the alert",
|
|
@@ -7573,7 +7573,7 @@
|
|
|
7573
7573
|
"varName": "policyRuleTrackingAlert"
|
|
7574
7574
|
},
|
|
7575
7575
|
"event": {
|
|
7576
|
-
"alias": "
|
|
7576
|
+
"alias": "eventPolicyTracking: event",
|
|
7577
7577
|
"args": {},
|
|
7578
7578
|
"deprecationReason": null,
|
|
7579
7579
|
"description": null,
|
|
@@ -7697,7 +7697,7 @@
|
|
|
7697
7697
|
"enumValues": null,
|
|
7698
7698
|
"fields": {
|
|
7699
7699
|
"audit": {
|
|
7700
|
-
"alias": "
|
|
7700
|
+
"alias": "auditPolicySectionPayload: audit",
|
|
7701
7701
|
"args": {},
|
|
7702
7702
|
"deprecationReason": null,
|
|
7703
7703
|
"description": null,
|
|
@@ -7773,7 +7773,7 @@
|
|
|
7773
7773
|
"varName": "policyElementAudit"
|
|
7774
7774
|
},
|
|
7775
7775
|
"properties": {
|
|
7776
|
-
"alias": "
|
|
7776
|
+
"alias": "propertiesPolicySectionPayload: properties",
|
|
7777
7777
|
"args": {},
|
|
7778
7778
|
"deprecationReason": null,
|
|
7779
7779
|
"description": null,
|
|
@@ -7851,7 +7851,7 @@
|
|
|
7851
7851
|
"varName": "properties"
|
|
7852
7852
|
},
|
|
7853
7853
|
"section": {
|
|
7854
|
-
"alias": "
|
|
7854
|
+
"alias": "sectionPolicySectionPayload: section",
|
|
7855
7855
|
"args": {},
|
|
7856
7856
|
"deprecationReason": null,
|
|
7857
7857
|
"description": null,
|
|
@@ -7962,7 +7962,7 @@
|
|
|
7962
7962
|
"varName": "internetFirewallPolicy"
|
|
7963
7963
|
},
|
|
7964
7964
|
"status": {
|
|
7965
|
-
"alias": "
|
|
7965
|
+
"alias": "statusInternetFirewallPolicyMutationPayload: status",
|
|
7966
7966
|
"args": {},
|
|
7967
7967
|
"deprecationReason": null,
|
|
7968
7968
|
"description": null,
|