catocli 2.0.5__py3-none-any.whl → 2.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (361) hide show
  1. catocli/Utils/clidriver.py +10 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/export_sites/export_sites.py +18 -1
  4. catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
  5. catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
  6. catocli/parsers/mutation_accountManagement/__init__.py +13 -0
  7. catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
  8. catocli/parsers/mutation_groups/README.md +7 -0
  9. catocli/parsers/mutation_groups/__init__.py +48 -0
  10. catocli/parsers/mutation_groups_createGroup/README.md +18 -0
  11. catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
  12. catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
  13. catocli/parsers/mutation_site/__init__.py +104 -0
  14. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
  15. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
  16. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
  17. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
  18. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
  19. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
  20. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
  21. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
  22. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
  23. catocli/parsers/mutation_sites/__init__.py +104 -0
  24. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
  25. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
  26. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
  27. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
  28. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
  29. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
  30. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
  31. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
  32. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
  33. catocli/parsers/parserApiClient.py +17 -8
  34. catocli/parsers/query_eventsFeed/README.md +1 -1
  35. catocli/parsers/query_groups/README.md +7 -0
  36. catocli/parsers/query_groups/__init__.py +54 -0
  37. catocli/parsers/query_groups_group/README.md +7 -0
  38. catocli/parsers/query_groups_groupList/README.md +18 -0
  39. catocli/parsers/query_groups_group_members/README.md +18 -0
  40. catocli/parsers/query_groups_whereUsed/README.md +17 -0
  41. catocli/parsers/query_popLocations/README.md +17 -0
  42. catocli/parsers/query_popLocations/__init__.py +16 -0
  43. catocli/parsers/query_site/__init__.py +26 -0
  44. catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
  45. catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
  46. catocli/parsers/query_socketPortMetrics/README.md +23 -0
  47. catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
  48. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
  49. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
  50. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
  51. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
  52. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
  53. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
  54. models/mutation.accountManagement.addAccount.json +97 -0
  55. models/mutation.accountManagement.disableAccount.json +545 -0
  56. models/mutation.accountManagement.removeAccount.json +102 -3
  57. models/mutation.accountManagement.updateAccount.json +97 -0
  58. models/mutation.admin.addAdmin.json +6 -9
  59. models/mutation.container.delete.json +2 -2
  60. models/mutation.container.fqdn.addValues.json +3 -3
  61. models/mutation.container.fqdn.createFromFile.json +3 -3
  62. models/mutation.container.fqdn.removeValues.json +3 -3
  63. models/mutation.container.fqdn.updateFromFile.json +3 -3
  64. models/mutation.container.ipAddressRange.addValues.json +3 -3
  65. models/mutation.container.ipAddressRange.createFromFile.json +3 -3
  66. models/mutation.container.ipAddressRange.removeValues.json +3 -3
  67. models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
  68. models/mutation.groups.createGroup.json +3178 -0
  69. models/mutation.groups.deleteGroup.json +2758 -0
  70. models/mutation.groups.updateGroup.json +4429 -0
  71. models/mutation.hardware.updateHardwareShipping.json +30 -10
  72. models/mutation.policy.appTenantRestriction.addRule.json +33 -33
  73. models/mutation.policy.appTenantRestriction.addSection.json +4 -4
  74. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
  75. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
  76. models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
  77. models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
  78. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
  79. models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
  80. models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
  81. models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
  82. models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
  83. models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
  84. models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
  85. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
  86. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
  87. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
  88. models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
  89. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
  90. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
  91. models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
  92. models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
  93. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
  94. models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
  95. models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
  96. models/mutation.policy.internetFirewall.addRule.json +141 -141
  97. models/mutation.policy.internetFirewall.addSection.json +4 -4
  98. models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
  99. models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
  100. models/mutation.policy.internetFirewall.moveRule.json +96 -96
  101. models/mutation.policy.internetFirewall.moveSection.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
  103. models/mutation.policy.internetFirewall.removeRule.json +96 -96
  104. models/mutation.policy.internetFirewall.removeSection.json +4 -4
  105. models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
  106. models/mutation.policy.internetFirewall.updateRule.json +141 -141
  107. models/mutation.policy.internetFirewall.updateSection.json +4 -4
  108. models/mutation.policy.remotePortFwd.addRule.json +21 -21
  109. models/mutation.policy.remotePortFwd.addSection.json +4 -4
  110. models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
  111. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
  112. models/mutation.policy.remotePortFwd.moveRule.json +18 -18
  113. models/mutation.policy.remotePortFwd.moveSection.json +4 -4
  114. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
  115. models/mutation.policy.remotePortFwd.removeRule.json +18 -18
  116. models/mutation.policy.remotePortFwd.removeSection.json +4 -4
  117. models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
  118. models/mutation.policy.remotePortFwd.updateRule.json +21 -21
  119. models/mutation.policy.remotePortFwd.updateSection.json +4 -4
  120. models/mutation.policy.socketLan.addRule.json +97 -97
  121. models/mutation.policy.socketLan.addSection.json +4 -4
  122. models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
  123. models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
  124. models/mutation.policy.socketLan.moveRule.json +85 -85
  125. models/mutation.policy.socketLan.moveSection.json +4 -4
  126. models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
  127. models/mutation.policy.socketLan.removeRule.json +85 -85
  128. models/mutation.policy.socketLan.removeSection.json +4 -4
  129. models/mutation.policy.socketLan.updatePolicy.json +91 -91
  130. models/mutation.policy.socketLan.updateRule.json +97 -97
  131. models/mutation.policy.socketLan.updateSection.json +4 -4
  132. models/mutation.policy.terminalServer.addRule.json +7 -7
  133. models/mutation.policy.terminalServer.addSection.json +4 -4
  134. models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
  135. models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
  136. models/mutation.policy.terminalServer.moveRule.json +7 -7
  137. models/mutation.policy.terminalServer.moveSection.json +4 -4
  138. models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
  139. models/mutation.policy.terminalServer.removeRule.json +7 -7
  140. models/mutation.policy.terminalServer.removeSection.json +4 -4
  141. models/mutation.policy.terminalServer.updatePolicy.json +13 -13
  142. models/mutation.policy.terminalServer.updateRule.json +7 -7
  143. models/mutation.policy.terminalServer.updateSection.json +4 -4
  144. models/mutation.policy.wanFirewall.addRule.json +157 -157
  145. models/mutation.policy.wanFirewall.addSection.json +4 -4
  146. models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
  147. models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
  148. models/mutation.policy.wanFirewall.moveRule.json +115 -115
  149. models/mutation.policy.wanFirewall.moveSection.json +4 -4
  150. models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
  151. models/mutation.policy.wanFirewall.removeRule.json +115 -115
  152. models/mutation.policy.wanFirewall.removeSection.json +4 -4
  153. models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
  154. models/mutation.policy.wanFirewall.updateRule.json +157 -157
  155. models/mutation.policy.wanFirewall.updateSection.json +4 -4
  156. models/mutation.policy.wanNetwork.addRule.json +103 -103
  157. models/mutation.policy.wanNetwork.addSection.json +4 -4
  158. models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
  159. models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
  160. models/mutation.policy.wanNetwork.moveRule.json +91 -91
  161. models/mutation.policy.wanNetwork.moveSection.json +4 -4
  162. models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
  163. models/mutation.policy.wanNetwork.removeRule.json +91 -91
  164. models/mutation.policy.wanNetwork.removeSection.json +4 -4
  165. models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
  166. models/mutation.policy.wanNetwork.updateRule.json +103 -103
  167. models/mutation.policy.wanNetwork.updateSection.json +4 -4
  168. models/mutation.site.addBgpPeer.json +10 -10
  169. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  170. models/mutation.site.addSocketAddOnCard.json +2 -2
  171. models/mutation.site.assignSiteBwLicense.json +12879 -0
  172. models/mutation.site.removeBgpPeer.json +10 -10
  173. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  174. models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
  175. models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
  176. models/mutation.site.removeSiteBwLicense.json +12822 -0
  177. models/mutation.site.removeSocketAddOnCard.json +2 -2
  178. models/mutation.site.replaceSiteBwLicense.json +12939 -0
  179. models/mutation.site.startSiteUpgrade.json +36 -15
  180. models/mutation.site.updateBgpPeer.json +10 -10
  181. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
  182. models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
  183. models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
  184. models/mutation.site.updateSiteBwLicense.json +12882 -0
  185. models/mutation.site.updateSiteGeneralDetails.json +724 -1
  186. models/mutation.sites.addBgpPeer.json +10 -10
  187. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  188. models/mutation.sites.addSocketAddOnCard.json +2 -2
  189. models/mutation.sites.assignSiteBwLicense.json +12879 -0
  190. models/mutation.sites.removeBgpPeer.json +10 -10
  191. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  192. models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
  193. models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
  194. models/mutation.sites.removeSiteBwLicense.json +12822 -0
  195. models/mutation.sites.removeSocketAddOnCard.json +2 -2
  196. models/mutation.sites.replaceSiteBwLicense.json +12939 -0
  197. models/mutation.sites.startSiteUpgrade.json +36 -15
  198. models/mutation.sites.updateBgpPeer.json +10 -10
  199. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
  200. models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
  201. models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
  202. models/mutation.sites.updateSiteBwLicense.json +12882 -0
  203. models/mutation.sites.updateSiteGeneralDetails.json +724 -1
  204. models/mutation.xdr.addStoryComment.json +1 -1
  205. models/mutation.xdr.analystFeedback.json +84 -84
  206. models/mutation.xdr.deleteStoryComment.json +1 -1
  207. models/query.accountManagement.json +97 -0
  208. models/query.accountMetrics.json +45 -45
  209. models/query.accountSnapshot.json +30 -30
  210. models/query.admin.json +6 -6
  211. models/query.admins.json +13 -13
  212. models/query.appStats.json +915 -867
  213. models/query.appStatsTimeSeries.json +692 -656
  214. models/query.auditFeed.json +6 -6
  215. models/query.catalogs.json +52 -52
  216. models/query.container.json +16 -16
  217. models/query.devices.json +20 -93
  218. models/query.entityLookup.json +2 -2
  219. models/query.events.json +288 -384
  220. models/query.eventsFeed.json +73 -97
  221. models/query.eventsTimeSeries.json +219 -291
  222. models/query.groups.group.members.json +3058 -0
  223. models/query.groups.groupList.json +6474 -0
  224. models/query.groups.whereUsed.json +697 -0
  225. models/query.hardware.json +27 -7
  226. models/query.hardwareManagement.json +8 -8
  227. models/query.licensing.json +3487 -1324
  228. models/query.policy.appTenantRestriction.policy.json +32 -32
  229. models/query.policy.dynamicIpAllocation.policy.json +18 -18
  230. models/query.policy.internetFirewall.policy.json +93 -93
  231. models/query.policy.remotePortFwd.policy.json +23 -23
  232. models/query.policy.socketLan.policy.json +88 -88
  233. models/query.policy.terminalServer.policy.json +13 -13
  234. models/query.policy.wanFirewall.policy.json +111 -111
  235. models/query.policy.wanNetwork.policy.json +97 -97
  236. models/query.popLocations.json +2878 -0
  237. models/query.sandbox.json +5 -5
  238. models/query.site.bgpPeer.json +4 -4
  239. models/query.site.bgpPeerList.json +10 -10
  240. models/query.site.secondaryAwsVSocket.json +340 -0
  241. models/query.site.secondaryAzureVSocket.json +319 -0
  242. models/query.site.siteBgpStatus.json +2 -2
  243. models/query.socketPortMetrics.json +2410 -0
  244. models/query.socketPortMetricsTimeSeries.json +2361 -0
  245. models/query.xdr.stories.json +104 -104
  246. models/query.xdr.story.json +93 -93
  247. schema/catolib.py +21 -12
  248. build/lib/catocli/Utils/clidriver.py +0 -268
  249. build/lib/catocli/Utils/profile_manager.py +0 -188
  250. build/lib/catocli/Utils/version_checker.py +0 -192
  251. build/lib/catocli/__init__.py +0 -2
  252. build/lib/catocli/__main__.py +0 -12
  253. build/lib/catocli/parsers/configure/__init__.py +0 -115
  254. build/lib/catocli/parsers/configure/configure.py +0 -307
  255. build/lib/catocli/parsers/custom/__init__.py +0 -57
  256. build/lib/catocli/parsers/custom/customLib.py +0 -561
  257. build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
  258. build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
  259. build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
  260. build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
  261. build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
  262. build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
  263. build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
  264. build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
  265. build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
  266. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
  267. build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
  268. build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
  269. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
  270. build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
  271. build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
  272. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
  273. build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
  274. build/lib/catocli/parsers/parserApiClient.py +0 -513
  275. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
  276. build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
  277. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
  278. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
  279. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
  280. build/lib/catocli/parsers/query_admin/__init__.py +0 -16
  281. build/lib/catocli/parsers/query_admins/__init__.py +0 -16
  282. build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
  283. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
  284. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
  285. build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
  286. build/lib/catocli/parsers/query_container/__init__.py +0 -16
  287. build/lib/catocli/parsers/query_devices/__init__.py +0 -16
  288. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
  289. build/lib/catocli/parsers/query_events/__init__.py +0 -16
  290. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
  291. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
  292. build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
  293. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
  294. build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
  295. build/lib/catocli/parsers/query_policy/__init__.py +0 -161
  296. build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
  297. build/lib/catocli/parsers/query_site/__init__.py +0 -100
  298. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
  299. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
  300. build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
  301. build/lib/catocli/parsers/raw/__init__.py +0 -12
  302. build/lib/graphql_client/__init__.py +0 -11
  303. build/lib/graphql_client/api/__init__.py +0 -3
  304. build/lib/graphql_client/api/call_api.py +0 -84
  305. build/lib/graphql_client/api_client.py +0 -192
  306. build/lib/graphql_client/api_client_types.py +0 -409
  307. build/lib/graphql_client/configuration.py +0 -232
  308. build/lib/graphql_client/models/__init__.py +0 -13
  309. build/lib/graphql_client/models/no_schema.py +0 -71
  310. build/lib/schema/catolib.py +0 -1141
  311. build/lib/schema/importSchema.py +0 -60
  312. build/lib/schema/remove_policyid.py +0 -89
  313. build/lib/schema/remove_policyid_mutations.py +0 -89
  314. build/lib/scripts/catolib.py +0 -62
  315. build/lib/scripts/export_if_rules_to_json.py +0 -188
  316. build/lib/scripts/export_wf_rules_to_json.py +0 -111
  317. build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
  318. build/lib/vendor/certifi/__init__.py +0 -4
  319. build/lib/vendor/certifi/__main__.py +0 -12
  320. build/lib/vendor/certifi/core.py +0 -114
  321. build/lib/vendor/certifi/py.typed +0 -0
  322. build/lib/vendor/six.py +0 -998
  323. build/lib/vendor/urllib3/__init__.py +0 -211
  324. build/lib/vendor/urllib3/_base_connection.py +0 -172
  325. build/lib/vendor/urllib3/_collections.py +0 -483
  326. build/lib/vendor/urllib3/_request_methods.py +0 -278
  327. build/lib/vendor/urllib3/_version.py +0 -16
  328. build/lib/vendor/urllib3/connection.py +0 -1033
  329. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  330. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  331. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  332. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  333. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  334. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  335. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  336. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  337. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  338. build/lib/vendor/urllib3/exceptions.py +0 -321
  339. build/lib/vendor/urllib3/fields.py +0 -341
  340. build/lib/vendor/urllib3/filepost.py +0 -89
  341. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  342. build/lib/vendor/urllib3/http2/connection.py +0 -356
  343. build/lib/vendor/urllib3/http2/probe.py +0 -87
  344. build/lib/vendor/urllib3/poolmanager.py +0 -637
  345. build/lib/vendor/urllib3/py.typed +0 -2
  346. build/lib/vendor/urllib3/response.py +0 -1265
  347. build/lib/vendor/urllib3/util/__init__.py +0 -42
  348. build/lib/vendor/urllib3/util/connection.py +0 -137
  349. build/lib/vendor/urllib3/util/proxy.py +0 -43
  350. build/lib/vendor/urllib3/util/request.py +0 -256
  351. build/lib/vendor/urllib3/util/response.py +0 -101
  352. build/lib/vendor/urllib3/util/retry.py +0 -533
  353. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  354. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  355. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  356. build/lib/vendor/urllib3/util/timeout.py +0 -275
  357. build/lib/vendor/urllib3/util/url.py +0 -471
  358. build/lib/vendor/urllib3/util/util.py +0 -42
  359. build/lib/vendor/urllib3/util/wait.py +0 -124
  360. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
  361. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
