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
@@ -131,12 +131,6 @@
131
131
  "isDeprecated": false,
132
132
  "name": "app_stack"
133
133
  },
134
- {
135
- "deprecationReason": "use application_id/application_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
136
- "description": "For Internet firewall, app for this event",
137
- "isDeprecated": true,
138
- "name": "application"
139
- },
140
134
  {
141
135
  "deprecationReason": null,
142
136
  "description": "Application ID of the flow",
@@ -347,18 +341,6 @@
347
341
  "isDeprecated": false,
348
342
  "name": "criticality"
349
343
  },
350
- {
351
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
352
- "description": "Unique Cato ID for the custom category",
353
- "isDeprecated": true,
354
- "name": "custom_categories"
355
- },
356
- {
357
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
358
- "description": "Name for the custom category defined in the Cato Management Application",
359
- "isDeprecated": true,
360
- "name": "custom_category"
361
- },
362
344
  {
363
345
  "deprecationReason": null,
364
346
  "description": "Custom category ID",
@@ -443,12 +425,6 @@
443
425
  "isDeprecated": false,
444
426
  "name": "dest_process_path"
445
427
  },
446
- {
447
- "deprecationReason": "use dest_site_id/dest_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
448
- "description": "For WAN traffic, name of destination site or SDP user",
449
- "isDeprecated": true,
450
- "name": "dest_site"
451
- },
452
428
  {
453
429
  "deprecationReason": null,
454
430
  "description": "Unique internal Cato ID for the destination site or remote user",
@@ -521,12 +497,6 @@
521
497
  "isDeprecated": false,
522
498
  "name": "device_posture_profile"
523
499
  },
524
- {
525
- "deprecationReason": "use device_posture_profile instead. Planned end-of-life (EoL) date: May 1, 2025.",
526
- "description": "Device posture profiles",
527
- "isDeprecated": true,
528
- "name": "device_posture_profiles"
529
- },
530
500
  {
531
501
  "deprecationReason": null,
532
502
  "description": "Device Type",
@@ -623,6 +593,12 @@
623
593
  "isDeprecated": false,
624
594
  "name": "endpoint_id"
625
595
  },
596
+ {
597
+ "deprecationReason": null,
598
+ "description": "The engine type associated with the event",
599
+ "isDeprecated": false,
600
+ "name": "engine_type"
601
+ },
626
602
  {
627
603
  "deprecationReason": null,
628
604
  "description": "The Endpoint Protection Engine that detected the malware",
@@ -1013,12 +989,24 @@
1013
989
  "isDeprecated": false,
1014
990
  "name": "producer"
1015
991
  },
992
+ {
993
+ "deprecationReason": null,
994
+ "description": "Related project name(s)",
995
+ "isDeprecated": false,
996
+ "name": "projects"
997
+ },
1016
998
  {
1017
999
  "deprecationReason": null,
1018
1000
  "description": "Prompt Page Selected Action",
1019
1001
  "isDeprecated": false,
1020
1002
  "name": "prompt_action"
1021
1003
  },
1004
+ {
1005
+ "deprecationReason": null,
1006
+ "description": "The name of the provider, for example cloud provider - AWS",
1007
+ "isDeprecated": false,
1008
+ "name": "provider_name"
1009
+ },
1022
1010
  {
1023
1011
  "deprecationReason": null,
1024
1012
  "description": "Public source IP",
@@ -1073,6 +1061,12 @@
1073
1061
  "isDeprecated": false,
1074
1062
  "name": "referer_url"
1075
1063
  },
1064
+ {
1065
+ "deprecationReason": null,
1066
+ "description": "The region of the object",
1067
+ "isDeprecated": false,
1068
+ "name": "region_name"
1069
+ },
1076
1070
  {
1077
1071
  "deprecationReason": null,
1078
1072
  "description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
@@ -1081,15 +1075,15 @@
1081
1075
  },
1082
1076
  {
1083
1077
  "deprecationReason": null,
1084
- "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
1078
+ "description": "The ID of the resource in the cloud provider",
1085
1079
  "isDeprecated": false,
1086
- "name": "risk_level"
1080
+ "name": "resource_id"
1087
1081
  },
1088
1082
  {
1089
- "deprecationReason": "use rule_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
1090
- "description": "Name of security rule related to the event",
1091
- "isDeprecated": true,
1092
- "name": "rule"
1083
+ "deprecationReason": null,
1084
+ "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
1085
+ "isDeprecated": false,
1086
+ "name": "risk_level"
1093
1087
  },
1094
1088
  {
1095
1089
  "deprecationReason": null,
@@ -1211,12 +1205,6 @@
1211
1205
  "isDeprecated": false,
1212
1206
  "name": "src_isp_ip"
1213
1207
  },
