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
@@ -560,7 +560,7 @@
560
560
  "enumValues": null,
561
561
  "fields": {
562
562
  "errors": {
563
- "alias": "policyMutationErrorErrors: errors",
563
+ "alias": "errorsInternetFirewallRuleMutationPayload: errors",
564
564
  "args": {},
565
565
  "deprecationReason": null,
566
566
  "description": null,
@@ -573,7 +573,7 @@
573
573
  "responseStr": "errors:$policyMutationError ",
574
574
  "type": {
575
575
  "definition": {
576
- "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can’t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
576
+ "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
577
577
  "enumValues": null,
578
578
  "fields": {
579
579
  "errorCode": {
@@ -636,7 +636,7 @@
636
636
  "varName": "policyMutationError"
637
637
  },
638
638
  "rule": {
639
- "alias": "internetFirewallRulePayloadRule: rule",
639
+ "alias": "ruleInternetFirewallRuleMutationPayload: rule",
640
640
  "args": {},
641
641
  "deprecationReason": null,
642
642
  "description": null,
@@ -821,7 +821,7 @@
821
821
  "enumValues": null,
822
822
  "fields": {
823
823
  "action": {
824
- "alias": "internetFirewallActionEnumAction: action",
824
+ "alias": "actionInternetFirewallRule: action",
825
825
  "args": {},
826
826
  "deprecationReason": null,
827
827
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -879,7 +879,7 @@
879
879
  "varName": "action"
880
880
  },
881
881
  "activePeriod": {
882
- "alias": "policyRuleActivePeriodActivePeriod: activePeriod",
882
+ "alias": "activePeriodInternetFirewallRule: activePeriod",
883
883
  "args": {},
884
884
  "deprecationReason": null,
885
885
  "description": "The time period during which the rule is active, outside this period, the rule is inactive",
@@ -995,7 +995,7 @@
995
995
  "varName": "policyRuleActivePeriod"
996
996
  },
997
997
  "connectionOrigin": {
998
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
998
+ "alias": "connectionOriginInternetFirewallRule: connectionOrigin",
999
999
  "args": {},
1000
1000
  "deprecationReason": null,
1001
1001
  "description": "Connection origin of the traffic",
@@ -1047,10 +1047,10 @@
1047
1047
  "varName": "connectionOrigin"
1048
1048
  },
1049
1049
  "country": {
1050
- "alias": "countryRefCountry: country",
1050
+ "alias": "countryInternetFirewallRule: country",
1051
1051
  "args": {},
1052
1052
  "deprecationReason": null,
1053
- "description": "Source country traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1053
+ "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1054
1054
  "id_str": "internetFirewall___removeRule___rule___rule___country",
1055
1055
  "isDeprecated": false,
1056
1056
  "name": "country",
@@ -1146,10 +1146,10 @@
1146
1146
  "varName": "description"
1147
1147
  },
1148
1148
  "destination": {
1149
- "alias": "internetFirewallDestinationDestination: destination",
1149
+ "alias": "destinationInternetFirewallRule: destination",
1150
1150
  "args": {},
1151
1151
  "deprecationReason": null,
1152
- "description": "Destination traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1152
+ "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1153
1153
  "id_str": "internetFirewall___removeRule___rule___rule___destination",
1154
1154
  "isDeprecated": false,
1155
1155
  "name": "destination",
@@ -1163,7 +1163,7 @@
1163
1163
  "enumValues": null,
1164
1164
  "fields": {
1165
1165
  "appCategory": {
1166
- "alias": "applicationCategoryRefAppCategory: appCategory",
1166
+ "alias": "appCategoryInternetFirewallDestination: appCategory",
1167
1167
  "args": {},
1168
1168
  "deprecationReason": null,
1169
1169
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1241,7 +1241,7 @@
1241
1241
  "varName": "applicationCategoryRef"
1242
1242
  },
1243
1243
  "application": {
1244
- "alias": "applicationRefApplication: application",
1244
+ "alias": "applicationInternetFirewallDestination: application",
1245
1245
  "args": {},
1246
1246
  "deprecationReason": null,
1247
1247
  "description": "Applications for the rule (pre-defined)",
@@ -1319,7 +1319,7 @@
1319
1319
  "varName": "applicationRef"
1320
1320
  },
1321
1321
  "containers": {
1322
- "alias": "internetFirewallContainerContainers: containers",
1322
+ "alias": "containersInternetFirewallDestination: containers",
1323
1323
  "args": {},
1324
1324
  "deprecationReason": null,
1325
1325
  "description": null,
@@ -1336,7 +1336,7 @@
1336
1336
  "enumValues": null,
1337
1337
  "fields": {
1338
1338
  "fqdnContainer": {
1339
- "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
1339
+ "alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
1340
1340
  "args": {},
1341
1341
  "deprecationReason": null,
1342
1342
  "description": null,
@@ -1414,7 +1414,7 @@
1414
1414
  "varName": "fqdnContainerRef"
1415
1415
  },
1416
1416
  "ipAddressRangeContainer": {
1417
- "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1417
+ "alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
1418
1418
  "args": {},
1419
1419
  "deprecationReason": null,
1420
1420
  "description": null,
@@ -1509,7 +1509,7 @@
1509
1509
  "varName": "internetFirewallContainer"
1510
1510
  },
1511
1511
  "country": {
1512
- "alias": "countryRefCountry: country",
1512
+ "alias": "countryInternetFirewallDestination: country",
1513
1513
  "args": {},
1514
1514
  "deprecationReason": null,
1515
1515
  "description": "Countries",
@@ -1587,7 +1587,7 @@
1587
1587
  "varName": "countryRef"
1588
1588
  },
1589
1589
  "customApp": {
1590
- "alias": "customApplicationRefCustomApp: customApp",
1590
+ "alias": "customAppInternetFirewallDestination: customApp",
1591
1591
  "args": {},
1592
1592
  "deprecationReason": null,
1593
1593
  "description": "Custom (user-defined) applications",
@@ -1665,10 +1665,10 @@
1665
1665
  "varName": "customApplicationRef"
1666
1666
  },
1667
1667
  "customCategory": {
1668
- "alias": "customCategoryRefCustomCategory: customCategory",
1668
+ "alias": "customCategoryInternetFirewallDestination: customCategory",
1669
1669
  "args": {},
1670
1670
  "deprecationReason": null,
1671
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1671
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1672
1672
  "id_str": "internetFirewall___removeRule___rule___rule___destination___customCategory",
1673
1673
  "isDeprecated": false,
1674
1674
  "name": "customCategory",
@@ -1789,7 +1789,7 @@
1789
1789
  "varName": "fqdn"
1790
1790
  },
1791
1791
  "globalIpRange": {
1792
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1792
+ "alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
1793
1793
  "args": {},
1794
1794
  "deprecationReason": null,
1795
1795
  "description": "Globally defined IP range, IP and subnet objects",
@@ -1890,7 +1890,7 @@
1890
1890
  "varName": "ip"
1891
1891
  },
1892
1892
  "ipRange": {
1893
- "alias": "ipAddressRangeIpRange: ipRange",
1893
+ "alias": "ipRangeInternetFirewallDestination: ipRange",
1894
1894
  "args": {},
1895
1895
  "deprecationReason": null,
1896
1896
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -1991,7 +1991,7 @@
1991
1991
  "varName": "remoteAsn"
1992
1992
  },
1993
1993
  "sanctionedAppsCategory": {
1994
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1994
+ "alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
1995
1995
  "args": {},
1996
1996
  "deprecationReason": null,
1997
1997
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -2109,10 +2109,10 @@
2109
2109
  "varName": "internetFirewallDestination"
2110
2110
  },
2111
2111
  "device": {
2112
- "alias": "deviceProfileRefDevice: device",
2112
+ "alias": "deviceInternetFirewallRule: device",
2113
2113
  "args": {},
2114
2114
  "deprecationReason": null,
2115
- "description": "Source Device Profile traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2115
+ "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2116
2116
  "id_str": "internetFirewall___removeRule___rule___rule___device",
2117
2117
  "isDeprecated": false,
2118
2118
  "name": "device",
@@ -2187,7 +2187,7 @@
2187
2187
  "varName": "deviceProfileRef"
2188
2188
  },
2189
2189
  "deviceAttributes": {
2190
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2190
+ "alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
2191
2191
  "args": {},
2192
2192
  "deprecationReason": null,
2193
2193
  "description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
@@ -2359,10 +2359,10 @@
2359
2359
  "varName": "deviceAttributes"
2360
2360
  },
2361
2361
  "deviceOS": {
2362
- "alias": "operatingSystemDeviceOS: deviceOS",
2362
+ "alias": "deviceOSInternetFirewallRule: deviceOS",
2363
2363
  "args": {},
2364
2364
  "deprecationReason": null,
2365
- "description": "Source device Operating System traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2365
+ "description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2366
2366
  "id_str": "internetFirewall___removeRule___rule___rule___deviceOS",
2367
2367
  "isDeprecated": false,
2368
2368
  "name": "deviceOS",
@@ -2452,7 +2452,7 @@
2452
2452
  "varName": "enabled"
2453
2453
  },
2454
2454
  "exceptions": {
2455
- "alias": "internetFirewallRuleExceptionExceptions: exceptions",
2455
+ "alias": "exceptionsInternetFirewallRule: exceptions",
2456
2456
  "args": {},
2457
2457
  "deprecationReason": null,
2458
2458
  "description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
@@ -2469,7 +2469,7 @@
2469
2469
  "enumValues": null,
2470
2470
  "fields": {
2471
2471
  "connectionOrigin": {
2472
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
2472
+ "alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
2473
2473
  "args": {},
2474
2474
  "deprecationReason": null,
2475
2475
  "description": "Connection origin matching criteria for the exception.",
@@ -2521,7 +2521,7 @@
2521
2521
  "varName": "connectionOrigin"
2522
2522
  },
2523
2523
  "country": {
2524
- "alias": "countryRefCountry: country",
2524
+ "alias": "countryInternetFirewallRuleException: country",
2525
2525
  "args": {},
2526
2526
  "deprecationReason": null,
2527
2527
  "description": "Source country matching criteria for the exception.",
@@ -2599,7 +2599,7 @@
2599
2599
  "varName": "countryRef"
2600
2600
  },
2601
2601
  "destination": {
2602
- "alias": "internetFirewallDestinationDestination: destination",
2602
+ "alias": "destinationInternetFirewallRuleException: destination",
2603
2603
  "args": {},
2604
2604
  "deprecationReason": null,
2605
2605
  "description": "Destination matching criteria for the exception.",
@@ -2616,7 +2616,7 @@
2616
2616
  "enumValues": null,
2617
2617
  "fields": {
2618
2618
  "appCategory": {
2619
- "alias": "applicationCategoryRefAppCategory: appCategory",
2619
+ "alias": "appCategoryInternetFirewallDestination: appCategory",
2620
2620
  "args": {},
2621
2621
  "deprecationReason": null,
2622
2622
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -2694,7 +2694,7 @@
2694
2694
  "varName": "applicationCategoryRef"
2695
2695
  },
2696
2696
  "application": {
2697
- "alias": "applicationRefApplication: application",
2697
+ "alias": "applicationInternetFirewallDestination: application",
2698
2698
  "args": {},
2699
2699
  "deprecationReason": null,
2700
2700
  "description": "Applications for the rule (pre-defined)",
@@ -2772,7 +2772,7 @@
2772
2772
  "varName": "applicationRef"
2773
2773
  },
2774
2774
  "containers": {
2775
- "alias": "internetFirewallContainerContainers: containers",
2775
+ "alias": "containersInternetFirewallDestination: containers",
2776
2776
  "args": {},
2777
2777
  "deprecationReason": null,
2778
2778
  "description": null,
@@ -2789,7 +2789,7 @@
2789
2789
  "enumValues": null,
2790
2790
  "fields": {
2791
2791
  "fqdnContainer": {
2792
- "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
2792
+ "alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
2793
2793
  "args": {},
2794
2794
  "deprecationReason": null,
2795
2795
  "description": null,
@@ -2867,7 +2867,7 @@
2867
2867
  "varName": "fqdnContainerRef"
2868
2868
  },
2869
2869
  "ipAddressRangeContainer": {
2870
- "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
2870
+ "alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
2871
2871
  "args": {},
2872
2872
  "deprecationReason": null,
2873
2873
  "description": null,
@@ -2962,7 +2962,7 @@
2962
2962
  "varName": "internetFirewallContainer"
2963
2963
  },
2964
2964
  "country": {
2965
- "alias": "countryRefCountry: country",
2965
+ "alias": "countryInternetFirewallDestination: country",
2966
2966
  "args": {},
2967
2967
  "deprecationReason": null,
2968
2968
  "description": "Countries",
@@ -3040,7 +3040,7 @@
3040
3040
  "varName": "countryRef"
3041
3041
  },
3042
3042
  "customApp": {
3043
- "alias": "customApplicationRefCustomApp: customApp",
3043
+ "alias": "customAppInternetFirewallDestination: customApp",
3044
3044
  "args": {},
3045
3045
  "deprecationReason": null,
3046
3046
  "description": "Custom (user-defined) applications",
@@ -3118,10 +3118,10 @@
3118
3118
  "varName": "customApplicationRef"
3119
3119
  },
3120
3120
  "customCategory": {
3121
- "alias": "customCategoryRefCustomCategory: customCategory",
3121
+ "alias": "customCategoryInternetFirewallDestination: customCategory",
3122
3122
  "args": {},
3123
3123
  "deprecationReason": null,
3124
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3124
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3125
3125
  "id_str": "internetFirewall___removeRule___rule___rule___exceptions___destination___customCategory",
3126
3126
  "isDeprecated": false,
3127
3127
  "name": "customCategory",
@@ -3242,7 +3242,7 @@
3242
3242
  "varName": "fqdn"
3243
3243
  },
3244
3244
  "globalIpRange": {
3245
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3245
+ "alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
3246
3246
  "args": {},
3247
3247
  "deprecationReason": null,
3248
3248
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3343,7 +3343,7 @@
3343
3343
  "varName": "ip"
3344
3344
  },
3345
3345
  "ipRange": {
3346
- "alias": "ipAddressRangeIpRange: ipRange",
3346
+ "alias": "ipRangeInternetFirewallDestination: ipRange",
3347
3347
  "args": {},
3348
3348
  "deprecationReason": null,
3349
3349
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3444,7 +3444,7 @@
3444
3444
  "varName": "remoteAsn"
3445
3445
  },
3446
3446
  "sanctionedAppsCategory": {
3447
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3447
+ "alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
3448
3448
  "args": {},
3449
3449
  "deprecationReason": null,
3450
3450
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3562,7 +3562,7 @@
3562
3562
  "varName": "internetFirewallDestination"
3563
3563
  },
3564
3564
  "device": {
3565
- "alias": "deviceProfileRefDevice: device",
3565
+ "alias": "deviceInternetFirewallRuleException: device",
3566
3566
  "args": {},
3567
3567
  "deprecationReason": null,
3568
3568
  "description": "Source Device Profile matching criteria for the exception.",
@@ -3640,7 +3640,7 @@
3640
3640
  "varName": "deviceProfileRef"
3641
3641
  },
3642
3642
  "deviceAttributes": {
3643
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3643
+ "alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
3644
3644
  "args": {},
3645
3645
  "deprecationReason": null,
3646
3646
  "description": "Source Device Attributes matching criteria for the exception.",
@@ -3812,7 +3812,7 @@
3812
3812
  "varName": "deviceAttributes"
3813
3813
  },
3814
3814
  "deviceOS": {
3815
- "alias": "operatingSystemDeviceOS: deviceOS",
3815
+ "alias": "deviceOSInternetFirewallRuleException: deviceOS",
3816
3816
  "args": {},
3817
3817
  "deprecationReason": null,
3818
3818
  "description": "Source device OS matching criteria for the exception.",
@@ -3905,7 +3905,7 @@
3905
3905
  "varName": "name"
3906
3906
  },
3907
3907
  "service": {
3908
- "alias": "internetFirewallServiceTypeService: service",
3908
+ "alias": "serviceInternetFirewallRuleException: service",
3909
3909
  "args": {},
3910
3910
  "deprecationReason": null,
3911
3911
  "description": "Destination service matching criteria for the exception.",
@@ -3922,7 +3922,7 @@
3922
3922
  "enumValues": null,
3923
3923
  "fields": {
3924
3924
  "custom": {
3925
- "alias": "customServiceCustom: custom",
3925
+ "alias": "customInternetFirewallServiceType: custom",
3926
3926
  "args": {},
3927
3927
  "deprecationReason": null,
3928
3928
  "description": null,
@@ -3961,7 +3961,7 @@
3961
3961
  "varName": "port"
3962
3962
  },
3963
3963
  "portRange": {
3964
- "alias": "portRangePortRange: portRange",
3964
+ "alias": "portRangeCustomService: portRange",
3965
3965
  "args": {},
3966
3966
  "deprecationReason": null,
3967
3967
  "description": null,
@@ -4036,7 +4036,7 @@
4036
4036
  "varName": "portRange"
4037
4037
  },
4038
4038
  "protocol": {
4039
- "alias": "ipProtocolProtocol: protocol",
4039
+ "alias": "protocolCustomService: protocol",
4040
4040
  "args": {},
4041
4041
  "deprecationReason": null,
4042
4042
  "description": null,
@@ -4119,7 +4119,7 @@
4119
4119
  "varName": "customService"
4120
4120
  },
4121
4121
  "standard": {
4122
- "alias": "serviceRefStandard: standard",
4122
+ "alias": "standardInternetFirewallServiceType: standard",
4123
4123
  "args": {},
4124
4124
  "deprecationReason": null,
4125
4125
  "description": null,
@@ -4214,7 +4214,7 @@
4214
4214
  "varName": "internetFirewallServiceType"
4215
4215
  },
4216
4216
  "source": {
4217
- "alias": "internetFirewallSourceSource: source",
4217
+ "alias": "sourceInternetFirewallRuleException: source",
4218
4218
  "args": {},
4219
4219
  "deprecationReason": null,
4220
4220
  "description": "Source traffic matching criteria for the exception.",
@@ -4231,7 +4231,7 @@
4231
4231
  "enumValues": null,
4232
4232
  "fields": {
4233
4233
  "floatingSubnet": {
4234
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
4234
+ "alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
4235
4235
  "args": {},
4236
4236
  "deprecationReason": null,
4237
4237
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -4309,7 +4309,7 @@
4309
4309
  "varName": "floatingSubnetRef"
4310
4310
  },
4311
4311
  "globalIpRange": {
4312
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4312
+ "alias": "globalIpRangeInternetFirewallSource: globalIpRange",
4313
4313
  "args": {},
4314
4314
  "deprecationReason": null,
4315
4315
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4387,7 +4387,7 @@
4387
4387
  "varName": "globalIpRangeRef"
4388
4388
  },
4389
4389
  "group": {
4390
- "alias": "groupRefGroup: group",
4390
+ "alias": "groupInternetFirewallSource: group",
4391
4391
  "args": {},
4392
4392
  "deprecationReason": null,
4393
4393
  "description": "Groups defined for your account",
@@ -4465,7 +4465,7 @@
4465
4465
  "varName": "groupRef"
4466
4466
  },
4467
4467
  "host": {
4468
- "alias": "hostRefHost: host",
4468
+ "alias": "hostInternetFirewallSource: host",
4469
4469
  "args": {},
4470
4470
  "deprecationReason": null,
4471
4471
  "description": "Hosts and servers defined for your account",
@@ -4566,7 +4566,7 @@
4566
4566
  "varName": "ip"
4567
4567
  },
4568
4568
  "ipRange": {
4569
- "alias": "ipAddressRangeIpRange: ipRange",
4569
+ "alias": "ipRangeInternetFirewallSource: ipRange",
4570
4570
  "args": {},
4571
4571
  "deprecationReason": null,
4572
4572
  "description": "Multiple separate IP addresses or an IP range",
@@ -4644,7 +4644,7 @@
4644
4644
  "varName": "ipAddressRange"
4645
4645
  },
4646
4646
  "networkInterface": {
4647
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4647
+ "alias": "networkInterfaceInternetFirewallSource: networkInterface",
4648
4648
  "args": {},
4649
4649
  "deprecationReason": null,
4650
4650
  "description": "Network range defined for a site",
@@ -4722,7 +4722,7 @@
4722
4722
  "varName": "networkInterfaceRef"
4723
4723
  },
4724
4724
  "site": {
4725
- "alias": "siteRefSite: site",
4725
+ "alias": "siteInternetFirewallSource: site",
4726
4726
  "args": {},
4727
4727
  "deprecationReason": null,
4728
4728
  "description": "Site defined for the account",
@@ -4800,7 +4800,7 @@
4800
4800
  "varName": "siteRef"
4801
4801
  },
4802
4802
  "siteNetworkSubnet": {
4803
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4803
+ "alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
4804
4804
  "args": {},
4805
4805
  "deprecationReason": null,
4806
4806
  "description": "GlobalRange + InterfaceSubnet",
@@ -4901,7 +4901,7 @@
4901
4901
  "varName": "subnet"
4902
4902
  },
4903
4903
  "systemGroup": {
4904
- "alias": "systemGroupRefSystemGroup: systemGroup",
4904
+ "alias": "systemGroupInternetFirewallSource: systemGroup",
4905
4905
  "args": {},
4906
4906
  "deprecationReason": null,
4907
4907
  "description": "Predefined Cato groups",
@@ -4979,7 +4979,7 @@
4979
4979
  "varName": "systemGroupRef"
4980
4980
  },
4981
4981
  "user": {
4982
- "alias": "userRefUser: user",
4982
+ "alias": "userInternetFirewallSource: user",
4983
4983
  "args": {},
4984
4984
  "deprecationReason": null,
4985
4985
  "description": "Individual users defined for the account",
@@ -5057,7 +5057,7 @@
5057
5057
  "varName": "userRef"
5058
5058
  },
5059
5059
  "usersGroup": {
5060
- "alias": "usersGroupRefUsersGroup: usersGroup",
5060
+ "alias": "usersGroupInternetFirewallSource: usersGroup",
5061
5061
  "args": {},
5062
5062
  "deprecationReason": null,
5063
5063
  "description": "Group of users",
@@ -5234,7 +5234,7 @@
5234
5234
  "varName": "name"
5235
5235
  },
5236
5236
  "schedule": {
5237
- "alias": "policyScheduleSchedule: schedule",
5237
+ "alias": "scheduleInternetFirewallRule: schedule",
5238
5238
  "args": {},
5239
5239
  "deprecationReason": null,
5240
5240
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -5251,7 +5251,7 @@
5251
5251
  "enumValues": null,
5252
5252
  "fields": {
5253
5253
  "activeOn": {
5254
- "alias": "policyActiveOnEnumActiveOn: activeOn",
5254
+ "alias": "activeOnPolicySchedule: activeOn",
5255
5255
  "args": {},
5256
5256
  "deprecationReason": null,
5257
5257
  "description": null,
@@ -5309,7 +5309,7 @@
5309
5309
  "varName": "activeOn"
5310
5310
  },
5311
5311
  "customRecurring": {
5312
- "alias": "policyCustomRecurringCustomRecurring: customRecurring",
5312
+ "alias": "customRecurringPolicySchedule: customRecurring",
5313
5313
  "args": {},
5314
5314
  "deprecationReason": null,
5315
5315
  "description": null,
@@ -5461,7 +5461,7 @@
5461
5461
  "varName": "policyCustomRecurring"
5462
5462
  },
5463
5463
  "customTimeframe": {
5464
- "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
5464
+ "alias": "customTimeframePolicySchedule: customTimeframe",
5465
5465
  "args": {},
5466
5466
  "deprecationReason": null,
5467
5467
  "description": null,
@@ -5553,7 +5553,7 @@
5553
5553
  "varName": "policySchedule"
5554
5554
  },
5555
5555
  "section": {
5556
- "alias": "policySectionInfoSection: section",
5556
+ "alias": "sectionInternetFirewallRule: section",
5557
5557
  "args": {},
5558
5558
  "deprecationReason": null,
5559
5559
  "description": "Policy section where the rule is located",
@@ -5629,10 +5629,10 @@
5629
5629
  "varName": "policySectionInfo"
5630
5630
  },
5631
5631
  "service": {
5632
- "alias": "internetFirewallServiceTypeService: service",
5632
+ "alias": "serviceInternetFirewallRule: service",
5633
5633
  "args": {},
5634
5634
  "deprecationReason": null,
5635
- "description": "Destination service traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
5635
+ "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
5636
5636
  "id_str": "internetFirewall___removeRule___rule___rule___service",
5637
5637
  "isDeprecated": false,
5638
5638
  "name": "service",
@@ -5646,7 +5646,7 @@
5646
5646
  "enumValues": null,
5647
5647
  "fields": {
5648
5648
  "custom": {
5649
- "alias": "customServiceCustom: custom",
5649
+ "alias": "customInternetFirewallServiceType: custom",
5650
5650
  "args": {},
5651
5651
  "deprecationReason": null,
5652
5652
  "description": null,
@@ -5685,7 +5685,7 @@
5685
5685
  "varName": "port"
5686
5686
  },
5687
5687
  "portRange": {
5688
- "alias": "portRangePortRange: portRange",
5688
+ "alias": "portRangeCustomService: portRange",
5689
5689
  "args": {},
5690
5690
  "deprecationReason": null,
5691
5691
  "description": null,
@@ -5760,7 +5760,7 @@
5760
5760
  "varName": "portRange"
5761
5761
  },
5762
5762
  "protocol": {
5763
- "alias": "ipProtocolProtocol: protocol",
5763
+ "alias": "protocolCustomService: protocol",
5764
5764
  "args": {},
5765
5765
  "deprecationReason": null,
5766
5766
  "description": null,
@@ -5843,7 +5843,7 @@
5843
5843
  "varName": "customService"
5844
5844
  },
5845
5845
  "standard": {
5846
- "alias": "serviceRefStandard: standard",
5846
+ "alias": "standardInternetFirewallServiceType: standard",
5847
5847
  "args": {},
5848
5848
  "deprecationReason": null,
5849
5849
  "description": null,
@@ -5938,10 +5938,10 @@
5938
5938
  "varName": "internetFirewallServiceType"
5939
5939
  },
5940
5940
  "source": {
5941
- "alias": "internetFirewallSourceSource: source",
5941
+ "alias": "sourceInternetFirewallRule: source",
5942
5942
  "args": {},
5943
5943
  "deprecationReason": null,
5944
- "description": "Source traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
5944
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
5945
5945
  "id_str": "internetFirewall___removeRule___rule___rule___source",
5946
5946
  "isDeprecated": false,
5947
5947
  "name": "source",
@@ -5955,7 +5955,7 @@
5955
5955
  "enumValues": null,
5956
5956
  "fields": {
5957
5957
  "floatingSubnet": {
5958
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5958
+ "alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
5959
5959
  "args": {},
5960
5960
  "deprecationReason": null,
5961
5961
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -6033,7 +6033,7 @@
6033
6033
  "varName": "floatingSubnetRef"
6034
6034
  },
6035
6035
  "globalIpRange": {
6036
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
6036
+ "alias": "globalIpRangeInternetFirewallSource: globalIpRange",
6037
6037
  "args": {},
6038
6038
  "deprecationReason": null,
6039
6039
  "description": "Globally defined IP range, IP and subnet objects",
@@ -6111,7 +6111,7 @@
6111
6111
  "varName": "globalIpRangeRef"
6112
6112
  },
6113
6113
  "group": {
6114
- "alias": "groupRefGroup: group",
6114
+ "alias": "groupInternetFirewallSource: group",
6115
6115
  "args": {},
6116
6116
  "deprecationReason": null,
6117
6117
  "description": "Groups defined for your account",
@@ -6189,7 +6189,7 @@
6189
6189
  "varName": "groupRef"
6190
6190
  },
6191
6191
  "host": {
6192
- "alias": "hostRefHost: host",
6192
+ "alias": "hostInternetFirewallSource: host",
6193
6193
  "args": {},
6194
6194
  "deprecationReason": null,
6195
6195
  "description": "Hosts and servers defined for your account",
@@ -6290,7 +6290,7 @@
6290
6290
  "varName": "ip"
6291
6291
  },
6292
6292
  "ipRange": {
6293
- "alias": "ipAddressRangeIpRange: ipRange",
6293
+ "alias": "ipRangeInternetFirewallSource: ipRange",
6294
6294
  "args": {},
6295
6295
  "deprecationReason": null,
6296
6296
  "description": "Multiple separate IP addresses or an IP range",
@@ -6368,7 +6368,7 @@
6368
6368
  "varName": "ipAddressRange"
6369
6369
  },
6370
6370
  "networkInterface": {
6371
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6371
+ "alias": "networkInterfaceInternetFirewallSource: networkInterface",
6372
6372
  "args": {},
6373
6373
  "deprecationReason": null,
6374
6374
  "description": "Network range defined for a site",
@@ -6446,7 +6446,7 @@
6446
6446
  "varName": "networkInterfaceRef"
6447
6447
  },
6448
6448
  "site": {
6449
- "alias": "siteRefSite: site",
6449
+ "alias": "siteInternetFirewallSource: site",
6450
6450
  "args": {},
6451
6451
  "deprecationReason": null,
6452
6452
  "description": "Site defined for the account",
@@ -6524,7 +6524,7 @@
6524
6524
  "varName": "siteRef"
6525
6525
  },
6526
6526
  "siteNetworkSubnet": {
6527
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6527
+ "alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
6528
6528
  "args": {},
6529
6529
  "deprecationReason": null,
6530
6530
  "description": "GlobalRange + InterfaceSubnet",
@@ -6625,7 +6625,7 @@
6625
6625
  "varName": "subnet"
6626
6626
  },
6627
6627
  "systemGroup": {
6628
- "alias": "systemGroupRefSystemGroup: systemGroup",
6628
+ "alias": "systemGroupInternetFirewallSource: systemGroup",
6629
6629
  "args": {},
6630
6630
  "deprecationReason": null,
6631
6631
  "description": "Predefined Cato groups",
@@ -6703,7 +6703,7 @@
6703
6703
  "varName": "systemGroupRef"
6704
6704
  },
6705
6705
  "user": {
6706
- "alias": "userRefUser: user",
6706
+ "alias": "userInternetFirewallSource: user",
6707
6707
  "args": {},
6708
6708
  "deprecationReason": null,
6709
6709
  "description": "Individual users defined for the account",
@@ -6781,7 +6781,7 @@
6781
6781
  "varName": "userRef"
6782
6782
  },
6783
6783
  "usersGroup": {
6784
- "alias": "usersGroupRefUsersGroup: usersGroup",
6784
+ "alias": "usersGroupInternetFirewallSource: usersGroup",
6785
6785
  "args": {},
6786
6786
  "deprecationReason": null,
6787
6787
  "description": "Group of users",
@@ -6876,7 +6876,7 @@
6876
6876
  "varName": "internetFirewallSource"
6877
6877
  },
6878
6878
  "tracking": {
6879
- "alias": "policyTrackingTracking: tracking",
6879
+ "alias": "trackingInternetFirewallRule: tracking",
6880
6880
  "args": {},
6881
6881
  "deprecationReason": null,
6882
6882
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -6893,7 +6893,7 @@
6893
6893
  "enumValues": null,
6894
6894
  "fields": {
6895
6895
  "alert": {
6896
- "alias": "policyRuleTrackingAlertAlert: alert",
6896
+ "alias": "alertPolicyTracking: alert",
6897
6897
  "args": {},
6898
6898
  "deprecationReason": null,
6899
6899
  "description": null,
@@ -6912,7 +6912,7 @@
6912
6912
  "enabled": {
6913
6913
  "args": {},
6914
6914
  "deprecationReason": null,
6915
- "description": "TRUE send alerts when the rule is matched, FALSE don’t send alerts when the rule is matched",
6915
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
6916
6916
  "id_str": "internetFirewall___removeRule___rule___rule___tracking___alert___enabled",
6917
6917
  "isDeprecated": false,
6918
6918
  "name": "enabled",
@@ -6931,7 +6931,7 @@
6931
6931
  "varName": "enabled"
6932
6932
  },
6933
6933
  "frequency": {
6934
- "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
6934
+ "alias": "frequencyPolicyRuleTrackingAlert: frequency",
6935
6935
  "args": {},
6936
6936
  "deprecationReason": null,
6937
6937
  "description": "Returns data for the alert frequency",
@@ -6989,7 +6989,7 @@
6989
6989
  "varName": "frequency"
6990
6990
  },
6991
6991
  "mailingList": {
6992
- "alias": "subscriptionMailingListRefMailingList: mailingList",
6992
+ "alias": "mailingListPolicyRuleTrackingAlert: mailingList",
6993
6993
  "args": {},
6994
6994
  "deprecationReason": null,
6995
6995
  "description": "Returns data for the Mailing List that receives the alert",
@@ -7067,7 +7067,7 @@
7067
7067
  "varName": "subscriptionMailingListRef"
7068
7068
  },
7069
7069
  "subscriptionGroup": {
7070
- "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7070
+ "alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
7071
7071
  "args": {},
7072
7072
  "deprecationReason": null,
7073
7073
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -7145,7 +7145,7 @@
7145
7145
  "varName": "subscriptionGroupRef"
7146
7146
  },
7147
7147
  "webhook": {
7148
- "alias": "subscriptionWebhookRefWebhook: webhook",
7148
+ "alias": "webhookPolicyRuleTrackingAlert: webhook",
7149
7149
  "args": {},
7150
7150
  "deprecationReason": null,
7151
7151
  "description": "Returns data for the Webhook that receives the alert",
@@ -7240,7 +7240,7 @@
7240
7240
  "varName": "policyRuleTrackingAlert"
7241
7241
  },
7242
7242
  "event": {
7243
- "alias": "policyRuleTrackingEventEvent: event",
7243
+ "alias": "eventPolicyTracking: event",
7244
7244
  "args": {},
7245
7245
  "deprecationReason": null,
7246
7246
  "description": null,
@@ -7345,7 +7345,7 @@
7345
7345
  "varName": "internetFirewallRulePayload"
7346
7346
  },
7347
7347
  "status": {
7348
- "alias": "policyMutationStatusStatus: status",
7348
+ "alias": "statusInternetFirewallRuleMutationPayload: status",
7349
7349
  "args": {},
7350
7350
  "deprecationReason": null,
7351
7351
  "description": null,