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
|
@@ -49,8 +49,14 @@
|
|
|
49
49
|
"enumValues": [
|
|
50
50
|
{
|
|
51
51
|
"deprecationReason": null,
|
|
52
|
-
"description": "
|
|
52
|
+
"description": "Active Directory name",
|
|
53
53
|
"isDeprecated": false,
|
|
54
|
+
"name": "ad_name"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"deprecationReason": "use application_id instead",
|
|
58
|
+
"description": "The application identifier",
|
|
59
|
+
"isDeprecated": true,
|
|
54
60
|
"name": "app"
|
|
55
61
|
},
|
|
56
62
|
{
|
|
@@ -61,8 +67,14 @@
|
|
|
61
67
|
},
|
|
62
68
|
{
|
|
63
69
|
"deprecationReason": null,
|
|
64
|
-
"description": "
|
|
70
|
+
"description": "Application description",
|
|
65
71
|
"isDeprecated": false,
|
|
72
|
+
"name": "application_description"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"deprecationReason": "use application_name instead",
|
|
76
|
+
"description": "The application name",
|
|
77
|
+
"isDeprecated": true,
|
|
66
78
|
"name": "application"
|
|
67
79
|
},
|
|
68
80
|
{
|
|
@@ -73,105 +85,105 @@
|
|
|
73
85
|
},
|
|
74
86
|
{
|
|
75
87
|
"deprecationReason": null,
|
|
76
|
-
"description": "
|
|
88
|
+
"description": "",
|
|
77
89
|
"isDeprecated": false,
|
|
78
|
-
"name": "
|
|
90
|
+
"name": "application_risk_level"
|
|
79
91
|
},
|
|
80
92
|
{
|
|
81
93
|
"deprecationReason": null,
|
|
82
|
-
"description": "",
|
|
94
|
+
"description": "The application risk score assigned by Cato",
|
|
83
95
|
"isDeprecated": false,
|
|
84
|
-
"name": "
|
|
96
|
+
"name": "application_risk_score"
|
|
85
97
|
},
|
|
86
98
|
{
|
|
87
99
|
"deprecationReason": null,
|
|
88
|
-
"description": "
|
|
100
|
+
"description": "Cato system categories of the application",
|
|
89
101
|
"isDeprecated": false,
|
|
90
|
-
"name": "
|
|
102
|
+
"name": "categories"
|
|
91
103
|
},
|
|
92
104
|
{
|
|
93
|
-
"deprecationReason":
|
|
94
|
-
"description": "
|
|
95
|
-
"isDeprecated":
|
|
96
|
-
"name": "
|
|
105
|
+
"deprecationReason": "use categories instead",
|
|
106
|
+
"description": "Cato system category of the application",
|
|
107
|
+
"isDeprecated": true,
|
|
108
|
+
"name": "category"
|
|
97
109
|
},
|
|
98
110
|
{
|
|
99
111
|
"deprecationReason": null,
|
|
100
|
-
"description": "
|
|
112
|
+
"description": "For hosts configured with a static IP in the Cato Management Application, the host name",
|
|
101
113
|
"isDeprecated": false,
|
|
102
|
-
"name": "
|
|
114
|
+
"name": "configured_host_name"
|
|
103
115
|
},
|
|
104
116
|
{
|
|
105
|
-
"deprecationReason":
|
|
106
|
-
"description": "
|
|
107
|
-
"isDeprecated":
|
|
108
|
-
"name": "
|
|
117
|
+
"deprecationReason": "use application_description instead",
|
|
118
|
+
"description": "Application description",
|
|
119
|
+
"isDeprecated": true,
|
|
120
|
+
"name": "description"
|
|
109
121
|
},
|
|
110
122
|
{
|
|
111
123
|
"deprecationReason": null,
|
|
112
|
-
"description": "
|
|
124
|
+
"description": "IP for destination host or Cato Client",
|
|
113
125
|
"isDeprecated": false,
|
|
114
|
-
"name": "
|
|
126
|
+
"name": "dest_ip"
|
|
115
127
|
},
|
|
116
128
|
{
|
|
117
129
|
"deprecationReason": null,
|
|
118
|
-
"description": "",
|
|
130
|
+
"description": "Destination is site or remote user",
|
|
119
131
|
"isDeprecated": false,
|
|
120
|
-
"name": "
|
|
132
|
+
"name": "dest_is_site_or_vpn"
|
|
121
133
|
},
|
|
122
134
|
{
|
|
123
135
|
"deprecationReason": null,
|
|
124
|
-
"description": "",
|
|
136
|
+
"description": "Destination site or remote user identifier",
|
|
125
137
|
"isDeprecated": false,
|
|
126
|
-
"name": "
|
|
138
|
+
"name": "dest_site"
|
|
127
139
|
},
|
|
128
140
|
{
|
|
129
141
|
"deprecationReason": null,
|
|
130
|
-
"description": "
|
|
142
|
+
"description": "Destination Site or remote user identifier",
|
|
131
143
|
"isDeprecated": false,
|
|
132
|
-
"name": "
|
|
144
|
+
"name": "dest_site_id"
|
|
133
145
|
},
|
|
134
146
|
{
|
|
135
147
|
"deprecationReason": null,
|
|
136
|
-
"description": "
|
|
148
|
+
"description": "Destination Site or remote user name",
|
|
137
149
|
"isDeprecated": false,
|
|
138
|
-
"name": "
|
|
150
|
+
"name": "dest_site_name"
|
|
139
151
|
},
|
|
140
152
|
{
|
|
141
153
|
"deprecationReason": null,
|
|
142
|
-
"description": "
|
|
154
|
+
"description": "Name for device related to the traffic",
|
|
143
155
|
"isDeprecated": false,
|
|
144
|
-
"name": "
|
|
156
|
+
"name": "device_name"
|
|
145
157
|
},
|
|
146
158
|
{
|
|
147
159
|
"deprecationReason": null,
|
|
148
|
-
"description": "
|
|
160
|
+
"description": "",
|
|
149
161
|
"isDeprecated": false,
|
|
150
|
-
"name": "
|
|
162
|
+
"name": "discovered_app"
|
|
151
163
|
},
|
|
152
164
|
{
|
|
153
|
-
"deprecationReason":
|
|
154
|
-
"description": "
|
|
155
|
-
"isDeprecated":
|
|
156
|
-
"name": "
|
|
165
|
+
"deprecationReason": "user tld instead",
|
|
166
|
+
"description": "",
|
|
167
|
+
"isDeprecated": true,
|
|
168
|
+
"name": "domain"
|
|
157
169
|
},
|
|
158
170
|
{
|
|
159
171
|
"deprecationReason": null,
|
|
160
|
-
"description": "
|
|
172
|
+
"description": "data downloaded from cloud applications",
|
|
161
173
|
"isDeprecated": false,
|
|
162
|
-
"name": "
|
|
174
|
+
"name": "downstream"
|
|
163
175
|
},
|
|
164
176
|
{
|
|
165
177
|
"deprecationReason": null,
|
|
166
|
-
"description": "
|
|
178
|
+
"description": "",
|
|
167
179
|
"isDeprecated": false,
|
|
168
|
-
"name": "
|
|
180
|
+
"name": "flows_created"
|
|
169
181
|
},
|
|
170
182
|
{
|
|
171
183
|
"deprecationReason": null,
|
|
172
|
-
"description": "
|
|
184
|
+
"description": "the country in which the registered application headquarteres is located",
|
|
173
185
|
"isDeprecated": false,
|
|
174
|
-
"name": "
|
|
186
|
+
"name": "hq_location"
|
|
175
187
|
},
|
|
176
188
|
{
|
|
177
189
|
"deprecationReason": null,
|
|
@@ -181,63 +193,69 @@
|
|
|
181
193
|
},
|
|
182
194
|
{
|
|
183
195
|
"deprecationReason": null,
|
|
184
|
-
"description": "
|
|
196
|
+
"description": "indicates whether the application is considered cloud app/SaaS app",
|
|
185
197
|
"isDeprecated": false,
|
|
186
|
-
"name": "
|
|
198
|
+
"name": "is_cloud_app"
|
|
187
199
|
},
|
|
188
200
|
{
|
|
189
201
|
"deprecationReason": null,
|
|
190
|
-
"description": "
|
|
202
|
+
"description": "Is the application defined as sanctioned?",
|
|
191
203
|
"isDeprecated": false,
|
|
192
|
-
"name": "
|
|
204
|
+
"name": "is_sanctioned_app"
|
|
193
205
|
},
|
|
194
206
|
{
|
|
195
207
|
"deprecationReason": null,
|
|
196
|
-
"description": "",
|
|
208
|
+
"description": "new cloud application identifier",
|
|
197
209
|
"isDeprecated": false,
|
|
198
|
-
"name": "
|
|
210
|
+
"name": "new_app"
|
|
199
211
|
},
|
|
200
212
|
{
|
|
201
|
-
"deprecationReason":
|
|
202
|
-
"description": "
|
|
203
|
-
"isDeprecated":
|
|
204
|
-
"name": "
|
|
213
|
+
"deprecationReason": "use application_risk_level instead",
|
|
214
|
+
"description": "",
|
|
215
|
+
"isDeprecated": true,
|
|
216
|
+
"name": "risk_level"
|
|
205
217
|
},
|
|
206
218
|
{
|
|
207
|
-
"deprecationReason":
|
|
208
|
-
"description": "
|
|
209
|
-
"isDeprecated":
|
|
210
|
-
"name": "
|
|
219
|
+
"deprecationReason": "use application_risk_score instead",
|
|
220
|
+
"description": "the application risk score assigned by Cato",
|
|
221
|
+
"isDeprecated": true,
|
|
222
|
+
"name": "risk_score"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"deprecationReason": "use is_sanctioned_app instead",
|
|
226
|
+
"description": "Is the application defined as sanctioned?",
|
|
227
|
+
"isDeprecated": true,
|
|
228
|
+
"name": "sanctioned"
|
|
211
229
|
},
|
|
212
230
|
{
|
|
213
231
|
"deprecationReason": null,
|
|
214
|
-
"description": "
|
|
232
|
+
"description": "Country in which the source host is located",
|
|
215
233
|
"isDeprecated": false,
|
|
216
|
-
"name": "
|
|
234
|
+
"name": "site_country"
|
|
217
235
|
},
|
|
218
236
|
{
|
|
219
237
|
"deprecationReason": null,
|
|
220
|
-
"description": "
|
|
238
|
+
"description": "State in which the source host is located",
|
|
221
239
|
"isDeprecated": false,
|
|
222
|
-
"name": "
|
|
240
|
+
"name": "site_state"
|
|
223
241
|
},
|
|
224
242
|
{
|
|
225
243
|
"deprecationReason": null,
|
|
226
|
-
"description": "
|
|
244
|
+
"description": "Name for Socket interface",
|
|
227
245
|
"isDeprecated": false,
|
|
228
|
-
"name": "
|
|
246
|
+
"name": "socket_interface"
|
|
229
247
|
},
|
|
230
248
|
{
|
|
231
249
|
"deprecationReason": null,
|
|
232
|
-
"description": "
|
|
250
|
+
"description": "IP for source host or Cato Client",
|
|
233
251
|
"isDeprecated": false,
|
|
234
|
-
"name": "
|
|
252
|
+
"name": "src_ip"
|
|
235
253
|
},
|
|
236
254
|
{
|
|
237
255
|
"deprecationReason": null,
|
|
238
|
-
"description": "
|
|
256
|
+
"description": "Source is site or remote user",
|
|
239
257
|
"isDeprecated": false,
|
|
240
|
-
"name": "
|
|
258
|
+
"name": "src_is_site_or_vpn"
|
|
241
259
|
},
|
|
242
260
|
{
|
|
243
261
|
"deprecationReason": null,
|
|
@@ -247,51 +265,45 @@
|
|
|
247
265
|
},
|
|
248
266
|
{
|
|
249
267
|
"deprecationReason": null,
|
|
250
|
-
"description": "
|
|
268
|
+
"description": "Source site or remote user identifier",
|
|
251
269
|
"isDeprecated": false,
|
|
252
|
-
"name": "
|
|
270
|
+
"name": "src_site_id"
|
|
253
271
|
},
|
|
254
272
|
{
|
|
255
273
|
"deprecationReason": null,
|
|
256
|
-
"description": "
|
|
274
|
+
"description": "Source site or remote user name",
|
|
257
275
|
"isDeprecated": false,
|
|
258
|
-
"name": "
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"deprecationReason": "use user_id instead",
|
|
262
|
-
"description": "",
|
|
263
|
-
"isDeprecated": true,
|
|
264
|
-
"name": "vpn_user_id"
|
|
276
|
+
"name": "src_site_name"
|
|
265
277
|
},
|
|
266
278
|
{
|
|
267
279
|
"deprecationReason": null,
|
|
268
|
-
"description": "",
|
|
280
|
+
"description": "Site state code",
|
|
269
281
|
"isDeprecated": false,
|
|
270
|
-
"name": "
|
|
282
|
+
"name": "src_site_state"
|
|
271
283
|
},
|
|
272
284
|
{
|
|
273
|
-
"deprecationReason":
|
|
274
|
-
"description": "
|
|
275
|
-
"isDeprecated":
|
|
276
|
-
"name": "
|
|
285
|
+
"deprecationReason": "use subnet_name instead",
|
|
286
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
287
|
+
"isDeprecated": true,
|
|
288
|
+
"name": "subnet"
|
|
277
289
|
},
|
|
278
290
|
{
|
|
279
291
|
"deprecationReason": null,
|
|
280
|
-
"description": "
|
|
292
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
281
293
|
"isDeprecated": false,
|
|
282
|
-
"name": "
|
|
294
|
+
"name": "subnet_name"
|
|
283
295
|
},
|
|
284
296
|
{
|
|
285
297
|
"deprecationReason": null,
|
|
286
|
-
"description": "
|
|
298
|
+
"description": "Top level domain",
|
|
287
299
|
"isDeprecated": false,
|
|
288
|
-
"name": "
|
|
300
|
+
"name": "tld"
|
|
289
301
|
},
|
|
290
302
|
{
|
|
291
|
-
"deprecationReason":
|
|
292
|
-
"description": "
|
|
293
|
-
"isDeprecated":
|
|
294
|
-
"name": "
|
|
303
|
+
"deprecationReason": "use traffic_direction instead",
|
|
304
|
+
"description": "the total sum of upstream and downstream data in bytes",
|
|
305
|
+
"isDeprecated": true,
|
|
306
|
+
"name": "traffic"
|
|
295
307
|
},
|
|
296
308
|
{
|
|
297
309
|
"deprecationReason": null,
|
|
@@ -301,33 +313,27 @@
|
|
|
301
313
|
},
|
|
302
314
|
{
|
|
303
315
|
"deprecationReason": null,
|
|
304
|
-
"description": "
|
|
305
|
-
"isDeprecated": false,
|
|
306
|
-
"name": "device_name"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"deprecationReason": null,
|
|
310
|
-
"description": "Active Directory name",
|
|
316
|
+
"description": "data uploaded to cloud applications",
|
|
311
317
|
"isDeprecated": false,
|
|
312
|
-
"name": "
|
|
318
|
+
"name": "upstream"
|
|
313
319
|
},
|
|
314
320
|
{
|
|
315
321
|
"deprecationReason": null,
|
|
316
|
-
"description": "
|
|
322
|
+
"description": "User identifier",
|
|
317
323
|
"isDeprecated": false,
|
|
318
|
-
"name": "
|
|
324
|
+
"name": "user_id"
|
|
319
325
|
},
|
|
320
326
|
{
|
|
321
327
|
"deprecationReason": null,
|
|
322
|
-
"description": "
|
|
328
|
+
"description": "User name",
|
|
323
329
|
"isDeprecated": false,
|
|
324
|
-
"name": "
|
|
330
|
+
"name": "user_name"
|
|
325
331
|
},
|
|
326
332
|
{
|
|
327
|
-
"deprecationReason":
|
|
328
|
-
"description": "
|
|
329
|
-
"isDeprecated":
|
|
330
|
-
"name": "
|
|
333
|
+
"deprecationReason": "use user_id instead",
|
|
334
|
+
"description": "",
|
|
335
|
+
"isDeprecated": true,
|
|
336
|
+
"name": "vpn_user_id"
|
|
331
337
|
}
|
|
332
338
|
],
|
|
333
339
|
"fields": null,
|
|
@@ -393,8 +399,14 @@
|
|
|
393
399
|
"enumValues": [
|
|
394
400
|
{
|
|
395
401
|
"deprecationReason": null,
|
|
396
|
-
"description": "
|
|
402
|
+
"description": "Active Directory name",
|
|
397
403
|
"isDeprecated": false,
|
|
404
|
+
"name": "ad_name"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"deprecationReason": "use application_id instead",
|
|
408
|
+
"description": "The application identifier",
|
|
409
|
+
"isDeprecated": true,
|
|
398
410
|
"name": "app"
|
|
399
411
|
},
|
|
400
412
|
{
|
|
@@ -405,8 +417,14 @@
|
|
|
405
417
|
},
|
|
406
418
|
{
|
|
407
419
|
"deprecationReason": null,
|
|
408
|
-
"description": "
|
|
420
|
+
"description": "Application description",
|
|
409
421
|
"isDeprecated": false,
|
|
422
|
+
"name": "application_description"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"deprecationReason": "use application_name instead",
|
|
426
|
+
"description": "The application name",
|
|
427
|
+
"isDeprecated": true,
|
|
410
428
|
"name": "application"
|
|
411
429
|
},
|
|
412
430
|
{
|
|
@@ -417,105 +435,105 @@
|
|
|
417
435
|
},
|
|
418
436
|
{
|
|
419
437
|
"deprecationReason": null,
|
|
420
|
-
"description": "
|
|
438
|
+
"description": "",
|
|
421
439
|
"isDeprecated": false,
|
|
422
|
-
"name": "
|
|
440
|
+
"name": "application_risk_level"
|
|
423
441
|
},
|
|
424
442
|
{
|
|
425
443
|
"deprecationReason": null,
|
|
426
|
-
"description": "",
|
|
444
|
+
"description": "The application risk score assigned by Cato",
|
|
427
445
|
"isDeprecated": false,
|
|
428
|
-
"name": "
|
|
446
|
+
"name": "application_risk_score"
|
|
429
447
|
},
|
|
430
448
|
{
|
|
431
449
|
"deprecationReason": null,
|
|
432
|
-
"description": "
|
|
450
|
+
"description": "Cato system categories of the application",
|
|
433
451
|
"isDeprecated": false,
|
|
434
|
-
"name": "
|
|
452
|
+
"name": "categories"
|
|
435
453
|
},
|
|
436
454
|
{
|
|
437
|
-
"deprecationReason":
|
|
438
|
-
"description": "
|
|
439
|
-
"isDeprecated":
|
|
440
|
-
"name": "
|
|
455
|
+
"deprecationReason": "use categories instead",
|
|
456
|
+
"description": "Cato system category of the application",
|
|
457
|
+
"isDeprecated": true,
|
|
458
|
+
"name": "category"
|
|
441
459
|
},
|
|
442
460
|
{
|
|
443
461
|
"deprecationReason": null,
|
|
444
|
-
"description": "
|
|
462
|
+
"description": "For hosts configured with a static IP in the Cato Management Application, the host name",
|
|
445
463
|
"isDeprecated": false,
|
|
446
|
-
"name": "
|
|
464
|
+
"name": "configured_host_name"
|
|
447
465
|
},
|
|
448
466
|
{
|
|
449
|
-
"deprecationReason":
|
|
450
|
-
"description": "
|
|
451
|
-
"isDeprecated":
|
|
452
|
-
"name": "
|
|
467
|
+
"deprecationReason": "use application_description instead",
|
|
468
|
+
"description": "Application description",
|
|
469
|
+
"isDeprecated": true,
|
|
470
|
+
"name": "description"
|
|
453
471
|
},
|
|
454
472
|
{
|
|
455
473
|
"deprecationReason": null,
|
|
456
|
-
"description": "
|
|
474
|
+
"description": "IP for destination host or Cato Client",
|
|
457
475
|
"isDeprecated": false,
|
|
458
|
-
"name": "
|
|
476
|
+
"name": "dest_ip"
|
|
459
477
|
},
|
|
460
478
|
{
|
|
461
479
|
"deprecationReason": null,
|
|
462
|
-
"description": "",
|
|
480
|
+
"description": "Destination is site or remote user",
|
|
463
481
|
"isDeprecated": false,
|
|
464
|
-
"name": "
|
|
482
|
+
"name": "dest_is_site_or_vpn"
|
|
465
483
|
},
|
|
466
484
|
{
|
|
467
485
|
"deprecationReason": null,
|
|
468
|
-
"description": "",
|
|
486
|
+
"description": "Destination site or remote user identifier",
|
|
469
487
|
"isDeprecated": false,
|
|
470
|
-
"name": "
|
|
488
|
+
"name": "dest_site"
|
|
471
489
|
},
|
|
472
490
|
{
|
|
473
491
|
"deprecationReason": null,
|
|
474
|
-
"description": "
|
|
492
|
+
"description": "Destination Site or remote user identifier",
|
|
475
493
|
"isDeprecated": false,
|
|
476
|
-
"name": "
|
|
494
|
+
"name": "dest_site_id"
|
|
477
495
|
},
|
|
478
496
|
{
|
|
479
497
|
"deprecationReason": null,
|
|
480
|
-
"description": "
|
|
498
|
+
"description": "Destination Site or remote user name",
|
|
481
499
|
"isDeprecated": false,
|
|
482
|
-
"name": "
|
|
500
|
+
"name": "dest_site_name"
|
|
483
501
|
},
|
|
484
502
|
{
|
|
485
503
|
"deprecationReason": null,
|
|
486
|
-
"description": "
|
|
504
|
+
"description": "Name for device related to the traffic",
|
|
487
505
|
"isDeprecated": false,
|
|
488
|
-
"name": "
|
|
506
|
+
"name": "device_name"
|
|
489
507
|
},
|
|
490
508
|
{
|
|
491
509
|
"deprecationReason": null,
|
|
492
|
-
"description": "
|
|
510
|
+
"description": "",
|
|
493
511
|
"isDeprecated": false,
|
|
494
|
-
"name": "
|
|
512
|
+
"name": "discovered_app"
|
|
495
513
|
},
|
|
496
514
|
{
|
|
497
|
-
"deprecationReason":
|
|
498
|
-
"description": "
|
|
499
|
-
"isDeprecated":
|
|
500
|
-
"name": "
|
|
515
|
+
"deprecationReason": "user tld instead",
|
|
516
|
+
"description": "",
|
|
517
|
+
"isDeprecated": true,
|
|
518
|
+
"name": "domain"
|
|
501
519
|
},
|
|
502
520
|
{
|
|
503
521
|
"deprecationReason": null,
|
|
504
|
-
"description": "
|
|
522
|
+
"description": "data downloaded from cloud applications",
|
|
505
523
|
"isDeprecated": false,
|
|
506
|
-
"name": "
|
|
524
|
+
"name": "downstream"
|
|
507
525
|
},
|
|
508
526
|
{
|
|
509
527
|
"deprecationReason": null,
|
|
510
|
-
"description": "
|
|
528
|
+
"description": "",
|
|
511
529
|
"isDeprecated": false,
|
|
512
|
-
"name": "
|
|
530
|
+
"name": "flows_created"
|
|
513
531
|
},
|
|
514
532
|
{
|
|
515
533
|
"deprecationReason": null,
|
|
516
|
-
"description": "
|
|
534
|
+
"description": "the country in which the registered application headquarteres is located",
|
|
517
535
|
"isDeprecated": false,
|
|
518
|
-
"name": "
|
|
536
|
+
"name": "hq_location"
|
|
519
537
|
},
|
|
520
538
|
{
|
|
521
539
|
"deprecationReason": null,
|
|
@@ -525,63 +543,69 @@
|
|
|
525
543
|
},
|
|
526
544
|
{
|
|
527
545
|
"deprecationReason": null,
|
|
528
|
-
"description": "
|
|
546
|
+
"description": "indicates whether the application is considered cloud app/SaaS app",
|
|
529
547
|
"isDeprecated": false,
|
|
530
|
-
"name": "
|
|
548
|
+
"name": "is_cloud_app"
|
|
531
549
|
},
|
|
532
550
|
{
|
|
533
551
|
"deprecationReason": null,
|
|
534
|
-
"description": "
|
|
552
|
+
"description": "Is the application defined as sanctioned?",
|
|
535
553
|
"isDeprecated": false,
|
|
536
|
-
"name": "
|
|
554
|
+
"name": "is_sanctioned_app"
|
|
537
555
|
},
|
|
538
556
|
{
|
|
539
557
|
"deprecationReason": null,
|
|
540
|
-
"description": "",
|
|
558
|
+
"description": "new cloud application identifier",
|
|
541
559
|
"isDeprecated": false,
|
|
542
|
-
"name": "
|
|
560
|
+
"name": "new_app"
|
|
543
561
|
},
|
|
544
562
|
{
|
|
545
|
-
"deprecationReason":
|
|
546
|
-
"description": "
|
|
547
|
-
"isDeprecated":
|
|
548
|
-
"name": "
|
|
563
|
+
"deprecationReason": "use application_risk_level instead",
|
|
564
|
+
"description": "",
|
|
565
|
+
"isDeprecated": true,
|
|
566
|
+
"name": "risk_level"
|
|
549
567
|
},
|
|
550
568
|
{
|
|
551
|
-
"deprecationReason":
|
|
552
|
-
"description": "
|
|
553
|
-
"isDeprecated":
|
|
554
|
-
"name": "
|
|
569
|
+
"deprecationReason": "use application_risk_score instead",
|
|
570
|
+
"description": "the application risk score assigned by Cato",
|
|
571
|
+
"isDeprecated": true,
|
|
572
|
+
"name": "risk_score"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"deprecationReason": "use is_sanctioned_app instead",
|
|
576
|
+
"description": "Is the application defined as sanctioned?",
|
|
577
|
+
"isDeprecated": true,
|
|
578
|
+
"name": "sanctioned"
|
|
555
579
|
},
|
|
556
580
|
{
|
|
557
581
|
"deprecationReason": null,
|
|
558
|
-
"description": "
|
|
582
|
+
"description": "Country in which the source host is located",
|
|
559
583
|
"isDeprecated": false,
|
|
560
|
-
"name": "
|
|
584
|
+
"name": "site_country"
|
|
561
585
|
},
|
|
562
586
|
{
|
|
563
587
|
"deprecationReason": null,
|
|
564
|
-
"description": "
|
|
588
|
+
"description": "State in which the source host is located",
|
|
565
589
|
"isDeprecated": false,
|
|
566
|
-
"name": "
|
|
590
|
+
"name": "site_state"
|
|
567
591
|
},
|
|
568
592
|
{
|
|
569
593
|
"deprecationReason": null,
|
|
570
|
-
"description": "
|
|
594
|
+
"description": "Name for Socket interface",
|
|
571
595
|
"isDeprecated": false,
|
|
572
|
-
"name": "
|
|
596
|
+
"name": "socket_interface"
|
|
573
597
|
},
|
|
574
598
|
{
|
|
575
599
|
"deprecationReason": null,
|
|
576
|
-
"description": "
|
|
600
|
+
"description": "IP for source host or Cato Client",
|
|
577
601
|
"isDeprecated": false,
|
|
578
|
-
"name": "
|
|
602
|
+
"name": "src_ip"
|
|
579
603
|
},
|
|
580
604
|
{
|
|
581
605
|
"deprecationReason": null,
|
|
582
|
-
"description": "
|
|
606
|
+
"description": "Source is site or remote user",
|
|
583
607
|
"isDeprecated": false,
|
|
584
|
-
"name": "
|
|
608
|
+
"name": "src_is_site_or_vpn"
|
|
585
609
|
},
|
|
586
610
|
{
|
|
587
611
|
"deprecationReason": null,
|
|
@@ -591,51 +615,45 @@
|
|
|
591
615
|
},
|
|
592
616
|
{
|
|
593
617
|
"deprecationReason": null,
|
|
594
|
-
"description": "
|
|
618
|
+
"description": "Source site or remote user identifier",
|
|
595
619
|
"isDeprecated": false,
|
|
596
|
-
"name": "
|
|
620
|
+
"name": "src_site_id"
|
|
597
621
|
},
|
|
598
622
|
{
|
|
599
623
|
"deprecationReason": null,
|
|
600
|
-
"description": "
|
|
624
|
+
"description": "Source site or remote user name",
|
|
601
625
|
"isDeprecated": false,
|
|
602
|
-
"name": "
|
|
603
|
-
},
|
|
604
|
-
{
|
|
605
|
-
"deprecationReason": "use user_id instead",
|
|
606
|
-
"description": "",
|
|
607
|
-
"isDeprecated": true,
|
|
608
|
-
"name": "vpn_user_id"
|
|
626
|
+
"name": "src_site_name"
|
|
609
627
|
},
|
|
610
628
|
{
|
|
611
629
|
"deprecationReason": null,
|
|
612
|
-
"description": "",
|
|
630
|
+
"description": "Site state code",
|
|
613
631
|
"isDeprecated": false,
|
|
614
|
-
"name": "
|
|
632
|
+
"name": "src_site_state"
|
|
615
633
|
},
|
|
616
634
|
{
|
|
617
|
-
"deprecationReason":
|
|
618
|
-
"description": "
|
|
619
|
-
"isDeprecated":
|
|
620
|
-
"name": "
|
|
635
|
+
"deprecationReason": "use subnet_name instead",
|
|
636
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
637
|
+
"isDeprecated": true,
|
|
638
|
+
"name": "subnet"
|
|
621
639
|
},
|
|
622
640
|
{
|
|
623
641
|
"deprecationReason": null,
|
|
624
|
-
"description": "
|
|
642
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
625
643
|
"isDeprecated": false,
|
|
626
|
-
"name": "
|
|
644
|
+
"name": "subnet_name"
|
|
627
645
|
},
|
|
628
646
|
{
|
|
629
647
|
"deprecationReason": null,
|
|
630
|
-
"description": "
|
|
648
|
+
"description": "Top level domain",
|
|
631
649
|
"isDeprecated": false,
|
|
632
|
-
"name": "
|
|
650
|
+
"name": "tld"
|
|
633
651
|
},
|
|
634
652
|
{
|
|
635
|
-
"deprecationReason":
|
|
636
|
-
"description": "
|
|
637
|
-
"isDeprecated":
|
|
638
|
-
"name": "
|
|
653
|
+
"deprecationReason": "use traffic_direction instead",
|
|
654
|
+
"description": "the total sum of upstream and downstream data in bytes",
|
|
655
|
+
"isDeprecated": true,
|
|
656
|
+
"name": "traffic"
|
|
639
657
|
},
|
|
640
658
|
{
|
|
641
659
|
"deprecationReason": null,
|
|
@@ -645,33 +663,27 @@
|
|
|
645
663
|
},
|
|
646
664
|
{
|
|
647
665
|
"deprecationReason": null,
|
|
648
|
-
"description": "
|
|
649
|
-
"isDeprecated": false,
|
|
650
|
-
"name": "device_name"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"deprecationReason": null,
|
|
654
|
-
"description": "Active Directory name",
|
|
666
|
+
"description": "data uploaded to cloud applications",
|
|
655
667
|
"isDeprecated": false,
|
|
656
|
-
"name": "
|
|
668
|
+
"name": "upstream"
|
|
657
669
|
},
|
|
658
670
|
{
|
|
659
671
|
"deprecationReason": null,
|
|
660
|
-
"description": "
|
|
672
|
+
"description": "User identifier",
|
|
661
673
|
"isDeprecated": false,
|
|
662
|
-
"name": "
|
|
674
|
+
"name": "user_id"
|
|
663
675
|
},
|
|
664
676
|
{
|
|
665
677
|
"deprecationReason": null,
|
|
666
|
-
"description": "
|
|
678
|
+
"description": "User name",
|
|
667
679
|
"isDeprecated": false,
|
|
668
|
-
"name": "
|
|
680
|
+
"name": "user_name"
|
|
669
681
|
},
|
|
670
682
|
{
|
|
671
|
-
"deprecationReason":
|
|
672
|
-
"description": "
|
|
673
|
-
"isDeprecated":
|
|
674
|
-
"name": "
|
|
683
|
+
"deprecationReason": "use user_id instead",
|
|
684
|
+
"description": "",
|
|
685
|
+
"isDeprecated": true,
|
|
686
|
+
"name": "vpn_user_id"
|
|
675
687
|
}
|
|
676
688
|
],
|
|
677
689
|
"fields": null,
|
|
@@ -953,8 +965,14 @@
|
|
|
953
965
|
"enumValues": [
|
|
954
966
|
{
|
|
955
967
|
"deprecationReason": null,
|
|
956
|
-
"description": "
|
|
968
|
+
"description": "Active Directory name",
|
|
957
969
|
"isDeprecated": false,
|
|
970
|
+
"name": "ad_name"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"deprecationReason": "use application_id instead",
|
|
974
|
+
"description": "The application identifier",
|
|
975
|
+
"isDeprecated": true,
|
|
958
976
|
"name": "app"
|
|
959
977
|
},
|
|
960
978
|
{
|
|
@@ -965,51 +983,27 @@
|
|
|
965
983
|
},
|
|
966
984
|
{
|
|
967
985
|
"deprecationReason": null,
|
|
968
|
-
"description": "
|
|
986
|
+
"description": "Application description",
|
|
969
987
|
"isDeprecated": false,
|
|
970
|
-
"name": "
|
|
988
|
+
"name": "application_description"
|
|
971
989
|
},
|
|
972
990
|
{
|
|
973
|
-
"deprecationReason":
|
|
991
|
+
"deprecationReason": "use application_name instead",
|
|
974
992
|
"description": "The application name",
|
|
975
|
-
"isDeprecated":
|
|
976
|
-
"name": "
|
|
993
|
+
"isDeprecated": true,
|
|
994
|
+
"name": "application"
|
|
977
995
|
},
|
|
978
996
|
{
|
|
979
997
|
"deprecationReason": null,
|
|
980
|
-
"description": "
|
|
998
|
+
"description": "The application name",
|
|
981
999
|
"isDeprecated": false,
|
|
982
|
-
"name": "
|
|
1000
|
+
"name": "application_name"
|
|
983
1001
|
},
|
|
984
1002
|
{
|
|
985
1003
|
"deprecationReason": null,
|
|
986
1004
|
"description": "",
|
|
987
1005
|
"isDeprecated": false,
|
|
988
|
-
"name": "
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"deprecationReason": null,
|
|
992
|
-
"description": "the total sum of upstream and downstream data in bytes",
|
|
993
|
-
"isDeprecated": false,
|
|
994
|
-
"name": "traffic"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"deprecationReason": null,
|
|
998
|
-
"description": "data uploaded to cloud applications",
|
|
999
|
-
"isDeprecated": false,
|
|
1000
|
-
"name": "upstream"
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"deprecationReason": null,
|
|
1004
|
-
"description": "data downloaded from cloud applications",
|
|
1005
|
-
"isDeprecated": false,
|
|
1006
|
-
"name": "downstream"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"deprecationReason": null,
|
|
1010
|
-
"description": "the application risk score assigned by Cato",
|
|
1011
|
-
"isDeprecated": false,
|
|
1012
|
-
"name": "risk_score"
|
|
1006
|
+
"name": "application_risk_level"
|
|
1013
1007
|
},
|
|
1014
1008
|
{
|
|
1015
1009
|
"deprecationReason": null,
|
|
@@ -1019,135 +1013,141 @@
|
|
|
1019
1013
|
},
|
|
1020
1014
|
{
|
|
1021
1015
|
"deprecationReason": null,
|
|
1022
|
-
"description": "",
|
|
1023
|
-
"isDeprecated": false,
|
|
1024
|
-
"name": "risk_level"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"deprecationReason": null,
|
|
1028
|
-
"description": "",
|
|
1029
|
-
"isDeprecated": false,
|
|
1030
|
-
"name": "application_risk_level"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"deprecationReason": null,
|
|
1034
|
-
"description": "Is the application defined as sanctioned?",
|
|
1016
|
+
"description": "Cato system categories of the application",
|
|
1035
1017
|
"isDeprecated": false,
|
|
1036
|
-
"name": "
|
|
1018
|
+
"name": "categories"
|
|
1037
1019
|
},
|
|
1038
1020
|
{
|
|
1039
|
-
"deprecationReason":
|
|
1040
|
-
"description": "
|
|
1041
|
-
"isDeprecated":
|
|
1042
|
-
"name": "
|
|
1021
|
+
"deprecationReason": "use categories instead",
|
|
1022
|
+
"description": "Cato system category of the application",
|
|
1023
|
+
"isDeprecated": true,
|
|
1024
|
+
"name": "category"
|
|
1043
1025
|
},
|
|
1044
1026
|
{
|
|
1045
1027
|
"deprecationReason": null,
|
|
1046
|
-
"description": "
|
|
1028
|
+
"description": "For hosts configured with a static IP in the Cato Management Application, the host name",
|
|
1047
1029
|
"isDeprecated": false,
|
|
1048
|
-
"name": "
|
|
1030
|
+
"name": "configured_host_name"
|
|
1049
1031
|
},
|
|
1050
1032
|
{
|
|
1051
|
-
"deprecationReason":
|
|
1052
|
-
"description": "
|
|
1053
|
-
"isDeprecated":
|
|
1054
|
-
"name": "
|
|
1033
|
+
"deprecationReason": "use application_description instead",
|
|
1034
|
+
"description": "Application description",
|
|
1035
|
+
"isDeprecated": true,
|
|
1036
|
+
"name": "description"
|
|
1055
1037
|
},
|
|
1056
1038
|
{
|
|
1057
1039
|
"deprecationReason": null,
|
|
1058
|
-
"description": "
|
|
1040
|
+
"description": "IP for destination host or Cato Client",
|
|
1059
1041
|
"isDeprecated": false,
|
|
1060
|
-
"name": "
|
|
1042
|
+
"name": "dest_ip"
|
|
1061
1043
|
},
|
|
1062
1044
|
{
|
|
1063
1045
|
"deprecationReason": null,
|
|
1064
|
-
"description": "
|
|
1046
|
+
"description": "Destination is site or remote user",
|
|
1065
1047
|
"isDeprecated": false,
|
|
1066
|
-
"name": "
|
|
1048
|
+
"name": "dest_is_site_or_vpn"
|
|
1067
1049
|
},
|
|
1068
1050
|
{
|
|
1069
1051
|
"deprecationReason": null,
|
|
1070
|
-
"description": "
|
|
1052
|
+
"description": "Destination site or remote user identifier",
|
|
1071
1053
|
"isDeprecated": false,
|
|
1072
|
-
"name": "
|
|
1054
|
+
"name": "dest_site"
|
|
1073
1055
|
},
|
|
1074
1056
|
{
|
|
1075
1057
|
"deprecationReason": null,
|
|
1076
|
-
"description": "
|
|
1058
|
+
"description": "Destination Site or remote user identifier",
|
|
1077
1059
|
"isDeprecated": false,
|
|
1078
|
-
"name": "
|
|
1060
|
+
"name": "dest_site_id"
|
|
1079
1061
|
},
|
|
1080
1062
|
{
|
|
1081
1063
|
"deprecationReason": null,
|
|
1082
|
-
"description": "",
|
|
1064
|
+
"description": "Destination Site or remote user name",
|
|
1083
1065
|
"isDeprecated": false,
|
|
1084
|
-
"name": "
|
|
1066
|
+
"name": "dest_site_name"
|
|
1085
1067
|
},
|
|
1086
1068
|
{
|
|
1087
1069
|
"deprecationReason": null,
|
|
1088
|
-
"description": "Name
|
|
1070
|
+
"description": "Name for device related to the traffic",
|
|
1089
1071
|
"isDeprecated": false,
|
|
1090
|
-
"name": "
|
|
1072
|
+
"name": "device_name"
|
|
1091
1073
|
},
|
|
1092
1074
|
{
|
|
1093
1075
|
"deprecationReason": null,
|
|
1094
|
-
"description": "
|
|
1076
|
+
"description": "",
|
|
1095
1077
|
"isDeprecated": false,
|
|
1096
|
-
"name": "
|
|
1078
|
+
"name": "discovered_app"
|
|
1097
1079
|
},
|
|
1098
1080
|
{
|
|
1099
|
-
"deprecationReason":
|
|
1081
|
+
"deprecationReason": "user tld instead",
|
|
1100
1082
|
"description": "",
|
|
1101
|
-
"isDeprecated":
|
|
1083
|
+
"isDeprecated": true,
|
|
1102
1084
|
"name": "domain"
|
|
1103
1085
|
},
|
|
1104
1086
|
{
|
|
1105
1087
|
"deprecationReason": null,
|
|
1106
|
-
"description": "
|
|
1088
|
+
"description": "data downloaded from cloud applications",
|
|
1107
1089
|
"isDeprecated": false,
|
|
1108
|
-
"name": "
|
|
1090
|
+
"name": "downstream"
|
|
1109
1091
|
},
|
|
1110
1092
|
{
|
|
1111
1093
|
"deprecationReason": null,
|
|
1112
|
-
"description": "
|
|
1094
|
+
"description": "",
|
|
1113
1095
|
"isDeprecated": false,
|
|
1114
|
-
"name": "
|
|
1096
|
+
"name": "flows_created"
|
|
1115
1097
|
},
|
|
1116
1098
|
{
|
|
1117
1099
|
"deprecationReason": null,
|
|
1118
|
-
"description": "
|
|
1100
|
+
"description": "the country in which the registered application headquarteres is located",
|
|
1119
1101
|
"isDeprecated": false,
|
|
1120
|
-
"name": "
|
|
1102
|
+
"name": "hq_location"
|
|
1121
1103
|
},
|
|
1122
1104
|
{
|
|
1123
1105
|
"deprecationReason": null,
|
|
1124
|
-
"description": "
|
|
1106
|
+
"description": "",
|
|
1125
1107
|
"isDeprecated": false,
|
|
1126
|
-
"name": "
|
|
1108
|
+
"name": "ip"
|
|
1127
1109
|
},
|
|
1128
1110
|
{
|
|
1129
1111
|
"deprecationReason": null,
|
|
1130
|
-
"description": "
|
|
1112
|
+
"description": "indicates whether the application is considered cloud app/SaaS app",
|
|
1131
1113
|
"isDeprecated": false,
|
|
1132
|
-
"name": "
|
|
1114
|
+
"name": "is_cloud_app"
|
|
1133
1115
|
},
|
|
1134
1116
|
{
|
|
1135
1117
|
"deprecationReason": null,
|
|
1136
|
-
"description": "
|
|
1118
|
+
"description": "Is the application defined as sanctioned?",
|
|
1137
1119
|
"isDeprecated": false,
|
|
1138
|
-
"name": "
|
|
1120
|
+
"name": "is_sanctioned_app"
|
|
1139
1121
|
},
|
|
1140
1122
|
{
|
|
1141
1123
|
"deprecationReason": null,
|
|
1142
|
-
"description": "
|
|
1124
|
+
"description": "new cloud application identifier",
|
|
1143
1125
|
"isDeprecated": false,
|
|
1144
|
-
"name": "
|
|
1126
|
+
"name": "new_app"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"deprecationReason": "use application_risk_level instead",
|
|
1130
|
+
"description": "",
|
|
1131
|
+
"isDeprecated": true,
|
|
1132
|
+
"name": "risk_level"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"deprecationReason": "use application_risk_score instead",
|
|
1136
|
+
"description": "the application risk score assigned by Cato",
|
|
1137
|
+
"isDeprecated": true,
|
|
1138
|
+
"name": "risk_score"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"deprecationReason": "use is_sanctioned_app instead",
|
|
1142
|
+
"description": "Is the application defined as sanctioned?",
|
|
1143
|
+
"isDeprecated": true,
|
|
1144
|
+
"name": "sanctioned"
|
|
1145
1145
|
},
|
|
1146
1146
|
{
|
|
1147
1147
|
"deprecationReason": null,
|
|
1148
|
-
"description": "
|
|
1148
|
+
"description": "Country in which the source host is located",
|
|
1149
1149
|
"isDeprecated": false,
|
|
1150
|
-
"name": "
|
|
1150
|
+
"name": "site_country"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
1153
|
"deprecationReason": null,
|
|
@@ -1157,81 +1157,99 @@
|
|
|
1157
1157
|
},
|
|
1158
1158
|
{
|
|
1159
1159
|
"deprecationReason": null,
|
|
1160
|
-
"description": "
|
|
1160
|
+
"description": "Name for Socket interface",
|
|
1161
1161
|
"isDeprecated": false,
|
|
1162
|
-
"name": "
|
|
1162
|
+
"name": "socket_interface"
|
|
1163
1163
|
},
|
|
1164
1164
|
{
|
|
1165
|
-
"deprecationReason":
|
|
1166
|
-
"description": "",
|
|
1167
|
-
"isDeprecated":
|
|
1168
|
-
"name": "
|
|
1165
|
+
"deprecationReason": null,
|
|
1166
|
+
"description": "IP for source host or Cato Client",
|
|
1167
|
+
"isDeprecated": false,
|
|
1168
|
+
"name": "src_ip"
|
|
1169
1169
|
},
|
|
1170
1170
|
{
|
|
1171
1171
|
"deprecationReason": null,
|
|
1172
|
-
"description": "",
|
|
1172
|
+
"description": "Source is site or remote user",
|
|
1173
1173
|
"isDeprecated": false,
|
|
1174
|
-
"name": "
|
|
1174
|
+
"name": "src_is_site_or_vpn"
|
|
1175
1175
|
},
|
|
1176
1176
|
{
|
|
1177
1177
|
"deprecationReason": null,
|
|
1178
|
-
"description": "
|
|
1178
|
+
"description": "Site country code alpha2",
|
|
1179
1179
|
"isDeprecated": false,
|
|
1180
|
-
"name": "
|
|
1180
|
+
"name": "src_site_country_code"
|
|
1181
1181
|
},
|
|
1182
1182
|
{
|
|
1183
1183
|
"deprecationReason": null,
|
|
1184
|
-
"description": "
|
|
1184
|
+
"description": "Source site or remote user identifier",
|
|
1185
1185
|
"isDeprecated": false,
|
|
1186
|
-
"name": "
|
|
1186
|
+
"name": "src_site_id"
|
|
1187
1187
|
},
|
|
1188
1188
|
{
|
|
1189
1189
|
"deprecationReason": null,
|
|
1190
|
-
"description": "
|
|
1190
|
+
"description": "Source site or remote user name",
|
|
1191
1191
|
"isDeprecated": false,
|
|
1192
|
-
"name": "
|
|
1192
|
+
"name": "src_site_name"
|
|
1193
1193
|
},
|
|
1194
1194
|
{
|
|
1195
1195
|
"deprecationReason": null,
|
|
1196
|
-
"description": "
|
|
1196
|
+
"description": "Site state code",
|
|
1197
1197
|
"isDeprecated": false,
|
|
1198
|
-
"name": "
|
|
1198
|
+
"name": "src_site_state"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"deprecationReason": "use subnet_name instead",
|
|
1202
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
1203
|
+
"isDeprecated": true,
|
|
1204
|
+
"name": "subnet"
|
|
1199
1205
|
},
|
|
1200
1206
|
{
|
|
1201
1207
|
"deprecationReason": null,
|
|
1202
|
-
"description": "
|
|
1208
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
1203
1209
|
"isDeprecated": false,
|
|
1204
|
-
"name": "
|
|
1210
|
+
"name": "subnet_name"
|
|
1205
1211
|
},
|
|
1206
1212
|
{
|
|
1207
1213
|
"deprecationReason": null,
|
|
1208
|
-
"description": "
|
|
1214
|
+
"description": "Top level domain",
|
|
1209
1215
|
"isDeprecated": false,
|
|
1210
|
-
"name": "
|
|
1216
|
+
"name": "tld"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"deprecationReason": "use traffic_direction instead",
|
|
1220
|
+
"description": "the total sum of upstream and downstream data in bytes",
|
|
1221
|
+
"isDeprecated": true,
|
|
1222
|
+
"name": "traffic"
|
|
1211
1223
|
},
|
|
1212
1224
|
{
|
|
1213
1225
|
"deprecationReason": null,
|
|
1214
|
-
"description": "
|
|
1226
|
+
"description": "Traffic direction",
|
|
1215
1227
|
"isDeprecated": false,
|
|
1216
|
-
"name": "
|
|
1228
|
+
"name": "traffic_direction"
|
|
1217
1229
|
},
|
|
1218
1230
|
{
|
|
1219
1231
|
"deprecationReason": null,
|
|
1220
|
-
"description": "
|
|
1232
|
+
"description": "data uploaded to cloud applications",
|
|
1221
1233
|
"isDeprecated": false,
|
|
1222
|
-
"name": "
|
|
1234
|
+
"name": "upstream"
|
|
1223
1235
|
},
|
|
1224
1236
|
{
|
|
1225
1237
|
"deprecationReason": null,
|
|
1226
|
-
"description": "
|
|
1238
|
+
"description": "User identifier",
|
|
1227
1239
|
"isDeprecated": false,
|
|
1228
|
-
"name": "
|
|
1240
|
+
"name": "user_id"
|
|
1229
1241
|
},
|
|
1230
1242
|
{
|
|
1231
1243
|
"deprecationReason": null,
|
|
1232
|
-
"description": "
|
|
1244
|
+
"description": "User name",
|
|
1233
1245
|
"isDeprecated": false,
|
|
1234
|
-
"name": "
|
|
1246
|
+
"name": "user_name"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"deprecationReason": "use user_id instead",
|
|
1250
|
+
"description": "",
|
|
1251
|
+
"isDeprecated": true,
|
|
1252
|
+
"name": "vpn_user_id"
|
|
1235
1253
|
}
|
|
1236
1254
|
],
|
|
1237
1255
|
"fields": null,
|
|
@@ -1366,8 +1384,14 @@
|
|
|
1366
1384
|
"enumValues": [
|
|
1367
1385
|
{
|
|
1368
1386
|
"deprecationReason": null,
|
|
1369
|
-
"description": "
|
|
1387
|
+
"description": "Active Directory name",
|
|
1370
1388
|
"isDeprecated": false,
|
|
1389
|
+
"name": "ad_name"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"deprecationReason": "use application_id instead",
|
|
1393
|
+
"description": "The application identifier",
|
|
1394
|
+
"isDeprecated": true,
|
|
1371
1395
|
"name": "app"
|
|
1372
1396
|
},
|
|
1373
1397
|
{
|
|
@@ -1378,8 +1402,14 @@
|
|
|
1378
1402
|
},
|
|
1379
1403
|
{
|
|
1380
1404
|
"deprecationReason": null,
|
|
1381
|
-
"description": "
|
|
1405
|
+
"description": "Application description",
|
|
1382
1406
|
"isDeprecated": false,
|
|
1407
|
+
"name": "application_description"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"deprecationReason": "use application_name instead",
|
|
1411
|
+
"description": "The application name",
|
|
1412
|
+
"isDeprecated": true,
|
|
1383
1413
|
"name": "application"
|
|
1384
1414
|
},
|
|
1385
1415
|
{
|
|
@@ -1390,105 +1420,105 @@
|
|
|
1390
1420
|
},
|
|
1391
1421
|
{
|
|
1392
1422
|
"deprecationReason": null,
|
|
1393
|
-
"description": "
|
|
1423
|
+
"description": "",
|
|
1394
1424
|
"isDeprecated": false,
|
|
1395
|
-
"name": "
|
|
1425
|
+
"name": "application_risk_level"
|
|
1396
1426
|
},
|
|
1397
1427
|
{
|
|
1398
1428
|
"deprecationReason": null,
|
|
1399
|
-
"description": "",
|
|
1429
|
+
"description": "The application risk score assigned by Cato",
|
|
1400
1430
|
"isDeprecated": false,
|
|
1401
|
-
"name": "
|
|
1431
|
+
"name": "application_risk_score"
|
|
1402
1432
|
},
|
|
1403
1433
|
{
|
|
1404
1434
|
"deprecationReason": null,
|
|
1405
|
-
"description": "
|
|
1435
|
+
"description": "Cato system categories of the application",
|
|
1406
1436
|
"isDeprecated": false,
|
|
1407
|
-
"name": "
|
|
1437
|
+
"name": "categories"
|
|
1408
1438
|
},
|
|
1409
1439
|
{
|
|
1410
|
-
"deprecationReason":
|
|
1411
|
-
"description": "
|
|
1412
|
-
"isDeprecated":
|
|
1413
|
-
"name": "
|
|
1440
|
+
"deprecationReason": "use categories instead",
|
|
1441
|
+
"description": "Cato system category of the application",
|
|
1442
|
+
"isDeprecated": true,
|
|
1443
|
+
"name": "category"
|
|
1414
1444
|
},
|
|
1415
1445
|
{
|
|
1416
1446
|
"deprecationReason": null,
|
|
1417
|
-
"description": "
|
|
1447
|
+
"description": "For hosts configured with a static IP in the Cato Management Application, the host name",
|
|
1418
1448
|
"isDeprecated": false,
|
|
1419
|
-
"name": "
|
|
1449
|
+
"name": "configured_host_name"
|
|
1420
1450
|
},
|
|
1421
1451
|
{
|
|
1422
|
-
"deprecationReason":
|
|
1423
|
-
"description": "
|
|
1424
|
-
"isDeprecated":
|
|
1425
|
-
"name": "
|
|
1452
|
+
"deprecationReason": "use application_description instead",
|
|
1453
|
+
"description": "Application description",
|
|
1454
|
+
"isDeprecated": true,
|
|
1455
|
+
"name": "description"
|
|
1426
1456
|
},
|
|
1427
1457
|
{
|
|
1428
1458
|
"deprecationReason": null,
|
|
1429
|
-
"description": "
|
|
1459
|
+
"description": "IP for destination host or Cato Client",
|
|
1430
1460
|
"isDeprecated": false,
|
|
1431
|
-
"name": "
|
|
1461
|
+
"name": "dest_ip"
|
|
1432
1462
|
},
|
|
1433
1463
|
{
|
|
1434
1464
|
"deprecationReason": null,
|
|
1435
|
-
"description": "",
|
|
1465
|
+
"description": "Destination is site or remote user",
|
|
1436
1466
|
"isDeprecated": false,
|
|
1437
|
-
"name": "
|
|
1467
|
+
"name": "dest_is_site_or_vpn"
|
|
1438
1468
|
},
|
|
1439
1469
|
{
|
|
1440
1470
|
"deprecationReason": null,
|
|
1441
|
-
"description": "",
|
|
1471
|
+
"description": "Destination site or remote user identifier",
|
|
1442
1472
|
"isDeprecated": false,
|
|
1443
|
-
"name": "
|
|
1473
|
+
"name": "dest_site"
|
|
1444
1474
|
},
|
|
1445
1475
|
{
|
|
1446
1476
|
"deprecationReason": null,
|
|
1447
|
-
"description": "
|
|
1477
|
+
"description": "Destination Site or remote user identifier",
|
|
1448
1478
|
"isDeprecated": false,
|
|
1449
|
-
"name": "
|
|
1479
|
+
"name": "dest_site_id"
|
|
1450
1480
|
},
|
|
1451
1481
|
{
|
|
1452
1482
|
"deprecationReason": null,
|
|
1453
|
-
"description": "
|
|
1483
|
+
"description": "Destination Site or remote user name",
|
|
1454
1484
|
"isDeprecated": false,
|
|
1455
|
-
"name": "
|
|
1485
|
+
"name": "dest_site_name"
|
|
1456
1486
|
},
|
|
1457
1487
|
{
|
|
1458
1488
|
"deprecationReason": null,
|
|
1459
|
-
"description": "
|
|
1489
|
+
"description": "Name for device related to the traffic",
|
|
1460
1490
|
"isDeprecated": false,
|
|
1461
|
-
"name": "
|
|
1491
|
+
"name": "device_name"
|
|
1462
1492
|
},
|
|
1463
1493
|
{
|
|
1464
1494
|
"deprecationReason": null,
|
|
1465
|
-
"description": "
|
|
1495
|
+
"description": "",
|
|
1466
1496
|
"isDeprecated": false,
|
|
1467
|
-
"name": "
|
|
1497
|
+
"name": "discovered_app"
|
|
1468
1498
|
},
|
|
1469
1499
|
{
|
|
1470
|
-
"deprecationReason":
|
|
1471
|
-
"description": "
|
|
1472
|
-
"isDeprecated":
|
|
1473
|
-
"name": "
|
|
1500
|
+
"deprecationReason": "user tld instead",
|
|
1501
|
+
"description": "",
|
|
1502
|
+
"isDeprecated": true,
|
|
1503
|
+
"name": "domain"
|
|
1474
1504
|
},
|
|
1475
1505
|
{
|
|
1476
1506
|
"deprecationReason": null,
|
|
1477
|
-
"description": "
|
|
1507
|
+
"description": "data downloaded from cloud applications",
|
|
1478
1508
|
"isDeprecated": false,
|
|
1479
|
-
"name": "
|
|
1509
|
+
"name": "downstream"
|
|
1480
1510
|
},
|
|
1481
1511
|
{
|
|
1482
1512
|
"deprecationReason": null,
|
|
1483
|
-
"description": "
|
|
1513
|
+
"description": "",
|
|
1484
1514
|
"isDeprecated": false,
|
|
1485
|
-
"name": "
|
|
1515
|
+
"name": "flows_created"
|
|
1486
1516
|
},
|
|
1487
1517
|
{
|
|
1488
1518
|
"deprecationReason": null,
|
|
1489
|
-
"description": "
|
|
1519
|
+
"description": "the country in which the registered application headquarteres is located",
|
|
1490
1520
|
"isDeprecated": false,
|
|
1491
|
-
"name": "
|
|
1521
|
+
"name": "hq_location"
|
|
1492
1522
|
},
|
|
1493
1523
|
{
|
|
1494
1524
|
"deprecationReason": null,
|
|
@@ -1498,75 +1528,87 @@
|
|
|
1498
1528
|
},
|
|
1499
1529
|
{
|
|
1500
1530
|
"deprecationReason": null,
|
|
1501
|
-
"description": "
|
|
1531
|
+
"description": "indicates whether the application is considered cloud app/SaaS app",
|
|
1502
1532
|
"isDeprecated": false,
|
|
1503
|
-
"name": "
|
|
1533
|
+
"name": "is_cloud_app"
|
|
1504
1534
|
},
|
|
1505
1535
|
{
|
|
1506
1536
|
"deprecationReason": null,
|
|
1507
|
-
"description": "
|
|
1537
|
+
"description": "Is the application defined as sanctioned?",
|
|
1508
1538
|
"isDeprecated": false,
|
|
1509
|
-
"name": "
|
|
1539
|
+
"name": "is_sanctioned_app"
|
|
1510
1540
|
},
|
|
1511
1541
|
{
|
|
1512
1542
|
"deprecationReason": null,
|
|
1513
|
-
"description": "",
|
|
1543
|
+
"description": "new cloud application identifier",
|
|
1514
1544
|
"isDeprecated": false,
|
|
1515
|
-
"name": "
|
|
1545
|
+
"name": "new_app"
|
|
1516
1546
|
},
|
|
1517
1547
|
{
|
|
1518
|
-
"deprecationReason":
|
|
1519
|
-
"description": "
|
|
1520
|
-
"isDeprecated":
|
|
1521
|
-
"name": "
|
|
1548
|
+
"deprecationReason": "use application_risk_level instead",
|
|
1549
|
+
"description": "",
|
|
1550
|
+
"isDeprecated": true,
|
|
1551
|
+
"name": "risk_level"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"deprecationReason": "use application_risk_score instead",
|
|
1555
|
+
"description": "the application risk score assigned by Cato",
|
|
1556
|
+
"isDeprecated": true,
|
|
1557
|
+
"name": "risk_score"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"deprecationReason": "use is_sanctioned_app instead",
|
|
1561
|
+
"description": "Is the application defined as sanctioned?",
|
|
1562
|
+
"isDeprecated": true,
|
|
1563
|
+
"name": "sanctioned"
|
|
1522
1564
|
},
|
|
1523
1565
|
{
|
|
1524
1566
|
"deprecationReason": null,
|
|
1525
|
-
"description": "
|
|
1567
|
+
"description": "Country in which the source host is located",
|
|
1526
1568
|
"isDeprecated": false,
|
|
1527
|
-
"name": "
|
|
1569
|
+
"name": "site_country"
|
|
1528
1570
|
},
|
|
1529
1571
|
{
|
|
1530
1572
|
"deprecationReason": null,
|
|
1531
|
-
"description": "
|
|
1573
|
+
"description": "State in which the source host is located",
|
|
1532
1574
|
"isDeprecated": false,
|
|
1533
|
-
"name": "
|
|
1575
|
+
"name": "site_state"
|
|
1534
1576
|
},
|
|
1535
1577
|
{
|
|
1536
1578
|
"deprecationReason": null,
|
|
1537
|
-
"description": "
|
|
1579
|
+
"description": "Name for Socket interface",
|
|
1538
1580
|
"isDeprecated": false,
|
|
1539
|
-
"name": "
|
|
1581
|
+
"name": "socket_interface"
|
|
1540
1582
|
},
|
|
1541
1583
|
{
|
|
1542
1584
|
"deprecationReason": null,
|
|
1543
|
-
"description": "
|
|
1585
|
+
"description": "IP for source host or Cato Client",
|
|
1544
1586
|
"isDeprecated": false,
|
|
1545
|
-
"name": "
|
|
1587
|
+
"name": "src_ip"
|
|
1546
1588
|
},
|
|
1547
1589
|
{
|
|
1548
1590
|
"deprecationReason": null,
|
|
1549
|
-
"description": "Source site or remote user
|
|
1591
|
+
"description": "Source is site or remote user",
|
|
1550
1592
|
"isDeprecated": false,
|
|
1551
|
-
"name": "
|
|
1593
|
+
"name": "src_is_site_or_vpn"
|
|
1552
1594
|
},
|
|
1553
1595
|
{
|
|
1554
1596
|
"deprecationReason": null,
|
|
1555
|
-
"description": "
|
|
1597
|
+
"description": "Site country code alpha2",
|
|
1556
1598
|
"isDeprecated": false,
|
|
1557
|
-
"name": "
|
|
1599
|
+
"name": "src_site_country_code"
|
|
1558
1600
|
},
|
|
1559
1601
|
{
|
|
1560
1602
|
"deprecationReason": null,
|
|
1561
|
-
"description": "
|
|
1603
|
+
"description": "Source site or remote user identifier",
|
|
1562
1604
|
"isDeprecated": false,
|
|
1563
|
-
"name": "
|
|
1605
|
+
"name": "src_site_id"
|
|
1564
1606
|
},
|
|
1565
1607
|
{
|
|
1566
1608
|
"deprecationReason": null,
|
|
1567
|
-
"description": "
|
|
1609
|
+
"description": "Source site or remote user name",
|
|
1568
1610
|
"isDeprecated": false,
|
|
1569
|
-
"name": "
|
|
1611
|
+
"name": "src_site_name"
|
|
1570
1612
|
},
|
|
1571
1613
|
{
|
|
1572
1614
|
"deprecationReason": null,
|
|
@@ -1575,40 +1617,28 @@
|
|
|
1575
1617
|
"name": "src_site_state"
|
|
1576
1618
|
},
|
|
1577
1619
|
{
|
|
1578
|
-
"deprecationReason": "use
|
|
1579
|
-
"description": "",
|
|
1620
|
+
"deprecationReason": "use subnet_name instead",
|
|
1621
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
1580
1622
|
"isDeprecated": true,
|
|
1581
|
-
"name": "
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"deprecationReason": null,
|
|
1585
|
-
"description": "",
|
|
1586
|
-
"isDeprecated": false,
|
|
1587
|
-
"name": "flows_created"
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"deprecationReason": null,
|
|
1591
|
-
"description": "Destination site or remote user identifier",
|
|
1592
|
-
"isDeprecated": false,
|
|
1593
|
-
"name": "dest_site"
|
|
1623
|
+
"name": "subnet"
|
|
1594
1624
|
},
|
|
1595
1625
|
{
|
|
1596
1626
|
"deprecationReason": null,
|
|
1597
|
-
"description": "
|
|
1627
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
1598
1628
|
"isDeprecated": false,
|
|
1599
|
-
"name": "
|
|
1629
|
+
"name": "subnet_name"
|
|
1600
1630
|
},
|
|
1601
1631
|
{
|
|
1602
1632
|
"deprecationReason": null,
|
|
1603
|
-
"description": "
|
|
1633
|
+
"description": "Top level domain",
|
|
1604
1634
|
"isDeprecated": false,
|
|
1605
|
-
"name": "
|
|
1635
|
+
"name": "tld"
|
|
1606
1636
|
},
|
|
1607
1637
|
{
|
|
1608
|
-
"deprecationReason":
|
|
1609
|
-
"description": "
|
|
1610
|
-
"isDeprecated":
|
|
1611
|
-
"name": "
|
|
1638
|
+
"deprecationReason": "use traffic_direction instead",
|
|
1639
|
+
"description": "the total sum of upstream and downstream data in bytes",
|
|
1640
|
+
"isDeprecated": true,
|
|
1641
|
+
"name": "traffic"
|
|
1612
1642
|
},
|
|
1613
1643
|
{
|
|
1614
1644
|
"deprecationReason": null,
|
|
@@ -1618,33 +1648,27 @@
|
|
|
1618
1648
|
},
|
|
1619
1649
|
{
|
|
1620
1650
|
"deprecationReason": null,
|
|
1621
|
-
"description": "
|
|
1622
|
-
"isDeprecated": false,
|
|
1623
|
-
"name": "device_name"
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"deprecationReason": null,
|
|
1627
|
-
"description": "Active Directory name",
|
|
1651
|
+
"description": "data uploaded to cloud applications",
|
|
1628
1652
|
"isDeprecated": false,
|
|
1629
|
-
"name": "
|
|
1653
|
+
"name": "upstream"
|
|
1630
1654
|
},
|
|
1631
1655
|
{
|
|
1632
1656
|
"deprecationReason": null,
|
|
1633
|
-
"description": "
|
|
1657
|
+
"description": "User identifier",
|
|
1634
1658
|
"isDeprecated": false,
|
|
1635
|
-
"name": "
|
|
1659
|
+
"name": "user_id"
|
|
1636
1660
|
},
|
|
1637
1661
|
{
|
|
1638
1662
|
"deprecationReason": null,
|
|
1639
|
-
"description": "
|
|
1663
|
+
"description": "User name",
|
|
1640
1664
|
"isDeprecated": false,
|
|
1641
|
-
"name": "
|
|
1665
|
+
"name": "user_name"
|
|
1642
1666
|
},
|
|
1643
1667
|
{
|
|
1644
|
-
"deprecationReason":
|
|
1645
|
-
"description": "
|
|
1646
|
-
"isDeprecated":
|
|
1647
|
-
"name": "
|
|
1668
|
+
"deprecationReason": "use user_id instead",
|
|
1669
|
+
"description": "",
|
|
1670
|
+
"isDeprecated": true,
|
|
1671
|
+
"name": "vpn_user_id"
|
|
1648
1672
|
}
|
|
1649
1673
|
],
|
|
1650
1674
|
"fields": null,
|
|
@@ -1854,8 +1878,14 @@
|
|
|
1854
1878
|
"enumValues": [
|
|
1855
1879
|
{
|
|
1856
1880
|
"deprecationReason": null,
|
|
1857
|
-
"description": "
|
|
1881
|
+
"description": "Active Directory name",
|
|
1858
1882
|
"isDeprecated": false,
|
|
1883
|
+
"name": "ad_name"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"deprecationReason": "use application_id instead",
|
|
1887
|
+
"description": "The application identifier",
|
|
1888
|
+
"isDeprecated": true,
|
|
1859
1889
|
"name": "app"
|
|
1860
1890
|
},
|
|
1861
1891
|
{
|
|
@@ -1866,177 +1896,165 @@
|
|
|
1866
1896
|
},
|
|
1867
1897
|
{
|
|
1868
1898
|
"deprecationReason": null,
|
|
1869
|
-
"description": "
|
|
1899
|
+
"description": "Application description",
|
|
1870
1900
|
"isDeprecated": false,
|
|
1871
|
-
"name": "
|
|
1901
|
+
"name": "application_description"
|
|
1872
1902
|
},
|
|
1873
1903
|
{
|
|
1874
|
-
"deprecationReason":
|
|
1904
|
+
"deprecationReason": "use application_name instead",
|
|
1875
1905
|
"description": "The application name",
|
|
1876
|
-
"isDeprecated":
|
|
1877
|
-
"name": "
|
|
1906
|
+
"isDeprecated": true,
|
|
1907
|
+
"name": "application"
|
|
1878
1908
|
},
|
|
1879
1909
|
{
|
|
1880
1910
|
"deprecationReason": null,
|
|
1881
|
-
"description": "
|
|
1911
|
+
"description": "The application name",
|
|
1882
1912
|
"isDeprecated": false,
|
|
1883
|
-
"name": "
|
|
1913
|
+
"name": "application_name"
|
|
1884
1914
|
},
|
|
1885
1915
|
{
|
|
1886
1916
|
"deprecationReason": null,
|
|
1887
1917
|
"description": "",
|
|
1888
1918
|
"isDeprecated": false,
|
|
1889
|
-
"name": "
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
"deprecationReason": null,
|
|
1893
|
-
"description": "the total sum of upstream and downstream data in bytes",
|
|
1894
|
-
"isDeprecated": false,
|
|
1895
|
-
"name": "traffic"
|
|
1919
|
+
"name": "application_risk_level"
|
|
1896
1920
|
},
|
|
1897
1921
|
{
|
|
1898
1922
|
"deprecationReason": null,
|
|
1899
|
-
"description": "
|
|
1923
|
+
"description": "The application risk score assigned by Cato",
|
|
1900
1924
|
"isDeprecated": false,
|
|
1901
|
-
"name": "
|
|
1925
|
+
"name": "application_risk_score"
|
|
1902
1926
|
},
|
|
1903
1927
|
{
|
|
1904
1928
|
"deprecationReason": null,
|
|
1905
|
-
"description": "
|
|
1929
|
+
"description": "Cato system categories of the application",
|
|
1906
1930
|
"isDeprecated": false,
|
|
1907
|
-
"name": "
|
|
1931
|
+
"name": "categories"
|
|
1908
1932
|
},
|
|
1909
1933
|
{
|
|
1910
|
-
"deprecationReason":
|
|
1911
|
-
"description": "
|
|
1912
|
-
"isDeprecated":
|
|
1913
|
-
"name": "
|
|
1934
|
+
"deprecationReason": "use categories instead",
|
|
1935
|
+
"description": "Cato system category of the application",
|
|
1936
|
+
"isDeprecated": true,
|
|
1937
|
+
"name": "category"
|
|
1914
1938
|
},
|
|
1915
1939
|
{
|
|
1916
1940
|
"deprecationReason": null,
|
|
1917
|
-
"description": "
|
|
1941
|
+
"description": "For hosts configured with a static IP in the Cato Management Application, the host name",
|
|
1918
1942
|
"isDeprecated": false,
|
|
1919
|
-
"name": "
|
|
1943
|
+
"name": "configured_host_name"
|
|
1920
1944
|
},
|
|
1921
1945
|
{
|
|
1922
|
-
"deprecationReason":
|
|
1923
|
-
"description": "",
|
|
1924
|
-
"isDeprecated":
|
|
1925
|
-
"name": "
|
|
1946
|
+
"deprecationReason": "use application_description instead",
|
|
1947
|
+
"description": "Application description",
|
|
1948
|
+
"isDeprecated": true,
|
|
1949
|
+
"name": "description"
|
|
1926
1950
|
},
|
|
1927
1951
|
{
|
|
1928
1952
|
"deprecationReason": null,
|
|
1929
|
-
"description": "",
|
|
1953
|
+
"description": "IP for destination host or Cato Client",
|
|
1930
1954
|
"isDeprecated": false,
|
|
1931
|
-
"name": "
|
|
1955
|
+
"name": "dest_ip"
|
|
1932
1956
|
},
|
|
1933
1957
|
{
|
|
1934
1958
|
"deprecationReason": null,
|
|
1935
|
-
"description": "
|
|
1959
|
+
"description": "Destination is site or remote user",
|
|
1936
1960
|
"isDeprecated": false,
|
|
1937
|
-
"name": "
|
|
1961
|
+
"name": "dest_is_site_or_vpn"
|
|
1938
1962
|
},
|
|
1939
1963
|
{
|
|
1940
1964
|
"deprecationReason": null,
|
|
1941
|
-
"description": "
|
|
1965
|
+
"description": "Destination site or remote user identifier",
|
|
1942
1966
|
"isDeprecated": false,
|
|
1943
|
-
"name": "
|
|
1967
|
+
"name": "dest_site"
|
|
1944
1968
|
},
|
|
1945
1969
|
{
|
|
1946
1970
|
"deprecationReason": null,
|
|
1947
|
-
"description": "
|
|
1971
|
+
"description": "Destination Site or remote user identifier",
|
|
1948
1972
|
"isDeprecated": false,
|
|
1949
|
-
"name": "
|
|
1973
|
+
"name": "dest_site_id"
|
|
1950
1974
|
},
|
|
1951
1975
|
{
|
|
1952
1976
|
"deprecationReason": null,
|
|
1953
|
-
"description": "
|
|
1977
|
+
"description": "Destination Site or remote user name",
|
|
1954
1978
|
"isDeprecated": false,
|
|
1955
|
-
"name": "
|
|
1979
|
+
"name": "dest_site_name"
|
|
1956
1980
|
},
|
|
1957
1981
|
{
|
|
1958
1982
|
"deprecationReason": null,
|
|
1959
|
-
"description": "
|
|
1983
|
+
"description": "Name for device related to the traffic",
|
|
1960
1984
|
"isDeprecated": false,
|
|
1961
|
-
"name": "
|
|
1985
|
+
"name": "device_name"
|
|
1962
1986
|
},
|
|
1963
1987
|
{
|
|
1964
1988
|
"deprecationReason": null,
|
|
1965
|
-
"description": "
|
|
1989
|
+
"description": "",
|
|
1966
1990
|
"isDeprecated": false,
|
|
1967
|
-
"name": "
|
|
1991
|
+
"name": "discovered_app"
|
|
1968
1992
|
},
|
|
1969
1993
|
{
|
|
1970
|
-
"deprecationReason":
|
|
1971
|
-
"description": "
|
|
1972
|
-
"isDeprecated":
|
|
1973
|
-
"name": "
|
|
1994
|
+
"deprecationReason": "user tld instead",
|
|
1995
|
+
"description": "",
|
|
1996
|
+
"isDeprecated": true,
|
|
1997
|
+
"name": "domain"
|
|
1974
1998
|
},
|
|
1975
1999
|
{
|
|
1976
2000
|
"deprecationReason": null,
|
|
1977
|
-
"description": "
|
|
2001
|
+
"description": "data downloaded from cloud applications",
|
|
1978
2002
|
"isDeprecated": false,
|
|
1979
|
-
"name": "
|
|
2003
|
+
"name": "downstream"
|
|
1980
2004
|
},
|
|
1981
2005
|
{
|
|
1982
2006
|
"deprecationReason": null,
|
|
1983
2007
|
"description": "",
|
|
1984
2008
|
"isDeprecated": false,
|
|
1985
|
-
"name": "
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"deprecationReason": null,
|
|
1989
|
-
"description": "Name of subnet as defined in Cato Management Application",
|
|
1990
|
-
"isDeprecated": false,
|
|
1991
|
-
"name": "subnet"
|
|
2009
|
+
"name": "flows_created"
|
|
1992
2010
|
},
|
|
1993
2011
|
{
|
|
1994
2012
|
"deprecationReason": null,
|
|
1995
|
-
"description": "
|
|
2013
|
+
"description": "the country in which the registered application headquarteres is located",
|
|
1996
2014
|
"isDeprecated": false,
|
|
1997
|
-
"name": "
|
|
2015
|
+
"name": "hq_location"
|
|
1998
2016
|
},
|
|
1999
2017
|
{
|
|
2000
2018
|
"deprecationReason": null,
|
|
2001
2019
|
"description": "",
|
|
2002
2020
|
"isDeprecated": false,
|
|
2003
|
-
"name": "
|
|
2021
|
+
"name": "ip"
|
|
2004
2022
|
},
|
|
2005
2023
|
{
|
|
2006
2024
|
"deprecationReason": null,
|
|
2007
|
-
"description": "
|
|
2025
|
+
"description": "indicates whether the application is considered cloud app/SaaS app",
|
|
2008
2026
|
"isDeprecated": false,
|
|
2009
|
-
"name": "
|
|
2027
|
+
"name": "is_cloud_app"
|
|
2010
2028
|
},
|
|
2011
2029
|
{
|
|
2012
2030
|
"deprecationReason": null,
|
|
2013
|
-
"description": "
|
|
2031
|
+
"description": "Is the application defined as sanctioned?",
|
|
2014
2032
|
"isDeprecated": false,
|
|
2015
|
-
"name": "
|
|
2033
|
+
"name": "is_sanctioned_app"
|
|
2016
2034
|
},
|
|
2017
2035
|
{
|
|
2018
2036
|
"deprecationReason": null,
|
|
2019
|
-
"description": "
|
|
2037
|
+
"description": "new cloud application identifier",
|
|
2020
2038
|
"isDeprecated": false,
|
|
2021
|
-
"name": "
|
|
2039
|
+
"name": "new_app"
|
|
2022
2040
|
},
|
|
2023
2041
|
{
|
|
2024
|
-
"deprecationReason":
|
|
2025
|
-
"description": "
|
|
2026
|
-
"isDeprecated":
|
|
2027
|
-
"name": "
|
|
2042
|
+
"deprecationReason": "use application_risk_level instead",
|
|
2043
|
+
"description": "",
|
|
2044
|
+
"isDeprecated": true,
|
|
2045
|
+
"name": "risk_level"
|
|
2028
2046
|
},
|
|
2029
2047
|
{
|
|
2030
|
-
"deprecationReason":
|
|
2031
|
-
"description": "
|
|
2032
|
-
"isDeprecated":
|
|
2033
|
-
"name": "
|
|
2048
|
+
"deprecationReason": "use application_risk_score instead",
|
|
2049
|
+
"description": "the application risk score assigned by Cato",
|
|
2050
|
+
"isDeprecated": true,
|
|
2051
|
+
"name": "risk_score"
|
|
2034
2052
|
},
|
|
2035
2053
|
{
|
|
2036
|
-
"deprecationReason":
|
|
2037
|
-
"description": "
|
|
2038
|
-
"isDeprecated":
|
|
2039
|
-
"name": "
|
|
2054
|
+
"deprecationReason": "use is_sanctioned_app instead",
|
|
2055
|
+
"description": "Is the application defined as sanctioned?",
|
|
2056
|
+
"isDeprecated": true,
|
|
2057
|
+
"name": "sanctioned"
|
|
2040
2058
|
},
|
|
2041
2059
|
{
|
|
2042
2060
|
"deprecationReason": null,
|
|
@@ -2046,93 +2064,105 @@
|
|
|
2046
2064
|
},
|
|
2047
2065
|
{
|
|
2048
2066
|
"deprecationReason": null,
|
|
2049
|
-
"description": "
|
|
2067
|
+
"description": "State in which the source host is located",
|
|
2050
2068
|
"isDeprecated": false,
|
|
2051
|
-
"name": "
|
|
2069
|
+
"name": "site_state"
|
|
2052
2070
|
},
|
|
2053
2071
|
{
|
|
2054
2072
|
"deprecationReason": null,
|
|
2055
|
-
"description": "
|
|
2073
|
+
"description": "Name for Socket interface",
|
|
2056
2074
|
"isDeprecated": false,
|
|
2057
|
-
"name": "
|
|
2075
|
+
"name": "socket_interface"
|
|
2058
2076
|
},
|
|
2059
2077
|
{
|
|
2060
2078
|
"deprecationReason": null,
|
|
2061
|
-
"description": "
|
|
2079
|
+
"description": "IP for source host or Cato Client",
|
|
2062
2080
|
"isDeprecated": false,
|
|
2063
|
-
"name": "
|
|
2081
|
+
"name": "src_ip"
|
|
2064
2082
|
},
|
|
2065
2083
|
{
|
|
2066
|
-
"deprecationReason":
|
|
2067
|
-
"description": "",
|
|
2068
|
-
"isDeprecated":
|
|
2069
|
-
"name": "
|
|
2084
|
+
"deprecationReason": null,
|
|
2085
|
+
"description": "Source is site or remote user",
|
|
2086
|
+
"isDeprecated": false,
|
|
2087
|
+
"name": "src_is_site_or_vpn"
|
|
2070
2088
|
},
|
|
2071
2089
|
{
|
|
2072
2090
|
"deprecationReason": null,
|
|
2073
|
-
"description": "",
|
|
2091
|
+
"description": "Site country code alpha2",
|
|
2074
2092
|
"isDeprecated": false,
|
|
2075
|
-
"name": "
|
|
2093
|
+
"name": "src_site_country_code"
|
|
2076
2094
|
},
|
|
2077
2095
|
{
|
|
2078
2096
|
"deprecationReason": null,
|
|
2079
|
-
"description": "
|
|
2097
|
+
"description": "Source site or remote user identifier",
|
|
2080
2098
|
"isDeprecated": false,
|
|
2081
|
-
"name": "
|
|
2099
|
+
"name": "src_site_id"
|
|
2082
2100
|
},
|
|
2083
2101
|
{
|
|
2084
2102
|
"deprecationReason": null,
|
|
2085
|
-
"description": "
|
|
2103
|
+
"description": "Source site or remote user name",
|
|
2086
2104
|
"isDeprecated": false,
|
|
2087
|
-
"name": "
|
|
2105
|
+
"name": "src_site_name"
|
|
2088
2106
|
},
|
|
2089
2107
|
{
|
|
2090
2108
|
"deprecationReason": null,
|
|
2091
|
-
"description": "
|
|
2109
|
+
"description": "Site state code",
|
|
2092
2110
|
"isDeprecated": false,
|
|
2093
|
-
"name": "
|
|
2111
|
+
"name": "src_site_state"
|
|
2094
2112
|
},
|
|
2095
2113
|
{
|
|
2096
|
-
"deprecationReason":
|
|
2097
|
-
"description": "
|
|
2098
|
-
"isDeprecated":
|
|
2099
|
-
"name": "
|
|
2114
|
+
"deprecationReason": "use subnet_name instead",
|
|
2115
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
2116
|
+
"isDeprecated": true,
|
|
2117
|
+
"name": "subnet"
|
|
2100
2118
|
},
|
|
2101
2119
|
{
|
|
2102
2120
|
"deprecationReason": null,
|
|
2103
|
-
"description": "
|
|
2121
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
2104
2122
|
"isDeprecated": false,
|
|
2105
|
-
"name": "
|
|
2123
|
+
"name": "subnet_name"
|
|
2106
2124
|
},
|
|
2107
2125
|
{
|
|
2108
2126
|
"deprecationReason": null,
|
|
2109
|
-
"description": "
|
|
2127
|
+
"description": "Top level domain",
|
|
2110
2128
|
"isDeprecated": false,
|
|
2111
|
-
"name": "
|
|
2129
|
+
"name": "tld"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"deprecationReason": "use traffic_direction instead",
|
|
2133
|
+
"description": "the total sum of upstream and downstream data in bytes",
|
|
2134
|
+
"isDeprecated": true,
|
|
2135
|
+
"name": "traffic"
|
|
2112
2136
|
},
|
|
2113
2137
|
{
|
|
2114
2138
|
"deprecationReason": null,
|
|
2115
|
-
"description": "
|
|
2139
|
+
"description": "Traffic direction",
|
|
2116
2140
|
"isDeprecated": false,
|
|
2117
|
-
"name": "
|
|
2141
|
+
"name": "traffic_direction"
|
|
2118
2142
|
},
|
|
2119
2143
|
{
|
|
2120
2144
|
"deprecationReason": null,
|
|
2121
|
-
"description": "
|
|
2145
|
+
"description": "data uploaded to cloud applications",
|
|
2122
2146
|
"isDeprecated": false,
|
|
2123
|
-
"name": "
|
|
2147
|
+
"name": "upstream"
|
|
2124
2148
|
},
|
|
2125
2149
|
{
|
|
2126
2150
|
"deprecationReason": null,
|
|
2127
|
-
"description": "
|
|
2151
|
+
"description": "User identifier",
|
|
2128
2152
|
"isDeprecated": false,
|
|
2129
|
-
"name": "
|
|
2153
|
+
"name": "user_id"
|
|
2130
2154
|
},
|
|
2131
2155
|
{
|
|
2132
2156
|
"deprecationReason": null,
|
|
2133
|
-
"description": "
|
|
2157
|
+
"description": "User name",
|
|
2134
2158
|
"isDeprecated": false,
|
|
2135
|
-
"name": "
|
|
2159
|
+
"name": "user_name"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"deprecationReason": "use user_id instead",
|
|
2163
|
+
"description": "",
|
|
2164
|
+
"isDeprecated": true,
|
|
2165
|
+
"name": "vpn_user_id"
|
|
2136
2166
|
}
|
|
2137
2167
|
],
|
|
2138
2168
|
"fields": null,
|
|
@@ -2289,8 +2319,14 @@
|
|
|
2289
2319
|
"enumValues": [
|
|
2290
2320
|
{
|
|
2291
2321
|
"deprecationReason": null,
|
|
2292
|
-
"description": "
|
|
2322
|
+
"description": "Active Directory name",
|
|
2293
2323
|
"isDeprecated": false,
|
|
2324
|
+
"name": "ad_name"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"deprecationReason": "use application_id instead",
|
|
2328
|
+
"description": "The application identifier",
|
|
2329
|
+
"isDeprecated": true,
|
|
2294
2330
|
"name": "app"
|
|
2295
2331
|
},
|
|
2296
2332
|
{
|
|
@@ -2301,8 +2337,14 @@
|
|
|
2301
2337
|
},
|
|
2302
2338
|
{
|
|
2303
2339
|
"deprecationReason": null,
|
|
2304
|
-
"description": "
|
|
2340
|
+
"description": "Application description",
|
|
2305
2341
|
"isDeprecated": false,
|
|
2342
|
+
"name": "application_description"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"deprecationReason": "use application_name instead",
|
|
2346
|
+
"description": "The application name",
|
|
2347
|
+
"isDeprecated": true,
|
|
2306
2348
|
"name": "application"
|
|
2307
2349
|
},
|
|
2308
2350
|
{
|
|
@@ -2313,105 +2355,105 @@
|
|
|
2313
2355
|
},
|
|
2314
2356
|
{
|
|
2315
2357
|
"deprecationReason": null,
|
|
2316
|
-
"description": "
|
|
2358
|
+
"description": "",
|
|
2317
2359
|
"isDeprecated": false,
|
|
2318
|
-
"name": "
|
|
2360
|
+
"name": "application_risk_level"
|
|
2319
2361
|
},
|
|
2320
2362
|
{
|
|
2321
2363
|
"deprecationReason": null,
|
|
2322
|
-
"description": "",
|
|
2364
|
+
"description": "The application risk score assigned by Cato",
|
|
2323
2365
|
"isDeprecated": false,
|
|
2324
|
-
"name": "
|
|
2366
|
+
"name": "application_risk_score"
|
|
2325
2367
|
},
|
|
2326
2368
|
{
|
|
2327
2369
|
"deprecationReason": null,
|
|
2328
|
-
"description": "
|
|
2370
|
+
"description": "Cato system categories of the application",
|
|
2329
2371
|
"isDeprecated": false,
|
|
2330
|
-
"name": "
|
|
2372
|
+
"name": "categories"
|
|
2331
2373
|
},
|
|
2332
2374
|
{
|
|
2333
|
-
"deprecationReason":
|
|
2334
|
-
"description": "
|
|
2335
|
-
"isDeprecated":
|
|
2336
|
-
"name": "
|
|
2375
|
+
"deprecationReason": "use categories instead",
|
|
2376
|
+
"description": "Cato system category of the application",
|
|
2377
|
+
"isDeprecated": true,
|
|
2378
|
+
"name": "category"
|
|
2337
2379
|
},
|
|
2338
2380
|
{
|
|
2339
2381
|
"deprecationReason": null,
|
|
2340
|
-
"description": "
|
|
2382
|
+
"description": "For hosts configured with a static IP in the Cato Management Application, the host name",
|
|
2341
2383
|
"isDeprecated": false,
|
|
2342
|
-
"name": "
|
|
2384
|
+
"name": "configured_host_name"
|
|
2343
2385
|
},
|
|
2344
2386
|
{
|
|
2345
|
-
"deprecationReason":
|
|
2346
|
-
"description": "
|
|
2347
|
-
"isDeprecated":
|
|
2348
|
-
"name": "
|
|
2387
|
+
"deprecationReason": "use application_description instead",
|
|
2388
|
+
"description": "Application description",
|
|
2389
|
+
"isDeprecated": true,
|
|
2390
|
+
"name": "description"
|
|
2349
2391
|
},
|
|
2350
2392
|
{
|
|
2351
2393
|
"deprecationReason": null,
|
|
2352
|
-
"description": "
|
|
2394
|
+
"description": "IP for destination host or Cato Client",
|
|
2353
2395
|
"isDeprecated": false,
|
|
2354
|
-
"name": "
|
|
2396
|
+
"name": "dest_ip"
|
|
2355
2397
|
},
|
|
2356
2398
|
{
|
|
2357
2399
|
"deprecationReason": null,
|
|
2358
|
-
"description": "",
|
|
2400
|
+
"description": "Destination is site or remote user",
|
|
2359
2401
|
"isDeprecated": false,
|
|
2360
|
-
"name": "
|
|
2402
|
+
"name": "dest_is_site_or_vpn"
|
|
2361
2403
|
},
|
|
2362
2404
|
{
|
|
2363
2405
|
"deprecationReason": null,
|
|
2364
|
-
"description": "",
|
|
2406
|
+
"description": "Destination site or remote user identifier",
|
|
2365
2407
|
"isDeprecated": false,
|
|
2366
|
-
"name": "
|
|
2408
|
+
"name": "dest_site"
|
|
2367
2409
|
},
|
|
2368
2410
|
{
|
|
2369
2411
|
"deprecationReason": null,
|
|
2370
|
-
"description": "
|
|
2412
|
+
"description": "Destination Site or remote user identifier",
|
|
2371
2413
|
"isDeprecated": false,
|
|
2372
|
-
"name": "
|
|
2414
|
+
"name": "dest_site_id"
|
|
2373
2415
|
},
|
|
2374
2416
|
{
|
|
2375
2417
|
"deprecationReason": null,
|
|
2376
|
-
"description": "
|
|
2418
|
+
"description": "Destination Site or remote user name",
|
|
2377
2419
|
"isDeprecated": false,
|
|
2378
|
-
"name": "
|
|
2420
|
+
"name": "dest_site_name"
|
|
2379
2421
|
},
|
|
2380
2422
|
{
|
|
2381
2423
|
"deprecationReason": null,
|
|
2382
|
-
"description": "
|
|
2424
|
+
"description": "Name for device related to the traffic",
|
|
2383
2425
|
"isDeprecated": false,
|
|
2384
|
-
"name": "
|
|
2426
|
+
"name": "device_name"
|
|
2385
2427
|
},
|
|
2386
2428
|
{
|
|
2387
2429
|
"deprecationReason": null,
|
|
2388
|
-
"description": "
|
|
2430
|
+
"description": "",
|
|
2389
2431
|
"isDeprecated": false,
|
|
2390
|
-
"name": "
|
|
2432
|
+
"name": "discovered_app"
|
|
2391
2433
|
},
|
|
2392
2434
|
{
|
|
2393
|
-
"deprecationReason":
|
|
2394
|
-
"description": "
|
|
2395
|
-
"isDeprecated":
|
|
2396
|
-
"name": "
|
|
2435
|
+
"deprecationReason": "user tld instead",
|
|
2436
|
+
"description": "",
|
|
2437
|
+
"isDeprecated": true,
|
|
2438
|
+
"name": "domain"
|
|
2397
2439
|
},
|
|
2398
2440
|
{
|
|
2399
2441
|
"deprecationReason": null,
|
|
2400
|
-
"description": "
|
|
2442
|
+
"description": "data downloaded from cloud applications",
|
|
2401
2443
|
"isDeprecated": false,
|
|
2402
|
-
"name": "
|
|
2444
|
+
"name": "downstream"
|
|
2403
2445
|
},
|
|
2404
2446
|
{
|
|
2405
2447
|
"deprecationReason": null,
|
|
2406
|
-
"description": "
|
|
2448
|
+
"description": "",
|
|
2407
2449
|
"isDeprecated": false,
|
|
2408
|
-
"name": "
|
|
2450
|
+
"name": "flows_created"
|
|
2409
2451
|
},
|
|
2410
2452
|
{
|
|
2411
2453
|
"deprecationReason": null,
|
|
2412
|
-
"description": "
|
|
2454
|
+
"description": "the country in which the registered application headquarteres is located",
|
|
2413
2455
|
"isDeprecated": false,
|
|
2414
|
-
"name": "
|
|
2456
|
+
"name": "hq_location"
|
|
2415
2457
|
},
|
|
2416
2458
|
{
|
|
2417
2459
|
"deprecationReason": null,
|
|
@@ -2421,63 +2463,69 @@
|
|
|
2421
2463
|
},
|
|
2422
2464
|
{
|
|
2423
2465
|
"deprecationReason": null,
|
|
2424
|
-
"description": "
|
|
2466
|
+
"description": "indicates whether the application is considered cloud app/SaaS app",
|
|
2425
2467
|
"isDeprecated": false,
|
|
2426
|
-
"name": "
|
|
2468
|
+
"name": "is_cloud_app"
|
|
2427
2469
|
},
|
|
2428
2470
|
{
|
|
2429
2471
|
"deprecationReason": null,
|
|
2430
|
-
"description": "
|
|
2472
|
+
"description": "Is the application defined as sanctioned?",
|
|
2431
2473
|
"isDeprecated": false,
|
|
2432
|
-
"name": "
|
|
2474
|
+
"name": "is_sanctioned_app"
|
|
2433
2475
|
},
|
|
2434
2476
|
{
|
|
2435
2477
|
"deprecationReason": null,
|
|
2436
|
-
"description": "",
|
|
2478
|
+
"description": "new cloud application identifier",
|
|
2437
2479
|
"isDeprecated": false,
|
|
2438
|
-
"name": "
|
|
2480
|
+
"name": "new_app"
|
|
2439
2481
|
},
|
|
2440
2482
|
{
|
|
2441
|
-
"deprecationReason":
|
|
2442
|
-
"description": "
|
|
2443
|
-
"isDeprecated":
|
|
2444
|
-
"name": "
|
|
2483
|
+
"deprecationReason": "use application_risk_level instead",
|
|
2484
|
+
"description": "",
|
|
2485
|
+
"isDeprecated": true,
|
|
2486
|
+
"name": "risk_level"
|
|
2445
2487
|
},
|
|
2446
2488
|
{
|
|
2447
|
-
"deprecationReason":
|
|
2448
|
-
"description": "
|
|
2449
|
-
"isDeprecated":
|
|
2450
|
-
"name": "
|
|
2489
|
+
"deprecationReason": "use application_risk_score instead",
|
|
2490
|
+
"description": "the application risk score assigned by Cato",
|
|
2491
|
+
"isDeprecated": true,
|
|
2492
|
+
"name": "risk_score"
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"deprecationReason": "use is_sanctioned_app instead",
|
|
2496
|
+
"description": "Is the application defined as sanctioned?",
|
|
2497
|
+
"isDeprecated": true,
|
|
2498
|
+
"name": "sanctioned"
|
|
2451
2499
|
},
|
|
2452
2500
|
{
|
|
2453
2501
|
"deprecationReason": null,
|
|
2454
|
-
"description": "
|
|
2502
|
+
"description": "Country in which the source host is located",
|
|
2455
2503
|
"isDeprecated": false,
|
|
2456
|
-
"name": "
|
|
2504
|
+
"name": "site_country"
|
|
2457
2505
|
},
|
|
2458
2506
|
{
|
|
2459
2507
|
"deprecationReason": null,
|
|
2460
|
-
"description": "
|
|
2508
|
+
"description": "State in which the source host is located",
|
|
2461
2509
|
"isDeprecated": false,
|
|
2462
|
-
"name": "
|
|
2510
|
+
"name": "site_state"
|
|
2463
2511
|
},
|
|
2464
2512
|
{
|
|
2465
2513
|
"deprecationReason": null,
|
|
2466
|
-
"description": "
|
|
2514
|
+
"description": "Name for Socket interface",
|
|
2467
2515
|
"isDeprecated": false,
|
|
2468
|
-
"name": "
|
|
2516
|
+
"name": "socket_interface"
|
|
2469
2517
|
},
|
|
2470
2518
|
{
|
|
2471
2519
|
"deprecationReason": null,
|
|
2472
|
-
"description": "
|
|
2520
|
+
"description": "IP for source host or Cato Client",
|
|
2473
2521
|
"isDeprecated": false,
|
|
2474
|
-
"name": "
|
|
2522
|
+
"name": "src_ip"
|
|
2475
2523
|
},
|
|
2476
2524
|
{
|
|
2477
2525
|
"deprecationReason": null,
|
|
2478
|
-
"description": "
|
|
2526
|
+
"description": "Source is site or remote user",
|
|
2479
2527
|
"isDeprecated": false,
|
|
2480
|
-
"name": "
|
|
2528
|
+
"name": "src_is_site_or_vpn"
|
|
2481
2529
|
},
|
|
2482
2530
|
{
|
|
2483
2531
|
"deprecationReason": null,
|
|
@@ -2487,51 +2535,45 @@
|
|
|
2487
2535
|
},
|
|
2488
2536
|
{
|
|
2489
2537
|
"deprecationReason": null,
|
|
2490
|
-
"description": "
|
|
2538
|
+
"description": "Source site or remote user identifier",
|
|
2491
2539
|
"isDeprecated": false,
|
|
2492
|
-
"name": "
|
|
2540
|
+
"name": "src_site_id"
|
|
2493
2541
|
},
|
|
2494
2542
|
{
|
|
2495
2543
|
"deprecationReason": null,
|
|
2496
|
-
"description": "
|
|
2544
|
+
"description": "Source site or remote user name",
|
|
2497
2545
|
"isDeprecated": false,
|
|
2498
|
-
"name": "
|
|
2499
|
-
},
|
|
2500
|
-
{
|
|
2501
|
-
"deprecationReason": "use user_id instead",
|
|
2502
|
-
"description": "",
|
|
2503
|
-
"isDeprecated": true,
|
|
2504
|
-
"name": "vpn_user_id"
|
|
2546
|
+
"name": "src_site_name"
|
|
2505
2547
|
},
|
|
2506
2548
|
{
|
|
2507
2549
|
"deprecationReason": null,
|
|
2508
|
-
"description": "",
|
|
2550
|
+
"description": "Site state code",
|
|
2509
2551
|
"isDeprecated": false,
|
|
2510
|
-
"name": "
|
|
2552
|
+
"name": "src_site_state"
|
|
2511
2553
|
},
|
|
2512
2554
|
{
|
|
2513
|
-
"deprecationReason":
|
|
2514
|
-
"description": "
|
|
2515
|
-
"isDeprecated":
|
|
2516
|
-
"name": "
|
|
2555
|
+
"deprecationReason": "use subnet_name instead",
|
|
2556
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
2557
|
+
"isDeprecated": true,
|
|
2558
|
+
"name": "subnet"
|
|
2517
2559
|
},
|
|
2518
2560
|
{
|
|
2519
2561
|
"deprecationReason": null,
|
|
2520
|
-
"description": "
|
|
2562
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
2521
2563
|
"isDeprecated": false,
|
|
2522
|
-
"name": "
|
|
2564
|
+
"name": "subnet_name"
|
|
2523
2565
|
},
|
|
2524
2566
|
{
|
|
2525
2567
|
"deprecationReason": null,
|
|
2526
|
-
"description": "
|
|
2568
|
+
"description": "Top level domain",
|
|
2527
2569
|
"isDeprecated": false,
|
|
2528
|
-
"name": "
|
|
2570
|
+
"name": "tld"
|
|
2529
2571
|
},
|
|
2530
2572
|
{
|
|
2531
|
-
"deprecationReason":
|
|
2532
|
-
"description": "
|
|
2533
|
-
"isDeprecated":
|
|
2534
|
-
"name": "
|
|
2573
|
+
"deprecationReason": "use traffic_direction instead",
|
|
2574
|
+
"description": "the total sum of upstream and downstream data in bytes",
|
|
2575
|
+
"isDeprecated": true,
|
|
2576
|
+
"name": "traffic"
|
|
2535
2577
|
},
|
|
2536
2578
|
{
|
|
2537
2579
|
"deprecationReason": null,
|
|
@@ -2541,33 +2583,27 @@
|
|
|
2541
2583
|
},
|
|
2542
2584
|
{
|
|
2543
2585
|
"deprecationReason": null,
|
|
2544
|
-
"description": "
|
|
2545
|
-
"isDeprecated": false,
|
|
2546
|
-
"name": "device_name"
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"deprecationReason": null,
|
|
2550
|
-
"description": "Active Directory name",
|
|
2586
|
+
"description": "data uploaded to cloud applications",
|
|
2551
2587
|
"isDeprecated": false,
|
|
2552
|
-
"name": "
|
|
2588
|
+
"name": "upstream"
|
|
2553
2589
|
},
|
|
2554
2590
|
{
|
|
2555
2591
|
"deprecationReason": null,
|
|
2556
|
-
"description": "
|
|
2592
|
+
"description": "User identifier",
|
|
2557
2593
|
"isDeprecated": false,
|
|
2558
|
-
"name": "
|
|
2594
|
+
"name": "user_id"
|
|
2559
2595
|
},
|
|
2560
2596
|
{
|
|
2561
2597
|
"deprecationReason": null,
|
|
2562
|
-
"description": "
|
|
2598
|
+
"description": "User name",
|
|
2563
2599
|
"isDeprecated": false,
|
|
2564
|
-
"name": "
|
|
2600
|
+
"name": "user_name"
|
|
2565
2601
|
},
|
|
2566
2602
|
{
|
|
2567
|
-
"deprecationReason":
|
|
2568
|
-
"description": "
|
|
2569
|
-
"isDeprecated":
|
|
2570
|
-
"name": "
|
|
2603
|
+
"deprecationReason": "use user_id instead",
|
|
2604
|
+
"description": "",
|
|
2605
|
+
"isDeprecated": true,
|
|
2606
|
+
"name": "vpn_user_id"
|
|
2571
2607
|
}
|
|
2572
2608
|
],
|
|
2573
2609
|
"fields": null,
|
|
@@ -2876,7 +2912,7 @@
|
|
|
2876
2912
|
"varName": "data"
|
|
2877
2913
|
},
|
|
2878
2914
|
"dimensions": {
|
|
2879
|
-
"alias": "
|
|
2915
|
+
"alias": "dimensionsTimeseries: dimensions",
|
|
2880
2916
|
"args": {},
|
|
2881
2917
|
"deprecationReason": null,
|
|
2882
2918
|
"description": "List of dimension values for this timeseries",
|
|
@@ -2974,7 +3010,7 @@
|
|
|
2974
3010
|
"varName": "info"
|
|
2975
3011
|
},
|
|
2976
3012
|
"key": {
|
|
2977
|
-
"alias": "
|
|
3013
|
+
"alias": "keyTimeseries: key",
|
|
2978
3014
|
"args": {},
|
|
2979
3015
|
"deprecationReason": null,
|
|
2980
3016
|
"description": "Timeseries key: measure and dimension values",
|
|
@@ -3144,7 +3180,7 @@
|
|
|
3144
3180
|
"varName": "sum"
|
|
3145
3181
|
},
|
|
3146
3182
|
"units": {
|
|
3147
|
-
"alias": "
|
|
3183
|
+
"alias": "unitsTimeseries: units",
|
|
3148
3184
|
"args": {},
|
|
3149
3185
|
"deprecationReason": null,
|
|
3150
3186
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|