1214
- {
1215
- "deprecationReason": "please use src_site_id and dest_site_id instead. Planned end-of-life (EoL) date: June 30, 2025.",
1216
- "description": "Source or destination site or remote user ID.\nThis field can only be used in filter.",
1217
- "isDeprecated": true,
1218
- "name": "src_or_dest_site_id"
1219
- },
1220
1208
  {
1221
1209
  "deprecationReason": null,
1222
1210
  "description": "Source process ID",
@@ -1253,12 +1241,6 @@
1253
1241
  "isDeprecated": false,
1254
1242
  "name": "src_process_path"
1255
1243
  },
1256
- {
1257
- "deprecationReason": "use src_site_id/src_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
1258
- "description": "Name of site or user initiating the connection",
1259
- "isDeprecated": true,
1260
- "name": "src_site"
1261
- },
1262
1244
  {
1263
1245
  "deprecationReason": null,
1264
1246
  "description": "Unique internal Cato ID for the site or remote user",
@@ -1295,6 +1277,12 @@
1295
1277
  "isDeprecated": false,
1296
1278
  "name": "subnet_name"
1297
1279
  },
1280
+ {
1281
+ "deprecationReason": null,
1282
+ "description": "The name of the subscription",
1283
+ "isDeprecated": false,
1284
+ "name": "subscription_name"
1285
+ },
1298
1286
  {
1299
1287
  "deprecationReason": null,
1300
1288
  "description": "Number of targets (servers) associated with this event",
@@ -1735,12 +1723,6 @@
1735
1723
  "isDeprecated": false,
1736
1724
  "name": "app_stack"
1737
1725
  },
1738
- {
1739
- "deprecationReason": "use application_id/application_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
1740
- "description": "For Internet firewall, app for this event",
1741
- "isDeprecated": true,
1742
- "name": "application"
1743
- },
1744
1726
  {
1745
1727
  "deprecationReason": null,
1746
1728
  "description": "Application ID of the flow",
@@ -1951,18 +1933,6 @@
1951
1933
  "isDeprecated": false,
1952
1934
  "name": "criticality"
1953
1935
  },
1954
- {
1955
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
1956
- "description": "Unique Cato ID for the custom category",
1957
- "isDeprecated": true,
1958
- "name": "custom_categories"
1959
- },
1960
- {
1961
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
1962
- "description": "Name for the custom category defined in the Cato Management Application",
1963
- "isDeprecated": true,
1964
- "name": "custom_category"
1965
- },
1966
1936
  {
1967
1937
  "deprecationReason": null,
1968
1938
  "description": "Custom category ID",
@@ -2047,12 +2017,6 @@
2047
2017
  "isDeprecated": false,
2048
2018
  "name": "dest_process_path"
2049
2019
  },
2050
- {
2051
- "deprecationReason": "use dest_site_id/dest_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
2052
- "description": "For WAN traffic, name of destination site or SDP user",
2053
- "isDeprecated": true,
2054
- "name": "dest_site"
2055
- },
2056
2020
  {
2057
2021
  "deprecationReason": null,
2058
2022
  "description": "Unique internal Cato ID for the destination site or remote user",
@@ -2125,12 +2089,6 @@
2125
2089
  "isDeprecated": false,
2126
2090
  "name": "device_posture_profile"
2127
2091
  },
2128
- {
2129
- "deprecationReason": "use device_posture_profile instead. Planned end-of-life (EoL) date: May 1, 2025.",
2130
- "description": "Device posture profiles",
2131
- "isDeprecated": true,
2132
- "name": "device_posture_profiles"
2133
- },
2134
2092
  {
2135
2093
  "deprecationReason": null,
2136
2094
  "description": "Device Type",
@@ -2227,6 +2185,12 @@
2227
2185
  "isDeprecated": false,
2228
2186
  "name": "endpoint_id"
2229
2187
  },
2188
+ {
2189
+ "deprecationReason": null,
2190
+ "description": "The engine type associated with the event",
2191
+ "isDeprecated": false,
2192
+ "name": "engine_type"
2193
+ },
2230
2194
  {
2231
2195
  "deprecationReason": null,
2232
2196
  "description": "The Endpoint Protection Engine that detected the malware",
@@ -2617,12 +2581,24 @@
2617
2581
  "isDeprecated": false,
2618
2582
  "name": "producer"
2619
2583
  },
2584
+ {
2585
+ "deprecationReason": null,
2586
+ "description": "Related project name(s)",
2587
+ "isDeprecated": false,
2588
+ "name": "projects"
2589
+ },
2620
2590
  {
2621
2591
  "deprecationReason": null,
2622
2592
  "description": "Prompt Page Selected Action",
2623
2593
  "isDeprecated": false,
2624
2594
  "name": "prompt_action"
2625
2595
  },
2596
+ {
2597
+ "deprecationReason": null,
2598
+ "description": "The name of the provider, for example cloud provider - AWS",
2599
+ "isDeprecated": false,
2600
+ "name": "provider_name"
2601
+ },
2626
2602
  {
2627
2603
  "deprecationReason": null,
2628
2604
  "description": "Public source IP",
@@ -2677,6 +2653,12 @@
2677
2653
  "isDeprecated": false,
2678
2654
  "name": "referer_url"
2679
2655
  },