@@ -49,8 +49,14 @@
49
49
  "enumValues": [
50
50
  {
51
51
  "deprecationReason": null,
52
- "description": "The application identifier",
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": "The application name",
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": "new cloud application identifier",
88
+ "description": "",
77
89
  "isDeprecated": false,
78
- "name": "new_app"
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": "discovered_app"
96
+ "name": "application_risk_score"
85
97
  },
86
98
  {
87
99
  "deprecationReason": null,
88
- "description": "the total sum of upstream and downstream data in bytes",
100
+ "description": "Cato system categories of the application",
89
101
  "isDeprecated": false,
90
- "name": "traffic"
102
+ "name": "categories"
91
103
  },
92
104
  {
93
- "deprecationReason": null,
94
- "description": "data uploaded to cloud applications",
95
- "isDeprecated": false,
96
- "name": "upstream"
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": "data downloaded from cloud applications",
112
+ "description": "For hosts configured with a static IP in the Cato Management Application, the host name",
101
113
  "isDeprecated": false,
102
- "name": "downstream"
114
+ "name": "configured_host_name"
103
115
  },
104
116
  {
105
- "deprecationReason": null,
106
- "description": "the application risk score assigned by Cato",
107
- "isDeprecated": false,
108
- "name": "risk_score"
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": "The application risk score assigned by Cato",
124
+ "description": "IP for destination host or Cato Client",
113
125
  "isDeprecated": false,
114
- "name": "application_risk_score"
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": "risk_level"
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": "application_risk_level"
138
+ "name": "dest_site"
127
139
  },
128
140
  {
129
141
  "deprecationReason": null,
130
- "description": "Is the application defined as sanctioned?",
142
+ "description": "Destination Site or remote user identifier",
131
143
  "isDeprecated": false,
132
- "name": "sanctioned"
144
+ "name": "dest_site_id"
133
145
  },
134
146
  {
135
147
  "deprecationReason": null,
136
- "description": "Is the application defined as sanctioned?",
148
+ "description": "Destination Site or remote user name",
137
149
  "isDeprecated": false,
138
- "name": "is_sanctioned_app"
150
+ "name": "dest_site_name"
139
151
  },
140
152
  {
141
153
  "deprecationReason": null,
142
- "description": "the country in which the registered application headquarteres is located",
154
+ "description": "Name for device related to the traffic",
143
155
  "isDeprecated": false,
144
- "name": "hq_location"
156
+ "name": "device_name"
145
157
  },
146
158
  {
147
159
  "deprecationReason": null,
148
- "description": "indicates whether the application is considered cloud app/SaaS app",
160
+ "description": "",
149
161
  "isDeprecated": false,
150
- "name": "is_cloud_app"
162
+ "name": "discovered_app"
151
163
  },
152
164
  {
153
- "deprecationReason": null,
154
- "description": "Cato system category of the application",
155
- "isDeprecated": false,
156
- "name": "category"
165
+ "deprecationReason": "user tld instead",
166
+ "description": "",
167
+ "isDeprecated": true,
168
+ "name": "domain"
157
169
  },
158
170
  {
159
171
  "deprecationReason": null,
160
- "description": "Cato system categories of the application",
172
+ "description": "data downloaded from cloud applications",
161
173
  "isDeprecated": false,
162
- "name": "categories"
174
+ "name": "downstream"
163
175
  },
164
176
  {
165
177
  "deprecationReason": null,
166
- "description": "Application description",
178
+ "description": "",
167
179
  "isDeprecated": false,
168
- "name": "description"
180
+ "name": "flows_created"
169
181
  },
170
182
  {
171
183
  "deprecationReason": null,
172
- "description": "Application description",
184
+ "description": "the country in which the registered application headquarteres is located",
173
185
  "isDeprecated": false,
174
- "name": "application_description"
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": "Name of subnet as defined in Cato Management Application",
196
+ "description": "indicates whether the application is considered cloud app/SaaS app",
185
197
  "isDeprecated": false,
186
- "name": "subnet"
198
+ "name": "is_cloud_app"
187
199
  },
188
200
  {
189
201
  "deprecationReason": null,
190
- "description": "Name of subnet as defined in Cato Management Application",
202
+ "description": "Is the application defined as sanctioned?",
191
203
  "isDeprecated": false,
192
- "name": "subnet_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": "domain"
210
+ "name": "new_app"
199
211
  },
200
212
  {
201
- "deprecationReason": null,
202
- "description": "IP for destination host or Cato Client",
203
- "isDeprecated": false,
204
- "name": "dest_ip"
213
+ "deprecationReason": "use application_risk_level instead",
214
+ "description": "",
215
+ "isDeprecated": true,
216
+ "name": "risk_level"
205
217
  },
206
218
  {
207
- "deprecationReason": null,
208
- "description": "Top level domain",
209
- "isDeprecated": false,
210
- "name": "tld"
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": "User identifier",
232
+ "description": "Country in which the source host is located",
215
233
  "isDeprecated": false,
216
- "name": "user_id"
234
+ "name": "site_country"
217
235
  },
218
236
  {
219
237
  "deprecationReason": null,
220
- "description": "User name",
238
+ "description": "State in which the source host is located",
221
239
  "isDeprecated": false,
222
- "name": "user_name"
240
+ "name": "site_state"
223
241
  },
224
242
  {
225
243
  "deprecationReason": null,
226
- "description": "Source site or remote user identifier",
244
+ "description": "Name for Socket interface",
227
245
  "isDeprecated": false,
228
- "name": "src_site_id"
246
+ "name": "socket_interface"
229
247
  },
230
248
  {
231
249
  "deprecationReason": null,
232
- "description": "Source site or remote user name",
250
+ "description": "IP for source host or Cato Client",
233
251
  "isDeprecated": false,
234
- "name": "src_site_name"
252
+ "name": "src_ip"
235
253
  },
236
254
  {
237
255
  "deprecationReason": null,
238
- "description": "Country in which the source host is located",
256
+ "description": "Source is site or remote user",
239
257
  "isDeprecated": false,
240
- "name": "site_country"
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": "State in which the source host is located",
268
+ "description": "Source site or remote user identifier",
251
269
  "isDeprecated": false,
252
- "name": "site_state"
270
+ "name": "src_site_id"
253
271
  },
254
272
  {
255
273
  "deprecationReason": null,
256
- "description": "Site state code",
274
+ "description": "Source site or remote user name",
257
275
  "isDeprecated": false,
258
- "name": "src_site_state"
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": "flows_created"
282
+ "name": "src_site_state"
271
283
  },
272
284
  {
273
- "deprecationReason": null,
274
- "description": "Destination site or remote user identifier",
275
- "isDeprecated": false,
276
- "name": "dest_site"
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": "Destination is site or remote user",
292
+ "description": "Name of subnet as defined in Cato Management Application",
281
293
  "isDeprecated": false,
282
- "name": "dest_is_site_or_vpn"
294
+ "name": "subnet_name"
283
295
  },
284
296
  {
285
297
  "deprecationReason": null,
286
- "description": "Destination Site or remote user identifier",
298
+ "description": "Top level domain",
287
299
  "isDeprecated": false,
288
- "name": "dest_site_id"
300
+ "name": "tld"
289
301
  },
290
302
  {
291
- "deprecationReason": null,
292
- "description": "Destination Site or remote user name",
293
- "isDeprecated": false,
294
- "name": "dest_site_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": "Name for device related to the traffic",
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": "ad_name"
318
+ "name": "upstream"
313
319
  },
314
320
  {
315
321
  "deprecationReason": null,
316
- "description": "IP for source host or Cato Client",
322
+ "description": "User identifier",
317
323
  "isDeprecated": false,
318
- "name": "src_ip"
324
+ "name": "user_id"
319
325
  },
320
326
  {
321
327
  "deprecationReason": null,
322
- "description": "Name for Socket interface",
328
+ "description": "User name",
323
329
  "isDeprecated": false,
324
- "name": "socket_interface"
330
+ "name": "user_name"
325
331
  },
326
332
  {
327
- "deprecationReason": null,
328
- "description": "Source is site or remote user",
329
- "isDeprecated": false,
330
- "name": "src_is_site_or_vpn"
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": "The application identifier",
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": "The application name",
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": "new cloud application identifier",
438
+ "description": "",
421
439
  "isDeprecated": false,
422
- "name": "new_app"
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": "discovered_app"
446
+ "name": "application_risk_score"
429
447
  },
430
448
  {
431
449
  "deprecationReason": null,
432
- "description": "the total sum of upstream and downstream data in bytes",
450
+ "description": "Cato system categories of the application",
433
451
  "isDeprecated": false,
434
- "name": "traffic"
452
+ "name": "categories"
435
453
  },
436
454
  {
437
- "deprecationReason": null,
438
- "description": "data uploaded to cloud applications",
439
- "isDeprecated": false,
440
- "name": "upstream"
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": "data downloaded from cloud applications",
462
+ "description": "For hosts configured with a static IP in the Cato Management Application, the host name",
445
463
  "isDeprecated": false,
446
- "name": "downstream"
464
+ "name": "configured_host_name"
447
465
  },
448
466
  {
449
- "deprecationReason": null,
450
- "description": "the application risk score assigned by Cato",
451
- "isDeprecated": false,
452
- "name": "risk_score"
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": "The application risk score assigned by Cato",
474
+ "description": "IP for destination host or Cato Client",
457
475
  "isDeprecated": false,
458
- "name": "application_risk_score"
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": "risk_level"
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": "application_risk_level"
488
+ "name": "dest_site"
471
489
  },
472
490
  {
473
491
  "deprecationReason": null,
474
- "description": "Is the application defined as sanctioned?",
492
+ "description": "Destination Site or remote user identifier",
475
493
  "isDeprecated": false,
476
- "name": "sanctioned"
494
+ "name": "dest_site_id"
477
495
  },
478
496
  {
479
497
  "deprecationReason": null,
480
- "description": "Is the application defined as sanctioned?",
498
+ "description": "Destination Site or remote user name",
481
499
  "isDeprecated": false,
482
- "name": "is_sanctioned_app"
500
+ "name": "dest_site_name"
483
501
  },
484
502
  {
485
503
  "deprecationReason": null,
486
- "description": "the country in which the registered application headquarteres is located",
504
+ "description": "Name for device related to the traffic",
487
505
  "isDeprecated": false,
488
- "name": "hq_location"
506
+ "name": "device_name"
489
507
  },
490
508
  {
491
509
  "deprecationReason": null,
492
- "description": "indicates whether the application is considered cloud app/SaaS app",
510
+ "description": "",
493
511
  "isDeprecated": false,
494
- "name": "is_cloud_app"
512
+ "name": "discovered_app"
495
513
  },
496
514
  {
497
- "deprecationReason": null,
498
- "description": "Cato system category of the application",
499
- "isDeprecated": false,
500
- "name": "category"
515
+ "deprecationReason": "user tld instead",
516
+ "description": "",
517
+ "isDeprecated": true,
518
+ "name": "domain"
501
519
  },
502
520
  {
503
521
  "deprecationReason": null,
504
- "description": "Cato system categories of the application",
522
+ "description": "data downloaded from cloud applications",
505
523
  "isDeprecated": false,
506
- "name": "categories"
524
+ "name": "downstream"
507
525
  },
508
526
  {
509
527
  "deprecationReason": null,
510
- "description": "Application description",
528
+ "description": "",
511
529
  "isDeprecated": false,
512
- "name": "description"
530
+ "name": "flows_created"
513
531
  },
514
532
  {
515
533
  "deprecationReason": null,
516
- "description": "Application description",
534
+ "description": "the country in which the registered application headquarteres is located",
517
535
  "isDeprecated": false,
518
- "name": "application_description"
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": "Name of subnet as defined in Cato Management Application",
546
+ "description": "indicates whether the application is considered cloud app/SaaS app",
529
547
  "isDeprecated": false,
530
- "name": "subnet"
548
+ "name": "is_cloud_app"
531
549
  },
532
550
  {
533
551
  "deprecationReason": null,
534
- "description": "Name of subnet as defined in Cato Management Application",
552
+ "description": "Is the application defined as sanctioned?",
535
553
  "isDeprecated": false,
536
- "name": "subnet_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": "domain"
560
+ "name": "new_app"
543
561
  },
544
562
  {
545
- "deprecationReason": null,
546
- "description": "IP for destination host or Cato Client",
547
- "isDeprecated": false,
548
- "name": "dest_ip"
563
+ "deprecationReason": "use application_risk_level instead",
564
+ "description": "",
565
+ "isDeprecated": true,
566
+ "name": "risk_level"
549
567
  },
550
568
  {
551
- "deprecationReason": null,
552
- "description": "Top level domain",
553
- "isDeprecated": false,
554
- "name": "tld"
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": "User identifier",
582
+ "description": "Country in which the source host is located",
559
583
  "isDeprecated": false,
560
- "name": "user_id"
584
+ "name": "site_country"
561
585
  },
562
586
  {
563
587
  "deprecationReason": null,
564
- "description": "User name",
588
+ "description": "State in which the source host is located",
565
589
  "isDeprecated": false,
566
- "name": "user_name"
590
+ "name": "site_state"
567
591
  },
568
592
  {
569
593
  "deprecationReason": null,
570
- "description": "Source site or remote user identifier",
594
+ "description": "Name for Socket interface",
571
595
  "isDeprecated": false,
572
- "name": "src_site_id"
596
+ "name": "socket_interface"
573
597
  },
574
598
  {
575
599
  "deprecationReason": null,
576
- "description": "Source site or remote user name",
600
+ "description": "IP for source host or Cato Client",
577
601
  "isDeprecated": false,
578
- "name": "src_site_name"
602
+ "name": "src_ip"
579
603
  },
580
604
  {
581
605
  "deprecationReason": null,
582
- "description": "Country in which the source host is located",
606
+ "description": "Source is site or remote user",
583
607
  "isDeprecated": false,
584
- "name": "site_country"
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": "State in which the source host is located",
618
+ "description": "Source site or remote user identifier",
595
619
  "isDeprecated": false,
596
- "name": "site_state"
620
+ "name": "src_site_id"
597
621
  },
598
622
  {
599
623
  "deprecationReason": null,
600
- "description": "Site state code",
624
+ "description": "Source site or remote user name",
601
625
  "isDeprecated": false,
602
- "name": "src_site_state"
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": "flows_created"
632
+ "name": "src_site_state"
615
633
  },
616
634
  {
617
- "deprecationReason": null,
618
- "description": "Destination site or remote user identifier",
619
- "isDeprecated": false,
620
- "name": "dest_site"
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": "Destination is site or remote user",
642
+ "description": "Name of subnet as defined in Cato Management Application",
625
643
  "isDeprecated": false,
626
- "name": "dest_is_site_or_vpn"
644
+ "name": "subnet_name"
627
645
  },
628
646
  {
629
647
  "deprecationReason": null,
630
- "description": "Destination Site or remote user identifier",
648
+ "description": "Top level domain",
631
649
  "isDeprecated": false,
632
- "name": "dest_site_id"
650
+ "name": "tld"
633
651
  },
634
652
  {
635
- "deprecationReason": null,
636
- "description": "Destination Site or remote user name",
637
- "isDeprecated": false,
638
- "name": "dest_site_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": "Name for device related to the traffic",
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": "ad_name"
668
+ "name": "upstream"
657
669
  },
658
670
  {
659
671
  "deprecationReason": null,
660
- "description": "IP for source host or Cato Client",
672
+ "description": "User identifier",
661
673
  "isDeprecated": false,
662
- "name": "src_ip"
674
+ "name": "user_id"
663
675
  },
664
676
  {
665
677
  "deprecationReason": null,
666
- "description": "Name for Socket interface",
678
+ "description": "User name",
667
679
  "isDeprecated": false,
668
- "name": "socket_interface"
680
+ "name": "user_name"
669
681
  },
670
682
  {
671
- "deprecationReason": null,
672
- "description": "Source is site or remote user",
673
- "isDeprecated": false,
674
- "name": "src_is_site_or_vpn"
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": "The application identifier",
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": "The application name",
986
+ "description": "Application description",
969
987
  "isDeprecated": false,
970
- "name": "application"
988
+ "name": "application_description"
971
989
  },
972
990
  {
973
- "deprecationReason": null,
991
+ "deprecationReason": "use application_name instead",
974
992
  "description": "The application name",
975
- "isDeprecated": false,
976
- "name": "application_name"
993
+ "isDeprecated": true,
994
+ "name": "application"
977
995
  },
978
996
  {
979
997
  "deprecationReason": null,
980
- "description": "new cloud application identifier",
998
+ "description": "The application name",
981
999
  "isDeprecated": false,
982
- "name": "new_app"
1000
+ "name": "application_name"
983
1001
  },
984
1002
  {
985
1003
  "deprecationReason": null,
986
1004
  "description": "",
987
1005
  "isDeprecated": false,
988
- "name": "discovered_app"
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": "sanctioned"
1018
+ "name": "categories"
1037
1019
  },
1038
1020
  {
1039
- "deprecationReason": null,
1040
- "description": "Is the application defined as sanctioned?",
1041
- "isDeprecated": false,
1042
- "name": "is_sanctioned_app"
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": "the country in which the registered application headquarteres is located",
1028
+ "description": "For hosts configured with a static IP in the Cato Management Application, the host name",
1047
1029
  "isDeprecated": false,
1048
- "name": "hq_location"
1030
+ "name": "configured_host_name"
1049
1031
  },
1050
1032
  {
1051
- "deprecationReason": null,
1052
- "description": "indicates whether the application is considered cloud app/SaaS app",
1053
- "isDeprecated": false,
1054
- "name": "is_cloud_app"
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": "Cato system category of the application",
1040
+ "description": "IP for destination host or Cato Client",
1059
1041
  "isDeprecated": false,
1060
- "name": "category"
1042
+ "name": "dest_ip"
1061
1043
  },
1062
1044
  {
1063
1045
  "deprecationReason": null,
1064
- "description": "Cato system categories of the application",
1046
+ "description": "Destination is site or remote user",
1065
1047
  "isDeprecated": false,
1066
- "name": "categories"
1048
+ "name": "dest_is_site_or_vpn"
1067
1049
  },
1068
1050
  {
1069
1051
  "deprecationReason": null,
1070
- "description": "Application description",
1052
+ "description": "Destination site or remote user identifier",
1071
1053
  "isDeprecated": false,
1072
- "name": "description"
1054
+ "name": "dest_site"
1073
1055
  },
1074
1056
  {
1075
1057
  "deprecationReason": null,
1076
- "description": "Application description",
1058
+ "description": "Destination Site or remote user identifier",
1077
1059
  "isDeprecated": false,
1078
- "name": "application_description"
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": "ip"
1066
+ "name": "dest_site_name"
1085
1067
  },
1086
1068
  {
1087
1069
  "deprecationReason": null,
1088
- "description": "Name of subnet as defined in Cato Management Application",
1070
+ "description": "Name for device related to the traffic",
1089
1071
  "isDeprecated": false,
1090
- "name": "subnet"
1072
+ "name": "device_name"
1091
1073
  },
1092
1074
  {
1093
1075
  "deprecationReason": null,
1094
- "description": "Name of subnet as defined in Cato Management Application",
1076
+ "description": "",
1095
1077
  "isDeprecated": false,
1096
- "name": "subnet_name"
1078
+ "name": "discovered_app"
1097
1079
  },
1098
1080
  {
1099
- "deprecationReason": null,
1081
+ "deprecationReason": "user tld instead",
1100
1082
  "description": "",
1101
- "isDeprecated": false,
1083
+ "isDeprecated": true,
1102
1084
  "name": "domain"
1103
1085
  },
1104
1086
  {
1105
1087
  "deprecationReason": null,
1106
- "description": "IP for destination host or Cato Client",
1088
+ "description": "data downloaded from cloud applications",
1107
1089
  "isDeprecated": false,
1108
- "name": "dest_ip"
1090
+ "name": "downstream"
1109
1091
  },
1110
1092
  {
1111
1093
  "deprecationReason": null,
1112
- "description": "Top level domain",
1094
+ "description": "",
1113
1095
  "isDeprecated": false,
1114
- "name": "tld"
1096
+ "name": "flows_created"
1115
1097
  },
1116
1098
  {
1117
1099
  "deprecationReason": null,
1118
- "description": "User identifier",
1100
+ "description": "the country in which the registered application headquarteres is located",
1119
1101
  "isDeprecated": false,
1120
- "name": "user_id"
1102
+ "name": "hq_location"
1121
1103
  },
1122
1104
  {
1123
1105
  "deprecationReason": null,
1124
- "description": "User name",
1106
+ "description": "",
1125
1107
  "isDeprecated": false,
1126
- "name": "user_name"
1108
+ "name": "ip"
1127
1109
  },
1128
1110
  {
1129
1111
  "deprecationReason": null,
1130
- "description": "Source site or remote user identifier",
1112
+ "description": "indicates whether the application is considered cloud app/SaaS app",
1131
1113
  "isDeprecated": false,
1132
- "name": "src_site_id"
1114
+ "name": "is_cloud_app"
1133
1115
  },
1134
1116
  {
1135
1117
  "deprecationReason": null,
1136
- "description": "Source site or remote user name",
1118
+ "description": "Is the application defined as sanctioned?",
1137
1119
  "isDeprecated": false,
1138
- "name": "src_site_name"
1120
+ "name": "is_sanctioned_app"
1139
1121
  },
1140
1122
  {
1141
1123
  "deprecationReason": null,
1142
- "description": "Country in which the source host is located",
1124
+ "description": "new cloud application identifier",
1143
1125
  "isDeprecated": false,
1144
- "name": "site_country"
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": "Site country code alpha2",
1148
+ "description": "Country in which the source host is located",
1149
1149
  "isDeprecated": false,
1150
- "name": "src_site_country_code"
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": "Site state code",
1160
+ "description": "Name for Socket interface",
1161
1161
  "isDeprecated": false,
1162
- "name": "src_site_state"
1162
+ "name": "socket_interface"
1163
1163
  },
1164
1164
  {
1165
- "deprecationReason": "use user_id instead",
1166
- "description": "",
1167
- "isDeprecated": true,
1168
- "name": "vpn_user_id"
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": "flows_created"
1174
+ "name": "src_is_site_or_vpn"
1175
1175
  },
1176
1176
  {
1177
1177
  "deprecationReason": null,
1178
- "description": "Destination site or remote user identifier",
1178
+ "description": "Site country code alpha2",
1179
1179
  "isDeprecated": false,
1180
- "name": "dest_site"
1180
+ "name": "src_site_country_code"
1181
1181
  },
1182
1182
  {
1183
1183
  "deprecationReason": null,
1184
- "description": "Destination is site or remote user",
1184
+ "description": "Source site or remote user identifier",
1185
1185
  "isDeprecated": false,
1186
- "name": "dest_is_site_or_vpn"
1186
+ "name": "src_site_id"
1187
1187
  },
1188
1188
  {
1189
1189
  "deprecationReason": null,
1190
- "description": "Destination Site or remote user identifier",
1190
+ "description": "Source site or remote user name",
1191
1191
  "isDeprecated": false,
1192
- "name": "dest_site_id"
1192
+ "name": "src_site_name"
1193
1193
  },
1194
1194
  {
1195
1195
  "deprecationReason": null,
1196
- "description": "Destination Site or remote user name",
1196
+ "description": "Site state code",
1197
1197
  "isDeprecated": false,
1198
- "name": "dest_site_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": "Traffic direction",
1208
+ "description": "Name of subnet as defined in Cato Management Application",
1203
1209
  "isDeprecated": false,
1204
- "name": "traffic_direction"
1210
+ "name": "subnet_name"
1205
1211
  },
1206
1212
  {
1207
1213
  "deprecationReason": null,
1208
- "description": "Name for device related to the traffic",
1214
+ "description": "Top level domain",
1209
1215
  "isDeprecated": false,
1210
- "name": "device_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": "Active Directory name",
1226
+ "description": "Traffic direction",
1215
1227
  "isDeprecated": false,
1216
- "name": "ad_name"
1228
+ "name": "traffic_direction"
1217
1229
  },
1218
1230
  {
1219
1231
  "deprecationReason": null,
1220
- "description": "IP for source host or Cato Client",
1232
+ "description": "data uploaded to cloud applications",
1221
1233
  "isDeprecated": false,
1222
- "name": "src_ip"
1234
+ "name": "upstream"
1223
1235
  },
1224
1236
  {
1225
1237
  "deprecationReason": null,
1226
- "description": "Name for Socket interface",
1238
+ "description": "User identifier",
1227
1239
  "isDeprecated": false,
1228
- "name": "socket_interface"
1240
+ "name": "user_id"
1229
1241
  },
1230
1242
  {
1231
1243
  "deprecationReason": null,
1232
- "description": "Source is site or remote user",
1244
+ "description": "User name",
1233
1245
  "isDeprecated": false,
1234
- "name": "src_is_site_or_vpn"
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": "The application identifier",
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": "The application name",
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": "new cloud application identifier",
1423
+ "description": "",
1394
1424
  "isDeprecated": false,
1395
- "name": "new_app"
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": "discovered_app"
1431
+ "name": "application_risk_score"
1402
1432
  },
1403
1433
  {
1404
1434
  "deprecationReason": null,
1405
- "description": "the total sum of upstream and downstream data in bytes",
1435
+ "description": "Cato system categories of the application",
1406
1436
  "isDeprecated": false,
1407
- "name": "traffic"
1437
+ "name": "categories"
1408
1438
  },
1409
1439
  {
1410
- "deprecationReason": null,
1411
- "description": "data uploaded to cloud applications",
1412
- "isDeprecated": false,
1413
- "name": "upstream"
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": "data downloaded from cloud applications",
1447
+ "description": "For hosts configured with a static IP in the Cato Management Application, the host name",
1418
1448
  "isDeprecated": false,
1419
- "name": "downstream"
1449
+ "name": "configured_host_name"
1420
1450
  },
1421
1451
  {
1422
- "deprecationReason": null,
1423
- "description": "the application risk score assigned by Cato",
1424
- "isDeprecated": false,
1425
- "name": "risk_score"
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": "The application risk score assigned by Cato",
1459
+ "description": "IP for destination host or Cato Client",
1430
1460
  "isDeprecated": false,
1431
- "name": "application_risk_score"
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": "risk_level"
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": "application_risk_level"
1473
+ "name": "dest_site"
1444
1474
  },
1445
1475
  {
1446
1476
  "deprecationReason": null,
1447
- "description": "Is the application defined as sanctioned?",
1477
+ "description": "Destination Site or remote user identifier",
1448
1478
  "isDeprecated": false,
1449
- "name": "sanctioned"
1479
+ "name": "dest_site_id"
1450
1480
  },
1451
1481
  {
1452
1482
  "deprecationReason": null,
1453
- "description": "Is the application defined as sanctioned?",
1483
+ "description": "Destination Site or remote user name",
1454
1484
  "isDeprecated": false,
1455
- "name": "is_sanctioned_app"
1485
+ "name": "dest_site_name"
1456
1486
  },
1457
1487
  {
1458
1488
  "deprecationReason": null,
1459
- "description": "the country in which the registered application headquarteres is located",
1489
+ "description": "Name for device related to the traffic",
1460
1490
  "isDeprecated": false,
1461
- "name": "hq_location"
1491
+ "name": "device_name"
1462
1492
  },
1463
1493
  {
1464
1494
  "deprecationReason": null,
1465
- "description": "indicates whether the application is considered cloud app/SaaS app",
1495
+ "description": "",
1466
1496
  "isDeprecated": false,
1467
- "name": "is_cloud_app"
1497
+ "name": "discovered_app"
1468
1498
  },
1469
1499
  {
1470
- "deprecationReason": null,
1471
- "description": "Cato system category of the application",
1472
- "isDeprecated": false,
1473
- "name": "category"
1500
+ "deprecationReason": "user tld instead",
1501
+ "description": "",
1502
+ "isDeprecated": true,
1503
+ "name": "domain"
1474
1504
  },
1475
1505
  {
1476
1506
  "deprecationReason": null,
1477
- "description": "Cato system categories of the application",
1507
+ "description": "data downloaded from cloud applications",
1478
1508
  "isDeprecated": false,
1479
- "name": "categories"
1509
+ "name": "downstream"
1480
1510
  },
1481
1511
  {
1482
1512
  "deprecationReason": null,
1483
- "description": "Application description",
1513
+ "description": "",
1484
1514
  "isDeprecated": false,
1485
- "name": "description"
1515
+ "name": "flows_created"
1486
1516
  },
1487
1517
  {
1488
1518
  "deprecationReason": null,
1489
- "description": "Application description",
1519
+ "description": "the country in which the registered application headquarteres is located",
1490
1520
  "isDeprecated": false,
1491
- "name": "application_description"
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": "Name of subnet as defined in Cato Management Application",
1531
+ "description": "indicates whether the application is considered cloud app/SaaS app",
1502
1532
  "isDeprecated": false,
1503
- "name": "subnet"
1533
+ "name": "is_cloud_app"
1504
1534
  },
1505
1535
  {
1506
1536
  "deprecationReason": null,
1507
- "description": "Name of subnet as defined in Cato Management Application",
1537
+ "description": "Is the application defined as sanctioned?",
1508
1538
  "isDeprecated": false,
1509
- "name": "subnet_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": "domain"
1545
+ "name": "new_app"
1516
1546
  },
1517
1547
  {
1518
- "deprecationReason": null,
1519
- "description": "IP for destination host or Cato Client",
1520
- "isDeprecated": false,
1521
- "name": "dest_ip"
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": "Top level domain",
1567
+ "description": "Country in which the source host is located",
1526
1568
  "isDeprecated": false,
1527
- "name": "tld"
1569
+ "name": "site_country"
1528
1570
  },
1529
1571
  {
1530
1572
  "deprecationReason": null,
1531
- "description": "User identifier",
1573
+ "description": "State in which the source host is located",
1532
1574
  "isDeprecated": false,
1533
- "name": "user_id"
1575
+ "name": "site_state"
1534
1576
  },
1535
1577
  {
1536
1578
  "deprecationReason": null,
1537
- "description": "User name",
1579
+ "description": "Name for Socket interface",
1538
1580
  "isDeprecated": false,
1539
- "name": "user_name"
1581
+ "name": "socket_interface"
1540
1582
  },
1541
1583
  {
1542
1584
  "deprecationReason": null,
1543
- "description": "Source site or remote user identifier",
1585
+ "description": "IP for source host or Cato Client",
1544
1586
  "isDeprecated": false,
1545
- "name": "src_site_id"
1587
+ "name": "src_ip"
1546
1588
  },
1547
1589
  {
1548
1590
  "deprecationReason": null,
1549
- "description": "Source site or remote user name",
1591
+ "description": "Source is site or remote user",
1550
1592
  "isDeprecated": false,
1551
- "name": "src_site_name"
1593
+ "name": "src_is_site_or_vpn"
1552
1594
  },
1553
1595
  {
1554
1596
  "deprecationReason": null,
1555
- "description": "Country in which the source host is located",
1597
+ "description": "Site country code alpha2",
1556
1598
  "isDeprecated": false,
1557
- "name": "site_country"
1599
+ "name": "src_site_country_code"
1558
1600
  },
1559
1601
  {
1560
1602
  "deprecationReason": null,
1561
- "description": "Site country code alpha2",
1603
+ "description": "Source site or remote user identifier",
1562
1604
  "isDeprecated": false,
1563
- "name": "src_site_country_code"
1605
+ "name": "src_site_id"
1564
1606
  },
1565
1607
  {
1566
1608
  "deprecationReason": null,
1567
- "description": "State in which the source host is located",
1609
+ "description": "Source site or remote user name",
1568
1610
  "isDeprecated": false,
1569
- "name": "site_state"
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 user_id instead",
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": "vpn_user_id"
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": "Destination is site or remote user",
1627
+ "description": "Name of subnet as defined in Cato Management Application",
1598
1628
  "isDeprecated": false,
1599
- "name": "dest_is_site_or_vpn"
1629
+ "name": "subnet_name"
1600
1630
  },
1601
1631
  {
1602
1632
  "deprecationReason": null,
1603
- "description": "Destination Site or remote user identifier",
1633
+ "description": "Top level domain",
1604
1634
  "isDeprecated": false,
1605
- "name": "dest_site_id"
1635
+ "name": "tld"
1606
1636
  },
1607
1637
  {
1608
- "deprecationReason": null,
1609
- "description": "Destination Site or remote user name",
1610
- "isDeprecated": false,
1611
- "name": "dest_site_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": "Name for device related to the traffic",
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": "ad_name"
1653
+ "name": "upstream"
1630
1654
  },
1631
1655
  {
1632
1656
  "deprecationReason": null,
1633
- "description": "IP for source host or Cato Client",
1657
+ "description": "User identifier",
1634
1658
  "isDeprecated": false,
1635
- "name": "src_ip"
1659
+ "name": "user_id"
1636
1660
  },
1637
1661
  {
1638
1662
  "deprecationReason": null,
1639
- "description": "Name for Socket interface",
1663
+ "description": "User name",
1640
1664
  "isDeprecated": false,
1641
- "name": "socket_interface"
1665
+ "name": "user_name"
1642
1666
  },
1643
1667
  {
1644
- "deprecationReason": null,
1645
- "description": "Source is site or remote user",
1646
- "isDeprecated": false,
1647
- "name": "src_is_site_or_vpn"
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": "The application identifier",
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": "The application name",
1899
+ "description": "Application description",
1870
1900
  "isDeprecated": false,
1871
- "name": "application"
1901
+ "name": "application_description"
1872
1902
  },
1873
1903
  {
1874
- "deprecationReason": null,
1904
+ "deprecationReason": "use application_name instead",
1875
1905
  "description": "The application name",
1876
- "isDeprecated": false,
1877
- "name": "application_name"
1906
+ "isDeprecated": true,
1907
+ "name": "application"
1878
1908
  },
1879
1909
  {
1880
1910
  "deprecationReason": null,
1881
- "description": "new cloud application identifier",
1911
+ "description": "The application name",
1882
1912
  "isDeprecated": false,
1883
- "name": "new_app"
1913
+ "name": "application_name"
1884
1914
  },
1885
1915
  {
1886
1916
  "deprecationReason": null,
1887
1917
  "description": "",
1888
1918
  "isDeprecated": false,
1889
- "name": "discovered_app"
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": "data uploaded to cloud applications",
1923
+ "description": "The application risk score assigned by Cato",
1900
1924
  "isDeprecated": false,
1901
- "name": "upstream"
1925
+ "name": "application_risk_score"
1902
1926
  },
1903
1927
  {
1904
1928
  "deprecationReason": null,
1905
- "description": "data downloaded from cloud applications",
1929
+ "description": "Cato system categories of the application",
1906
1930
  "isDeprecated": false,
1907
- "name": "downstream"
1931
+ "name": "categories"
1908
1932
  },
1909
1933
  {
1910
- "deprecationReason": null,
1911
- "description": "the application risk score assigned by Cato",
1912
- "isDeprecated": false,
1913
- "name": "risk_score"
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": "The application risk score assigned by Cato",
1941
+ "description": "For hosts configured with a static IP in the Cato Management Application, the host name",
1918
1942
  "isDeprecated": false,
1919
- "name": "application_risk_score"
1943
+ "name": "configured_host_name"
1920
1944
  },
1921
1945
  {
1922
- "deprecationReason": null,
1923
- "description": "",
1924
- "isDeprecated": false,
1925
- "name": "risk_level"
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": "application_risk_level"
1955
+ "name": "dest_ip"
1932
1956
  },
1933
1957
  {
1934
1958
  "deprecationReason": null,
1935
- "description": "Is the application defined as sanctioned?",
1959
+ "description": "Destination is site or remote user",
1936
1960
  "isDeprecated": false,
1937
- "name": "sanctioned"
1961
+ "name": "dest_is_site_or_vpn"
1938
1962
  },
1939
1963
  {
1940
1964
  "deprecationReason": null,
1941
- "description": "Is the application defined as sanctioned?",
1965
+ "description": "Destination site or remote user identifier",
1942
1966
  "isDeprecated": false,
1943
- "name": "is_sanctioned_app"
1967
+ "name": "dest_site"
1944
1968
  },
1945
1969
  {
1946
1970
  "deprecationReason": null,
1947
- "description": "the country in which the registered application headquarteres is located",
1971
+ "description": "Destination Site or remote user identifier",
1948
1972
  "isDeprecated": false,
1949
- "name": "hq_location"
1973
+ "name": "dest_site_id"
1950
1974
  },
1951
1975
  {
1952
1976
  "deprecationReason": null,
1953
- "description": "indicates whether the application is considered cloud app/SaaS app",
1977
+ "description": "Destination Site or remote user name",
1954
1978
  "isDeprecated": false,
1955
- "name": "is_cloud_app"
1979
+ "name": "dest_site_name"
1956
1980
  },
1957
1981
  {
1958
1982
  "deprecationReason": null,
1959
- "description": "Cato system category of the application",
1983
+ "description": "Name for device related to the traffic",
1960
1984
  "isDeprecated": false,
1961
- "name": "category"
1985
+ "name": "device_name"
1962
1986
  },
1963
1987
  {
1964
1988
  "deprecationReason": null,
1965
- "description": "Cato system categories of the application",
1989
+ "description": "",
1966
1990
  "isDeprecated": false,
1967
- "name": "categories"
1991
+ "name": "discovered_app"
1968
1992
  },
1969
1993
  {
1970
- "deprecationReason": null,
1971
- "description": "Application description",
1972
- "isDeprecated": false,
1973
- "name": "description"
1994
+ "deprecationReason": "user tld instead",
1995
+ "description": "",
1996
+ "isDeprecated": true,
1997
+ "name": "domain"
1974
1998
  },
1975
1999
  {
1976
2000
  "deprecationReason": null,
1977
- "description": "Application description",
2001
+ "description": "data downloaded from cloud applications",
1978
2002
  "isDeprecated": false,
1979
- "name": "application_description"
2003
+ "name": "downstream"
1980
2004
  },
1981
2005
  {
1982
2006
  "deprecationReason": null,
1983
2007
  "description": "",
1984
2008
  "isDeprecated": false,
1985
- "name": "ip"
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": "Name of subnet as defined in Cato Management Application",
2013
+ "description": "the country in which the registered application headquarteres is located",
1996
2014
  "isDeprecated": false,
1997
- "name": "subnet_name"
2015
+ "name": "hq_location"
1998
2016
  },
1999
2017
  {
2000
2018
  "deprecationReason": null,
2001
2019
  "description": "",
2002
2020
  "isDeprecated": false,
2003
- "name": "domain"
2021
+ "name": "ip"
2004
2022
  },
2005
2023
  {
2006
2024
  "deprecationReason": null,
2007
- "description": "IP for destination host or Cato Client",
2025
+ "description": "indicates whether the application is considered cloud app/SaaS app",
2008
2026
  "isDeprecated": false,
2009
- "name": "dest_ip"
2027
+ "name": "is_cloud_app"
2010
2028
  },
2011
2029
  {
2012
2030
  "deprecationReason": null,
2013
- "description": "Top level domain",
2031
+ "description": "Is the application defined as sanctioned?",
2014
2032
  "isDeprecated": false,
2015
- "name": "tld"
2033
+ "name": "is_sanctioned_app"
2016
2034
  },
2017
2035
  {
2018
2036
  "deprecationReason": null,
2019
- "description": "User identifier",
2037
+ "description": "new cloud application identifier",
2020
2038
  "isDeprecated": false,
2021
- "name": "user_id"
2039
+ "name": "new_app"
2022
2040
  },
2023
2041
  {
2024
- "deprecationReason": null,
2025
- "description": "User name",
2026
- "isDeprecated": false,
2027
- "name": "user_name"
2042
+ "deprecationReason": "use application_risk_level instead",
2043
+ "description": "",
2044
+ "isDeprecated": true,
2045
+ "name": "risk_level"
2028
2046
  },
2029
2047
  {
2030
- "deprecationReason": null,
2031
- "description": "Source site or remote user identifier",
2032
- "isDeprecated": false,
2033
- "name": "src_site_id"
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": null,
2037
- "description": "Source site or remote user name",
2038
- "isDeprecated": false,
2039
- "name": "src_site_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": "Site country code alpha2",
2067
+ "description": "State in which the source host is located",
2050
2068
  "isDeprecated": false,
2051
- "name": "src_site_country_code"
2069
+ "name": "site_state"
2052
2070
  },
2053
2071
  {
2054
2072
  "deprecationReason": null,
2055
- "description": "State in which the source host is located",
2073
+ "description": "Name for Socket interface",
2056
2074
  "isDeprecated": false,
2057
- "name": "site_state"
2075
+ "name": "socket_interface"
2058
2076
  },
2059
2077
  {
2060
2078
  "deprecationReason": null,
2061
- "description": "Site state code",
2079
+ "description": "IP for source host or Cato Client",
2062
2080
  "isDeprecated": false,
2063
- "name": "src_site_state"
2081
+ "name": "src_ip"
2064
2082
  },
2065
2083
  {
2066
- "deprecationReason": "use user_id instead",
2067
- "description": "",
2068
- "isDeprecated": true,
2069
- "name": "vpn_user_id"
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": "flows_created"
2093
+ "name": "src_site_country_code"
2076
2094
  },
2077
2095
  {
2078
2096
  "deprecationReason": null,
2079
- "description": "Destination site or remote user identifier",
2097
+ "description": "Source site or remote user identifier",
2080
2098
  "isDeprecated": false,
2081
- "name": "dest_site"
2099
+ "name": "src_site_id"
2082
2100
  },
2083
2101
  {
2084
2102
  "deprecationReason": null,
2085
- "description": "Destination is site or remote user",
2103
+ "description": "Source site or remote user name",
2086
2104
  "isDeprecated": false,
2087
- "name": "dest_is_site_or_vpn"
2105
+ "name": "src_site_name"
2088
2106
  },
2089
2107
  {
2090
2108
  "deprecationReason": null,
2091
- "description": "Destination Site or remote user identifier",
2109
+ "description": "Site state code",
2092
2110
  "isDeprecated": false,
2093
- "name": "dest_site_id"
2111
+ "name": "src_site_state"
2094
2112
  },
2095
2113
  {
2096
- "deprecationReason": null,
2097
- "description": "Destination Site or remote user name",
2098
- "isDeprecated": false,
2099
- "name": "dest_site_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": "Traffic direction",
2121
+ "description": "Name of subnet as defined in Cato Management Application",
2104
2122
  "isDeprecated": false,
2105
- "name": "traffic_direction"
2123
+ "name": "subnet_name"
2106
2124
  },
2107
2125
  {
2108
2126
  "deprecationReason": null,
2109
- "description": "Name for device related to the traffic",
2127
+ "description": "Top level domain",
2110
2128
  "isDeprecated": false,
2111
- "name": "device_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": "Active Directory name",
2139
+ "description": "Traffic direction",
2116
2140
  "isDeprecated": false,
2117
- "name": "ad_name"
2141
+ "name": "traffic_direction"
2118
2142
  },
2119
2143
  {
2120
2144
  "deprecationReason": null,
2121
- "description": "IP for source host or Cato Client",
2145
+ "description": "data uploaded to cloud applications",
2122
2146
  "isDeprecated": false,
2123
- "name": "src_ip"
2147
+ "name": "upstream"
2124
2148
  },
2125
2149
  {
2126
2150
  "deprecationReason": null,
2127
- "description": "Name for Socket interface",
2151
+ "description": "User identifier",
2128
2152
  "isDeprecated": false,
2129
- "name": "socket_interface"
2153
+ "name": "user_id"
2130
2154
  },
2131
2155
  {
2132
2156
  "deprecationReason": null,
2133
- "description": "Source is site or remote user",
2157
+ "description": "User name",
2134
2158
  "isDeprecated": false,
2135
- "name": "src_is_site_or_vpn"
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": "The application identifier",
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": "The application name",
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": "new cloud application identifier",
2358
+ "description": "",
2317
2359
  "isDeprecated": false,
2318
- "name": "new_app"
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": "discovered_app"
2366
+ "name": "application_risk_score"
2325
2367
  },
2326
2368
  {
2327
2369
  "deprecationReason": null,
2328
- "description": "the total sum of upstream and downstream data in bytes",
2370
+ "description": "Cato system categories of the application",
2329
2371
  "isDeprecated": false,
2330
- "name": "traffic"
2372
+ "name": "categories"
2331
2373
  },
2332
2374
  {
2333
- "deprecationReason": null,
2334
- "description": "data uploaded to cloud applications",
2335
- "isDeprecated": false,
2336
- "name": "upstream"
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": "data downloaded from cloud applications",
2382
+ "description": "For hosts configured with a static IP in the Cato Management Application, the host name",
2341
2383
  "isDeprecated": false,
2342
- "name": "downstream"
2384
+ "name": "configured_host_name"
2343
2385
  },
2344
2386
  {
2345
- "deprecationReason": null,
2346
- "description": "the application risk score assigned by Cato",
2347
- "isDeprecated": false,
2348
- "name": "risk_score"
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": "The application risk score assigned by Cato",
2394
+ "description": "IP for destination host or Cato Client",
2353
2395
  "isDeprecated": false,
2354
- "name": "application_risk_score"
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": "risk_level"
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": "application_risk_level"
2408
+ "name": "dest_site"
2367
2409
  },
2368
2410
  {
2369
2411
  "deprecationReason": null,
2370
- "description": "Is the application defined as sanctioned?",
2412
+ "description": "Destination Site or remote user identifier",
2371
2413
  "isDeprecated": false,
2372
- "name": "sanctioned"
2414
+ "name": "dest_site_id"
2373
2415
  },
2374
2416
  {
2375
2417
  "deprecationReason": null,
2376
- "description": "Is the application defined as sanctioned?",
2418
+ "description": "Destination Site or remote user name",
2377
2419
  "isDeprecated": false,
2378
- "name": "is_sanctioned_app"
2420
+ "name": "dest_site_name"
2379
2421
  },
2380
2422
  {
2381
2423
  "deprecationReason": null,
2382
- "description": "the country in which the registered application headquarteres is located",
2424
+ "description": "Name for device related to the traffic",
2383
2425
  "isDeprecated": false,
2384
- "name": "hq_location"
2426
+ "name": "device_name"
2385
2427
  },
2386
2428
  {
2387
2429
  "deprecationReason": null,
2388
- "description": "indicates whether the application is considered cloud app/SaaS app",
2430
+ "description": "",
2389
2431
  "isDeprecated": false,
2390
- "name": "is_cloud_app"
2432
+ "name": "discovered_app"
2391
2433
  },
2392
2434
  {
2393
- "deprecationReason": null,
2394
- "description": "Cato system category of the application",
2395
- "isDeprecated": false,
2396
- "name": "category"
2435
+ "deprecationReason": "user tld instead",
2436
+ "description": "",
2437
+ "isDeprecated": true,
2438
+ "name": "domain"
2397
2439
  },
2398
2440
  {
2399
2441
  "deprecationReason": null,
2400
- "description": "Cato system categories of the application",
2442
+ "description": "data downloaded from cloud applications",
2401
2443
  "isDeprecated": false,
2402
- "name": "categories"
2444
+ "name": "downstream"
2403
2445
  },
2404
2446
  {
2405
2447
  "deprecationReason": null,
2406
- "description": "Application description",
2448
+ "description": "",
2407
2449
  "isDeprecated": false,
2408
- "name": "description"
2450
+ "name": "flows_created"
2409
2451
  },
2410
2452
  {
2411
2453
  "deprecationReason": null,
2412
- "description": "Application description",
2454
+ "description": "the country in which the registered application headquarteres is located",
2413
2455
  "isDeprecated": false,
2414
- "name": "application_description"
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": "Name of subnet as defined in Cato Management Application",
2466
+ "description": "indicates whether the application is considered cloud app/SaaS app",
2425
2467
  "isDeprecated": false,
2426
- "name": "subnet"
2468
+ "name": "is_cloud_app"
2427
2469
  },
2428
2470
  {
2429
2471
  "deprecationReason": null,
2430
- "description": "Name of subnet as defined in Cato Management Application",
2472
+ "description": "Is the application defined as sanctioned?",
2431
2473
  "isDeprecated": false,
2432
- "name": "subnet_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": "domain"
2480
+ "name": "new_app"
2439
2481
  },
2440
2482
  {
2441
- "deprecationReason": null,
2442
- "description": "IP for destination host or Cato Client",
2443
- "isDeprecated": false,
2444
- "name": "dest_ip"
2483
+ "deprecationReason": "use application_risk_level instead",
2484
+ "description": "",
2485
+ "isDeprecated": true,
2486
+ "name": "risk_level"
2445
2487
  },
2446
2488
  {
2447
- "deprecationReason": null,
2448
- "description": "Top level domain",
2449
- "isDeprecated": false,
2450
- "name": "tld"
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": "User identifier",
2502
+ "description": "Country in which the source host is located",
2455
2503
  "isDeprecated": false,
2456
- "name": "user_id"
2504
+ "name": "site_country"
2457
2505
  },
2458
2506
  {
2459
2507
  "deprecationReason": null,
2460
- "description": "User name",
2508
+ "description": "State in which the source host is located",
2461
2509
  "isDeprecated": false,
2462
- "name": "user_name"
2510
+ "name": "site_state"
2463
2511
  },
2464
2512
  {
2465
2513
  "deprecationReason": null,
2466
- "description": "Source site or remote user identifier",
2514
+ "description": "Name for Socket interface",
2467
2515
  "isDeprecated": false,
2468
- "name": "src_site_id"
2516
+ "name": "socket_interface"
2469
2517
  },
2470
2518
  {
2471
2519
  "deprecationReason": null,
2472
- "description": "Source site or remote user name",
2520
+ "description": "IP for source host or Cato Client",
2473
2521
  "isDeprecated": false,
2474
- "name": "src_site_name"
2522
+ "name": "src_ip"
2475
2523
  },
2476
2524
  {
2477
2525
  "deprecationReason": null,
2478
- "description": "Country in which the source host is located",
2526
+ "description": "Source is site or remote user",
2479
2527
  "isDeprecated": false,
2480
- "name": "site_country"
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": "State in which the source host is located",
2538
+ "description": "Source site or remote user identifier",
2491
2539
  "isDeprecated": false,
2492
- "name": "site_state"
2540
+ "name": "src_site_id"
2493
2541
  },
2494
2542
  {
2495
2543
  "deprecationReason": null,
2496
- "description": "Site state code",
2544
+ "description": "Source site or remote user name",
2497
2545
  "isDeprecated": false,
2498
- "name": "src_site_state"
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": "flows_created"
2552
+ "name": "src_site_state"
2511
2553
  },
2512
2554
  {
2513
- "deprecationReason": null,
2514
- "description": "Destination site or remote user identifier",
2515
- "isDeprecated": false,
2516
- "name": "dest_site"
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": "Destination is site or remote user",
2562
+ "description": "Name of subnet as defined in Cato Management Application",
2521
2563
  "isDeprecated": false,
2522
- "name": "dest_is_site_or_vpn"
2564
+ "name": "subnet_name"
2523
2565
  },
2524
2566
  {
2525
2567
  "deprecationReason": null,
2526
- "description": "Destination Site or remote user identifier",
2568
+ "description": "Top level domain",
2527
2569
  "isDeprecated": false,
2528
- "name": "dest_site_id"
2570
+ "name": "tld"
2529
2571
  },
2530
2572
  {
2531
- "deprecationReason": null,
2532
- "description": "Destination Site or remote user name",
2533
- "isDeprecated": false,
2534
- "name": "dest_site_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": "Name for device related to the traffic",
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": "ad_name"
2588
+ "name": "upstream"
2553
2589
  },
2554
2590
  {
2555
2591
  "deprecationReason": null,
2556
- "description": "IP for source host or Cato Client",
2592
+ "description": "User identifier",
2557
2593
  "isDeprecated": false,
2558
- "name": "src_ip"
2594
+ "name": "user_id"
2559
2595
  },
2560
2596
  {
2561
2597
  "deprecationReason": null,
2562
- "description": "Name for Socket interface",
2598
+ "description": "User name",
2563
2599
  "isDeprecated": false,
2564
- "name": "socket_interface"
2600
+ "name": "user_name"
2565
2601
  },
2566
2602
  {
2567
- "deprecationReason": null,
2568
- "description": "Source is site or remote user",
2569
- "isDeprecated": false,
2570
- "name": "src_is_site_or_vpn"
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": "dimensionDataDimensions: dimensions",
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": "timeseriesKeyKey: key",
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": "unitTypeUnits: units",
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.",