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
@@ -559,7 +559,7 @@
559
559
  "enumValues": null,
560
560
  "fields": {
561
561
  "errors": {
562
- "alias": "policyMutationErrorErrors: errors",
562
+ "alias": "errorsWanFirewallRuleMutationPayload: errors",
563
563
  "args": {},
564
564
  "deprecationReason": null,
565
565
  "description": null,
@@ -572,7 +572,7 @@
572
572
  "responseStr": "errors:$policyMutationError ",
573
573
  "type": {
574
574
  "definition": {
575
- "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\"",
575
+ "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\"",
576
576
  "enumValues": null,
577
577
  "fields": {
578
578
  "errorCode": {
@@ -635,7 +635,7 @@
635
635
  "varName": "policyMutationError"
636
636
  },
637
637
  "rule": {
638
- "alias": "wanFirewallRulePayloadRule: rule",
638
+ "alias": "ruleWanFirewallRuleMutationPayload: rule",
639
639
  "args": {},
640
640
  "deprecationReason": null,
641
641
  "description": null,
@@ -820,7 +820,7 @@
820
820
  "enumValues": null,
821
821
  "fields": {
822
822
  "action": {
823
- "alias": "wanFirewallActionEnumAction: action",
823
+ "alias": "actionWanFirewallRule: action",
824
824
  "args": {},
825
825
  "deprecationReason": null,
826
826
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -872,7 +872,7 @@
872
872
  "varName": "action"
873
873
  },
874
874
  "activePeriod": {
875
- "alias": "policyRuleActivePeriodActivePeriod: activePeriod",
875
+ "alias": "activePeriodWanFirewallRule: activePeriod",
876
876
  "args": {},
877
877
  "deprecationReason": null,
878
878
  "description": "The time period during which the rule is active, outside this period, the rule is inactive",
@@ -988,10 +988,10 @@
988
988
  "varName": "policyRuleActivePeriod"
989
989
  },
990
990
  "application": {
991
- "alias": "wanFirewallApplicationApplication: application",
991
+ "alias": "applicationWanFirewallRule: application",
992
992
  "args": {},
993
993
  "deprecationReason": null,
994
- "description": "Application traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
994
+ "description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
995
995
  "id_str": "wanFirewall___removeRule___rule___rule___application",
996
996
  "isDeprecated": false,
997
997
  "name": "application",
@@ -1005,7 +1005,7 @@
1005
1005
  "enumValues": null,
1006
1006
  "fields": {
1007
1007
  "appCategory": {
1008
- "alias": "applicationCategoryRefAppCategory: appCategory",
1008
+ "alias": "appCategoryWanFirewallApplication: appCategory",
1009
1009
  "args": {},
1010
1010
  "deprecationReason": null,
1011
1011
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1083,7 +1083,7 @@
1083
1083
  "varName": "applicationCategoryRef"
1084
1084
  },
1085
1085
  "application": {
1086
- "alias": "applicationRefApplication: application",
1086
+ "alias": "applicationWanFirewallApplication: application",
1087
1087
  "args": {},
1088
1088
  "deprecationReason": null,
1089
1089
  "description": "Applications for the rule (pre-defined)",
@@ -1161,7 +1161,7 @@
1161
1161
  "varName": "applicationRef"
1162
1162
  },
1163
1163
  "customApp": {
1164
- "alias": "customApplicationRefCustomApp: customApp",
1164
+ "alias": "customAppWanFirewallApplication: customApp",
1165
1165
  "args": {},
1166
1166
  "deprecationReason": null,
1167
1167
  "description": "Custom (user-defined) applications",
@@ -1239,10 +1239,10 @@
1239
1239
  "varName": "customApplicationRef"
1240
1240
  },
1241
1241
  "customCategory": {
1242
- "alias": "customCategoryRefCustomCategory: customCategory",
1242
+ "alias": "customCategoryWanFirewallApplication: customCategory",
1243
1243
  "args": {},
1244
1244
  "deprecationReason": null,
1245
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1245
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1246
1246
  "id_str": "wanFirewall___removeRule___rule___rule___application___customCategory",
1247
1247
  "isDeprecated": false,
1248
1248
  "name": "customCategory",
@@ -1363,7 +1363,7 @@
1363
1363
  "varName": "fqdn"
1364
1364
  },
1365
1365
  "globalIpRange": {
1366
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1366
+ "alias": "globalIpRangeWanFirewallApplication: globalIpRange",
1367
1367
  "args": {},
1368
1368
  "deprecationReason": null,
1369
1369
  "description": "Globally defined IP range, IP and subnet objects",
@@ -1464,7 +1464,7 @@
1464
1464
  "varName": "ip"
1465
1465
  },
1466
1466
  "ipRange": {
1467
- "alias": "ipAddressRangeIpRange: ipRange",
1467
+ "alias": "ipRangeWanFirewallApplication: ipRange",
1468
1468
  "args": {},
1469
1469
  "deprecationReason": null,
1470
1470
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -1542,7 +1542,7 @@
1542
1542
  "varName": "ipAddressRange"
1543
1543
  },
1544
1544
  "sanctionedAppsCategory": {
1545
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1545
+ "alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
1546
1546
  "args": {},
1547
1547
  "deprecationReason": null,
1548
1548
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -1660,7 +1660,7 @@
1660
1660
  "varName": "wanFirewallApplication"
1661
1661
  },
1662
1662
  "connectionOrigin": {
1663
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
1663
+ "alias": "connectionOriginWanFirewallRule: connectionOrigin",
1664
1664
  "args": {},
1665
1665
  "deprecationReason": null,
1666
1666
  "description": "Connection origin of the traffic",
@@ -1712,10 +1712,10 @@
1712
1712
  "varName": "connectionOrigin"
1713
1713
  },
1714
1714
  "country": {
1715
- "alias": "countryRefCountry: country",
1715
+ "alias": "countryWanFirewallRule: country",
1716
1716
  "args": {},
1717
1717
  "deprecationReason": null,
1718
- "description": "Source country traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1718
+ "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1719
1719
  "id_str": "wanFirewall___removeRule___rule___rule___country",
1720
1720
  "isDeprecated": false,
1721
1721
  "name": "country",
@@ -1811,10 +1811,10 @@
1811
1811
  "varName": "description"
1812
1812
  },
1813
1813
  "destination": {
1814
- "alias": "wanFirewallDestinationDestination: destination",
1814
+ "alias": "destinationWanFirewallRule: destination",
1815
1815
  "args": {},
1816
1816
  "deprecationReason": null,
1817
- "description": "Destination traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1817
+ "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1818
1818
  "id_str": "wanFirewall___removeRule___rule___rule___destination",
1819
1819
  "isDeprecated": false,
1820
1820
  "name": "destination",
@@ -1828,7 +1828,7 @@
1828
1828
  "enumValues": null,
1829
1829
  "fields": {
1830
1830
  "floatingSubnet": {
1831
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
1831
+ "alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
1832
1832
  "args": {},
1833
1833
  "deprecationReason": null,
1834
1834
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -1906,7 +1906,7 @@
1906
1906
  "varName": "floatingSubnetRef"
1907
1907
  },
1908
1908
  "globalIpRange": {
1909
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1909
+ "alias": "globalIpRangeWanFirewallDestination: globalIpRange",
1910
1910
  "args": {},
1911
1911
  "deprecationReason": null,
1912
1912
  "description": "Globally defined IP range, IP and subnet objects",
@@ -1984,7 +1984,7 @@
1984
1984
  "varName": "globalIpRangeRef"
1985
1985
  },
1986
1986
  "group": {
1987
- "alias": "groupRefGroup: group",
1987
+ "alias": "groupWanFirewallDestination: group",
1988
1988
  "args": {},
1989
1989
  "deprecationReason": null,
1990
1990
  "description": "Groups defined for your account",
@@ -2062,7 +2062,7 @@
2062
2062
  "varName": "groupRef"
2063
2063
  },
2064
2064
  "host": {
2065
- "alias": "hostRefHost: host",
2065
+ "alias": "hostWanFirewallDestination: host",
2066
2066
  "args": {},
2067
2067
  "deprecationReason": null,
2068
2068
  "description": "Hosts and servers defined for your account",
@@ -2163,7 +2163,7 @@
2163
2163
  "varName": "ip"
2164
2164
  },
2165
2165
  "ipRange": {
2166
- "alias": "ipAddressRangeIpRange: ipRange",
2166
+ "alias": "ipRangeWanFirewallDestination: ipRange",
2167
2167
  "args": {},
2168
2168
  "deprecationReason": null,
2169
2169
  "description": "Multiple separate IP addresses or an IP range",
@@ -2241,7 +2241,7 @@
2241
2241
  "varName": "ipAddressRange"
2242
2242
  },
2243
2243
  "networkInterface": {
2244
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
2244
+ "alias": "networkInterfaceWanFirewallDestination: networkInterface",
2245
2245
  "args": {},
2246
2246
  "deprecationReason": null,
2247
2247
  "description": "Network range defined for a site",
@@ -2319,7 +2319,7 @@
2319
2319
  "varName": "networkInterfaceRef"
2320
2320
  },
2321
2321
  "site": {
2322
- "alias": "siteRefSite: site",
2322
+ "alias": "siteWanFirewallDestination: site",
2323
2323
  "args": {},
2324
2324
  "deprecationReason": null,
2325
2325
  "description": "Site defined for the account",
@@ -2397,7 +2397,7 @@
2397
2397
  "varName": "siteRef"
2398
2398
  },
2399
2399
  "siteNetworkSubnet": {
2400
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2400
+ "alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
2401
2401
  "args": {},
2402
2402
  "deprecationReason": null,
2403
2403
  "description": "GlobalRange + InterfaceSubnet",
@@ -2498,7 +2498,7 @@
2498
2498
  "varName": "subnet"
2499
2499
  },
2500
2500
  "systemGroup": {
2501
- "alias": "systemGroupRefSystemGroup: systemGroup",
2501
+ "alias": "systemGroupWanFirewallDestination: systemGroup",
2502
2502
  "args": {},
2503
2503
  "deprecationReason": null,
2504
2504
  "description": "Predefined Cato groups",
@@ -2576,7 +2576,7 @@
2576
2576
  "varName": "systemGroupRef"
2577
2577
  },
2578
2578
  "user": {
2579
- "alias": "userRefUser: user",
2579
+ "alias": "userWanFirewallDestination: user",
2580
2580
  "args": {},
2581
2581
  "deprecationReason": null,
2582
2582
  "description": "Individual users defined for the account",
@@ -2654,7 +2654,7 @@
2654
2654
  "varName": "userRef"
2655
2655
  },
2656
2656
  "usersGroup": {
2657
- "alias": "usersGroupRefUsersGroup: usersGroup",
2657
+ "alias": "usersGroupWanFirewallDestination: usersGroup",
2658
2658
  "args": {},
2659
2659
  "deprecationReason": null,
2660
2660
  "description": "Group of users",
@@ -2749,10 +2749,10 @@
2749
2749
  "varName": "wanFirewallDestination"
2750
2750
  },
2751
2751
  "device": {
2752
- "alias": "deviceProfileRefDevice: device",
2752
+ "alias": "deviceWanFirewallRule: device",
2753
2753
  "args": {},
2754
2754
  "deprecationReason": null,
2755
- "description": "Source Device Profile traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2755
+ "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2756
2756
  "id_str": "wanFirewall___removeRule___rule___rule___device",
2757
2757
  "isDeprecated": false,
2758
2758
  "name": "device",
@@ -2827,7 +2827,7 @@
2827
2827
  "varName": "deviceProfileRef"
2828
2828
  },
2829
2829
  "deviceAttributes": {
2830
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2830
+ "alias": "deviceAttributesWanFirewallRule: deviceAttributes",
2831
2831
  "args": {},
2832
2832
  "deprecationReason": null,
2833
2833
  "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.",
@@ -2999,10 +2999,10 @@
2999
2999
  "varName": "deviceAttributes"
3000
3000
  },
3001
3001
  "deviceOS": {
3002
- "alias": "operatingSystemDeviceOS: deviceOS",
3002
+ "alias": "deviceOSWanFirewallRule: deviceOS",
3003
3003
  "args": {},
3004
3004
  "deprecationReason": null,
3005
- "description": "Source device Operating System traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
3005
+ "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.",
3006
3006
  "id_str": "wanFirewall___removeRule___rule___rule___deviceOS",
3007
3007
  "isDeprecated": false,
3008
3008
  "name": "deviceOS",
@@ -3071,7 +3071,7 @@
3071
3071
  "varName": "deviceOS"
3072
3072
  },
3073
3073
  "direction": {
3074
- "alias": "wanFirewallDirectionEnumDirection: direction",
3074
+ "alias": "directionWanFirewallRule: direction",
3075
3075
  "args": {},
3076
3076
  "deprecationReason": null,
3077
3077
  "description": null,
@@ -3138,7 +3138,7 @@
3138
3138
  "varName": "enabled"
3139
3139
  },
3140
3140
  "exceptions": {
3141
- "alias": "wanFirewallRuleExceptionExceptions: exceptions",
3141
+ "alias": "exceptionsWanFirewallRule: exceptions",
3142
3142
  "args": {},
3143
3143
  "deprecationReason": null,
3144
3144
  "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.",
@@ -3155,7 +3155,7 @@
3155
3155
  "enumValues": null,
3156
3156
  "fields": {
3157
3157
  "application": {
3158
- "alias": "wanFirewallApplicationApplication: application",
3158
+ "alias": "applicationWanFirewallRuleException: application",
3159
3159
  "args": {},
3160
3160
  "deprecationReason": null,
3161
3161
  "description": "Application matching criteria for the exception.",
@@ -3172,7 +3172,7 @@
3172
3172
  "enumValues": null,
3173
3173
  "fields": {
3174
3174
  "appCategory": {
3175
- "alias": "applicationCategoryRefAppCategory: appCategory",
3175
+ "alias": "appCategoryWanFirewallApplication: appCategory",
3176
3176
  "args": {},
3177
3177
  "deprecationReason": null,
3178
3178
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -3250,7 +3250,7 @@
3250
3250
  "varName": "applicationCategoryRef"
3251
3251
  },
3252
3252
  "application": {
3253
- "alias": "applicationRefApplication: application",
3253
+ "alias": "applicationWanFirewallApplication: application",
3254
3254
  "args": {},
3255
3255
  "deprecationReason": null,
3256
3256
  "description": "Applications for the rule (pre-defined)",
@@ -3328,7 +3328,7 @@
3328
3328
  "varName": "applicationRef"
3329
3329
  },
3330
3330
  "customApp": {
3331
- "alias": "customApplicationRefCustomApp: customApp",
3331
+ "alias": "customAppWanFirewallApplication: customApp",
3332
3332
  "args": {},
3333
3333
  "deprecationReason": null,
3334
3334
  "description": "Custom (user-defined) applications",
@@ -3406,10 +3406,10 @@
3406
3406
  "varName": "customApplicationRef"
3407
3407
  },
3408
3408
  "customCategory": {
3409
- "alias": "customCategoryRefCustomCategory: customCategory",
3409
+ "alias": "customCategoryWanFirewallApplication: customCategory",
3410
3410
  "args": {},
3411
3411
  "deprecationReason": null,
3412
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3412
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3413
3413
  "id_str": "wanFirewall___removeRule___rule___rule___exceptions___application___customCategory",
3414
3414
  "isDeprecated": false,
3415
3415
  "name": "customCategory",
@@ -3530,7 +3530,7 @@
3530
3530
  "varName": "fqdn"
3531
3531
  },
3532
3532
  "globalIpRange": {
3533
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3533
+ "alias": "globalIpRangeWanFirewallApplication: globalIpRange",
3534
3534
  "args": {},
3535
3535
  "deprecationReason": null,
3536
3536
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3631,7 +3631,7 @@
3631
3631
  "varName": "ip"
3632
3632
  },
3633
3633
  "ipRange": {
3634
- "alias": "ipAddressRangeIpRange: ipRange",
3634
+ "alias": "ipRangeWanFirewallApplication: ipRange",
3635
3635
  "args": {},
3636
3636
  "deprecationReason": null,
3637
3637
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3709,7 +3709,7 @@
3709
3709
  "varName": "ipAddressRange"
3710
3710
  },
3711
3711
  "sanctionedAppsCategory": {
3712
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3712
+ "alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
3713
3713
  "args": {},
3714
3714
  "deprecationReason": null,
3715
3715
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3827,7 +3827,7 @@
3827
3827
  "varName": "wanFirewallApplication"
3828
3828
  },
3829
3829
  "connectionOrigin": {
3830
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
3830
+ "alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
3831
3831
  "args": {},
3832
3832
  "deprecationReason": null,
3833
3833
  "description": "Connection origin matching criteria for the exception.",
@@ -3879,7 +3879,7 @@
3879
3879
  "varName": "connectionOrigin"
3880
3880
  },
3881
3881
  "country": {
3882
- "alias": "countryRefCountry: country",
3882
+ "alias": "countryWanFirewallRuleException: country",
3883
3883
  "args": {},
3884
3884
  "deprecationReason": null,
3885
3885
  "description": "Source country matching criteria for the exception.",
@@ -3957,7 +3957,7 @@
3957
3957
  "varName": "countryRef"
3958
3958
  },
3959
3959
  "destination": {
3960
- "alias": "wanFirewallDestinationDestination: destination",
3960
+ "alias": "destinationWanFirewallRuleException: destination",
3961
3961
  "args": {},
3962
3962
  "deprecationReason": null,
3963
3963
  "description": "Destination matching criteria for the exception.",
@@ -3974,7 +3974,7 @@
3974
3974
  "enumValues": null,
3975
3975
  "fields": {
3976
3976
  "floatingSubnet": {
3977
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
3977
+ "alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
3978
3978
  "args": {},
3979
3979
  "deprecationReason": null,
3980
3980
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -4052,7 +4052,7 @@
4052
4052
  "varName": "floatingSubnetRef"
4053
4053
  },
4054
4054
  "globalIpRange": {
4055
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4055
+ "alias": "globalIpRangeWanFirewallDestination: globalIpRange",
4056
4056
  "args": {},
4057
4057
  "deprecationReason": null,
4058
4058
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4130,7 +4130,7 @@
4130
4130
  "varName": "globalIpRangeRef"
4131
4131
  },
4132
4132
  "group": {
4133
- "alias": "groupRefGroup: group",
4133
+ "alias": "groupWanFirewallDestination: group",
4134
4134
  "args": {},
4135
4135
  "deprecationReason": null,
4136
4136
  "description": "Groups defined for your account",
@@ -4208,7 +4208,7 @@
4208
4208
  "varName": "groupRef"
4209
4209
  },
4210
4210
  "host": {
4211
- "alias": "hostRefHost: host",
4211
+ "alias": "hostWanFirewallDestination: host",
4212
4212
  "args": {},
4213
4213
  "deprecationReason": null,
4214
4214
  "description": "Hosts and servers defined for your account",
@@ -4309,7 +4309,7 @@
4309
4309
  "varName": "ip"
4310
4310
  },
4311
4311
  "ipRange": {
4312
- "alias": "ipAddressRangeIpRange: ipRange",
4312
+ "alias": "ipRangeWanFirewallDestination: ipRange",
4313
4313
  "args": {},
4314
4314
  "deprecationReason": null,
4315
4315
  "description": "Multiple separate IP addresses or an IP range",
@@ -4387,7 +4387,7 @@
4387
4387
  "varName": "ipAddressRange"
4388
4388
  },
4389
4389
  "networkInterface": {
4390
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4390
+ "alias": "networkInterfaceWanFirewallDestination: networkInterface",
4391
4391
  "args": {},
4392
4392
  "deprecationReason": null,
4393
4393
  "description": "Network range defined for a site",
@@ -4465,7 +4465,7 @@
4465
4465
  "varName": "networkInterfaceRef"
4466
4466
  },
4467
4467
  "site": {
4468
- "alias": "siteRefSite: site",
4468
+ "alias": "siteWanFirewallDestination: site",
4469
4469
  "args": {},
4470
4470
  "deprecationReason": null,
4471
4471
  "description": "Site defined for the account",
@@ -4543,7 +4543,7 @@
4543
4543
  "varName": "siteRef"
4544
4544
  },
4545
4545
  "siteNetworkSubnet": {
4546
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4546
+ "alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
4547
4547
  "args": {},
4548
4548
  "deprecationReason": null,
4549
4549
  "description": "GlobalRange + InterfaceSubnet",
@@ -4644,7 +4644,7 @@
4644
4644
  "varName": "subnet"
4645
4645
  },
4646
4646
  "systemGroup": {
4647
- "alias": "systemGroupRefSystemGroup: systemGroup",
4647
+ "alias": "systemGroupWanFirewallDestination: systemGroup",
4648
4648
  "args": {},
4649
4649
  "deprecationReason": null,
4650
4650
  "description": "Predefined Cato groups",
@@ -4722,7 +4722,7 @@
4722
4722
  "varName": "systemGroupRef"
4723
4723
  },
4724
4724
  "user": {
4725
- "alias": "userRefUser: user",
4725
+ "alias": "userWanFirewallDestination: user",
4726
4726
  "args": {},
4727
4727
  "deprecationReason": null,
4728
4728
  "description": "Individual users defined for the account",
@@ -4800,7 +4800,7 @@
4800
4800
  "varName": "userRef"
4801
4801
  },
4802
4802
  "usersGroup": {
4803
- "alias": "usersGroupRefUsersGroup: usersGroup",
4803
+ "alias": "usersGroupWanFirewallDestination: usersGroup",
4804
4804
  "args": {},
4805
4805
  "deprecationReason": null,
4806
4806
  "description": "Group of users",
@@ -4895,7 +4895,7 @@
4895
4895
  "varName": "wanFirewallDestination"
4896
4896
  },
4897
4897
  "device": {
4898
- "alias": "deviceProfileRefDevice: device",
4898
+ "alias": "deviceWanFirewallRuleException: device",
4899
4899
  "args": {},
4900
4900
  "deprecationReason": null,
4901
4901
  "description": "Source Device Profile matching criteria for the exception.",
@@ -4973,7 +4973,7 @@
4973
4973
  "varName": "deviceProfileRef"
4974
4974
  },
4975
4975
  "deviceAttributes": {
4976
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
4976
+ "alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
4977
4977
  "args": {},
4978
4978
  "deprecationReason": null,
4979
4979
  "description": "Source Device Attributes matching criteria for the exception.",
@@ -5145,7 +5145,7 @@
5145
5145
  "varName": "deviceAttributes"
5146
5146
  },
5147
5147
  "deviceOS": {
5148
- "alias": "operatingSystemDeviceOS: deviceOS",
5148
+ "alias": "deviceOSWanFirewallRuleException: deviceOS",
5149
5149
  "args": {},
5150
5150
  "deprecationReason": null,
5151
5151
  "description": "Source device OS matching criteria for the exception.",
@@ -5217,7 +5217,7 @@
5217
5217
  "varName": "deviceOS"
5218
5218
  },
5219
5219
  "direction": {
5220
- "alias": "wanFirewallDirectionEnumDirection: direction",
5220
+ "alias": "directionWanFirewallRuleException: direction",
5221
5221
  "args": {},
5222
5222
  "deprecationReason": null,
5223
5223
  "description": "Direction origin matching criteria for the exception",
@@ -5284,7 +5284,7 @@
5284
5284
  "varName": "name"
5285
5285
  },
5286
5286
  "service": {
5287
- "alias": "wanFirewallServiceTypeService: service",
5287
+ "alias": "serviceWanFirewallRuleException: service",
5288
5288
  "args": {},
5289
5289
  "deprecationReason": null,
5290
5290
  "description": "Destination service matching criteria for the exception.",
@@ -5301,7 +5301,7 @@
5301
5301
  "enumValues": null,
5302
5302
  "fields": {
5303
5303
  "custom": {
5304
- "alias": "customServiceCustom: custom",
5304
+ "alias": "customWanFirewallServiceType: custom",
5305
5305
  "args": {},
5306
5306
  "deprecationReason": null,
5307
5307
  "description": null,
@@ -5340,7 +5340,7 @@
5340
5340
  "varName": "port"
5341
5341
  },
5342
5342
  "portRange": {
5343
- "alias": "portRangePortRange: portRange",
5343
+ "alias": "portRangeCustomService: portRange",
5344
5344
  "args": {},
5345
5345
  "deprecationReason": null,
5346
5346
  "description": null,
@@ -5415,7 +5415,7 @@
5415
5415
  "varName": "portRange"
5416
5416
  },
5417
5417
  "protocol": {
5418
- "alias": "ipProtocolProtocol: protocol",
5418
+ "alias": "protocolCustomService: protocol",
5419
5419
  "args": {},
5420
5420
  "deprecationReason": null,
5421
5421
  "description": null,
@@ -5498,7 +5498,7 @@
5498
5498
  "varName": "customService"
5499
5499
  },
5500
5500
  "standard": {
5501
- "alias": "serviceRefStandard: standard",
5501
+ "alias": "standardWanFirewallServiceType: standard",
5502
5502
  "args": {},
5503
5503
  "deprecationReason": null,
5504
5504
  "description": null,
@@ -5593,7 +5593,7 @@
5593
5593
  "varName": "wanFirewallServiceType"
5594
5594
  },
5595
5595
  "source": {
5596
- "alias": "wanFirewallSourceSource: source",
5596
+ "alias": "sourceWanFirewallRuleException: source",
5597
5597
  "args": {},
5598
5598
  "deprecationReason": null,
5599
5599
  "description": "Source matching criteria for the exception.",
@@ -5610,7 +5610,7 @@
5610
5610
  "enumValues": null,
5611
5611
  "fields": {
5612
5612
  "floatingSubnet": {
5613
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5613
+ "alias": "floatingSubnetWanFirewallSource: floatingSubnet",
5614
5614
  "args": {},
5615
5615
  "deprecationReason": null,
5616
5616
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -5688,7 +5688,7 @@
5688
5688
  "varName": "floatingSubnetRef"
5689
5689
  },
5690
5690
  "globalIpRange": {
5691
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
5691
+ "alias": "globalIpRangeWanFirewallSource: globalIpRange",
5692
5692
  "args": {},
5693
5693
  "deprecationReason": null,
5694
5694
  "description": "Globally defined IP range, IP and subnet objects",
@@ -5766,7 +5766,7 @@
5766
5766
  "varName": "globalIpRangeRef"
5767
5767
  },
5768
5768
  "group": {
5769
- "alias": "groupRefGroup: group",
5769
+ "alias": "groupWanFirewallSource: group",
5770
5770
  "args": {},
5771
5771
  "deprecationReason": null,
5772
5772
  "description": "Groups defined for your account",
@@ -5844,7 +5844,7 @@
5844
5844
  "varName": "groupRef"
5845
5845
  },
5846
5846
  "host": {
5847
- "alias": "hostRefHost: host",
5847
+ "alias": "hostWanFirewallSource: host",
5848
5848
  "args": {},
5849
5849
  "deprecationReason": null,
5850
5850
  "description": "Hosts and servers defined for your account",
@@ -5945,7 +5945,7 @@
5945
5945
  "varName": "ip"
5946
5946
  },
5947
5947
  "ipRange": {
5948
- "alias": "ipAddressRangeIpRange: ipRange",
5948
+ "alias": "ipRangeWanFirewallSource: ipRange",
5949
5949
  "args": {},
5950
5950
  "deprecationReason": null,
5951
5951
  "description": "Multiple separate IP addresses or an IP range",
@@ -6023,7 +6023,7 @@
6023
6023
  "varName": "ipAddressRange"
6024
6024
  },
6025
6025
  "networkInterface": {
6026
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6026
+ "alias": "networkInterfaceWanFirewallSource: networkInterface",
6027
6027
  "args": {},
6028
6028
  "deprecationReason": null,
6029
6029
  "description": "Network range defined for a site",
@@ -6101,7 +6101,7 @@
6101
6101
  "varName": "networkInterfaceRef"
6102
6102
  },
6103
6103
  "site": {
6104
- "alias": "siteRefSite: site",
6104
+ "alias": "siteWanFirewallSource: site",
6105
6105
  "args": {},
6106
6106
  "deprecationReason": null,
6107
6107
  "description": "Site defined for the account",
@@ -6179,7 +6179,7 @@
6179
6179
  "varName": "siteRef"
6180
6180
  },
6181
6181
  "siteNetworkSubnet": {
6182
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6182
+ "alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
6183
6183
  "args": {},
6184
6184
  "deprecationReason": null,
6185
6185
  "description": "GlobalRange + InterfaceSubnet",
@@ -6280,7 +6280,7 @@
6280
6280
  "varName": "subnet"
6281
6281
  },
6282
6282
  "systemGroup": {
6283
- "alias": "systemGroupRefSystemGroup: systemGroup",
6283
+ "alias": "systemGroupWanFirewallSource: systemGroup",
6284
6284
  "args": {},
6285
6285
  "deprecationReason": null,
6286
6286
  "description": "Predefined Cato groups",
@@ -6358,7 +6358,7 @@
6358
6358
  "varName": "systemGroupRef"
6359
6359
  },
6360
6360
  "user": {
6361
- "alias": "userRefUser: user",
6361
+ "alias": "userWanFirewallSource: user",
6362
6362
  "args": {},
6363
6363
  "deprecationReason": null,
6364
6364
  "description": "Individual users defined for the account",
@@ -6436,7 +6436,7 @@
6436
6436
  "varName": "userRef"
6437
6437
  },
6438
6438
  "usersGroup": {
6439
- "alias": "usersGroupRefUsersGroup: usersGroup",
6439
+ "alias": "usersGroupWanFirewallSource: usersGroup",
6440
6440
  "args": {},
6441
6441
  "deprecationReason": null,
6442
6442
  "description": "Group of users",
@@ -6613,7 +6613,7 @@
6613
6613
  "varName": "name"
6614
6614
  },
6615
6615
  "schedule": {
6616
- "alias": "policyScheduleSchedule: schedule",
6616
+ "alias": "scheduleWanFirewallRule: schedule",
6617
6617
  "args": {},
6618
6618
  "deprecationReason": null,
6619
6619
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -6630,7 +6630,7 @@
6630
6630
  "enumValues": null,
6631
6631
  "fields": {
6632
6632
  "activeOn": {
6633
- "alias": "policyActiveOnEnumActiveOn: activeOn",
6633
+ "alias": "activeOnPolicySchedule: activeOn",
6634
6634
  "args": {},
6635
6635
  "deprecationReason": null,
6636
6636
  "description": null,
@@ -6688,7 +6688,7 @@
6688
6688
  "varName": "activeOn"
6689
6689
  },
6690
6690
  "customRecurring": {
6691
- "alias": "policyCustomRecurringCustomRecurring: customRecurring",
6691
+ "alias": "customRecurringPolicySchedule: customRecurring",
6692
6692
  "args": {},
6693
6693
  "deprecationReason": null,
6694
6694
  "description": null,
@@ -6840,7 +6840,7 @@
6840
6840
  "varName": "policyCustomRecurring"
6841
6841
  },
6842
6842
  "customTimeframe": {
6843
- "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
6843
+ "alias": "customTimeframePolicySchedule: customTimeframe",
6844
6844
  "args": {},
6845
6845
  "deprecationReason": null,
6846
6846
  "description": null,
@@ -6932,7 +6932,7 @@
6932
6932
  "varName": "policySchedule"
6933
6933
  },
6934
6934
  "section": {
6935
- "alias": "policySectionInfoSection: section",
6935
+ "alias": "sectionWanFirewallRule: section",
6936
6936
  "args": {},
6937
6937
  "deprecationReason": null,
6938
6938
  "description": "Policy section where the rule is located",
@@ -7008,10 +7008,10 @@
7008
7008
  "varName": "policySectionInfo"
7009
7009
  },
7010
7010
  "service": {
7011
- "alias": "wanFirewallServiceTypeService: service",
7011
+ "alias": "serviceWanFirewallRule: service",
7012
7012
  "args": {},
7013
7013
  "deprecationReason": null,
7014
- "description": "Destination service traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
7014
+ "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
7015
7015
  "id_str": "wanFirewall___removeRule___rule___rule___service",
7016
7016
  "isDeprecated": false,
7017
7017
  "name": "service",
@@ -7025,7 +7025,7 @@
7025
7025
  "enumValues": null,
7026
7026
  "fields": {
7027
7027
  "custom": {
7028
- "alias": "customServiceCustom: custom",
7028
+ "alias": "customWanFirewallServiceType: custom",
7029
7029
  "args": {},
7030
7030
  "deprecationReason": null,
7031
7031
  "description": null,
@@ -7064,7 +7064,7 @@
7064
7064
  "varName": "port"
7065
7065
  },
7066
7066
  "portRange": {
7067
- "alias": "portRangePortRange: portRange",
7067
+ "alias": "portRangeCustomService: portRange",
7068
7068
  "args": {},
7069
7069
  "deprecationReason": null,
7070
7070
  "description": null,
@@ -7139,7 +7139,7 @@
7139
7139
  "varName": "portRange"
7140
7140
  },
7141
7141
  "protocol": {
7142
- "alias": "ipProtocolProtocol: protocol",
7142
+ "alias": "protocolCustomService: protocol",
7143
7143
  "args": {},
7144
7144
  "deprecationReason": null,
7145
7145
  "description": null,
@@ -7222,7 +7222,7 @@
7222
7222
  "varName": "customService"
7223
7223
  },
7224
7224
  "standard": {
7225
- "alias": "serviceRefStandard: standard",
7225
+ "alias": "standardWanFirewallServiceType: standard",
7226
7226
  "args": {},
7227
7227
  "deprecationReason": null,
7228
7228
  "description": null,
@@ -7317,10 +7317,10 @@
7317
7317
  "varName": "wanFirewallServiceType"
7318
7318
  },
7319
7319
  "source": {
7320
- "alias": "wanFirewallSourceSource: source",
7320
+ "alias": "sourceWanFirewallRule: source",
7321
7321
  "args": {},
7322
7322
  "deprecationReason": null,
7323
- "description": "Source traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
7323
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
7324
7324
  "id_str": "wanFirewall___removeRule___rule___rule___source",
7325
7325
  "isDeprecated": false,
7326
7326
  "name": "source",
@@ -7334,7 +7334,7 @@
7334
7334
  "enumValues": null,
7335
7335
  "fields": {
7336
7336
  "floatingSubnet": {
7337
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
7337
+ "alias": "floatingSubnetWanFirewallSource: floatingSubnet",
7338
7338
  "args": {},
7339
7339
  "deprecationReason": null,
7340
7340
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -7412,7 +7412,7 @@
7412
7412
  "varName": "floatingSubnetRef"
7413
7413
  },
7414
7414
  "globalIpRange": {
7415
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
7415
+ "alias": "globalIpRangeWanFirewallSource: globalIpRange",
7416
7416
  "args": {},
7417
7417
  "deprecationReason": null,
7418
7418
  "description": "Globally defined IP range, IP and subnet objects",
@@ -7490,7 +7490,7 @@
7490
7490
  "varName": "globalIpRangeRef"
7491
7491
  },
7492
7492
  "group": {
7493
- "alias": "groupRefGroup: group",
7493
+ "alias": "groupWanFirewallSource: group",
7494
7494
  "args": {},
7495
7495
  "deprecationReason": null,
7496
7496
  "description": "Groups defined for your account",
@@ -7568,7 +7568,7 @@
7568
7568
  "varName": "groupRef"
7569
7569
  },
7570
7570
  "host": {
7571
- "alias": "hostRefHost: host",
7571
+ "alias": "hostWanFirewallSource: host",
7572
7572
  "args": {},
7573
7573
  "deprecationReason": null,
7574
7574
  "description": "Hosts and servers defined for your account",
@@ -7669,7 +7669,7 @@
7669
7669
  "varName": "ip"
7670
7670
  },
7671
7671
  "ipRange": {
7672
- "alias": "ipAddressRangeIpRange: ipRange",
7672
+ "alias": "ipRangeWanFirewallSource: ipRange",
7673
7673
  "args": {},
7674
7674
  "deprecationReason": null,
7675
7675
  "description": "Multiple separate IP addresses or an IP range",
@@ -7747,7 +7747,7 @@
7747
7747
  "varName": "ipAddressRange"
7748
7748
  },
7749
7749
  "networkInterface": {
7750
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
7750
+ "alias": "networkInterfaceWanFirewallSource: networkInterface",
7751
7751
  "args": {},
7752
7752
  "deprecationReason": null,
7753
7753
  "description": "Network range defined for a site",
@@ -7825,7 +7825,7 @@
7825
7825
  "varName": "networkInterfaceRef"
7826
7826
  },
7827
7827
  "site": {
7828
- "alias": "siteRefSite: site",
7828
+ "alias": "siteWanFirewallSource: site",
7829
7829
  "args": {},
7830
7830
  "deprecationReason": null,
7831
7831
  "description": "Site defined for the account",
@@ -7903,7 +7903,7 @@
7903
7903
  "varName": "siteRef"
7904
7904
  },
7905
7905
  "siteNetworkSubnet": {
7906
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
7906
+ "alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
7907
7907
  "args": {},
7908
7908
  "deprecationReason": null,
7909
7909
  "description": "GlobalRange + InterfaceSubnet",
@@ -8004,7 +8004,7 @@
8004
8004
  "varName": "subnet"
8005
8005
  },
8006
8006
  "systemGroup": {
8007
- "alias": "systemGroupRefSystemGroup: systemGroup",
8007
+ "alias": "systemGroupWanFirewallSource: systemGroup",
8008
8008
  "args": {},
8009
8009
  "deprecationReason": null,
8010
8010
  "description": "Predefined Cato groups",
@@ -8082,7 +8082,7 @@
8082
8082
  "varName": "systemGroupRef"
8083
8083
  },
8084
8084
  "user": {
8085
- "alias": "userRefUser: user",
8085
+ "alias": "userWanFirewallSource: user",
8086
8086
  "args": {},
8087
8087
  "deprecationReason": null,
8088
8088
  "description": "Individual users defined for the account",
@@ -8160,7 +8160,7 @@
8160
8160
  "varName": "userRef"
8161
8161
  },
8162
8162
  "usersGroup": {
8163
- "alias": "usersGroupRefUsersGroup: usersGroup",
8163
+ "alias": "usersGroupWanFirewallSource: usersGroup",
8164
8164
  "args": {},
8165
8165
  "deprecationReason": null,
8166
8166
  "description": "Group of users",
@@ -8255,7 +8255,7 @@
8255
8255
  "varName": "wanFirewallSource"
8256
8256
  },
8257
8257
  "tracking": {
8258
- "alias": "policyTrackingTracking: tracking",
8258
+ "alias": "trackingWanFirewallRule: tracking",
8259
8259
  "args": {},
8260
8260
  "deprecationReason": null,
8261
8261
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -8272,7 +8272,7 @@
8272
8272
  "enumValues": null,
8273
8273
  "fields": {
8274
8274
  "alert": {
8275
- "alias": "policyRuleTrackingAlertAlert: alert",
8275
+ "alias": "alertPolicyTracking: alert",
8276
8276
  "args": {},
8277
8277
  "deprecationReason": null,
8278
8278
  "description": null,
@@ -8291,7 +8291,7 @@
8291
8291
  "enabled": {
8292
8292
  "args": {},
8293
8293
  "deprecationReason": null,
8294
- "description": "TRUE send alerts when the rule is matched, FALSE don’t send alerts when the rule is matched",
8294
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
8295
8295
  "id_str": "wanFirewall___removeRule___rule___rule___tracking___alert___enabled",
8296
8296
  "isDeprecated": false,
8297
8297
  "name": "enabled",
@@ -8310,7 +8310,7 @@
8310
8310
  "varName": "enabled"
8311
8311
  },
8312
8312
  "frequency": {
8313
- "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
8313
+ "alias": "frequencyPolicyRuleTrackingAlert: frequency",
8314
8314
  "args": {},
8315
8315
  "deprecationReason": null,
8316
8316
  "description": "Returns data for the alert frequency",
@@ -8368,7 +8368,7 @@
8368
8368
  "varName": "frequency"
8369
8369
  },
8370
8370
  "mailingList": {
8371
- "alias": "subscriptionMailingListRefMailingList: mailingList",
8371
+ "alias": "mailingListPolicyRuleTrackingAlert: mailingList",
8372
8372
  "args": {},
8373
8373
  "deprecationReason": null,
8374
8374
  "description": "Returns data for the Mailing List that receives the alert",
@@ -8446,7 +8446,7 @@
8446
8446
  "varName": "subscriptionMailingListRef"
8447
8447
  },
8448
8448
  "subscriptionGroup": {
8449
- "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
8449
+ "alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
8450
8450
  "args": {},
8451
8451
  "deprecationReason": null,
8452
8452
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -8524,7 +8524,7 @@
8524
8524
  "varName": "subscriptionGroupRef"
8525
8525
  },
8526
8526
  "webhook": {
8527
- "alias": "subscriptionWebhookRefWebhook: webhook",
8527
+ "alias": "webhookPolicyRuleTrackingAlert: webhook",
8528
8528
  "args": {},
8529
8529
  "deprecationReason": null,
8530
8530
  "description": "Returns data for the Webhook that receives the alert",
@@ -8619,7 +8619,7 @@
8619
8619
  "varName": "policyRuleTrackingAlert"
8620
8620
  },
8621
8621
  "event": {
8622
- "alias": "policyRuleTrackingEventEvent: event",
8622
+ "alias": "eventPolicyTracking: event",
8623
8623
  "args": {},
8624
8624
  "deprecationReason": null,
8625
8625
  "description": null,
@@ -8724,7 +8724,7 @@
8724
8724
  "varName": "wanFirewallRulePayload"
8725
8725
  },
8726
8726
  "status": {
8727
- "alias": "policyMutationStatusStatus: status",
8727
+ "alias": "statusWanFirewallRuleMutationPayload: status",
8728
8728
  "args": {},
8729
8729
  "deprecationReason": null,
8730
8730
  "description": null,