2656
+ {
2657
+ "deprecationReason": null,
2658
+ "description": "The region of the object",
2659
+ "isDeprecated": false,
2660
+ "name": "region_name"
2661
+ },
2680
2662
  {
2681
2663
  "deprecationReason": null,
2682
2664
  "description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
@@ -2685,15 +2667,15 @@
2685
2667
  },
2686
2668
  {
2687
2669
  "deprecationReason": null,
2688
- "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
2670
+ "description": "The ID of the resource in the cloud provider",
2689
2671
  "isDeprecated": false,
2690
- "name": "risk_level"
2672
+ "name": "resource_id"
2691
2673
  },
2692
2674
  {
2693
- "deprecationReason": "use rule_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
2694
- "description": "Name of security rule related to the event",
2695
- "isDeprecated": true,
2696
- "name": "rule"
2675
+ "deprecationReason": null,
2676
+ "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
2677
+ "isDeprecated": false,
2678
+ "name": "risk_level"
2697
2679
  },
2698
2680
  {
2699
2681
  "deprecationReason": null,
@@ -2815,12 +2797,6 @@
2815
2797
  "isDeprecated": false,
2816
2798
  "name": "src_isp_ip"
2817
2799
  },
2818
- {
2819
- "deprecationReason": "please use src_site_id and dest_site_id instead. Planned end-of-life (EoL) date: June 30, 2025.",
2820
- "description": "Source or destination site or remote user ID.\nThis field can only be used in filter.",
2821
- "isDeprecated": true,
2822
- "name": "src_or_dest_site_id"
2823
- },
2824
2800
  {
2825
2801
  "deprecationReason": null,
2826
2802
  "description": "Source process ID",
@@ -2857,12 +2833,6 @@
2857
2833
  "isDeprecated": false,
2858
2834
  "name": "src_process_path"
2859
2835
  },
2860
- {
2861
- "deprecationReason": "use src_site_id/src_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
2862
- "description": "Name of site or user initiating the connection",
2863
- "isDeprecated": true,
2864
- "name": "src_site"
2865
- },
2866
2836
  {
2867
2837
  "deprecationReason": null,
2868
2838
  "description": "Unique internal Cato ID for the site or remote user",
@@ -2899,6 +2869,12 @@
2899
2869
  "isDeprecated": false,
2900
2870
  "name": "subnet_name"
2901
2871
  },
2872
+ {
2873
+ "deprecationReason": null,
2874
+ "description": "The name of the subscription",
2875
+ "isDeprecated": false,
2876
+ "name": "subscription_name"
2877
+ },
2902
2878
  {
2903
2879
  "deprecationReason": null,
2904
2880
  "description": "Number of targets (servers) associated with this event",
@@ -3555,12 +3531,6 @@
3555
3531
  "isDeprecated": false,
3556
3532
  "name": "app_stack"
3557
3533
  },
3558
- {
3559
- "deprecationReason": "use application_id/application_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
3560
- "description": "For Internet firewall, app for this event",
3561
- "isDeprecated": true,
3562
- "name": "application"
3563
- },
3564
3534
  {
3565
3535
  "deprecationReason": null,
3566
3536
  "description": "Application ID of the flow",
@@ -3771,18 +3741,6 @@
3771
3741
  "isDeprecated": false,
3772
3742
  "name": "criticality"
3773
3743
  },
3774
- {
3775
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
3776
- "description": "Unique Cato ID for the custom category",
3777
- "isDeprecated": true,
3778
- "name": "custom_categories"
3779
- },
3780
- {
3781
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
3782
- "description": "Name for the custom category defined in the Cato Management Application",
3783
- "isDeprecated": true,
3784
- "name": "custom_category"
3785
- },
3786
3744
  {
3787
3745
  "deprecationReason": null,
3788
3746
  "description": "Custom category ID",
@@ -3867,12 +3825,6 @@
3867
3825
  "isDeprecated": false,
3868
3826
  "name": "dest_process_path"
3869
3827
  },
3870
- {
3871
- "deprecationReason": "use dest_site_id/dest_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
3872
- "description": "For WAN traffic, name of destination site or SDP user",
3873
- "isDeprecated": true,
3874
- "name": "dest_site"
3875
- },
3876
3828
  {
3877
3829
  "deprecationReason": null,
3878
3830
  "description": "Unique internal Cato ID for the destination site or remote user",
@@ -3945,12 +3897,6 @@
3945
3897
  "isDeprecated": false,
3946
3898
  "name": "device_posture_profile"
3947
3899
  },
3948
- {
3949
- "deprecationReason": "use device_posture_profile instead. Planned end-of-life (EoL) date: May 1, 2025.",
3950
- "description": "Device posture profiles",
3951
- "isDeprecated": true,
3952
- "name": "device_posture_profiles"
3953
- },
3954
3900
  {
3955
3901
  "deprecationReason": null,
3956
3902
  "description": "Device Type",
@@ -4047,6 +3993,12 @@
4047
3993
  "isDeprecated": false,
4048
3994
  "name": "endpoint_id"
4049
3995
  },
