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
@@ -557,7 +557,7 @@
557
557
  "enumValues": null,
558
558
  "fields": {
559
559
  "errors": {
560
- "alias": "policyMutationErrorErrors: errors",
560
+ "alias": "errorsWanFirewallPolicyMutationPayload: errors",
561
561
  "args": {},
562
562
  "deprecationReason": null,
563
563
  "description": null,
@@ -570,7 +570,7 @@
570
570
  "responseStr": "errors:$policyMutationError ",
571
571
  "type": {
572
572
  "definition": {
573
- "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\"",
573
+ "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\"",
574
574
  "enumValues": null,
575
575
  "fields": {
576
576
  "errorCode": {
@@ -633,7 +633,7 @@
633
633
  "varName": "policyMutationError"
634
634
  },
635
635
  "policy": {
636
- "alias": "wanFirewallPolicyPolicy: policy",
636
+ "alias": "policyWanFirewallPolicyMutationPayload: policy",
637
637
  "args": {},
638
638
  "deprecationReason": null,
639
639
  "description": null,
@@ -919,7 +919,7 @@
919
919
  "enumValues": null,
920
920
  "fields": {
921
921
  "audit": {
922
- "alias": "policyElementAuditAudit: audit",
922
+ "alias": "auditWanFirewallRulePayload: audit",
923
923
  "args": {},
924
924
  "deprecationReason": null,
925
925
  "description": null,
@@ -995,7 +995,7 @@
995
995
  "varName": "policyElementAudit"
996
996
  },
997
997
  "properties": {
998
- "alias": "policyElementPropertiesEnumProperties: properties",
998
+ "alias": "propertiesWanFirewallRulePayload: properties",
999
999
  "args": {},
1000
1000
  "deprecationReason": null,
1001
1001
  "description": null,
@@ -1073,7 +1073,7 @@
1073
1073
  "varName": "properties"
1074
1074
  },
1075
1075
  "rule": {
1076
- "alias": "wanFirewallRuleRule: rule",
1076
+ "alias": "ruleWanFirewallRulePayload: rule",
1077
1077
  "args": {},
1078
1078
  "deprecationReason": null,
1079
1079
  "description": null,
@@ -1090,7 +1090,7 @@
1090
1090
  "enumValues": null,
1091
1091
  "fields": {
1092
1092
  "action": {
1093
- "alias": "wanFirewallActionEnumAction: action",
1093
+ "alias": "actionWanFirewallRule: action",
1094
1094
  "args": {},
1095
1095
  "deprecationReason": null,
1096
1096
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -1142,7 +1142,7 @@
1142
1142
  "varName": "action"
1143
1143
  },
1144
1144
  "activePeriod": {
1145
- "alias": "policyRuleActivePeriodActivePeriod: activePeriod",
1145
+ "alias": "activePeriodWanFirewallRule: activePeriod",
1146
1146
  "args": {},
1147
1147
  "deprecationReason": null,
1148
1148
  "description": "The time period during which the rule is active, outside this period, the rule is inactive",
@@ -1258,10 +1258,10 @@
1258
1258
  "varName": "policyRuleActivePeriod"
1259
1259
  },
1260
1260
  "application": {
1261
- "alias": "wanFirewallApplicationApplication: application",
1261
+ "alias": "applicationWanFirewallRule: application",
1262
1262
  "args": {},
1263
1263
  "deprecationReason": null,
1264
- "description": "Application traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1264
+ "description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1265
1265
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___application",
1266
1266
  "isDeprecated": false,
1267
1267
  "name": "application",
@@ -1275,7 +1275,7 @@
1275
1275
  "enumValues": null,
1276
1276
  "fields": {
1277
1277
  "appCategory": {
1278
- "alias": "applicationCategoryRefAppCategory: appCategory",
1278
+ "alias": "appCategoryWanFirewallApplication: appCategory",
1279
1279
  "args": {},
1280
1280
  "deprecationReason": null,
1281
1281
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1353,7 +1353,7 @@
1353
1353
  "varName": "applicationCategoryRef"
1354
1354
  },
1355
1355
  "application": {
1356
- "alias": "applicationRefApplication: application",
1356
+ "alias": "applicationWanFirewallApplication: application",
1357
1357
  "args": {},
1358
1358
  "deprecationReason": null,
1359
1359
  "description": "Applications for the rule (pre-defined)",
@@ -1431,7 +1431,7 @@
1431
1431
  "varName": "applicationRef"
1432
1432
  },
1433
1433
  "customApp": {
1434
- "alias": "customApplicationRefCustomApp: customApp",
1434
+ "alias": "customAppWanFirewallApplication: customApp",
1435
1435
  "args": {},
1436
1436
  "deprecationReason": null,
1437
1437
  "description": "Custom (user-defined) applications",
@@ -1509,10 +1509,10 @@
1509
1509
  "varName": "customApplicationRef"
1510
1510
  },
1511
1511
  "customCategory": {
1512
- "alias": "customCategoryRefCustomCategory: customCategory",
1512
+ "alias": "customCategoryWanFirewallApplication: customCategory",
1513
1513
  "args": {},
1514
1514
  "deprecationReason": null,
1515
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1515
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1516
1516
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___application___customCategory",
1517
1517
  "isDeprecated": false,
1518
1518
  "name": "customCategory",
@@ -1633,7 +1633,7 @@
1633
1633
  "varName": "fqdn"
1634
1634
  },
1635
1635
  "globalIpRange": {
1636
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1636
+ "alias": "globalIpRangeWanFirewallApplication: globalIpRange",
1637
1637
  "args": {},
1638
1638
  "deprecationReason": null,
1639
1639
  "description": "Globally defined IP range, IP and subnet objects",
@@ -1734,7 +1734,7 @@
1734
1734
  "varName": "ip"
1735
1735
  },
1736
1736
  "ipRange": {
1737
- "alias": "ipAddressRangeIpRange: ipRange",
1737
+ "alias": "ipRangeWanFirewallApplication: ipRange",
1738
1738
  "args": {},
1739
1739
  "deprecationReason": null,
1740
1740
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -1812,7 +1812,7 @@
1812
1812
  "varName": "ipAddressRange"
1813
1813
  },
1814
1814
  "sanctionedAppsCategory": {
1815
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1815
+ "alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
1816
1816
  "args": {},
1817
1817
  "deprecationReason": null,
1818
1818
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -1930,7 +1930,7 @@
1930
1930
  "varName": "wanFirewallApplication"
1931
1931
  },
1932
1932
  "connectionOrigin": {
1933
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
1933
+ "alias": "connectionOriginWanFirewallRule: connectionOrigin",
1934
1934
  "args": {},
1935
1935
  "deprecationReason": null,
1936
1936
  "description": "Connection origin of the traffic",
@@ -1982,10 +1982,10 @@
1982
1982
  "varName": "connectionOrigin"
1983
1983
  },
1984
1984
  "country": {
1985
- "alias": "countryRefCountry: country",
1985
+ "alias": "countryWanFirewallRule: country",
1986
1986
  "args": {},
1987
1987
  "deprecationReason": null,
1988
- "description": "Source country traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1988
+ "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1989
1989
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___country",
1990
1990
  "isDeprecated": false,
1991
1991
  "name": "country",
@@ -2081,10 +2081,10 @@
2081
2081
  "varName": "description"
2082
2082
  },
2083
2083
  "destination": {
2084
- "alias": "wanFirewallDestinationDestination: destination",
2084
+ "alias": "destinationWanFirewallRule: destination",
2085
2085
  "args": {},
2086
2086
  "deprecationReason": null,
2087
- "description": "Destination traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2087
+ "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2088
2088
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___destination",
2089
2089
  "isDeprecated": false,
2090
2090
  "name": "destination",
@@ -2098,7 +2098,7 @@
2098
2098
  "enumValues": null,
2099
2099
  "fields": {
2100
2100
  "floatingSubnet": {
2101
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
2101
+ "alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
2102
2102
  "args": {},
2103
2103
  "deprecationReason": null,
2104
2104
  "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.",
@@ -2176,7 +2176,7 @@
2176
2176
  "varName": "floatingSubnetRef"
2177
2177
  },
2178
2178
  "globalIpRange": {
2179
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2179
+ "alias": "globalIpRangeWanFirewallDestination: globalIpRange",
2180
2180
  "args": {},
2181
2181
  "deprecationReason": null,
2182
2182
  "description": "Globally defined IP range, IP and subnet objects",
@@ -2254,7 +2254,7 @@
2254
2254
  "varName": "globalIpRangeRef"
2255
2255
  },
2256
2256
  "group": {
2257
- "alias": "groupRefGroup: group",
2257
+ "alias": "groupWanFirewallDestination: group",
2258
2258
  "args": {},
2259
2259
  "deprecationReason": null,
2260
2260
  "description": "Groups defined for your account",
@@ -2332,7 +2332,7 @@
2332
2332
  "varName": "groupRef"
2333
2333
  },
2334
2334
  "host": {
2335
- "alias": "hostRefHost: host",
2335
+ "alias": "hostWanFirewallDestination: host",
2336
2336
  "args": {},
2337
2337
  "deprecationReason": null,
2338
2338
  "description": "Hosts and servers defined for your account",
@@ -2433,7 +2433,7 @@
2433
2433
  "varName": "ip"
2434
2434
  },
2435
2435
  "ipRange": {
2436
- "alias": "ipAddressRangeIpRange: ipRange",
2436
+ "alias": "ipRangeWanFirewallDestination: ipRange",
2437
2437
  "args": {},
2438
2438
  "deprecationReason": null,
2439
2439
  "description": "Multiple separate IP addresses or an IP range",
@@ -2511,7 +2511,7 @@
2511
2511
  "varName": "ipAddressRange"
2512
2512
  },
2513
2513
  "networkInterface": {
2514
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
2514
+ "alias": "networkInterfaceWanFirewallDestination: networkInterface",
2515
2515
  "args": {},
2516
2516
  "deprecationReason": null,
2517
2517
  "description": "Network range defined for a site",
@@ -2589,7 +2589,7 @@
2589
2589
  "varName": "networkInterfaceRef"
2590
2590
  },
2591
2591
  "site": {
2592
- "alias": "siteRefSite: site",
2592
+ "alias": "siteWanFirewallDestination: site",
2593
2593
  "args": {},
2594
2594
  "deprecationReason": null,
2595
2595
  "description": "Site defined for the account",
@@ -2667,7 +2667,7 @@
2667
2667
  "varName": "siteRef"
2668
2668
  },
2669
2669
  "siteNetworkSubnet": {
2670
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2670
+ "alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
2671
2671
  "args": {},
2672
2672
  "deprecationReason": null,
2673
2673
  "description": "GlobalRange + InterfaceSubnet",
@@ -2768,7 +2768,7 @@
2768
2768
  "varName": "subnet"
2769
2769
  },
2770
2770
  "systemGroup": {
2771
- "alias": "systemGroupRefSystemGroup: systemGroup",
2771
+ "alias": "systemGroupWanFirewallDestination: systemGroup",
2772
2772
  "args": {},
2773
2773
  "deprecationReason": null,
2774
2774
  "description": "Predefined Cato groups",
@@ -2846,7 +2846,7 @@
2846
2846
  "varName": "systemGroupRef"
2847
2847
  },
2848
2848
  "user": {
2849
- "alias": "userRefUser: user",
2849
+ "alias": "userWanFirewallDestination: user",
2850
2850
  "args": {},
2851
2851
  "deprecationReason": null,
2852
2852
  "description": "Individual users defined for the account",
@@ -2924,7 +2924,7 @@
2924
2924
  "varName": "userRef"
2925
2925
  },
2926
2926
  "usersGroup": {
2927
- "alias": "usersGroupRefUsersGroup: usersGroup",
2927
+ "alias": "usersGroupWanFirewallDestination: usersGroup",
2928
2928
  "args": {},
2929
2929
  "deprecationReason": null,
2930
2930
  "description": "Group of users",
@@ -3019,10 +3019,10 @@
3019
3019
  "varName": "wanFirewallDestination"
3020
3020
  },
3021
3021
  "device": {
3022
- "alias": "deviceProfileRefDevice: device",
3022
+ "alias": "deviceWanFirewallRule: device",
3023
3023
  "args": {},
3024
3024
  "deprecationReason": null,
3025
- "description": "Source Device Profile traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
3025
+ "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
3026
3026
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___device",
3027
3027
  "isDeprecated": false,
3028
3028
  "name": "device",
@@ -3097,7 +3097,7 @@
3097
3097
  "varName": "deviceProfileRef"
3098
3098
  },
3099
3099
  "deviceAttributes": {
3100
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3100
+ "alias": "deviceAttributesWanFirewallRule: deviceAttributes",
3101
3101
  "args": {},
3102
3102
  "deprecationReason": null,
3103
3103
  "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.",
@@ -3269,10 +3269,10 @@
3269
3269
  "varName": "deviceAttributes"
3270
3270
  },
3271
3271
  "deviceOS": {
3272
- "alias": "operatingSystemDeviceOS: deviceOS",
3272
+ "alias": "deviceOSWanFirewallRule: deviceOS",
3273
3273
  "args": {},
3274
3274
  "deprecationReason": null,
3275
- "description": "Source device Operating System traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
3275
+ "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.",
3276
3276
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceOS",
3277
3277
  "isDeprecated": false,
3278
3278
  "name": "deviceOS",
@@ -3341,7 +3341,7 @@
3341
3341
  "varName": "deviceOS"
3342
3342
  },
3343
3343
  "direction": {
3344
- "alias": "wanFirewallDirectionEnumDirection: direction",
3344
+ "alias": "directionWanFirewallRule: direction",
3345
3345
  "args": {},
3346
3346
  "deprecationReason": null,
3347
3347
  "description": null,
@@ -3408,7 +3408,7 @@
3408
3408
  "varName": "enabled"
3409
3409
  },
3410
3410
  "exceptions": {
3411
- "alias": "wanFirewallRuleExceptionExceptions: exceptions",
3411
+ "alias": "exceptionsWanFirewallRule: exceptions",
3412
3412
  "args": {},
3413
3413
  "deprecationReason": null,
3414
3414
  "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.",
@@ -3425,7 +3425,7 @@
3425
3425
  "enumValues": null,
3426
3426
  "fields": {
3427
3427
  "application": {
3428
- "alias": "wanFirewallApplicationApplication: application",
3428
+ "alias": "applicationWanFirewallRuleException: application",
3429
3429
  "args": {},
3430
3430
  "deprecationReason": null,
3431
3431
  "description": "Application matching criteria for the exception.",
@@ -3442,7 +3442,7 @@
3442
3442
  "enumValues": null,
3443
3443
  "fields": {
3444
3444
  "appCategory": {
3445
- "alias": "applicationCategoryRefAppCategory: appCategory",
3445
+ "alias": "appCategoryWanFirewallApplication: appCategory",
3446
3446
  "args": {},
3447
3447
  "deprecationReason": null,
3448
3448
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -3520,7 +3520,7 @@
3520
3520
  "varName": "applicationCategoryRef"
3521
3521
  },
3522
3522
  "application": {
3523
- "alias": "applicationRefApplication: application",
3523
+ "alias": "applicationWanFirewallApplication: application",
3524
3524
  "args": {},
3525
3525
  "deprecationReason": null,
3526
3526
  "description": "Applications for the rule (pre-defined)",
@@ -3598,7 +3598,7 @@
3598
3598
  "varName": "applicationRef"
3599
3599
  },
3600
3600
  "customApp": {
3601
- "alias": "customApplicationRefCustomApp: customApp",
3601
+ "alias": "customAppWanFirewallApplication: customApp",
3602
3602
  "args": {},
3603
3603
  "deprecationReason": null,
3604
3604
  "description": "Custom (user-defined) applications",
@@ -3676,10 +3676,10 @@
3676
3676
  "varName": "customApplicationRef"
3677
3677
  },
3678
3678
  "customCategory": {
3679
- "alias": "customCategoryRefCustomCategory: customCategory",
3679
+ "alias": "customCategoryWanFirewallApplication: customCategory",
3680
3680
  "args": {},
3681
3681
  "deprecationReason": null,
3682
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3682
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3683
3683
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___application___customCategory",
3684
3684
  "isDeprecated": false,
3685
3685
  "name": "customCategory",
@@ -3800,7 +3800,7 @@
3800
3800
  "varName": "fqdn"
3801
3801
  },
3802
3802
  "globalIpRange": {
3803
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3803
+ "alias": "globalIpRangeWanFirewallApplication: globalIpRange",
3804
3804
  "args": {},
3805
3805
  "deprecationReason": null,
3806
3806
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3901,7 +3901,7 @@
3901
3901
  "varName": "ip"
3902
3902
  },
3903
3903
  "ipRange": {
3904
- "alias": "ipAddressRangeIpRange: ipRange",
3904
+ "alias": "ipRangeWanFirewallApplication: ipRange",
3905
3905
  "args": {},
3906
3906
  "deprecationReason": null,
3907
3907
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3979,7 +3979,7 @@
3979
3979
  "varName": "ipAddressRange"
3980
3980
  },
3981
3981
  "sanctionedAppsCategory": {
3982
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3982
+ "alias": "sanctionedAppsCategoryWanFirewallApplication: sanctionedAppsCategory",
3983
3983
  "args": {},
3984
3984
  "deprecationReason": null,
3985
3985
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -4097,7 +4097,7 @@
4097
4097
  "varName": "wanFirewallApplication"
4098
4098
  },
4099
4099
  "connectionOrigin": {
4100
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
4100
+ "alias": "connectionOriginWanFirewallRuleException: connectionOrigin",
4101
4101
  "args": {},
4102
4102
  "deprecationReason": null,
4103
4103
  "description": "Connection origin matching criteria for the exception.",
@@ -4149,7 +4149,7 @@
4149
4149
  "varName": "connectionOrigin"
4150
4150
  },
4151
4151
  "country": {
4152
- "alias": "countryRefCountry: country",
4152
+ "alias": "countryWanFirewallRuleException: country",
4153
4153
  "args": {},
4154
4154
  "deprecationReason": null,
4155
4155
  "description": "Source country matching criteria for the exception.",
@@ -4227,7 +4227,7 @@
4227
4227
  "varName": "countryRef"
4228
4228
  },
4229
4229
  "destination": {
4230
- "alias": "wanFirewallDestinationDestination: destination",
4230
+ "alias": "destinationWanFirewallRuleException: destination",
4231
4231
  "args": {},
4232
4232
  "deprecationReason": null,
4233
4233
  "description": "Destination matching criteria for the exception.",
@@ -4244,7 +4244,7 @@
4244
4244
  "enumValues": null,
4245
4245
  "fields": {
4246
4246
  "floatingSubnet": {
4247
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
4247
+ "alias": "floatingSubnetWanFirewallDestination: floatingSubnet",
4248
4248
  "args": {},
4249
4249
  "deprecationReason": null,
4250
4250
  "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.",
@@ -4322,7 +4322,7 @@
4322
4322
  "varName": "floatingSubnetRef"
4323
4323
  },
4324
4324
  "globalIpRange": {
4325
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4325
+ "alias": "globalIpRangeWanFirewallDestination: globalIpRange",
4326
4326
  "args": {},
4327
4327
  "deprecationReason": null,
4328
4328
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4400,7 +4400,7 @@
4400
4400
  "varName": "globalIpRangeRef"
4401
4401
  },
4402
4402
  "group": {
4403
- "alias": "groupRefGroup: group",
4403
+ "alias": "groupWanFirewallDestination: group",
4404
4404
  "args": {},
4405
4405
  "deprecationReason": null,
4406
4406
  "description": "Groups defined for your account",
@@ -4478,7 +4478,7 @@
4478
4478
  "varName": "groupRef"
4479
4479
  },
4480
4480
  "host": {
4481
- "alias": "hostRefHost: host",
4481
+ "alias": "hostWanFirewallDestination: host",
4482
4482
  "args": {},
4483
4483
  "deprecationReason": null,
4484
4484
  "description": "Hosts and servers defined for your account",
@@ -4579,7 +4579,7 @@
4579
4579
  "varName": "ip"
4580
4580
  },
4581
4581
  "ipRange": {
4582
- "alias": "ipAddressRangeIpRange: ipRange",
4582
+ "alias": "ipRangeWanFirewallDestination: ipRange",
4583
4583
  "args": {},
4584
4584
  "deprecationReason": null,
4585
4585
  "description": "Multiple separate IP addresses or an IP range",
@@ -4657,7 +4657,7 @@
4657
4657
  "varName": "ipAddressRange"
4658
4658
  },
4659
4659
  "networkInterface": {
4660
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4660
+ "alias": "networkInterfaceWanFirewallDestination: networkInterface",
4661
4661
  "args": {},
4662
4662
  "deprecationReason": null,
4663
4663
  "description": "Network range defined for a site",
@@ -4735,7 +4735,7 @@
4735
4735
  "varName": "networkInterfaceRef"
4736
4736
  },
4737
4737
  "site": {
4738
- "alias": "siteRefSite: site",
4738
+ "alias": "siteWanFirewallDestination: site",
4739
4739
  "args": {},
4740
4740
  "deprecationReason": null,
4741
4741
  "description": "Site defined for the account",
@@ -4813,7 +4813,7 @@
4813
4813
  "varName": "siteRef"
4814
4814
  },
4815
4815
  "siteNetworkSubnet": {
4816
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4816
+ "alias": "siteNetworkSubnetWanFirewallDestination: siteNetworkSubnet",
4817
4817
  "args": {},
4818
4818
  "deprecationReason": null,
4819
4819
  "description": "GlobalRange + InterfaceSubnet",
@@ -4914,7 +4914,7 @@
4914
4914
  "varName": "subnet"
4915
4915
  },
4916
4916
  "systemGroup": {
4917
- "alias": "systemGroupRefSystemGroup: systemGroup",
4917
+ "alias": "systemGroupWanFirewallDestination: systemGroup",
4918
4918
  "args": {},
4919
4919
  "deprecationReason": null,
4920
4920
  "description": "Predefined Cato groups",
@@ -4992,7 +4992,7 @@
4992
4992
  "varName": "systemGroupRef"
4993
4993
  },
4994
4994
  "user": {
4995
- "alias": "userRefUser: user",
4995
+ "alias": "userWanFirewallDestination: user",
4996
4996
  "args": {},
4997
4997
  "deprecationReason": null,
4998
4998
  "description": "Individual users defined for the account",
@@ -5070,7 +5070,7 @@
5070
5070
  "varName": "userRef"
5071
5071
  },
5072
5072
  "usersGroup": {
5073
- "alias": "usersGroupRefUsersGroup: usersGroup",
5073
+ "alias": "usersGroupWanFirewallDestination: usersGroup",
5074
5074
  "args": {},
5075
5075
  "deprecationReason": null,
5076
5076
  "description": "Group of users",
@@ -5165,7 +5165,7 @@
5165
5165
  "varName": "wanFirewallDestination"
5166
5166
  },
5167
5167
  "device": {
5168
- "alias": "deviceProfileRefDevice: device",
5168
+ "alias": "deviceWanFirewallRuleException: device",
5169
5169
  "args": {},
5170
5170
  "deprecationReason": null,
5171
5171
  "description": "Source Device Profile matching criteria for the exception.",
@@ -5243,7 +5243,7 @@
5243
5243
  "varName": "deviceProfileRef"
5244
5244
  },
5245
5245
  "deviceAttributes": {
5246
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
5246
+ "alias": "deviceAttributesWanFirewallRuleException: deviceAttributes",
5247
5247
  "args": {},
5248
5248
  "deprecationReason": null,
5249
5249
  "description": "Source Device Attributes matching criteria for the exception.",
@@ -5415,7 +5415,7 @@
5415
5415
  "varName": "deviceAttributes"
5416
5416
  },
5417
5417
  "deviceOS": {
5418
- "alias": "operatingSystemDeviceOS: deviceOS",
5418
+ "alias": "deviceOSWanFirewallRuleException: deviceOS",
5419
5419
  "args": {},
5420
5420
  "deprecationReason": null,
5421
5421
  "description": "Source device OS matching criteria for the exception.",
@@ -5487,7 +5487,7 @@
5487
5487
  "varName": "deviceOS"
5488
5488
  },
5489
5489
  "direction": {
5490
- "alias": "wanFirewallDirectionEnumDirection: direction",
5490
+ "alias": "directionWanFirewallRuleException: direction",
5491
5491
  "args": {},
5492
5492
  "deprecationReason": null,
5493
5493
  "description": "Direction origin matching criteria for the exception",
@@ -5554,7 +5554,7 @@
5554
5554
  "varName": "name"
5555
5555
  },
5556
5556
  "service": {
5557
- "alias": "wanFirewallServiceTypeService: service",
5557
+ "alias": "serviceWanFirewallRuleException: service",
5558
5558
  "args": {},
5559
5559
  "deprecationReason": null,
5560
5560
  "description": "Destination service matching criteria for the exception.",
@@ -5571,7 +5571,7 @@
5571
5571
  "enumValues": null,
5572
5572
  "fields": {
5573
5573
  "custom": {
5574
- "alias": "customServiceCustom: custom",
5574
+ "alias": "customWanFirewallServiceType: custom",
5575
5575
  "args": {},
5576
5576
  "deprecationReason": null,
5577
5577
  "description": null,
@@ -5610,7 +5610,7 @@
5610
5610
  "varName": "port"
5611
5611
  },
5612
5612
  "portRange": {
5613
- "alias": "portRangePortRange: portRange",
5613
+ "alias": "portRangeCustomService: portRange",
5614
5614
  "args": {},
5615
5615
  "deprecationReason": null,
5616
5616
  "description": null,
@@ -5685,7 +5685,7 @@
5685
5685
  "varName": "portRange"
5686
5686
  },
5687
5687
  "protocol": {
5688
- "alias": "ipProtocolProtocol: protocol",
5688
+ "alias": "protocolCustomService: protocol",
5689
5689
  "args": {},
5690
5690
  "deprecationReason": null,
5691
5691
  "description": null,
@@ -5768,7 +5768,7 @@
5768
5768
  "varName": "customService"
5769
5769
  },
5770
5770
  "standard": {
5771
- "alias": "serviceRefStandard: standard",
5771
+ "alias": "standardWanFirewallServiceType: standard",
5772
5772
  "args": {},
5773
5773
  "deprecationReason": null,
5774
5774
  "description": null,
@@ -5863,7 +5863,7 @@
5863
5863
  "varName": "wanFirewallServiceType"
5864
5864
  },
5865
5865
  "source": {
5866
- "alias": "wanFirewallSourceSource: source",
5866
+ "alias": "sourceWanFirewallRuleException: source",
5867
5867
  "args": {},
5868
5868
  "deprecationReason": null,
5869
5869
  "description": "Source matching criteria for the exception.",
@@ -5880,7 +5880,7 @@
5880
5880
  "enumValues": null,
5881
5881
  "fields": {
5882
5882
  "floatingSubnet": {
5883
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5883
+ "alias": "floatingSubnetWanFirewallSource: floatingSubnet",
5884
5884
  "args": {},
5885
5885
  "deprecationReason": null,
5886
5886
  "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.",
@@ -5958,7 +5958,7 @@
5958
5958
  "varName": "floatingSubnetRef"
5959
5959
  },
5960
5960
  "globalIpRange": {
5961
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
5961
+ "alias": "globalIpRangeWanFirewallSource: globalIpRange",
5962
5962
  "args": {},
5963
5963
  "deprecationReason": null,
5964
5964
  "description": "Globally defined IP range, IP and subnet objects",
@@ -6036,7 +6036,7 @@
6036
6036
  "varName": "globalIpRangeRef"
6037
6037
  },
6038
6038
  "group": {
6039
- "alias": "groupRefGroup: group",
6039
+ "alias": "groupWanFirewallSource: group",
6040
6040
  "args": {},
6041
6041
  "deprecationReason": null,
6042
6042
  "description": "Groups defined for your account",
@@ -6114,7 +6114,7 @@
6114
6114
  "varName": "groupRef"
6115
6115
  },
6116
6116
  "host": {
6117
- "alias": "hostRefHost: host",
6117
+ "alias": "hostWanFirewallSource: host",
6118
6118
  "args": {},
6119
6119
  "deprecationReason": null,
6120
6120
  "description": "Hosts and servers defined for your account",
@@ -6215,7 +6215,7 @@
6215
6215
  "varName": "ip"
6216
6216
  },
6217
6217
  "ipRange": {
6218
- "alias": "ipAddressRangeIpRange: ipRange",
6218
+ "alias": "ipRangeWanFirewallSource: ipRange",
6219
6219
  "args": {},
6220
6220
  "deprecationReason": null,
6221
6221
  "description": "Multiple separate IP addresses or an IP range",
@@ -6293,7 +6293,7 @@
6293
6293
  "varName": "ipAddressRange"
6294
6294
  },
6295
6295
  "networkInterface": {
6296
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6296
+ "alias": "networkInterfaceWanFirewallSource: networkInterface",
6297
6297
  "args": {},
6298
6298
  "deprecationReason": null,
6299
6299
  "description": "Network range defined for a site",
@@ -6371,7 +6371,7 @@
6371
6371
  "varName": "networkInterfaceRef"
6372
6372
  },
6373
6373
  "site": {
6374
- "alias": "siteRefSite: site",
6374
+ "alias": "siteWanFirewallSource: site",
6375
6375
  "args": {},
6376
6376
  "deprecationReason": null,
6377
6377
  "description": "Site defined for the account",
@@ -6449,7 +6449,7 @@
6449
6449
  "varName": "siteRef"
6450
6450
  },
6451
6451
  "siteNetworkSubnet": {
6452
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6452
+ "alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
6453
6453
  "args": {},
6454
6454
  "deprecationReason": null,
6455
6455
  "description": "GlobalRange + InterfaceSubnet",
@@ -6550,7 +6550,7 @@
6550
6550
  "varName": "subnet"
6551
6551
  },
6552
6552
  "systemGroup": {
6553
- "alias": "systemGroupRefSystemGroup: systemGroup",
6553
+ "alias": "systemGroupWanFirewallSource: systemGroup",
6554
6554
  "args": {},
6555
6555
  "deprecationReason": null,
6556
6556
  "description": "Predefined Cato groups",
@@ -6628,7 +6628,7 @@
6628
6628
  "varName": "systemGroupRef"
6629
6629
  },
6630
6630
  "user": {
6631
- "alias": "userRefUser: user",
6631
+ "alias": "userWanFirewallSource: user",
6632
6632
  "args": {},
6633
6633
  "deprecationReason": null,
6634
6634
  "description": "Individual users defined for the account",
@@ -6706,7 +6706,7 @@
6706
6706
  "varName": "userRef"
6707
6707
  },
6708
6708
  "usersGroup": {
6709
- "alias": "usersGroupRefUsersGroup: usersGroup",
6709
+ "alias": "usersGroupWanFirewallSource: usersGroup",
6710
6710
  "args": {},
6711
6711
  "deprecationReason": null,
6712
6712
  "description": "Group of users",
@@ -6883,7 +6883,7 @@
6883
6883
  "varName": "name"
6884
6884
  },
6885
6885
  "schedule": {
6886
- "alias": "policyScheduleSchedule: schedule",
6886
+ "alias": "scheduleWanFirewallRule: schedule",
6887
6887
  "args": {},
6888
6888
  "deprecationReason": null,
6889
6889
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -6900,7 +6900,7 @@
6900
6900
  "enumValues": null,
6901
6901
  "fields": {
6902
6902
  "activeOn": {
6903
- "alias": "policyActiveOnEnumActiveOn: activeOn",
6903
+ "alias": "activeOnPolicySchedule: activeOn",
6904
6904
  "args": {},
6905
6905
  "deprecationReason": null,
6906
6906
  "description": null,
@@ -6958,7 +6958,7 @@
6958
6958
  "varName": "activeOn"
6959
6959
  },
6960
6960
  "customRecurring": {
6961
- "alias": "policyCustomRecurringCustomRecurring: customRecurring",
6961
+ "alias": "customRecurringPolicySchedule: customRecurring",
6962
6962
  "args": {},
6963
6963
  "deprecationReason": null,
6964
6964
  "description": null,
@@ -7110,7 +7110,7 @@
7110
7110
  "varName": "policyCustomRecurring"
7111
7111
  },
7112
7112
  "customTimeframe": {
7113
- "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
7113
+ "alias": "customTimeframePolicySchedule: customTimeframe",
7114
7114
  "args": {},
7115
7115
  "deprecationReason": null,
7116
7116
  "description": null,
@@ -7202,7 +7202,7 @@
7202
7202
  "varName": "policySchedule"
7203
7203
  },
7204
7204
  "section": {
7205
- "alias": "policySectionInfoSection: section",
7205
+ "alias": "sectionWanFirewallRule: section",
7206
7206
  "args": {},
7207
7207
  "deprecationReason": null,
7208
7208
  "description": "Policy section where the rule is located",
@@ -7278,10 +7278,10 @@
7278
7278
  "varName": "policySectionInfo"
7279
7279
  },
7280
7280
  "service": {
7281
- "alias": "wanFirewallServiceTypeService: service",
7281
+ "alias": "serviceWanFirewallRule: service",
7282
7282
  "args": {},
7283
7283
  "deprecationReason": null,
7284
- "description": "Destination service traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
7284
+ "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
7285
7285
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___service",
7286
7286
  "isDeprecated": false,
7287
7287
  "name": "service",
@@ -7295,7 +7295,7 @@
7295
7295
  "enumValues": null,
7296
7296
  "fields": {
7297
7297
  "custom": {
7298
- "alias": "customServiceCustom: custom",
7298
+ "alias": "customWanFirewallServiceType: custom",
7299
7299
  "args": {},
7300
7300
  "deprecationReason": null,
7301
7301
  "description": null,
@@ -7334,7 +7334,7 @@
7334
7334
  "varName": "port"
7335
7335
  },
7336
7336
  "portRange": {
7337
- "alias": "portRangePortRange: portRange",
7337
+ "alias": "portRangeCustomService: portRange",
7338
7338
  "args": {},
7339
7339
  "deprecationReason": null,
7340
7340
  "description": null,
@@ -7409,7 +7409,7 @@
7409
7409
  "varName": "portRange"
7410
7410
  },
7411
7411
  "protocol": {
7412
- "alias": "ipProtocolProtocol: protocol",
7412
+ "alias": "protocolCustomService: protocol",
7413
7413
  "args": {},
7414
7414
  "deprecationReason": null,
7415
7415
  "description": null,
@@ -7492,7 +7492,7 @@
7492
7492
  "varName": "customService"
7493
7493
  },
7494
7494
  "standard": {
7495
- "alias": "serviceRefStandard: standard",
7495
+ "alias": "standardWanFirewallServiceType: standard",
7496
7496
  "args": {},
7497
7497
  "deprecationReason": null,
7498
7498
  "description": null,
@@ -7587,10 +7587,10 @@
7587
7587
  "varName": "wanFirewallServiceType"
7588
7588
  },
7589
7589
  "source": {
7590
- "alias": "wanFirewallSourceSource: source",
7590
+ "alias": "sourceWanFirewallRule: source",
7591
7591
  "args": {},
7592
7592
  "deprecationReason": null,
7593
- "description": "Source traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
7593
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
7594
7594
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___source",
7595
7595
  "isDeprecated": false,
7596
7596
  "name": "source",
@@ -7604,7 +7604,7 @@
7604
7604
  "enumValues": null,
7605
7605
  "fields": {
7606
7606
  "floatingSubnet": {
7607
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
7607
+ "alias": "floatingSubnetWanFirewallSource: floatingSubnet",
7608
7608
  "args": {},
7609
7609
  "deprecationReason": null,
7610
7610
  "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.",
@@ -7682,7 +7682,7 @@
7682
7682
  "varName": "floatingSubnetRef"
7683
7683
  },
7684
7684
  "globalIpRange": {
7685
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
7685
+ "alias": "globalIpRangeWanFirewallSource: globalIpRange",
7686
7686
  "args": {},
7687
7687
  "deprecationReason": null,
7688
7688
  "description": "Globally defined IP range, IP and subnet objects",
@@ -7760,7 +7760,7 @@
7760
7760
  "varName": "globalIpRangeRef"
7761
7761
  },
7762
7762
  "group": {
7763
- "alias": "groupRefGroup: group",
7763
+ "alias": "groupWanFirewallSource: group",
7764
7764
  "args": {},
7765
7765
  "deprecationReason": null,
7766
7766
  "description": "Groups defined for your account",
@@ -7838,7 +7838,7 @@
7838
7838
  "varName": "groupRef"
7839
7839
  },
7840
7840
  "host": {
7841
- "alias": "hostRefHost: host",
7841
+ "alias": "hostWanFirewallSource: host",
7842
7842
  "args": {},
7843
7843
  "deprecationReason": null,
7844
7844
  "description": "Hosts and servers defined for your account",
@@ -7939,7 +7939,7 @@
7939
7939
  "varName": "ip"
7940
7940
  },
7941
7941
  "ipRange": {
7942
- "alias": "ipAddressRangeIpRange: ipRange",
7942
+ "alias": "ipRangeWanFirewallSource: ipRange",
7943
7943
  "args": {},
7944
7944
  "deprecationReason": null,
7945
7945
  "description": "Multiple separate IP addresses or an IP range",
@@ -8017,7 +8017,7 @@
8017
8017
  "varName": "ipAddressRange"
8018
8018
  },
8019
8019
  "networkInterface": {
8020
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
8020
+ "alias": "networkInterfaceWanFirewallSource: networkInterface",
8021
8021
  "args": {},
8022
8022
  "deprecationReason": null,
8023
8023
  "description": "Network range defined for a site",
@@ -8095,7 +8095,7 @@
8095
8095
  "varName": "networkInterfaceRef"
8096
8096
  },
8097
8097
  "site": {
8098
- "alias": "siteRefSite: site",
8098
+ "alias": "siteWanFirewallSource: site",
8099
8099
  "args": {},
8100
8100
  "deprecationReason": null,
8101
8101
  "description": "Site defined for the account",
@@ -8173,7 +8173,7 @@
8173
8173
  "varName": "siteRef"
8174
8174
  },
8175
8175
  "siteNetworkSubnet": {
8176
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
8176
+ "alias": "siteNetworkSubnetWanFirewallSource: siteNetworkSubnet",
8177
8177
  "args": {},
8178
8178
  "deprecationReason": null,
8179
8179
  "description": "GlobalRange + InterfaceSubnet",
@@ -8274,7 +8274,7 @@
8274
8274
  "varName": "subnet"
8275
8275
  },
8276
8276
  "systemGroup": {
8277
- "alias": "systemGroupRefSystemGroup: systemGroup",
8277
+ "alias": "systemGroupWanFirewallSource: systemGroup",
8278
8278
  "args": {},
8279
8279
  "deprecationReason": null,
8280
8280
  "description": "Predefined Cato groups",
@@ -8352,7 +8352,7 @@
8352
8352
  "varName": "systemGroupRef"
8353
8353
  },
8354
8354
  "user": {
8355
- "alias": "userRefUser: user",
8355
+ "alias": "userWanFirewallSource: user",
8356
8356
  "args": {},
8357
8357
  "deprecationReason": null,
8358
8358
  "description": "Individual users defined for the account",
@@ -8430,7 +8430,7 @@
8430
8430
  "varName": "userRef"
8431
8431
  },
8432
8432
  "usersGroup": {
8433
- "alias": "usersGroupRefUsersGroup: usersGroup",
8433
+ "alias": "usersGroupWanFirewallSource: usersGroup",
8434
8434
  "args": {},
8435
8435
  "deprecationReason": null,
8436
8436
  "description": "Group of users",
@@ -8525,7 +8525,7 @@
8525
8525
  "varName": "wanFirewallSource"
8526
8526
  },
8527
8527
  "tracking": {
8528
- "alias": "policyTrackingTracking: tracking",
8528
+ "alias": "trackingWanFirewallRule: tracking",
8529
8529
  "args": {},
8530
8530
  "deprecationReason": null,
8531
8531
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -8542,7 +8542,7 @@
8542
8542
  "enumValues": null,
8543
8543
  "fields": {
8544
8544
  "alert": {
8545
- "alias": "policyRuleTrackingAlertAlert: alert",
8545
+ "alias": "alertPolicyTracking: alert",
8546
8546
  "args": {},
8547
8547
  "deprecationReason": null,
8548
8548
  "description": null,
@@ -8561,7 +8561,7 @@
8561
8561
  "enabled": {
8562
8562
  "args": {},
8563
8563
  "deprecationReason": null,
8564
- "description": "TRUE send alerts when the rule is matched, FALSE don’t send alerts when the rule is matched",
8564
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
8565
8565
  "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___tracking___alert___enabled",
8566
8566
  "isDeprecated": false,
8567
8567
  "name": "enabled",
@@ -8580,7 +8580,7 @@
8580
8580
  "varName": "enabled"
8581
8581
  },
8582
8582
  "frequency": {
8583
- "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
8583
+ "alias": "frequencyPolicyRuleTrackingAlert: frequency",
8584
8584
  "args": {},
8585
8585
  "deprecationReason": null,
8586
8586
  "description": "Returns data for the alert frequency",
@@ -8638,7 +8638,7 @@
8638
8638
  "varName": "frequency"
8639
8639
  },
8640
8640
  "mailingList": {
8641
- "alias": "subscriptionMailingListRefMailingList: mailingList",
8641
+ "alias": "mailingListPolicyRuleTrackingAlert: mailingList",
8642
8642
  "args": {},
8643
8643
  "deprecationReason": null,
8644
8644
  "description": "Returns data for the Mailing List that receives the alert",
@@ -8716,7 +8716,7 @@
8716
8716
  "varName": "subscriptionMailingListRef"
8717
8717
  },
8718
8718
  "subscriptionGroup": {
8719
- "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
8719
+ "alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
8720
8720
  "args": {},
8721
8721
  "deprecationReason": null,
8722
8722
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -8794,7 +8794,7 @@
8794
8794
  "varName": "subscriptionGroupRef"
8795
8795
  },
8796
8796
  "webhook": {
8797
- "alias": "subscriptionWebhookRefWebhook: webhook",
8797
+ "alias": "webhookPolicyRuleTrackingAlert: webhook",
8798
8798
  "args": {},
8799
8799
  "deprecationReason": null,
8800
8800
  "description": "Returns data for the Webhook that receives the alert",
@@ -8889,7 +8889,7 @@
8889
8889
  "varName": "policyRuleTrackingAlert"
8890
8890
  },
8891
8891
  "event": {
8892
- "alias": "policyRuleTrackingEventEvent: event",
8892
+ "alias": "eventPolicyTracking: event",
8893
8893
  "args": {},
8894
8894
  "deprecationReason": null,
8895
8895
  "description": null,
@@ -9013,7 +9013,7 @@
9013
9013
  "enumValues": null,
9014
9014
  "fields": {
9015
9015
  "audit": {
9016
- "alias": "policyElementAuditAudit: audit",
9016
+ "alias": "auditPolicySectionPayload: audit",
9017
9017
  "args": {},
9018
9018
  "deprecationReason": null,
9019
9019
  "description": null,
@@ -9089,7 +9089,7 @@
9089
9089
  "varName": "policyElementAudit"
9090
9090
  },
9091
9091
  "properties": {
9092
- "alias": "policyElementPropertiesEnumProperties: properties",
9092
+ "alias": "propertiesPolicySectionPayload: properties",
9093
9093
  "args": {},
9094
9094
  "deprecationReason": null,
9095
9095
  "description": null,
@@ -9167,7 +9167,7 @@
9167
9167
  "varName": "properties"
9168
9168
  },
9169
9169
  "section": {
9170
- "alias": "policySectionInfoSection: section",
9170
+ "alias": "sectionPolicySectionPayload: section",
9171
9171
  "args": {},
9172
9172
  "deprecationReason": null,
9173
9173
  "description": null,
@@ -9278,7 +9278,7 @@
9278
9278
  "varName": "wanFirewallPolicy"
9279
9279
  },
9280
9280
  "status": {
9281
- "alias": "policyMutationStatusStatus: status",
9281
+ "alias": "statusWanFirewallPolicyMutationPayload: status",
9282
9282
  "args": {},
9283
9283
  "deprecationReason": null,
9284
9284
  "description": null,