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
@@ -903,7 +903,7 @@
903
903
  "enumValues": null,
904
904
  "fields": {
905
905
  "errors": {
906
- "alias": "policyMutationErrorErrors: errors",
906
+ "alias": "errorsWanFirewallRuleMutationPayload: errors",
907
907
  "args": {},
908
908
  "deprecationReason": null,
909
909
  "description": null,
@@ -916,7 +916,7 @@
916
916
  "responseStr": "errors:$policyMutationError ",
917
917
  "type": {
918
918
  "definition": {
919
- "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\"",
919
+ "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\"",
920
920
  "enumValues": null,
921
921
  "fields": {
922
922
  "errorCode": {
@@ -979,7 +979,7 @@
979
979
  "varName": "policyMutationError"
980
980
  },
981
981
  "rule": {
982
- "alias": "wanFirewallRulePayloadRule: rule",
982
+ "alias": "ruleWanFirewallRuleMutationPayload: rule",
983
983
  "args": {},
984
984
  "deprecationReason": null,
985
985
  "description": null,
@@ -1164,7 +1164,7 @@
1164
1164
  "enumValues": null,
1165
1165
  "fields": {
1166
1166
  "action": {
1167
- "alias": "wanFirewallActionEnumAction: action",
1167
+ "alias": "actionWanFirewallRule: action",
1168
1168
  "args": {},
1169
1169
  "deprecationReason": null,
1170
1170
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -1216,7 +1216,7 @@
1216
1216
  "varName": "action"
1217
1217
  },
1218
1218
  "activePeriod": {
1219
- "alias": "policyRuleActivePeriodActivePeriod: activePeriod",
1219
+ "alias": "activePeriodWanFirewallRule: activePeriod",
1220
1220
  "args": {},
1221
1221
  "deprecationReason": null,
1222
1222
  "description": "The time period during which the rule is active, outside this period, the rule is inactive",
@@ -1332,10 +1332,10 @@
1332
1332
  "varName": "policyRuleActivePeriod"
1333
1333
  },
1334
1334
  "application": {
1335
- "alias": "wanFirewallApplicationApplication: application",
1335
+ "alias": "applicationWanFirewallRule: application",
1336
1336
  "args": {},
1337
1337
  "deprecationReason": null,
1338
- "description": "Application traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1338
+ "description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1339
1339
  "id_str": "wanFirewall___moveRule___rule___rule___application",
1340
1340
  "isDeprecated": false,
1341
1341
  "name": "application",
@@ -1349,7 +1349,7 @@
1349
1349
  "enumValues": null,
1350
1350
  "fields": {
1351
1351
  "appCategory": {
1352
- "alias": "applicationCategoryRefAppCategory: appCategory",
1352
+ "alias": "appCategoryWanFirewallApplication: appCategory",
1353
1353
  "args": {},
1354
1354
  "deprecationReason": null,
1355
1355
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1427,7 +1427,7 @@
1427
1427
  "varName": "applicationCategoryRef"
1428
1428
  },
1429
1429
  "application": {
1430
- "alias": "applicationRefApplication: application",
1430
+ "alias": "applicationWanFirewallApplication: application",
1431
1431
  "args": {},
1432
1432
  "deprecationReason": null,
1433
1433
  "description": "Applications for the rule (pre-defined)",
@@ -1505,7 +1505,7 @@
1505
1505
  "varName": "applicationRef"
1506
1506
  },
1507
1507
  "customApp": {
1508
- "alias": "customApplicationRefCustomApp: customApp",
1508
+ "alias": "customAppWanFirewallApplication: customApp",
1509
1509
  "args": {},
1510
1510
  "deprecationReason": null,
1511
1511
  "description": "Custom (user-defined) applications",
@@ -1583,10 +1583,10 @@
1583
1583
  "varName": "customApplicationRef"
1584
1584
  },
1585
1585
  "customCategory": {
1586
- "alias": "customCategoryRefCustomCategory: customCategory",
1586
+ "alias": "customCategoryWanFirewallApplication: customCategory",
1587
1587
  "args": {},
1588
1588
  "deprecationReason": null,
1589
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1589
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1590
1590
  "id_str": "wanFirewall___moveRule___rule___rule___application___customCategory",
1591
1591
  "isDeprecated": false,
1592
1592
  "name": "customCategory",
@@ -1707,7 +1707,7 @@
1707
1707
  "varName": "fqdn"
1708
1708
  },
1709
1709
  "globalIpRange": {
1710
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1710
+ "alias": "globalIpRangeWanFirewallApplication: globalIpRange",
1711
1711
  "args": {},
1712
1712
  "deprecationReason": null,
1713
1713
  "description": "Globally defined IP range, IP and subnet objects",
@@ -1808,7 +1808,7 @@
1808
1808
  "varName": "ip"
1809
1809
  },
1810
1810
  "ipRange": {
1811
- "alias": "ipAddressRangeIpRange: ipRange",
1811
+ "alias": "ipRangeWanFirewallApplication: ipRange",
1812
1812
  "args": {},
1813
1813
  "deprecationReason": null,
1814
1814
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -1886,7 +1886,7 @@
1886
1886
  "varName": "ipAddressRange"
1887
1887
  },
1888
1888
  "sanctionedAppsCategory": {
1889
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1889
+ "alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
1890
1890
  "args": {},
1891
1891
  "deprecationReason": null,
1892
1892
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -2004,7 +2004,7 @@
2004
2004
  "varName": "wanFirewallApplication"
2005
2005
  },
2006
2006
  "connectionOrigin": {
2007
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
2007
+ "alias": "connectionOriginWanFirewallRule: connectionOrigin",
2008
2008
  "args": {},
2009
2009
  "deprecationReason": null,
2010
2010
  "description": "Connection origin of the traffic",
@@ -2056,10 +2056,10 @@
2056
2056
  "varName": "connectionOrigin"
2057
2057
  },
2058
2058
  "country": {
2059
- "alias": "countryRefCountry: country",
2059
+ "alias": "countryWanFirewallRule: country",
2060
2060
  "args": {},
2061
2061
  "deprecationReason": null,
2062
- "description": "Source country traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2062
+ "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2063
2063
  "id_str": "wanFirewall___moveRule___rule___rule___country",
2064
2064
  "isDeprecated": false,
2065
2065
  "name": "country",
@@ -2155,10 +2155,10 @@
2155
2155
  "varName": "description"
2156
2156
  },
2157
2157
  "destination": {
2158
- "alias": "wanFirewallDestinationDestination: destination",
2158
+ "alias": "destinationWanFirewallRule: destination",
2159
2159
  "args": {},
2160
2160
  "deprecationReason": null,
2161
- "description": "Destination traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2161
+ "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2162
2162
  "id_str": "wanFirewall___moveRule___rule___rule___destination",
2163
2163
  "isDeprecated": false,
2164
2164
  "name": "destination",
@@ -2172,7 +2172,7 @@
2172
2172
  "enumValues": null,
2173
2173
  "fields": {
2174
2174
  "floatingSubnet": {
2175
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
2175
+ "alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
2176
2176
  "args": {},
2177
2177
  "deprecationReason": null,
2178
2178
  "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.",
@@ -2250,7 +2250,7 @@
2250
2250
  "varName": "floatingSubnetRef"
2251
2251
  },
2252
2252
  "globalIpRange": {
2253
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2253
+ "alias": "globalIpRangeWanFirewallDestination: globalIpRange",
2254
2254
  "args": {},
2255
2255
  "deprecationReason": null,
2256
2256
  "description": "Globally defined IP range, IP and subnet objects",
@@ -2328,7 +2328,7 @@
2328
2328
  "varName": "globalIpRangeRef"
2329
2329
  },
2330
2330
  "group": {
2331
- "alias": "groupRefGroup: group",
2331
+ "alias": "groupWanFirewallDestination: group",
2332
2332
  "args": {},
2333
2333
  "deprecationReason": null,
2334
2334
  "description": "Groups defined for your account",
@@ -2406,7 +2406,7 @@
2406
2406
  "varName": "groupRef"
2407
2407
  },
2408
2408
  "host": {
2409
- "alias": "hostRefHost: host",
2409
+ "alias": "hostWanFirewallDestination: host",
2410
2410
  "args": {},
2411
2411
  "deprecationReason": null,
2412
2412
  "description": "Hosts and servers defined for your account",
@@ -2507,7 +2507,7 @@
2507
2507
  "varName": "ip"
2508
2508
  },
2509
2509
  "ipRange": {
2510
- "alias": "ipAddressRangeIpRange: ipRange",
2510
+ "alias": "ipRangeWanFirewallDestination: ipRange",
2511
2511
  "args": {},
2512
2512
  "deprecationReason": null,
2513
2513
  "description": "Multiple separate IP addresses or an IP range",
@@ -2585,7 +2585,7 @@
2585
2585
  "varName": "ipAddressRange"
2586
2586
  },
2587
2587
  "networkInterface": {
2588
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
2588
+ "alias": "networkInterfaceWanFirewallDestination: networkInterface",
2589
2589
  "args": {},
2590
2590
  "deprecationReason": null,
2591
2591
  "description": "Network range defined for a site",
@@ -2663,7 +2663,7 @@
2663
2663
  "varName": "networkInterfaceRef"
2664
2664
  },
2665
2665
  "site": {
2666
- "alias": "siteRefSite: site",
2666
+ "alias": "siteWanFirewallDestination: site",
2667
2667
  "args": {},
2668
2668
  "deprecationReason": null,
2669
2669
  "description": "Site defined for the account",
@@ -2741,7 +2741,7 @@
2741
2741
  "varName": "siteRef"
2742
2742
  },
2743
2743
  "siteNetworkSubnet": {
2744
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2744
+ "alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
2745
2745
  "args": {},
2746
2746
  "deprecationReason": null,
2747
2747
  "description": "GlobalRange + InterfaceSubnet",
@@ -2842,7 +2842,7 @@
2842
2842
  "varName": "subnet"
2843
2843
  },
2844
2844
  "systemGroup": {
2845
- "alias": "systemGroupRefSystemGroup: systemGroup",
2845
+ "alias": "systemGroupWanFirewallDestination: systemGroup",
2846
2846
  "args": {},
2847
2847
  "deprecationReason": null,
2848
2848
  "description": "Predefined Cato groups",
@@ -2920,7 +2920,7 @@
2920
2920
  "varName": "systemGroupRef"
2921
2921
  },
2922
2922
  "user": {
2923
- "alias": "userRefUser: user",
2923
+ "alias": "userWanFirewallDestination: user",
2924
2924
  "args": {},
2925
2925
  "deprecationReason": null,
2926
2926
  "description": "Individual users defined for the account",
@@ -2998,7 +2998,7 @@
2998
2998
  "varName": "userRef"
2999
2999
  },
3000
3000
  "usersGroup": {
3001
- "alias": "usersGroupRefUsersGroup: usersGroup",
3001
+ "alias": "usersGroupWanFirewallDestination: usersGroup",
3002
3002
  "args": {},
3003
3003
  "deprecationReason": null,
3004
3004
  "description": "Group of users",
@@ -3093,10 +3093,10 @@
3093
3093
  "varName": "wanFirewallDestination"
3094
3094
  },
3095
3095
  "device": {
3096
- "alias": "deviceProfileRefDevice: device",
3096
+ "alias": "deviceWanFirewallRule: device",
3097
3097
  "args": {},
3098
3098
  "deprecationReason": null,
3099
- "description": "Source Device Profile traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
3099
+ "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
3100
3100
  "id_str": "wanFirewall___moveRule___rule___rule___device",
3101
3101
  "isDeprecated": false,
3102
3102
  "name": "device",
@@ -3171,7 +3171,7 @@
3171
3171
  "varName": "deviceProfileRef"
3172
3172
  },
3173
3173
  "deviceAttributes": {
3174
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3174
+ "alias": "deviceAttributesWanFirewallRule: deviceAttributes",
3175
3175
  "args": {},
3176
3176
  "deprecationReason": null,
3177
3177
  "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.",
@@ -3343,10 +3343,10 @@
3343
3343
  "varName": "deviceAttributes"
3344
3344
  },
3345
3345
  "deviceOS": {
3346
- "alias": "operatingSystemDeviceOS: deviceOS",
3346
+ "alias": "deviceOSWanFirewallRule: deviceOS",
3347
3347
  "args": {},
3348
3348
  "deprecationReason": null,
3349
- "description": "Source device Operating System traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
3349
+ "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.",
3350
3350
  "id_str": "wanFirewall___moveRule___rule___rule___deviceOS",
3351
3351
  "isDeprecated": false,
3352
3352
  "name": "deviceOS",
@@ -3415,7 +3415,7 @@
3415
3415
  "varName": "deviceOS"
3416
3416
  },
3417
3417
  "direction": {
3418
- "alias": "wanFirewallDirectionEnumDirection: direction",
3418
+ "alias": "directionWanFirewallRule: direction",
3419
3419
  "args": {},
3420
3420
  "deprecationReason": null,
3421
3421
  "description": null,
@@ -3482,7 +3482,7 @@
3482
3482
  "varName": "enabled"
3483
3483
  },
3484
3484
  "exceptions": {
3485
- "alias": "wanFirewallRuleExceptionExceptions: exceptions",
3485
+ "alias": "exceptionsWanFirewallRule: exceptions",
3486
3486
  "args": {},
3487
3487
  "deprecationReason": null,
3488
3488
  "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.",
@@ -3499,7 +3499,7 @@
3499
3499
  "enumValues": null,
3500
3500
  "fields": {
3501
3501
  "application": {
3502
- "alias": "wanFirewallApplicationApplication: application",
3502
+ "alias": "applicationWanFirewallRuleException: application",
3503
3503
  "args": {},
3504
3504
  "deprecationReason": null,
3505
3505
  "description": "Application matching criteria for the exception.",
@@ -3516,7 +3516,7 @@
3516
3516
  "enumValues": null,
3517
3517
  "fields": {
3518
3518
  "appCategory": {
3519
- "alias": "applicationCategoryRefAppCategory: appCategory",
3519
+ "alias": "appCategoryWanFirewallApplication: appCategory",
3520
3520
  "args": {},
3521
3521
  "deprecationReason": null,
3522
3522
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -3594,7 +3594,7 @@
3594
3594
  "varName": "applicationCategoryRef"
3595
3595
  },
3596
3596
  "application": {
3597
- "alias": "applicationRefApplication: application",
3597
+ "alias": "applicationWanFirewallApplication: application",
3598
3598
  "args": {},
3599
3599
  "deprecationReason": null,
3600
3600
  "description": "Applications for the rule (pre-defined)",
@@ -3672,7 +3672,7 @@
3672
3672
  "varName": "applicationRef"
3673
3673
  },
3674
3674
  "customApp": {
3675
- "alias": "customApplicationRefCustomApp: customApp",
3675
+ "alias": "customAppWanFirewallApplication: customApp",
3676
3676
  "args": {},
3677
3677
  "deprecationReason": null,
3678
3678
  "description": "Custom (user-defined) applications",
@@ -3750,10 +3750,10 @@
3750
3750
  "varName": "customApplicationRef"
3751
3751
  },
3752
3752
  "customCategory": {
3753
- "alias": "customCategoryRefCustomCategory: customCategory",
3753
+ "alias": "customCategoryWanFirewallApplication: customCategory",
3754
3754
  "args": {},
3755
3755
  "deprecationReason": null,
3756
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3756
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3757
3757
  "id_str": "wanFirewall___moveRule___rule___rule___exceptions___application___customCategory",
3758
3758
  "isDeprecated": false,
3759
3759
  "name": "customCategory",
@@ -3874,7 +3874,7 @@
3874
3874
  "varName": "fqdn"
3875
3875
  },
3876
3876
  "globalIpRange": {
3877
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3877
+ "alias": "globalIpRangeWanFirewallApplication: globalIpRange",
3878
3878
  "args": {},
3879
3879
  "deprecationReason": null,
3880
3880
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3975,7 +3975,7 @@
3975
3975
  "varName": "ip"
3976
3976
  },
3977
3977
  "ipRange": {
3978
- "alias": "ipAddressRangeIpRange: ipRange",
3978
+ "alias": "ipRangeWanFirewallApplication: ipRange",
3979
3979
  "args": {},
3980
3980
  "deprecationReason": null,
3981
3981
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -4053,7 +4053,7 @@
4053
4053
  "varName": "ipAddressRange"
4054
4054
  },
4055
4055
  "sanctionedAppsCategory": {
4056
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
4056
+ "alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
4057
4057
  "args": {},
4058
4058
  "deprecationReason": null,
4059
4059
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -4171,7 +4171,7 @@
4171
4171
  "varName": "wanFirewallApplication"
4172
4172
  },
4173
4173
  "connectionOrigin": {
4174
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
4174
+ "alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
4175
4175
  "args": {},
4176
4176
  "deprecationReason": null,
4177
4177
  "description": "Connection origin matching criteria for the exception.",
@@ -4223,7 +4223,7 @@
4223
4223
  "varName": "connectionOrigin"
4224
4224
  },
4225
4225
  "country": {
4226
- "alias": "countryRefCountry: country",
4226
+ "alias": "countryWanFirewallRuleException: country",
4227
4227
  "args": {},
4228
4228
  "deprecationReason": null,
4229
4229
  "description": "Source country matching criteria for the exception.",
@@ -4301,7 +4301,7 @@
4301
4301
  "varName": "countryRef"
4302
4302
  },
4303
4303
  "destination": {
4304
- "alias": "wanFirewallDestinationDestination: destination",
4304
+ "alias": "destinationWanFirewallRuleException: destination",
4305
4305
  "args": {},
4306
4306
  "deprecationReason": null,
4307
4307
  "description": "Destination matching criteria for the exception.",
@@ -4318,7 +4318,7 @@
4318
4318
  "enumValues": null,
4319
4319
  "fields": {
4320
4320
  "floatingSubnet": {
4321
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
4321
+ "alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
4322
4322
  "args": {},
4323
4323
  "deprecationReason": null,
4324
4324
  "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.",
@@ -4396,7 +4396,7 @@
4396
4396
  "varName": "floatingSubnetRef"
4397
4397
  },
4398
4398
  "globalIpRange": {
4399
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4399
+ "alias": "globalIpRangeWanFirewallDestination: globalIpRange",
4400
4400
  "args": {},
4401
4401
  "deprecationReason": null,
4402
4402
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4474,7 +4474,7 @@
4474
4474
  "varName": "globalIpRangeRef"
4475
4475
  },
4476
4476
  "group": {
4477
- "alias": "groupRefGroup: group",
4477
+ "alias": "groupWanFirewallDestination: group",
4478
4478
  "args": {},
4479
4479
  "deprecationReason": null,
4480
4480
  "description": "Groups defined for your account",
@@ -4552,7 +4552,7 @@
4552
4552
  "varName": "groupRef"
4553
4553
  },
4554
4554
  "host": {
4555
- "alias": "hostRefHost: host",
4555
+ "alias": "hostWanFirewallDestination: host",
4556
4556
  "args": {},
4557
4557
  "deprecationReason": null,
4558
4558
  "description": "Hosts and servers defined for your account",
@@ -4653,7 +4653,7 @@
4653
4653
  "varName": "ip"
4654
4654
  },
4655
4655
  "ipRange": {
4656
- "alias": "ipAddressRangeIpRange: ipRange",
4656
+ "alias": "ipRangeWanFirewallDestination: ipRange",
4657
4657
  "args": {},
4658
4658
  "deprecationReason": null,
4659
4659
  "description": "Multiple separate IP addresses or an IP range",
@@ -4731,7 +4731,7 @@
4731
4731
  "varName": "ipAddressRange"
4732
4732
  },
4733
4733
  "networkInterface": {
4734
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4734
+ "alias": "networkInterfaceWanFirewallDestination: networkInterface",
4735
4735
  "args": {},
4736
4736
  "deprecationReason": null,
4737
4737
  "description": "Network range defined for a site",
@@ -4809,7 +4809,7 @@
4809
4809
  "varName": "networkInterfaceRef"
4810
4810
  },
4811
4811
  "site": {
4812
- "alias": "siteRefSite: site",
4812
+ "alias": "siteWanFirewallDestination: site",
4813
4813
  "args": {},
4814
4814
  "deprecationReason": null,
4815
4815
  "description": "Site defined for the account",
@@ -4887,7 +4887,7 @@
4887
4887
  "varName": "siteRef"
4888
4888
  },
4889
4889
  "siteNetworkSubnet": {
4890
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4890
+ "alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
4891
4891
  "args": {},
4892
4892
  "deprecationReason": null,
4893
4893
  "description": "GlobalRange + InterfaceSubnet",
@@ -4988,7 +4988,7 @@
4988
4988
  "varName": "subnet"
4989
4989
  },
4990
4990
  "systemGroup": {
4991
- "alias": "systemGroupRefSystemGroup: systemGroup",
4991
+ "alias": "systemGroupWanFirewallDestination: systemGroup",
4992
4992
  "args": {},
4993
4993
  "deprecationReason": null,
4994
4994
  "description": "Predefined Cato groups",
@@ -5066,7 +5066,7 @@
5066
5066
  "varName": "systemGroupRef"
5067
5067
  },
5068
5068
  "user": {
5069
- "alias": "userRefUser: user",
5069
+ "alias": "userWanFirewallDestination: user",
5070
5070
  "args": {},
5071
5071
  "deprecationReason": null,
5072
5072
  "description": "Individual users defined for the account",
@@ -5144,7 +5144,7 @@
5144
5144
  "varName": "userRef"
5145
5145
  },
5146
5146
  "usersGroup": {
5147
- "alias": "usersGroupRefUsersGroup: usersGroup",
5147
+ "alias": "usersGroupWanFirewallDestination: usersGroup",
5148
5148
  "args": {},
5149
5149
  "deprecationReason": null,
5150
5150
  "description": "Group of users",
@@ -5239,7 +5239,7 @@
5239
5239
  "varName": "wanFirewallDestination"
5240
5240
  },
5241
5241
  "device": {
5242
- "alias": "deviceProfileRefDevice: device",
5242
+ "alias": "deviceWanFirewallRuleException: device",
5243
5243
  "args": {},
5244
5244
  "deprecationReason": null,
5245
5245
  "description": "Source Device Profile matching criteria for the exception.",
@@ -5317,7 +5317,7 @@
5317
5317
  "varName": "deviceProfileRef"
5318
5318
  },
5319
5319
  "deviceAttributes": {
5320
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
5320
+ "alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
5321
5321
  "args": {},
5322
5322
  "deprecationReason": null,
5323
5323
  "description": "Source Device Attributes matching criteria for the exception.",
@@ -5489,7 +5489,7 @@
5489
5489
  "varName": "deviceAttributes"
5490
5490
  },
5491
5491
  "deviceOS": {
5492
- "alias": "operatingSystemDeviceOS: deviceOS",
5492
+ "alias": "deviceOSWanFirewallRuleException: deviceOS",
5493
5493
  "args": {},
5494
5494
  "deprecationReason": null,
5495
5495
  "description": "Source device OS matching criteria for the exception.",
@@ -5561,7 +5561,7 @@
5561
5561
  "varName": "deviceOS"
5562
5562
  },
5563
5563
  "direction": {
5564
- "alias": "wanFirewallDirectionEnumDirection: direction",
5564
+ "alias": "directionWanFirewallRuleException: direction",
5565
5565
  "args": {},
5566
5566
  "deprecationReason": null,
5567
5567
  "description": "Direction origin matching criteria for the exception",
@@ -5628,7 +5628,7 @@
5628
5628
  "varName": "name"
5629
5629
  },
5630
5630
  "service": {
5631
- "alias": "wanFirewallServiceTypeService: service",
5631
+ "alias": "serviceWanFirewallRuleException: service",
5632
5632
  "args": {},
5633
5633
  "deprecationReason": null,
5634
5634
  "description": "Destination service matching criteria for the exception.",
@@ -5645,7 +5645,7 @@
5645
5645
  "enumValues": null,
5646
5646
  "fields": {
5647
5647
  "custom": {
5648
- "alias": "customServiceCustom: custom",
5648
+ "alias": "customWanFirewallServiceType: custom",
5649
5649
  "args": {},
5650
5650
  "deprecationReason": null,
5651
5651
  "description": null,
@@ -5684,7 +5684,7 @@
5684
5684
  "varName": "port"
5685
5685
  },
5686
5686
  "portRange": {
5687
- "alias": "portRangePortRange: portRange",
5687
+ "alias": "portRangeCustomService: portRange",
5688
5688
  "args": {},
5689
5689
  "deprecationReason": null,
5690
5690
  "description": null,
@@ -5759,7 +5759,7 @@
5759
5759
  "varName": "portRange"
5760
5760
  },
5761
5761
  "protocol": {
5762
- "alias": "ipProtocolProtocol: protocol",
5762
+ "alias": "protocolCustomService: protocol",
5763
5763
  "args": {},
5764
5764
  "deprecationReason": null,
5765
5765
  "description": null,
@@ -5842,7 +5842,7 @@
5842
5842
  "varName": "customService"
5843
5843
  },
5844
5844
  "standard": {
5845
- "alias": "serviceRefStandard: standard",
5845
+ "alias": "standardWanFirewallServiceType: standard",
5846
5846
  "args": {},
5847
5847
  "deprecationReason": null,
5848
5848
  "description": null,
@@ -5937,7 +5937,7 @@
5937
5937
  "varName": "wanFirewallServiceType"
5938
5938
  },
5939
5939
  "source": {
5940
- "alias": "wanFirewallSourceSource: source",
5940
+ "alias": "sourceWanFirewallRuleException: source",
5941
5941
  "args": {},
5942
5942
  "deprecationReason": null,
5943
5943
  "description": "Source matching criteria for the exception.",
@@ -5954,7 +5954,7 @@
5954
5954
  "enumValues": null,
5955
5955
  "fields": {
5956
5956
  "floatingSubnet": {
5957
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5957
+ "alias": "floatingSubnetWanFirewallSource: floatingSubnet",
5958
5958
  "args": {},
5959
5959
  "deprecationReason": null,
5960
5960
  "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.",
@@ -6032,7 +6032,7 @@
6032
6032
  "varName": "floatingSubnetRef"
6033
6033
  },
6034
6034
  "globalIpRange": {
6035
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
6035
+ "alias": "globalIpRangeWanFirewallSource: globalIpRange",
6036
6036
  "args": {},
6037
6037
  "deprecationReason": null,
6038
6038
  "description": "Globally defined IP range, IP and subnet objects",
@@ -6110,7 +6110,7 @@
6110
6110
  "varName": "globalIpRangeRef"
6111
6111
  },
6112
6112
  "group": {
6113
- "alias": "groupRefGroup: group",
6113
+ "alias": "groupWanFirewallSource: group",
6114
6114
  "args": {},
6115
6115
  "deprecationReason": null,
6116
6116
  "description": "Groups defined for your account",
@@ -6188,7 +6188,7 @@
6188
6188
  "varName": "groupRef"
6189
6189
  },
6190
6190
  "host": {
6191
- "alias": "hostRefHost: host",
6191
+ "alias": "hostWanFirewallSource: host",
6192
6192
  "args": {},
6193
6193
  "deprecationReason": null,
6194
6194
  "description": "Hosts and servers defined for your account",
@@ -6289,7 +6289,7 @@
6289
6289
  "varName": "ip"
6290
6290
  },
6291
6291
  "ipRange": {
6292
- "alias": "ipAddressRangeIpRange: ipRange",
6292
+ "alias": "ipRangeWanFirewallSource: ipRange",
6293
6293
  "args": {},
6294
6294
  "deprecationReason": null,
6295
6295
  "description": "Multiple separate IP addresses or an IP range",
@@ -6367,7 +6367,7 @@
6367
6367
  "varName": "ipAddressRange"
6368
6368
  },
6369
6369
  "networkInterface": {
6370
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6370
+ "alias": "networkInterfaceWanFirewallSource: networkInterface",
6371
6371
  "args": {},
6372
6372
  "deprecationReason": null,
6373
6373
  "description": "Network range defined for a site",
@@ -6445,7 +6445,7 @@
6445
6445
  "varName": "networkInterfaceRef"
6446
6446
  },
6447
6447
  "site": {
6448
- "alias": "siteRefSite: site",
6448
+ "alias": "siteWanFirewallSource: site",
6449
6449
  "args": {},
6450
6450
  "deprecationReason": null,
6451
6451
  "description": "Site defined for the account",
@@ -6523,7 +6523,7 @@
6523
6523
  "varName": "siteRef"
6524
6524
  },
6525
6525
  "siteNetworkSubnet": {
6526
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6526
+ "alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
6527
6527
  "args": {},
6528
6528
  "deprecationReason": null,
6529
6529
  "description": "GlobalRange + InterfaceSubnet",
@@ -6624,7 +6624,7 @@
6624
6624
  "varName": "subnet"
6625
6625
  },
6626
6626
  "systemGroup": {
6627
- "alias": "systemGroupRefSystemGroup: systemGroup",
6627
+ "alias": "systemGroupWanFirewallSource: systemGroup",
6628
6628
  "args": {},
6629
6629
  "deprecationReason": null,
6630
6630
  "description": "Predefined Cato groups",
@@ -6702,7 +6702,7 @@
6702
6702
  "varName": "systemGroupRef"
6703
6703
  },
6704
6704
  "user": {
6705
- "alias": "userRefUser: user",
6705
+ "alias": "userWanFirewallSource: user",
6706
6706
  "args": {},
6707
6707
  "deprecationReason": null,
6708
6708
  "description": "Individual users defined for the account",
@@ -6780,7 +6780,7 @@
6780
6780
  "varName": "userRef"
6781
6781
  },
6782
6782
  "usersGroup": {
6783
- "alias": "usersGroupRefUsersGroup: usersGroup",
6783
+ "alias": "usersGroupWanFirewallSource: usersGroup",
6784
6784
  "args": {},
6785
6785
  "deprecationReason": null,
6786
6786
  "description": "Group of users",
@@ -6957,7 +6957,7 @@
6957
6957
  "varName": "name"
6958
6958
  },
6959
6959
  "schedule": {
6960
- "alias": "policyScheduleSchedule: schedule",
6960
+ "alias": "scheduleWanFirewallRule: schedule",
6961
6961
  "args": {},
6962
6962
  "deprecationReason": null,
6963
6963
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -6974,7 +6974,7 @@
6974
6974
  "enumValues": null,
6975
6975
  "fields": {
6976
6976
  "activeOn": {
6977
- "alias": "policyActiveOnEnumActiveOn: activeOn",
6977
+ "alias": "activeOnPolicySchedule: activeOn",
6978
6978
  "args": {},
6979
6979
  "deprecationReason": null,
6980
6980
  "description": null,
@@ -7032,7 +7032,7 @@
7032
7032
  "varName": "activeOn"
7033
7033
  },
7034
7034
  "customRecurring": {
7035
- "alias": "policyCustomRecurringCustomRecurring: customRecurring",
7035
+ "alias": "customRecurringPolicySchedule: customRecurring",
7036
7036
  "args": {},
7037
7037
  "deprecationReason": null,
7038
7038
  "description": null,
@@ -7184,7 +7184,7 @@
7184
7184
  "varName": "policyCustomRecurring"
7185
7185
  },
7186
7186
  "customTimeframe": {
7187
- "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
7187
+ "alias": "customTimeframePolicySchedule: customTimeframe",
7188
7188
  "args": {},
7189
7189
  "deprecationReason": null,
7190
7190
  "description": null,
@@ -7276,7 +7276,7 @@
7276
7276
  "varName": "policySchedule"
7277
7277
  },
7278
7278
  "section": {
7279
- "alias": "policySectionInfoSection: section",
7279
+ "alias": "sectionWanFirewallRule: section",
7280
7280
  "args": {},
7281
7281
  "deprecationReason": null,
7282
7282
  "description": "Policy section where the rule is located",
@@ -7352,10 +7352,10 @@
7352
7352
  "varName": "policySectionInfo"
7353
7353
  },
7354
7354
  "service": {
7355
- "alias": "wanFirewallServiceTypeService: service",
7355
+ "alias": "serviceWanFirewallRule: service",
7356
7356
  "args": {},
7357
7357
  "deprecationReason": null,
7358
- "description": "Destination service traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
7358
+ "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
7359
7359
  "id_str": "wanFirewall___moveRule___rule___rule___service",
7360
7360
  "isDeprecated": false,
7361
7361
  "name": "service",
@@ -7369,7 +7369,7 @@
7369
7369
  "enumValues": null,
7370
7370
  "fields": {
7371
7371
  "custom": {
7372
- "alias": "customServiceCustom: custom",
7372
+ "alias": "customWanFirewallServiceType: custom",
7373
7373
  "args": {},
7374
7374
  "deprecationReason": null,
7375
7375
  "description": null,
@@ -7408,7 +7408,7 @@
7408
7408
  "varName": "port"
7409
7409
  },
7410
7410
  "portRange": {
7411
- "alias": "portRangePortRange: portRange",
7411
+ "alias": "portRangeCustomService: portRange",
7412
7412
  "args": {},
7413
7413
  "deprecationReason": null,
7414
7414
  "description": null,
@@ -7483,7 +7483,7 @@
7483
7483
  "varName": "portRange"
7484
7484
  },
7485
7485
  "protocol": {
7486
- "alias": "ipProtocolProtocol: protocol",
7486
+ "alias": "protocolCustomService: protocol",
7487
7487
  "args": {},
7488
7488
  "deprecationReason": null,
7489
7489
  "description": null,
@@ -7566,7 +7566,7 @@
7566
7566
  "varName": "customService"
7567
7567
  },
7568
7568
  "standard": {
7569
- "alias": "serviceRefStandard: standard",
7569
+ "alias": "standardWanFirewallServiceType: standard",
7570
7570
  "args": {},
7571
7571
  "deprecationReason": null,
7572
7572
  "description": null,
@@ -7661,10 +7661,10 @@
7661
7661
  "varName": "wanFirewallServiceType"
7662
7662
  },
7663
7663
  "source": {
7664
- "alias": "wanFirewallSourceSource: source",
7664
+ "alias": "sourceWanFirewallRule: source",
7665
7665
  "args": {},
7666
7666
  "deprecationReason": null,
7667
- "description": "Source traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
7667
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
7668
7668
  "id_str": "wanFirewall___moveRule___rule___rule___source",
7669
7669
  "isDeprecated": false,
7670
7670
  "name": "source",
@@ -7678,7 +7678,7 @@
7678
7678
  "enumValues": null,
7679
7679
  "fields": {
7680
7680
  "floatingSubnet": {
7681
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
7681
+ "alias": "floatingSubnetWanFirewallSource: floatingSubnet",
7682
7682
  "args": {},
7683
7683
  "deprecationReason": null,
7684
7684
  "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.",
@@ -7756,7 +7756,7 @@
7756
7756
  "varName": "floatingSubnetRef"
7757
7757
  },
7758
7758
  "globalIpRange": {
7759
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
7759
+ "alias": "globalIpRangeWanFirewallSource: globalIpRange",
7760
7760
  "args": {},
7761
7761
  "deprecationReason": null,
7762
7762
  "description": "Globally defined IP range, IP and subnet objects",
@@ -7834,7 +7834,7 @@
7834
7834
  "varName": "globalIpRangeRef"
7835
7835
  },
7836
7836
  "group": {
7837
- "alias": "groupRefGroup: group",
7837
+ "alias": "groupWanFirewallSource: group",
7838
7838
  "args": {},
7839
7839
  "deprecationReason": null,
7840
7840
  "description": "Groups defined for your account",
@@ -7912,7 +7912,7 @@
7912
7912
  "varName": "groupRef"
7913
7913
  },
7914
7914
  "host": {
7915
- "alias": "hostRefHost: host",
7915
+ "alias": "hostWanFirewallSource: host",
7916
7916
  "args": {},
7917
7917
  "deprecationReason": null,
7918
7918
  "description": "Hosts and servers defined for your account",
@@ -8013,7 +8013,7 @@
8013
8013
  "varName": "ip"
8014
8014
  },
8015
8015
  "ipRange": {
8016
- "alias": "ipAddressRangeIpRange: ipRange",
8016
+ "alias": "ipRangeWanFirewallSource: ipRange",
8017
8017
  "args": {},
8018
8018
  "deprecationReason": null,
8019
8019
  "description": "Multiple separate IP addresses or an IP range",
@@ -8091,7 +8091,7 @@
8091
8091
  "varName": "ipAddressRange"
8092
8092
  },
8093
8093
  "networkInterface": {
8094
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
8094
+ "alias": "networkInterfaceWanFirewallSource: networkInterface",
8095
8095
  "args": {},
8096
8096
  "deprecationReason": null,
8097
8097
  "description": "Network range defined for a site",
@@ -8169,7 +8169,7 @@
8169
8169
  "varName": "networkInterfaceRef"
8170
8170
  },
8171
8171
  "site": {
8172
- "alias": "siteRefSite: site",
8172
+ "alias": "siteWanFirewallSource: site",
8173
8173
  "args": {},
8174
8174
  "deprecationReason": null,
8175
8175
  "description": "Site defined for the account",
@@ -8247,7 +8247,7 @@
8247
8247
  "varName": "siteRef"
8248
8248
  },
8249
8249
  "siteNetworkSubnet": {
8250
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
8250
+ "alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
8251
8251
  "args": {},
8252
8252
  "deprecationReason": null,
8253
8253
  "description": "GlobalRange + InterfaceSubnet",
@@ -8348,7 +8348,7 @@
8348
8348
  "varName": "subnet"
8349
8349
  },
8350
8350
  "systemGroup": {
8351
- "alias": "systemGroupRefSystemGroup: systemGroup",
8351
+ "alias": "systemGroupWanFirewallSource: systemGroup",
8352
8352
  "args": {},
8353
8353
  "deprecationReason": null,
8354
8354
  "description": "Predefined Cato groups",
@@ -8426,7 +8426,7 @@
8426
8426
  "varName": "systemGroupRef"
8427
8427
  },
8428
8428
  "user": {
8429
- "alias": "userRefUser: user",
8429
+ "alias": "userWanFirewallSource: user",
8430
8430
  "args": {},
8431
8431
  "deprecationReason": null,
8432
8432
  "description": "Individual users defined for the account",
@@ -8504,7 +8504,7 @@
8504
8504
  "varName": "userRef"
8505
8505
  },
8506
8506
  "usersGroup": {
8507
- "alias": "usersGroupRefUsersGroup: usersGroup",
8507
+ "alias": "usersGroupWanFirewallSource: usersGroup",
8508
8508
  "args": {},
8509
8509
  "deprecationReason": null,
8510
8510
  "description": "Group of users",
@@ -8599,7 +8599,7 @@
8599
8599
  "varName": "wanFirewallSource"
8600
8600
  },
8601
8601
  "tracking": {
8602
- "alias": "policyTrackingTracking: tracking",
8602
+ "alias": "trackingWanFirewallRule: tracking",
8603
8603
  "args": {},
8604
8604
  "deprecationReason": null,
8605
8605
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -8616,7 +8616,7 @@
8616
8616
  "enumValues": null,
8617
8617
  "fields": {
8618
8618
  "alert": {
8619
- "alias": "policyRuleTrackingAlertAlert: alert",
8619
+ "alias": "alertPolicyTracking: alert",
8620
8620
  "args": {},
8621
8621
  "deprecationReason": null,
8622
8622
  "description": null,
@@ -8635,7 +8635,7 @@
8635
8635
  "enabled": {
8636
8636
  "args": {},
8637
8637
  "deprecationReason": null,
8638
- "description": "TRUE send alerts when the rule is matched, FALSE don’t send alerts when the rule is matched",
8638
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
8639
8639
  "id_str": "wanFirewall___moveRule___rule___rule___tracking___alert___enabled",
8640
8640
  "isDeprecated": false,
8641
8641
  "name": "enabled",
@@ -8654,7 +8654,7 @@
8654
8654
  "varName": "enabled"
8655
8655
  },
8656
8656
  "frequency": {
8657
- "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
8657
+ "alias": "frequencyPolicyRuleTrackingAlert: frequency",
8658
8658
  "args": {},
8659
8659
  "deprecationReason": null,
8660
8660
  "description": "Returns data for the alert frequency",
@@ -8712,7 +8712,7 @@
8712
8712
  "varName": "frequency"
8713
8713
  },
8714
8714
  "mailingList": {
8715
- "alias": "subscriptionMailingListRefMailingList: mailingList",
8715
+ "alias": "mailingListPolicyRuleTrackingAlert: mailingList",
8716
8716
  "args": {},
8717
8717
  "deprecationReason": null,
8718
8718
  "description": "Returns data for the Mailing List that receives the alert",
@@ -8790,7 +8790,7 @@
8790
8790
  "varName": "subscriptionMailingListRef"
8791
8791
  },
8792
8792
  "subscriptionGroup": {
8793
- "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
8793
+ "alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
8794
8794
  "args": {},
8795
8795
  "deprecationReason": null,
8796
8796
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -8868,7 +8868,7 @@
8868
8868
  "varName": "subscriptionGroupRef"
8869
8869
  },
8870
8870
  "webhook": {
8871
- "alias": "subscriptionWebhookRefWebhook: webhook",
8871
+ "alias": "webhookPolicyRuleTrackingAlert: webhook",
8872
8872
  "args": {},
8873
8873
  "deprecationReason": null,
8874
8874
  "description": "Returns data for the Webhook that receives the alert",
@@ -8963,7 +8963,7 @@
8963
8963
  "varName": "policyRuleTrackingAlert"
8964
8964
  },
8965
8965
  "event": {
8966
- "alias": "policyRuleTrackingEventEvent: event",
8966
+ "alias": "eventPolicyTracking: event",
8967
8967
  "args": {},
8968
8968
  "deprecationReason": null,
8969
8969
  "description": null,
@@ -9068,7 +9068,7 @@
9068
9068
  "varName": "wanFirewallRulePayload"
9069
9069
  },
9070
9070
  "status": {
9071
- "alias": "policyMutationStatusStatus: status",
9071
+ "alias": "statusWanFirewallRuleMutationPayload: status",
9072
9072
  "args": {},
9073
9073
  "deprecationReason": null,
9074
9074
  "description": null,