3996
+ {
3997
+ "deprecationReason": null,
3998
+ "description": "The engine type associated with the event",
3999
+ "isDeprecated": false,
4000
+ "name": "engine_type"
4001
+ },
4050
4002
  {
4051
4003
  "deprecationReason": null,
4052
4004
  "description": "The Endpoint Protection Engine that detected the malware",
@@ -4437,12 +4389,24 @@
4437
4389
  "isDeprecated": false,
4438
4390
  "name": "producer"
4439
4391
  },
4392
+ {
4393
+ "deprecationReason": null,
4394
+ "description": "Related project name(s)",
4395
+ "isDeprecated": false,
4396
+ "name": "projects"
4397
+ },
4440
4398
  {
4441
4399
  "deprecationReason": null,
4442
4400
  "description": "Prompt Page Selected Action",
4443
4401
  "isDeprecated": false,
4444
4402
  "name": "prompt_action"
4445
4403
  },
4404
+ {
4405
+ "deprecationReason": null,
4406
+ "description": "The name of the provider, for example cloud provider - AWS",
4407
+ "isDeprecated": false,
4408
+ "name": "provider_name"
4409
+ },
4446
4410
  {
4447
4411
  "deprecationReason": null,
4448
4412
  "description": "Public source IP",
@@ -4497,6 +4461,12 @@
4497
4461
  "isDeprecated": false,
4498
4462
  "name": "referer_url"
4499
4463
  },
4464
+ {
4465
+ "deprecationReason": null,
4466
+ "description": "The region of the object",
4467
+ "isDeprecated": false,
4468
+ "name": "region_name"
4469
+ },
4500
4470
  {
4501
4471
  "deprecationReason": null,
4502
4472
  "description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
@@ -4505,15 +4475,15 @@
4505
4475
  },
4506
4476
  {
4507
4477
  "deprecationReason": null,
4508
- "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
4478
+ "description": "The ID of the resource in the cloud provider",
4509
4479
  "isDeprecated": false,
4510
- "name": "risk_level"
4480
+ "name": "resource_id"
4511
4481
  },
4512
4482
  {
4513
- "deprecationReason": "use rule_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
4514
- "description": "Name of security rule related to the event",
4515
- "isDeprecated": true,
4516
- "name": "rule"
4483
+ "deprecationReason": null,
4484
+ "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
4485
+ "isDeprecated": false,
4486
+ "name": "risk_level"
4517
4487
  },
4518
4488
  {
4519
4489
  "deprecationReason": null,
@@ -4635,12 +4605,6 @@
4635
4605
  "isDeprecated": false,
4636
4606
  "name": "src_isp_ip"
4637
4607
  },
4638
- {
4639
- "deprecationReason": "please use src_site_id and dest_site_id instead. Planned end-of-life (EoL) date: June 30, 2025.",
4640
- "description": "Source or destination site or remote user ID.\nThis field can only be used in filter.",
4641
- "isDeprecated": true,
4642
- "name": "src_or_dest_site_id"
4643
- },
4644
4608
  {
4645
4609
  "deprecationReason": null,
4646
4610
  "description": "Source process ID",
@@ -4677,12 +4641,6 @@
4677
4641
  "isDeprecated": false,
4678
4642
  "name": "src_process_path"
4679
4643
  },
4680
- {
4681
- "deprecationReason": "use src_site_id/src_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
4682
- "description": "Name of site or user initiating the connection",
4683
- "isDeprecated": true,
4684
- "name": "src_site"
4685
- },
4686
4644
  {
4687
4645
  "deprecationReason": null,
4688
4646
  "description": "Unique internal Cato ID for the site or remote user",
@@ -4719,6 +4677,12 @@
4719
4677
  "isDeprecated": false,
4720
4678
  "name": "subnet_name"
4721
4679
  },
4680
+ {
4681
+ "deprecationReason": null,
4682
+ "description": "The name of the subscription",
4683
+ "isDeprecated": false,
4684
+ "name": "subscription_name"
4685
+ },
4722
4686
  {
4723
4687
  "deprecationReason": null,
4724
4688
  "description": "Number of targets (servers) associated with this event",
@@ -5247,12 +5211,6 @@
5247
5211
  "isDeprecated": false,
5248
5212
  "name": "app_stack"
5249
5213
  },
5250
- {
5251
- "deprecationReason": "use application_id/application_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
5252
- "description": "For Internet firewall, app for this event",
5253
- "isDeprecated": true,
5254
- "name": "application"
5255
- },
5256
5214
  {
5257
5215
  "deprecationReason": null,
5258
5216
  "description": "Application ID of the flow",
@@ -5463,18 +5421,6 @@
5463
5421
  "isDeprecated": false,
5464
5422
  "name": "criticality"
5465
5423
  },
5466
- {
5467
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
5468
- "description": "Unique Cato ID for the custom category",
5469
- "isDeprecated": true,
5470
- "name": "custom_categories"
5471
- },
5472
- {
5473
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
5474
- "description": "Name for the custom category defined in the Cato Management Application",
5475
- "isDeprecated": true,
5476
- "name": "custom_category"
5477
- },
5478
5424
  {
5479
5425
  "deprecationReason": null,
5480
5426
  "description": "Custom category ID",
@@ -5559,12 +5505,6 @@
5559
5505
  "isDeprecated": false,
5560
5506
  "name": "dest_process_path"
5561
5507
  },
5562
- {
5563
- "deprecationReason": "use dest_site_id/dest_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
5564
- "description": "For WAN traffic, name of destination site or SDP user",
5565
- "isDeprecated": true,
5566
- "name": "dest_site"
5567
- },
5568
5508
  {
5569
5509
  "deprecationReason": null,
5570
5510
  "description": "Unique internal Cato ID for the destination site or remote user",
@@ -5637,12 +5577,6 @@
5637
5577
  "isDeprecated": false,
5638
5578
  "name": "device_posture_profile"
5639
5579
  },
5640
- {
5641
- "deprecationReason": "use device_posture_profile instead. Planned end-of-life (EoL) date: May 1, 2025.",
5642
- "description": "Device posture profiles",
5643
- "isDeprecated": true,
5644
- "name": "device_posture_profiles"
5645
- },
5646
5580
  {
5647
5581
  "deprecationReason": null,
5648
5582
  "description": "Device Type",
@@ -5739,6 +5673,12 @@
5739
5673
  "isDeprecated": false,
5740
5674
  "name": "endpoint_id"
5741
5675
  },
5676
+ {
5677
+ "deprecationReason": null,
5678
+ "description": "The engine type associated with the event",
5679
+ "isDeprecated": false,
5680
+ "name": "engine_type"
5681
+ },
5742
5682
  {
5743
5683
  "deprecationReason": null,
5744
5684
  "description": "The Endpoint Protection Engine that detected the malware",
@@ -6129,12 +6069,24 @@
6129
6069
  "isDeprecated": false,
6130
6070
  "name": "producer"
6131
6071
  },
6072
+ {
6073
+ "deprecationReason": null,
6074
+ "description": "Related project name(s)",
6075
+ "isDeprecated": false,
6076
+ "name": "projects"
6077
+ },
6132
6078
  {
6133
6079
  "deprecationReason": null,
6134
6080
  "description": "Prompt Page Selected Action",
6135
6081
  "isDeprecated": false,
6136
6082
  "name": "prompt_action"
6137
6083
  },
6084
+ {
6085
+ "deprecationReason": null,
6086
+ "description": "The name of the provider, for example cloud provider - AWS",
6087
+ "isDeprecated": false,
6088
+ "name": "provider_name"
6089
+ },
6138
6090
  {
6139
6091
  "deprecationReason": null,
6140
6092
  "description": "Public source IP",
@@ -6189,6 +6141,12 @@
6189
6141
  "isDeprecated": false,
6190
6142
  "name": "referer_url"
6191
6143
  },
6144
+ {
6145
+ "deprecationReason": null,
6146
+ "description": "The region of the object",
6147
+ "isDeprecated": false,
6148
+ "name": "region_name"
6149
+ },
6192
6150
  {
6193
6151
  "deprecationReason": null,
6194
6152
  "description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
@@ -6197,15 +6155,15 @@
6197
6155
  },
6198
6156
  {
6199
6157
  "deprecationReason": null,
6200
- "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
6158
+ "description": "The ID of the resource in the cloud provider",
6201
6159
  "isDeprecated": false,
6202
- "name": "risk_level"
6160
+ "name": "resource_id"
6203
6161
  },
6204
6162
  {
6205
- "deprecationReason": "use rule_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
6206
- "description": "Name of security rule related to the event",
6207
- "isDeprecated": true,
6208
- "name": "rule"
6163
+ "deprecationReason": null,
6164
+ "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
6165
+ "isDeprecated": false,
6166
+ "name": "risk_level"
6209
6167
  },
6210
6168
  {
6211
6169
  "deprecationReason": null,
@@ -6327,12 +6285,6 @@
6327
6285
  "isDeprecated": false,
6328
6286
  "name": "src_isp_ip"
6329
6287
  },
6330
- {
6331
- "deprecationReason": "please use src_site_id and dest_site_id instead. Planned end-of-life (EoL) date: June 30, 2025.",
6332
- "description": "Source or destination site or remote user ID.\nThis field can only be used in filter.",
6333
- "isDeprecated": true,
6334
- "name": "src_or_dest_site_id"
6335
- },
6336
6288
  {
6337
6289
  "deprecationReason": null,
6338
6290
  "description": "Source process ID",
@@ -6369,12 +6321,6 @@
6369
6321
  "isDeprecated": false,
6370
6322
  "name": "src_process_path"
6371
6323
  },
6372
- {
6373
- "deprecationReason": "use src_site_id/src_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
6374
- "description": "Name of site or user initiating the connection",
6375
- "isDeprecated": true,
6376
- "name": "src_site"
6377
- },
6378
6324
  {
6379
6325
  "deprecationReason": null,
6380
6326
  "description": "Unique internal Cato ID for the site or remote user",
@@ -6411,6 +6357,12 @@
6411
6357
  "isDeprecated": false,
6412
6358
  "name": "subnet_name"
6413
6359
  },
6360
+ {
6361
+ "deprecationReason": null,
6362
+ "description": "The name of the subscription",
6363
+ "isDeprecated": false,
6364
+ "name": "subscription_name"
6365
+ },
6414
6366
  {
6415
6367
  "deprecationReason": null,
6416
6368
  "description": "Number of targets (servers) associated with this event",
@@ -6851,12 +6803,6 @@
6851
6803
  "isDeprecated": false,
6852
6804
  "name": "app_stack"
6853
6805
  },
6854
- {
6855
- "deprecationReason": "use application_id/application_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
6856
- "description": "For Internet firewall, app for this event",
6857
- "isDeprecated": true,
6858
- "name": "application"
6859
- },
6860
6806
  {
6861
6807
  "deprecationReason": null,
6862
6808
  "description": "Application ID of the flow",
@@ -7067,18 +7013,6 @@
7067
7013
  "isDeprecated": false,
7068
7014
  "name": "criticality"
7069
7015
  },
7070
- {
7071
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
7072
- "description": "Unique Cato ID for the custom category",
7073
- "isDeprecated": true,
7074
- "name": "custom_categories"
7075
- },
7076
- {
7077
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
7078
- "description": "Name for the custom category defined in the Cato Management Application",
7079
- "isDeprecated": true,
7080
- "name": "custom_category"
7081
- },
7082
7016
  {
7083
7017
  "deprecationReason": null,
7084
7018
  "description": "Custom category ID",
@@ -7163,12 +7097,6 @@
7163
7097
  "isDeprecated": false,
7164
7098
  "name": "dest_process_path"
7165
7099
  },
7166
- {
7167
- "deprecationReason": "use dest_site_id/dest_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
7168
- "description": "For WAN traffic, name of destination site or SDP user",
7169
- "isDeprecated": true,
7170
- "name": "dest_site"
7171
- },
7172
7100
  {
7173
7101
  "deprecationReason": null,
7174
7102
  "description": "Unique internal Cato ID for the destination site or remote user",
@@ -7241,12 +7169,6 @@
7241
7169
  "isDeprecated": false,
7242
7170
  "name": "device_posture_profile"
7243
7171
  },
7244
- {
7245
- "deprecationReason": "use device_posture_profile instead. Planned end-of-life (EoL) date: May 1, 2025.",
7246
- "description": "Device posture profiles",
7247
- "isDeprecated": true,
7248
- "name": "device_posture_profiles"
7249
- },
7250
7172
  {
7251
7173
  "deprecationReason": null,
7252
7174
  "description": "Device Type",
@@ -7343,6 +7265,12 @@
7343
7265
  "isDeprecated": false,
7344
7266
  "name": "endpoint_id"
7345
7267
  },
7268
+ {
7269
+ "deprecationReason": null,
7270
+ "description": "The engine type associated with the event",
7271
+ "isDeprecated": false,
7272
+ "name": "engine_type"
7273
+ },
7346
7274
  {
7347
7275
  "deprecationReason": null,
7348
7276
  "description": "The Endpoint Protection Engine that detected the malware",
@@ -7733,12 +7661,24 @@
7733
7661
  "isDeprecated": false,
7734
7662
  "name": "producer"
7735
7663
  },
7664
+ {
7665
+ "deprecationReason": null,
7666
+ "description": "Related project name(s)",
7667
+ "isDeprecated": false,
7668
+ "name": "projects"
7669
+ },
7736
7670
  {
7737
7671
  "deprecationReason": null,
7738
7672
  "description": "Prompt Page Selected Action",
7739
7673
  "isDeprecated": false,
7740
7674
  "name": "prompt_action"
7741
7675
  },
7676
+ {
7677
+ "deprecationReason": null,
7678
+ "description": "The name of the provider, for example cloud provider - AWS",
7679
+ "isDeprecated": false,
7680
+ "name": "provider_name"
7681
+ },
7742
7682
  {
7743
7683
  "deprecationReason": null,
7744
7684
  "description": "Public source IP",
@@ -7793,6 +7733,12 @@
7793
7733
  "isDeprecated": false,
7794
7734
  "name": "referer_url"
7795
7735
  },
7736
+ {
7737
+ "deprecationReason": null,
7738
+ "description": "The region of the object",
7739
+ "isDeprecated": false,
7740
+ "name": "region_name"
7741
+ },
7796
7742
  {
7797
7743
  "deprecationReason": null,
7798
7744
  "description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
@@ -7801,15 +7747,15 @@
7801
7747
  },
7802
7748
  {
7803
7749
  "deprecationReason": null,
7804
- "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
7750
+ "description": "The ID of the resource in the cloud provider",
7805
7751
  "isDeprecated": false,
7806
- "name": "risk_level"
7752
+ "name": "resource_id"
7807
7753
  },
7808
7754
  {
7809
- "deprecationReason": "use rule_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
7810
- "description": "Name of security rule related to the event",
7811
- "isDeprecated": true,
7812
- "name": "rule"
7755
+ "deprecationReason": null,
7756
+ "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
7757
+ "isDeprecated": false,
7758
+ "name": "risk_level"
7813
7759
  },
7814
7760
  {
7815
7761
  "deprecationReason": null,
@@ -7931,12 +7877,6 @@
7931
7877
  "isDeprecated": false,
7932
7878
  "name": "src_isp_ip"
7933
7879
  },
7934
- {
7935
- "deprecationReason": "please use src_site_id and dest_site_id instead. Planned end-of-life (EoL) date: June 30, 2025.",
7936
- "description": "Source or destination site or remote user ID.\nThis field can only be used in filter.",
7937
- "isDeprecated": true,
7938
- "name": "src_or_dest_site_id"
7939
- },
7940
7880
  {
7941
7881
  "deprecationReason": null,
7942
7882
  "description": "Source process ID",
@@ -7973,12 +7913,6 @@
7973
7913
  "isDeprecated": false,
7974
7914
  "name": "src_process_path"
7975
7915
  },
7976
- {
7977
- "deprecationReason": "use src_site_id/src_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
7978
- "description": "Name of site or user initiating the connection",
7979
- "isDeprecated": true,
7980
- "name": "src_site"
7981
- },
7982
7916
  {
7983
7917
  "deprecationReason": null,
7984
7918
  "description": "Unique internal Cato ID for the site or remote user",
@@ -8015,6 +7949,12 @@
8015
7949
  "isDeprecated": false,
8016
7950
  "name": "subnet_name"
8017
7951
  },
7952
+ {
7953
+ "deprecationReason": null,
7954
+ "description": "The name of the subscription",
7955
+ "isDeprecated": false,
7956
+ "name": "subscription_name"
7957
+ },
8018
7958
  {
8019
7959
  "deprecationReason": null,
8020
7960
  "description": "Number of targets (servers) associated with this event",
@@ -8671,12 +8611,6 @@
8671
8611
  "isDeprecated": false,
8672
8612
  "name": "app_stack"
8673
8613
  },
8674
- {
8675
- "deprecationReason": "use application_id/application_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
8676
- "description": "For Internet firewall, app for this event",
8677
- "isDeprecated": true,
8678
- "name": "application"
8679
- },
8680
8614
  {
8681
8615
  "deprecationReason": null,
8682
8616
  "description": "Application ID of the flow",
@@ -8887,18 +8821,6 @@
8887
8821
  "isDeprecated": false,
8888
8822
  "name": "criticality"
8889
8823
  },
8890
- {
8891
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
8892
- "description": "Unique Cato ID for the custom category",
8893
- "isDeprecated": true,
8894
- "name": "custom_categories"
8895
- },
8896
- {
8897
- "deprecationReason": "use custom_category_id/custom_category_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
8898
- "description": "Name for the custom category defined in the Cato Management Application",
8899
- "isDeprecated": true,
8900
- "name": "custom_category"
8901
- },
8902
8824
  {
8903
8825
  "deprecationReason": null,
8904
8826
  "description": "Custom category ID",
@@ -8983,12 +8905,6 @@
8983
8905
  "isDeprecated": false,
8984
8906
  "name": "dest_process_path"
8985
8907
  },
8986
- {
8987
- "deprecationReason": "use dest_site_id/dest_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
8988
- "description": "For WAN traffic, name of destination site or SDP user",
8989
- "isDeprecated": true,
8990
- "name": "dest_site"
8991
- },
8992
8908
  {
8993
8909
  "deprecationReason": null,
8994
8910
  "description": "Unique internal Cato ID for the destination site or remote user",
@@ -9061,12 +8977,6 @@
9061
8977
  "isDeprecated": false,
9062
8978
  "name": "device_posture_profile"
9063
8979
  },
9064
- {
9065
- "deprecationReason": "use device_posture_profile instead. Planned end-of-life (EoL) date: May 1, 2025.",
9066
- "description": "Device posture profiles",
9067
- "isDeprecated": true,
9068
- "name": "device_posture_profiles"
9069
- },
9070
8980
  {
9071
8981
  "deprecationReason": null,
9072
8982
  "description": "Device Type",
@@ -9163,6 +9073,12 @@
9163
9073
  "isDeprecated": false,
9164
9074
  "name": "endpoint_id"
9165
9075
  },
9076
+ {
9077
+ "deprecationReason": null,
9078
+ "description": "The engine type associated with the event",
9079
+ "isDeprecated": false,
9080
+ "name": "engine_type"
9081
+ },
9166
9082
  {
9167
9083
  "deprecationReason": null,
9168
9084
  "description": "The Endpoint Protection Engine that detected the malware",
@@ -9553,12 +9469,24 @@
9553
9469
  "isDeprecated": false,
9554
9470
  "name": "producer"
9555
9471
  },
9472
+ {
9473
+ "deprecationReason": null,
9474
+ "description": "Related project name(s)",
9475
+ "isDeprecated": false,
9476
+ "name": "projects"
9477
+ },
9556
9478
  {
9557
9479
  "deprecationReason": null,
9558
9480
  "description": "Prompt Page Selected Action",
9559
9481
  "isDeprecated": false,
9560
9482
  "name": "prompt_action"
9561
9483
  },
9484
+ {
9485
+ "deprecationReason": null,
9486
+ "description": "The name of the provider, for example cloud provider - AWS",
9487
+ "isDeprecated": false,
9488
+ "name": "provider_name"
9489
+ },
9562
9490
  {
9563
9491
  "deprecationReason": null,
9564
9492
  "description": "Public source IP",
@@ -9613,6 +9541,12 @@
9613
9541
  "isDeprecated": false,
9614
9542
  "name": "referer_url"
9615
9543
  },
9544
+ {
9545
+ "deprecationReason": null,
9546
+ "description": "The region of the object",
9547
+ "isDeprecated": false,
9548
+ "name": "region_name"
9549
+ },
9616
9550
  {
9617
9551
  "deprecationReason": null,
9618
9552
  "description": "Registration code used the first time that a SDP user authenticates (the code is partially obfuscated)",
@@ -9621,15 +9555,15 @@
9621
9555
  },
9622
9556
  {
9623
9557
  "deprecationReason": null,
9624
- "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
9558
+ "description": "The ID of the resource in the cloud provider",
9625
9559
  "isDeprecated": false,
9626
- "name": "risk_level"
9560
+ "name": "resource_id"
9627
9561
  },
9628
9562
  {
9629
- "deprecationReason": "use rule_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
9630
- "description": "Name of security rule related to the event",
9631
- "isDeprecated": true,
9632
- "name": "rule"
9563
+ "deprecationReason": null,
9564
+ "description": "(IPS or SAM event) Indicates the overall impact of a threat for the host or network: Low \u2013 ie. adware Medium \u2013 ie. network scans High \u2013 ie. spyware or worms",
9565
+ "isDeprecated": false,
9566
+ "name": "risk_level"
9633
9567
  },
9634
9568
  {
9635
9569
  "deprecationReason": null,
@@ -9751,12 +9685,6 @@
9751
9685
  "isDeprecated": false,
9752
9686
  "name": "src_isp_ip"
9753
9687
  },
9754
- {
9755
- "deprecationReason": "please use src_site_id and dest_site_id instead. Planned end-of-life (EoL) date: June 30, 2025.",
9756
- "description": "Source or destination site or remote user ID.\nThis field can only be used in filter.",
9757
- "isDeprecated": true,
9758
- "name": "src_or_dest_site_id"
9759
- },
9760
9688
  {
9761
9689
  "deprecationReason": null,
9762
9690
  "description": "Source process ID",
@@ -9793,12 +9721,6 @@
9793
9721
  "isDeprecated": false,
9794
9722
  "name": "src_process_path"
9795
9723
  },
9796
- {
9797
- "deprecationReason": "use src_site_id/src_site_name instead. Planned end-of-life (EoL) date: May 1, 2025.",
9798
- "description": "Name of site or user initiating the connection",
9799
- "isDeprecated": true,
9800
- "name": "src_site"
9801
- },
9802
9724
  {
9803
9725
  "deprecationReason": null,
9804
9726
  "description": "Unique internal Cato ID for the site or remote user",
@@ -9835,6 +9757,12 @@
9835
9757
  "isDeprecated": false,
9836
9758
  "name": "subnet_name"
9837
9759
  },
9760
+ {
9761
+ "deprecationReason": null,
9762
+ "description": "The name of the subscription",
9763
+ "isDeprecated": false,
9764
+ "name": "subscription_name"
9765
+ },
9838
9766
  {
9839
9767
  "deprecationReason": null,
9840
9768
  "description": "Number of targets (servers) associated with this event",
@@ -10436,7 +10364,7 @@
10436
10364
  "varName": "data"
10437
10365
  },
10438
10366
  "dimensions": {
10439
- "alias": "dimensionDataDimensions: dimensions",
10367
+ "alias": "dimensionsTimeseries: dimensions",
10440
10368
  "args": {},
10441
10369
  "deprecationReason": null,
10442
10370
  "description": "List of dimension values for this timeseries",
@@ -10534,7 +10462,7 @@
10534
10462
  "varName": "info"
10535
10463
  },
10536
10464
  "key": {
10537
- "alias": "timeseriesKeyKey: key",
10465
+ "alias": "keyTimeseries: key",
10538
10466
  "args": {},
10539
10467
  "deprecationReason": null,
10540
10468
  "description": "Timeseries key: measure and dimension values",
@@ -10704,7 +10632,7 @@
10704
10632
  "varName": "sum"
10705
10633
  },
10706
10634
  "units": {
10707
- "alias": "unitTypeUnits: units",
10635
+ "alias": "unitsTimeseries: units",
10708
10636
  "args": {},
10709
10637
  "deprecationReason": null,
10710
10638
  "description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",