catocli 1.0.13__py3-none-any.whl → 1.0.15__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 (253) hide show
  1. catocli/Utils/clidriver.py +15 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +3 -1
  4. catocli/parsers/mutation_accountManagement/README.md +7 -0
  5. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  6. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  7. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  8. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  9. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  10. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  11. catocli/parsers/mutation_container_delete/README.md +2 -2
  12. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  23. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  35. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  36. catocli/parsers/mutation_site/__init__.py +14 -0
  37. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  38. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  39. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  40. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  41. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  42. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  43. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  44. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  45. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  46. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  47. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  48. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  49. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  50. catocli/parsers/mutation_sites/__init__.py +14 -0
  51. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  52. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  53. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  54. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  55. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  56. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  57. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  61. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  62. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  63. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  64. catocli/parsers/parserApiClient.py +7 -4
  65. catocli/parsers/query_accountManagement/README.md +16 -0
  66. catocli/parsers/query_accountManagement/__init__.py +17 -0
  67. catocli/parsers/query_admins/README.md +2 -2
  68. catocli/parsers/query_appStats/README.md +5 -5
  69. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  70. catocli/parsers/query_auditFeed/README.md +2 -2
  71. catocli/parsers/query_container/README.md +8 -8
  72. catocli/parsers/query_entityLookup/README.md +6 -6
  73. catocli/parsers/query_events/README.md +5 -5
  74. catocli/parsers/query_eventsFeed/README.md +2 -2
  75. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  76. catocli/parsers/query_hardwareManagement/README.md +2 -2
  77. catocli/parsers/query_policy/README.md +3 -3
  78. catocli/parsers/query_xdr_stories/README.md +2 -2
  79. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  80. catocli-1.0.15.dist-info/RECORD +275 -0
  81. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
  82. graphql_client/api_client_types.py +4 -0
  83. models/mutation.accountManagement.addAccount.json +908 -0
  84. models/mutation.accountManagement.removeAccount.json +446 -0
  85. models/mutation.accountManagement.updateAccount.json +524 -0
  86. models/mutation.admin.addAdmin.json +103 -103
  87. models/mutation.admin.removeAdmin.json +3 -3
  88. models/mutation.admin.updateAdmin.json +121 -121
  89. models/mutation.container.delete.json +67 -67
  90. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  91. models/mutation.policy.internetFirewall.addSection.json +92 -92
  92. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  93. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  94. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  95. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  96. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  97. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  98. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  99. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  100. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  101. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  102. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  103. models/mutation.policy.wanFirewall.addSection.json +92 -92
  104. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  105. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  106. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  107. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  108. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  109. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  110. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  111. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  112. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  113. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  114. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  115. models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
  116. models/mutation.site.addNetworkRange.json +53 -53
  117. models/mutation.site.addSocketSite.json +43 -43
  118. models/mutation.site.addStaticHost.json +33 -33
  119. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  120. models/mutation.site.removeNetworkRange.json +3 -3
  121. models/mutation.site.removeSite.json +3 -3
  122. models/mutation.site.removeStaticHost.json +3 -3
  123. models/mutation.site.updateHa.json +54 -54
  124. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  125. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  126. models/mutation.site.updateNetworkRange.json +74 -74
  127. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  128. models/mutation.site.updateSocketInterface.json +282 -282
  129. models/mutation.site.updateStaticHost.json +54 -54
  130. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  131. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
  132. models/mutation.sites.addNetworkRange.json +53 -53
  133. models/mutation.sites.addSocketSite.json +43 -43
  134. models/mutation.sites.addStaticHost.json +33 -33
  135. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  136. models/mutation.sites.removeNetworkRange.json +3 -3
  137. models/mutation.sites.removeSite.json +3 -3
  138. models/mutation.sites.removeStaticHost.json +3 -3
  139. models/mutation.sites.updateHa.json +54 -54
  140. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  141. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  142. models/mutation.sites.updateNetworkRange.json +74 -74
  143. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  144. models/mutation.sites.updateSocketInterface.json +282 -282
  145. models/mutation.sites.updateStaticHost.json +54 -54
  146. models/query.accountManagement.json +355 -0
  147. models/query.accountMetrics.json +235 -235
  148. models/query.accountRoles.json +3 -3
  149. models/query.accountSnapshot.json +278 -118
  150. models/query.admin.json +24 -24
  151. models/query.admins.json +138 -138
  152. models/query.appStats.json +92 -92
  153. models/query.appStatsTimeSeries.json +78 -78
  154. models/query.auditFeed.json +77 -77
  155. models/query.container.json +192 -192
  156. models/query.entityLookup.json +154 -154
  157. models/query.events.json +54 -54
  158. models/query.eventsFeed.json +38 -38
  159. models/query.eventsTimeSeries.json +78 -78
  160. models/query.hardwareManagement.json +125 -125
  161. models/query.licensing.json +933 -249
  162. models/query.policy.json +1502 -970
  163. models/query.xdr.stories.json +842 -842
  164. models/query.xdr.story.json +610 -610
  165. schema/catolib.py +12 -13
  166. build/lib/catocli/Utils/clidriver.py +0 -117
  167. build/lib/catocli/__init__.py +0 -2
  168. build/lib/catocli/__main__.py +0 -12
  169. build/lib/catocli/parsers/custom/__init__.py +0 -47
  170. build/lib/catocli/parsers/custom/customLib.py +0 -70
  171. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
  172. build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
  173. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
  174. build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
  175. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
  176. build/lib/catocli/parsers/parserApiClient.py +0 -309
  177. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
  178. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
  179. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
  180. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
  181. build/lib/catocli/parsers/query_admin/__init__.py +0 -17
  182. build/lib/catocli/parsers/query_admins/__init__.py +0 -17
  183. build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
  184. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
  185. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
  186. build/lib/catocli/parsers/query_container/__init__.py +0 -17
  187. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
  188. build/lib/catocli/parsers/query_events/__init__.py +0 -17
  189. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
  190. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
  191. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
  192. build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
  193. build/lib/catocli/parsers/query_policy/__init__.py +0 -17
  194. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
  195. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
  196. build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
  197. build/lib/catocli/parsers/raw/__init__.py +0 -9
  198. build/lib/graphql_client/__init__.py +0 -11
  199. build/lib/graphql_client/api/__init__.py +0 -3
  200. build/lib/graphql_client/api/call_api.py +0 -73
  201. build/lib/graphql_client/api_client.py +0 -192
  202. build/lib/graphql_client/api_client_types.py +0 -404
  203. build/lib/graphql_client/configuration.py +0 -230
  204. build/lib/graphql_client/models/__init__.py +0 -13
  205. build/lib/graphql_client/models/no_schema.py +0 -71
  206. build/lib/schema/catolib.py +0 -1016
  207. build/lib/schema/importSchema.py +0 -60
  208. build/lib/vendor/certifi/__init__.py +0 -4
  209. build/lib/vendor/certifi/__main__.py +0 -12
  210. build/lib/vendor/certifi/core.py +0 -114
  211. build/lib/vendor/certifi/py.typed +0 -0
  212. build/lib/vendor/six.py +0 -998
  213. build/lib/vendor/urllib3/__init__.py +0 -211
  214. build/lib/vendor/urllib3/_base_connection.py +0 -172
  215. build/lib/vendor/urllib3/_collections.py +0 -483
  216. build/lib/vendor/urllib3/_request_methods.py +0 -278
  217. build/lib/vendor/urllib3/_version.py +0 -16
  218. build/lib/vendor/urllib3/connection.py +0 -1033
  219. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  220. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  221. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  222. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  223. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  224. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  225. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  226. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  227. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  228. build/lib/vendor/urllib3/exceptions.py +0 -321
  229. build/lib/vendor/urllib3/fields.py +0 -341
  230. build/lib/vendor/urllib3/filepost.py +0 -89
  231. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  232. build/lib/vendor/urllib3/http2/connection.py +0 -356
  233. build/lib/vendor/urllib3/http2/probe.py +0 -87
  234. build/lib/vendor/urllib3/poolmanager.py +0 -637
  235. build/lib/vendor/urllib3/py.typed +0 -2
  236. build/lib/vendor/urllib3/response.py +0 -1265
  237. build/lib/vendor/urllib3/util/__init__.py +0 -42
  238. build/lib/vendor/urllib3/util/connection.py +0 -137
  239. build/lib/vendor/urllib3/util/proxy.py +0 -43
  240. build/lib/vendor/urllib3/util/request.py +0 -256
  241. build/lib/vendor/urllib3/util/response.py +0 -101
  242. build/lib/vendor/urllib3/util/retry.py +0 -533
  243. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  244. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  245. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  246. build/lib/vendor/urllib3/util/timeout.py +0 -275
  247. build/lib/vendor/urllib3/util/url.py +0 -471
  248. build/lib/vendor/urllib3/util/util.py +0 -42
  249. build/lib/vendor/urllib3/util/wait.py +0 -124
  250. catocli-1.0.13.dist-info/RECORD +0 -344
  251. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  252. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  253. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
@@ -29,9 +29,9 @@
29
29
  "id_str": "discardPolicyRevision___input",
30
30
  "name": "input",
31
31
  "path": "discardPolicyRevision.input",
32
- "requestStr": "$PolicyDiscardRevisionInput:PolicyDiscardRevisionInput ",
32
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
33
33
  "required": false,
34
- "responseStr": "input:$PolicyDiscardRevisionInput ",
34
+ "responseStr": "input:$policyDiscardRevisionInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
@@ -69,7 +69,7 @@
69
69
  "name": "PolicyDiscardRevisionInput",
70
70
  "non_null": false
71
71
  },
72
- "varName": "PolicyDiscardRevisionInput"
72
+ "varName": "policyDiscardRevisionInput"
73
73
  }
74
74
  },
75
75
  "deprecationReason": null,
@@ -94,9 +94,9 @@
94
94
  "id_str": "wanFirewall___input",
95
95
  "name": "input",
96
96
  "path": "wanFirewall.input",
97
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
97
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
98
98
  "required": false,
99
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
99
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
100
100
  "type": {
101
101
  "definition": {
102
102
  "description": null,
@@ -109,9 +109,9 @@
109
109
  "id_str": "wanFirewall___input___revision",
110
110
  "name": "revision",
111
111
  "path": "wanFirewall.input.revision",
112
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
112
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
113
113
  "required": false,
114
- "responseStr": "revision:$PolicyMutationRevisionInput ",
114
+ "responseStr": "revision:$policyMutationRevisionInput ",
115
115
  "type": {
116
116
  "definition": {
117
117
  "description": null,
@@ -149,7 +149,7 @@
149
149
  "name": "PolicyMutationRevisionInput",
150
150
  "non_null": false
151
151
  },
152
- "varName": "PolicyMutationRevisionInput"
152
+ "varName": "policyMutationRevisionInput"
153
153
  }
154
154
  },
155
155
  "interfaces": null,
@@ -164,7 +164,7 @@
164
164
  "name": "WanFirewallPolicyMutationInput",
165
165
  "non_null": false
166
166
  },
167
- "varName": "WanFirewallPolicyMutationInput"
167
+ "varName": "wanFirewallPolicyMutationInput"
168
168
  }
169
169
  },
170
170
  "deprecationReason": null,
@@ -189,6 +189,7 @@
189
189
  "CustomCategoryRef": true,
190
190
  "CustomService": true,
191
191
  "DayOfWeek": true,
192
+ "DeviceAttributes": true,
192
193
  "DeviceProfileRef": true,
193
194
  "FloatingSubnetRef": true,
194
195
  "GlobalIpRangeRef": true,
@@ -242,15 +243,34 @@
242
243
  "isDeprecated": false,
243
244
  "name": "policy",
244
245
  "operationArgs": {
245
- "PolicyDiscardRevisionInput": {
246
+ "accountId": {
247
+ "defaultValue": null,
248
+ "description": null,
249
+ "id_str": "accountId",
250
+ "name": "accountId",
251
+ "path": "accountId",
252
+ "requestStr": "$accountId:ID! ",
253
+ "required": true,
254
+ "responseStr": "accountId:$accountId ",
255
+ "type": {
256
+ "kind": [
257
+ "NON_NULL",
258
+ "SCALAR"
259
+ ],
260
+ "name": "ID",
261
+ "non_null": false
262
+ },
263
+ "varName": "accountId"
264
+ },
265
+ "policyDiscardRevisionInput": {
246
266
  "defaultValue": null,
247
267
  "description": null,
248
268
  "id_str": "discardPolicyRevision___input",
249
269
  "name": "input",
250
270
  "path": "discardPolicyRevision.input",
251
- "requestStr": "$PolicyDiscardRevisionInput:PolicyDiscardRevisionInput ",
271
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
252
272
  "required": false,
253
- "responseStr": "input:$PolicyDiscardRevisionInput ",
273
+ "responseStr": "input:$policyDiscardRevisionInput ",
254
274
  "type": {
255
275
  "definition": {
256
276
  "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
@@ -288,17 +308,17 @@
288
308
  "name": "PolicyDiscardRevisionInput",
289
309
  "non_null": false
290
310
  },
291
- "varName": "PolicyDiscardRevisionInput"
311
+ "varName": "policyDiscardRevisionInput"
292
312
  },
293
- "WanFirewallPolicyMutationInput": {
313
+ "wanFirewallPolicyMutationInput": {
294
314
  "defaultValue": null,
295
315
  "description": null,
296
316
  "id_str": "wanFirewall___input",
297
317
  "name": "input",
298
318
  "path": "wanFirewall.input",
299
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
319
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
300
320
  "required": false,
301
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
321
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
302
322
  "type": {
303
323
  "definition": {
304
324
  "description": null,
@@ -311,9 +331,9 @@
311
331
  "id_str": "wanFirewall___input___revision",
312
332
  "name": "revision",
313
333
  "path": "wanFirewall.input.revision",
314
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
334
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
315
335
  "required": false,
316
- "responseStr": "revision:$PolicyMutationRevisionInput ",
336
+ "responseStr": "revision:$policyMutationRevisionInput ",
317
337
  "type": {
318
338
  "definition": {
319
339
  "description": null,
@@ -351,7 +371,7 @@
351
371
  "name": "PolicyMutationRevisionInput",
352
372
  "non_null": false
353
373
  },
354
- "varName": "PolicyMutationRevisionInput"
374
+ "varName": "policyMutationRevisionInput"
355
375
  }
356
376
  },
357
377
  "interfaces": null,
@@ -366,26 +386,7 @@
366
386
  "name": "WanFirewallPolicyMutationInput",
367
387
  "non_null": false
368
388
  },
369
- "varName": "WanFirewallPolicyMutationInput"
370
- },
371
- "accountId": {
372
- "defaultValue": null,
373
- "description": null,
374
- "id_str": "accountId",
375
- "name": "accountId",
376
- "path": "accountId",
377
- "requestStr": "$accountId:ID! ",
378
- "required": true,
379
- "responseStr": "accountId:$accountId ",
380
- "type": {
381
- "kind": [
382
- "NON_NULL",
383
- "SCALAR"
384
- ],
385
- "name": "ID",
386
- "non_null": false
387
- },
388
- "varName": "accountId"
389
+ "varName": "wanFirewallPolicyMutationInput"
389
390
  }
390
391
  },
391
392
  "path": "mutation.policy.wanFirewall.discardPolicyRevision",
@@ -402,9 +403,9 @@
402
403
  "id_str": "wanFirewall___input",
403
404
  "name": "input",
404
405
  "path": "wanFirewall.input",
405
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
406
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
406
407
  "required": false,
407
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
408
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
408
409
  "type": {
409
410
  "definition": {
410
411
  "description": null,
@@ -417,9 +418,9 @@
417
418
  "id_str": "wanFirewall___input___revision",
418
419
  "name": "revision",
419
420
  "path": "wanFirewall.input.revision",
420
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
421
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
421
422
  "required": false,
422
- "responseStr": "revision:$PolicyMutationRevisionInput ",
423
+ "responseStr": "revision:$policyMutationRevisionInput ",
423
424
  "type": {
424
425
  "definition": {
425
426
  "description": null,
@@ -457,7 +458,7 @@
457
458
  "name": "PolicyMutationRevisionInput",
458
459
  "non_null": false
459
460
  },
460
- "varName": "PolicyMutationRevisionInput"
461
+ "varName": "policyMutationRevisionInput"
461
462
  }
462
463
  },
463
464
  "interfaces": null,
@@ -472,7 +473,7 @@
472
473
  "name": "WanFirewallPolicyMutationInput",
473
474
  "non_null": false
474
475
  },
475
- "varName": "WanFirewallPolicyMutationInput"
476
+ "varName": "wanFirewallPolicyMutationInput"
476
477
  }
477
478
  },
478
479
  "deprecationReason": null,
@@ -481,9 +482,9 @@
481
482
  "isDeprecated": false,
482
483
  "name": "wanFirewall",
483
484
  "path": "wanFirewall",
484
- "requestStr": "$WanFirewallPolicyMutations:WanFirewallPolicyMutations ",
485
+ "requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
485
486
  "required": false,
486
- "responseStr": "wanFirewall:$WanFirewallPolicyMutations ",
487
+ "responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
487
488
  "type": {
488
489
  "definition": {
489
490
  "description": "The Wan Firewall Policy information returned to the caller in the API response.",
@@ -497,9 +498,9 @@
497
498
  "id_str": "discardPolicyRevision___input",
498
499
  "name": "input",
499
500
  "path": "discardPolicyRevision.input",
500
- "requestStr": "$PolicyDiscardRevisionInput:PolicyDiscardRevisionInput ",
501
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
501
502
  "required": false,
502
- "responseStr": "input:$PolicyDiscardRevisionInput ",
503
+ "responseStr": "input:$policyDiscardRevisionInput ",
503
504
  "type": {
504
505
  "definition": {
505
506
  "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
@@ -537,7 +538,7 @@
537
538
  "name": "PolicyDiscardRevisionInput",
538
539
  "non_null": false
539
540
  },
540
- "varName": "PolicyDiscardRevisionInput"
541
+ "varName": "policyDiscardRevisionInput"
541
542
  }
542
543
  },
543
544
  "deprecationReason": null,
@@ -546,16 +547,16 @@
546
547
  "isDeprecated": false,
547
548
  "name": "discardPolicyRevision",
548
549
  "path": "wanFirewall.discardPolicyRevision",
549
- "requestStr": "$WanFirewallPolicyMutationPayload:WanFirewallPolicyMutationPayload! ",
550
+ "requestStr": "$wanFirewallPolicyMutationPayload:WanFirewallPolicyMutationPayload! ",
550
551
  "required": true,
551
- "responseStr": "discardPolicyRevision:$WanFirewallPolicyMutationPayload ",
552
+ "responseStr": "discardPolicyRevision:$wanFirewallPolicyMutationPayload ",
552
553
  "type": {
553
554
  "definition": {
554
555
  "description": "Wan Firewall policy information provided in the API response",
555
556
  "enumValues": null,
556
557
  "fields": {
557
558
  "errors": {
558
- "alias": "PolicyMutationErrorErrors: errors",
559
+ "alias": "policyMutationErrorErrors: errors",
559
560
  "args": {},
560
561
  "deprecationReason": null,
561
562
  "description": null,
@@ -563,9 +564,9 @@
563
564
  "isDeprecated": false,
564
565
  "name": "errors",
565
566
  "path": "wanFirewall.discardPolicyRevision.errors",
566
- "requestStr": "$PolicyMutationError:[PolicyMutationError]! ",
567
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
567
568
  "required": true,
568
- "responseStr": "errors:$PolicyMutationError ",
569
+ "responseStr": "errors:$policyMutationError ",
569
570
  "type": {
570
571
  "definition": {
571
572
  "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\"",
@@ -628,10 +629,10 @@
628
629
  "name": "PolicyMutationError",
629
630
  "non_null": false
630
631
  },
631
- "varName": "PolicyMutationError"
632
+ "varName": "policyMutationError"
632
633
  },
633
634
  "policy": {
634
- "alias": "WanFirewallPolicyPolicy: policy",
635
+ "alias": "wanFirewallPolicyPolicy: policy",
635
636
  "args": {},
636
637
  "deprecationReason": null,
637
638
  "description": null,
@@ -639,9 +640,9 @@
639
640
  "isDeprecated": false,
640
641
  "name": "policy",
641
642
  "path": "wanFirewall.discardPolicyRevision.policy",
642
- "requestStr": "$WanFirewallPolicy:WanFirewallPolicy ",
643
+ "requestStr": "$wanFirewallPolicy:WanFirewallPolicy ",
643
644
  "required": false,
644
- "responseStr": "policy:$WanFirewallPolicy ",
645
+ "responseStr": "policy:$wanFirewallPolicy ",
645
646
  "type": {
646
647
  "definition": {
647
648
  "description": null,
@@ -655,9 +656,9 @@
655
656
  "isDeprecated": false,
656
657
  "name": "audit",
657
658
  "path": "wanFirewall.discardPolicyRevision.policy.audit",
658
- "requestStr": "$PolicyAudit:PolicyAudit ",
659
+ "requestStr": "$policyAudit:PolicyAudit ",
659
660
  "required": false,
660
- "responseStr": "audit:$PolicyAudit ",
661
+ "responseStr": "audit:$policyAudit ",
661
662
  "type": {
662
663
  "definition": {
663
664
  "description": null,
@@ -719,7 +720,7 @@
719
720
  "name": "PolicyAudit",
720
721
  "non_null": false
721
722
  },
722
- "varName": "PolicyAudit"
723
+ "varName": "policyAudit"
723
724
  },
724
725
  "enabled": {
725
726
  "args": {},
@@ -750,9 +751,9 @@
750
751
  "isDeprecated": false,
751
752
  "name": "revision",
752
753
  "path": "wanFirewall.discardPolicyRevision.policy.revision",
753
- "requestStr": "$PolicyRevision:PolicyRevision ",
754
+ "requestStr": "$policyRevision:PolicyRevision ",
754
755
  "required": false,
755
- "responseStr": "revision:$PolicyRevision ",
756
+ "responseStr": "revision:$policyRevision ",
756
757
  "type": {
757
758
  "definition": {
758
759
  "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
@@ -898,7 +899,7 @@
898
899
  "name": "PolicyRevision",
899
900
  "non_null": false
900
901
  },
901
- "varName": "PolicyRevision"
902
+ "varName": "policyRevision"
902
903
  },
903
904
  "rules": {
904
905
  "args": {},
@@ -908,16 +909,16 @@
908
909
  "isDeprecated": false,
909
910
  "name": "rules",
910
911
  "path": "wanFirewall.discardPolicyRevision.policy.rules",
911
- "requestStr": "$WanFirewallRulePayload:[WanFirewallRulePayload]! ",
912
+ "requestStr": "$wanFirewallRulePayload:[WanFirewallRulePayload]! ",
912
913
  "required": true,
913
- "responseStr": "rules:$WanFirewallRulePayload ",
914
+ "responseStr": "rules:$wanFirewallRulePayload ",
914
915
  "type": {
915
916
  "definition": {
916
917
  "description": "Wan Firewall policy information for a specific revision",
917
918
  "enumValues": null,
918
919
  "fields": {
919
920
  "audit": {
920
- "alias": "PolicyElementAuditAudit: audit",
921
+ "alias": "policyElementAuditAudit: audit",
921
922
  "args": {},
922
923
  "deprecationReason": null,
923
924
  "description": null,
@@ -925,9 +926,9 @@
925
926
  "isDeprecated": false,
926
927
  "name": "audit",
927
928
  "path": "wanFirewall.discardPolicyRevision.policy.rules.audit",
928
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
929
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
929
930
  "required": true,
930
- "responseStr": "audit:$PolicyElementAudit ",
931
+ "responseStr": "audit:$policyElementAudit ",
931
932
  "type": {
932
933
  "definition": {
933
934
  "description": null,
@@ -990,10 +991,10 @@
990
991
  "name": "PolicyElementAudit",
991
992
  "non_null": false
992
993
  },
993
- "varName": "PolicyElementAudit"
994
+ "varName": "policyElementAudit"
994
995
  },
995
996
  "properties": {
996
- "alias": "PolicyElementPropertiesEnumProperties: properties",
997
+ "alias": "policyElementPropertiesEnumProperties: properties",
997
998
  "args": {},
998
999
  "deprecationReason": null,
999
1000
  "description": null,
@@ -1071,7 +1072,7 @@
1071
1072
  "varName": "properties"
1072
1073
  },
1073
1074
  "rule": {
1074
- "alias": "WanFirewallRuleRule: rule",
1075
+ "alias": "wanFirewallRuleRule: rule",
1075
1076
  "args": {},
1076
1077
  "deprecationReason": null,
1077
1078
  "description": null,
@@ -1079,16 +1080,16 @@
1079
1080
  "isDeprecated": false,
1080
1081
  "name": "rule",
1081
1082
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule",
1082
- "requestStr": "$WanFirewallRule:WanFirewallRule! ",
1083
+ "requestStr": "$wanFirewallRule:WanFirewallRule! ",
1083
1084
  "required": true,
1084
- "responseStr": "rule:$WanFirewallRule ",
1085
+ "responseStr": "rule:$wanFirewallRule ",
1085
1086
  "type": {
1086
1087
  "definition": {
1087
1088
  "description": null,
1088
1089
  "enumValues": null,
1089
1090
  "fields": {
1090
1091
  "action": {
1091
- "alias": "WanFirewallActionEnumAction: action",
1092
+ "alias": "wanFirewallActionEnumAction: action",
1092
1093
  "args": {},
1093
1094
  "deprecationReason": null,
1094
1095
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -1140,7 +1141,7 @@
1140
1141
  "varName": "action"
1141
1142
  },
1142
1143
  "application": {
1143
- "alias": "WanFirewallApplicationApplication: application",
1144
+ "alias": "wanFirewallApplicationApplication: application",
1144
1145
  "args": {},
1145
1146
  "deprecationReason": null,
1146
1147
  "description": "Application traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1148,16 +1149,16 @@
1148
1149
  "isDeprecated": false,
1149
1150
  "name": "application",
1150
1151
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application",
1151
- "requestStr": "$WanFirewallApplication:WanFirewallApplication! ",
1152
+ "requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
1152
1153
  "required": true,
1153
- "responseStr": "application:$WanFirewallApplication ",
1154
+ "responseStr": "application:$wanFirewallApplication ",
1154
1155
  "type": {
1155
1156
  "definition": {
1156
1157
  "description": "Application match criteria set",
1157
1158
  "enumValues": null,
1158
1159
  "fields": {
1159
1160
  "appCategory": {
1160
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
1161
+ "alias": "applicationCategoryRefAppCategory: appCategory",
1161
1162
  "args": {},
1162
1163
  "deprecationReason": null,
1163
1164
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1165,9 +1166,9 @@
1165
1166
  "isDeprecated": false,
1166
1167
  "name": "appCategory",
1167
1168
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application.appCategory",
1168
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
1169
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
1169
1170
  "required": true,
1170
- "responseStr": "appCategory:$ApplicationCategoryRef ",
1171
+ "responseStr": "appCategory:$applicationCategoryRef ",
1171
1172
  "type": {
1172
1173
  "definition": {
1173
1174
  "description": null,
@@ -1232,10 +1233,10 @@
1232
1233
  "name": "ApplicationCategoryRef",
1233
1234
  "non_null": false
1234
1235
  },
1235
- "varName": "ApplicationCategoryRef"
1236
+ "varName": "applicationCategoryRef"
1236
1237
  },
1237
1238
  "application": {
1238
- "alias": "ApplicationRefApplication: application",
1239
+ "alias": "applicationRefApplication: application",
1239
1240
  "args": {},
1240
1241
  "deprecationReason": null,
1241
1242
  "description": "Applications for the rule (pre-defined)",
@@ -1243,9 +1244,9 @@
1243
1244
  "isDeprecated": false,
1244
1245
  "name": "application",
1245
1246
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application.application",
1246
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
1247
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
1247
1248
  "required": true,
1248
- "responseStr": "application:$ApplicationRef ",
1249
+ "responseStr": "application:$applicationRef ",
1249
1250
  "type": {
1250
1251
  "definition": {
1251
1252
  "description": null,
@@ -1310,10 +1311,10 @@
1310
1311
  "name": "ApplicationRef",
1311
1312
  "non_null": false
1312
1313
  },
1313
- "varName": "ApplicationRef"
1314
+ "varName": "applicationRef"
1314
1315
  },
1315
1316
  "customApp": {
1316
- "alias": "CustomApplicationRefCustomApp: customApp",
1317
+ "alias": "customApplicationRefCustomApp: customApp",
1317
1318
  "args": {},
1318
1319
  "deprecationReason": null,
1319
1320
  "description": "Custom (user-defined) applications",
@@ -1321,9 +1322,9 @@
1321
1322
  "isDeprecated": false,
1322
1323
  "name": "customApp",
1323
1324
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application.customApp",
1324
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
1325
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
1325
1326
  "required": true,
1326
- "responseStr": "customApp:$CustomApplicationRef ",
1327
+ "responseStr": "customApp:$customApplicationRef ",
1327
1328
  "type": {
1328
1329
  "definition": {
1329
1330
  "description": null,
@@ -1388,10 +1389,10 @@
1388
1389
  "name": "CustomApplicationRef",
1389
1390
  "non_null": false
1390
1391
  },
1391
- "varName": "CustomApplicationRef"
1392
+ "varName": "customApplicationRef"
1392
1393
  },
1393
1394
  "customCategory": {
1394
- "alias": "CustomCategoryRefCustomCategory: customCategory",
1395
+ "alias": "customCategoryRefCustomCategory: customCategory",
1395
1396
  "args": {},
1396
1397
  "deprecationReason": null,
1397
1398
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -1399,9 +1400,9 @@
1399
1400
  "isDeprecated": false,
1400
1401
  "name": "customCategory",
1401
1402
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application.customCategory",
1402
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
1403
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
1403
1404
  "required": true,
1404
- "responseStr": "customCategory:$CustomCategoryRef ",
1405
+ "responseStr": "customCategory:$customCategoryRef ",
1405
1406
  "type": {
1406
1407
  "definition": {
1407
1408
  "description": null,
@@ -1466,7 +1467,7 @@
1466
1467
  "name": "CustomCategoryRef",
1467
1468
  "non_null": false
1468
1469
  },
1469
- "varName": "CustomCategoryRef"
1470
+ "varName": "customCategoryRef"
1470
1471
  },
1471
1472
  "domain": {
1472
1473
  "args": {},
@@ -1515,7 +1516,7 @@
1515
1516
  "varName": "fqdn"
1516
1517
  },
1517
1518
  "globalIpRange": {
1518
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
1519
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1519
1520
  "args": {},
1520
1521
  "deprecationReason": null,
1521
1522
  "description": "Globally defined IP range, IP and subnet objects",
@@ -1523,9 +1524,9 @@
1523
1524
  "isDeprecated": false,
1524
1525
  "name": "globalIpRange",
1525
1526
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application.globalIpRange",
1526
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
1527
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1527
1528
  "required": true,
1528
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
1529
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1529
1530
  "type": {
1530
1531
  "definition": {
1531
1532
  "description": null,
@@ -1590,7 +1591,7 @@
1590
1591
  "name": "GlobalIpRangeRef",
1591
1592
  "non_null": false
1592
1593
  },
1593
- "varName": "GlobalIpRangeRef"
1594
+ "varName": "globalIpRangeRef"
1594
1595
  },
1595
1596
  "ip": {
1596
1597
  "args": {},
@@ -1616,7 +1617,7 @@
1616
1617
  "varName": "ip"
1617
1618
  },
1618
1619
  "ipRange": {
1619
- "alias": "IpAddressRangeIpRange: ipRange",
1620
+ "alias": "ipAddressRangeIpRange: ipRange",
1620
1621
  "args": {},
1621
1622
  "deprecationReason": null,
1622
1623
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -1624,9 +1625,9 @@
1624
1625
  "isDeprecated": false,
1625
1626
  "name": "ipRange",
1626
1627
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application.ipRange",
1627
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
1628
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1628
1629
  "required": true,
1629
- "responseStr": "ipRange:$IpAddressRange ",
1630
+ "responseStr": "ipRange:$ipAddressRange ",
1630
1631
  "type": {
1631
1632
  "definition": {
1632
1633
  "description": "Inclusive range of IPs",
@@ -1691,10 +1692,10 @@
1691
1692
  "name": "IpAddressRange",
1692
1693
  "non_null": false
1693
1694
  },
1694
- "varName": "IpAddressRange"
1695
+ "varName": "ipAddressRange"
1695
1696
  },
1696
1697
  "sanctionedAppsCategory": {
1697
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1698
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1698
1699
  "args": {},
1699
1700
  "deprecationReason": null,
1700
1701
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -1702,9 +1703,9 @@
1702
1703
  "isDeprecated": false,
1703
1704
  "name": "sanctionedAppsCategory",
1704
1705
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.application.sanctionedAppsCategory",
1705
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
1706
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
1706
1707
  "required": true,
1707
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
1708
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
1708
1709
  "type": {
1709
1710
  "definition": {
1710
1711
  "description": null,
@@ -1769,7 +1770,7 @@
1769
1770
  "name": "SanctionedAppsCategoryRef",
1770
1771
  "non_null": false
1771
1772
  },
1772
- "varName": "SanctionedAppsCategoryRef"
1773
+ "varName": "sanctionedAppsCategoryRef"
1773
1774
  },
1774
1775
  "subnet": {
1775
1776
  "args": {},
@@ -1809,10 +1810,10 @@
1809
1810
  "name": "WanFirewallApplication",
1810
1811
  "non_null": false
1811
1812
  },
1812
- "varName": "WanFirewallApplication"
1813
+ "varName": "wanFirewallApplication"
1813
1814
  },
1814
1815
  "connectionOrigin": {
1815
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
1816
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
1816
1817
  "args": {},
1817
1818
  "deprecationReason": null,
1818
1819
  "description": "Connection origin of the traffic",
@@ -1864,7 +1865,7 @@
1864
1865
  "varName": "connectionOrigin"
1865
1866
  },
1866
1867
  "country": {
1867
- "alias": "CountryRefCountry: country",
1868
+ "alias": "countryRefCountry: country",
1868
1869
  "args": {},
1869
1870
  "deprecationReason": null,
1870
1871
  "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1872,9 +1873,9 @@
1872
1873
  "isDeprecated": false,
1873
1874
  "name": "country",
1874
1875
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.country",
1875
- "requestStr": "$CountryRef:[CountryRef]! ",
1876
+ "requestStr": "$countryRef:[CountryRef]! ",
1876
1877
  "required": true,
1877
- "responseStr": "country:$CountryRef ",
1878
+ "responseStr": "country:$countryRef ",
1878
1879
  "type": {
1879
1880
  "definition": {
1880
1881
  "description": null,
@@ -1939,7 +1940,7 @@
1939
1940
  "name": "CountryRef",
1940
1941
  "non_null": false
1941
1942
  },
1942
- "varName": "CountryRef"
1943
+ "varName": "countryRef"
1943
1944
  },
1944
1945
  "description": {
1945
1946
  "args": {},
@@ -1963,7 +1964,7 @@
1963
1964
  "varName": "description"
1964
1965
  },
1965
1966
  "destination": {
1966
- "alias": "WanFirewallDestinationDestination: destination",
1967
+ "alias": "wanFirewallDestinationDestination: destination",
1967
1968
  "args": {},
1968
1969
  "deprecationReason": null,
1969
1970
  "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1971,16 +1972,16 @@
1971
1972
  "isDeprecated": false,
1972
1973
  "name": "destination",
1973
1974
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination",
1974
- "requestStr": "$WanFirewallDestination:WanFirewallDestination! ",
1975
+ "requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
1975
1976
  "required": true,
1976
- "responseStr": "destination:$WanFirewallDestination ",
1977
+ "responseStr": "destination:$wanFirewallDestination ",
1977
1978
  "type": {
1978
1979
  "definition": {
1979
1980
  "description": "Returns the settings for Destination of a Wan Firewall rule",
1980
1981
  "enumValues": null,
1981
1982
  "fields": {
1982
1983
  "floatingSubnet": {
1983
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
1984
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
1984
1985
  "args": {},
1985
1986
  "deprecationReason": null,
1986
1987
  "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.",
@@ -1988,9 +1989,9 @@
1988
1989
  "isDeprecated": false,
1989
1990
  "name": "floatingSubnet",
1990
1991
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.floatingSubnet",
1991
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
1992
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
1992
1993
  "required": true,
1993
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
1994
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
1994
1995
  "type": {
1995
1996
  "definition": {
1996
1997
  "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -2055,10 +2056,10 @@
2055
2056
  "name": "FloatingSubnetRef",
2056
2057
  "non_null": false
2057
2058
  },
2058
- "varName": "FloatingSubnetRef"
2059
+ "varName": "floatingSubnetRef"
2059
2060
  },
2060
2061
  "globalIpRange": {
2061
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
2062
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2062
2063
  "args": {},
2063
2064
  "deprecationReason": null,
2064
2065
  "description": "Globally defined IP range, IP and subnet objects",
@@ -2066,9 +2067,9 @@
2066
2067
  "isDeprecated": false,
2067
2068
  "name": "globalIpRange",
2068
2069
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.globalIpRange",
2069
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
2070
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2070
2071
  "required": true,
2071
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
2072
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2072
2073
  "type": {
2073
2074
  "definition": {
2074
2075
  "description": null,
@@ -2133,10 +2134,10 @@
2133
2134
  "name": "GlobalIpRangeRef",
2134
2135
  "non_null": false
2135
2136
  },
2136
- "varName": "GlobalIpRangeRef"
2137
+ "varName": "globalIpRangeRef"
2137
2138
  },
2138
2139
  "group": {
2139
- "alias": "GroupRefGroup: group",
2140
+ "alias": "groupRefGroup: group",
2140
2141
  "args": {},
2141
2142
  "deprecationReason": null,
2142
2143
  "description": "Groups defined for your account",
@@ -2144,9 +2145,9 @@
2144
2145
  "isDeprecated": false,
2145
2146
  "name": "group",
2146
2147
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.group",
2147
- "requestStr": "$GroupRef:[GroupRef]! ",
2148
+ "requestStr": "$groupRef:[GroupRef]! ",
2148
2149
  "required": true,
2149
- "responseStr": "group:$GroupRef ",
2150
+ "responseStr": "group:$groupRef ",
2150
2151
  "type": {
2151
2152
  "definition": {
2152
2153
  "description": null,
@@ -2211,10 +2212,10 @@
2211
2212
  "name": "GroupRef",
2212
2213
  "non_null": false
2213
2214
  },
2214
- "varName": "GroupRef"
2215
+ "varName": "groupRef"
2215
2216
  },
2216
2217
  "host": {
2217
- "alias": "HostRefHost: host",
2218
+ "alias": "hostRefHost: host",
2218
2219
  "args": {},
2219
2220
  "deprecationReason": null,
2220
2221
  "description": "Hosts and servers defined for your account",
@@ -2222,9 +2223,9 @@
2222
2223
  "isDeprecated": false,
2223
2224
  "name": "host",
2224
2225
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.host",
2225
- "requestStr": "$HostRef:[HostRef]! ",
2226
+ "requestStr": "$hostRef:[HostRef]! ",
2226
2227
  "required": true,
2227
- "responseStr": "host:$HostRef ",
2228
+ "responseStr": "host:$hostRef ",
2228
2229
  "type": {
2229
2230
  "definition": {
2230
2231
  "description": null,
@@ -2289,7 +2290,7 @@
2289
2290
  "name": "HostRef",
2290
2291
  "non_null": false
2291
2292
  },
2292
- "varName": "HostRef"
2293
+ "varName": "hostRef"
2293
2294
  },
2294
2295
  "ip": {
2295
2296
  "args": {},
@@ -2315,7 +2316,7 @@
2315
2316
  "varName": "ip"
2316
2317
  },
2317
2318
  "ipRange": {
2318
- "alias": "IpAddressRangeIpRange: ipRange",
2319
+ "alias": "ipAddressRangeIpRange: ipRange",
2319
2320
  "args": {},
2320
2321
  "deprecationReason": null,
2321
2322
  "description": "Multiple separate IP addresses or an IP range",
@@ -2323,9 +2324,9 @@
2323
2324
  "isDeprecated": false,
2324
2325
  "name": "ipRange",
2325
2326
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.ipRange",
2326
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
2327
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
2327
2328
  "required": true,
2328
- "responseStr": "ipRange:$IpAddressRange ",
2329
+ "responseStr": "ipRange:$ipAddressRange ",
2329
2330
  "type": {
2330
2331
  "definition": {
2331
2332
  "description": "Inclusive range of IPs",
@@ -2390,10 +2391,10 @@
2390
2391
  "name": "IpAddressRange",
2391
2392
  "non_null": false
2392
2393
  },
2393
- "varName": "IpAddressRange"
2394
+ "varName": "ipAddressRange"
2394
2395
  },
2395
2396
  "networkInterface": {
2396
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
2397
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
2397
2398
  "args": {},
2398
2399
  "deprecationReason": null,
2399
2400
  "description": "Network range defined for a site",
@@ -2401,9 +2402,9 @@
2401
2402
  "isDeprecated": false,
2402
2403
  "name": "networkInterface",
2403
2404
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.networkInterface",
2404
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
2405
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
2405
2406
  "required": true,
2406
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
2407
+ "responseStr": "networkInterface:$networkInterfaceRef ",
2407
2408
  "type": {
2408
2409
  "definition": {
2409
2410
  "description": null,
@@ -2468,10 +2469,10 @@
2468
2469
  "name": "NetworkInterfaceRef",
2469
2470
  "non_null": false
2470
2471
  },
2471
- "varName": "NetworkInterfaceRef"
2472
+ "varName": "networkInterfaceRef"
2472
2473
  },
2473
2474
  "site": {
2474
- "alias": "SiteRefSite: site",
2475
+ "alias": "siteRefSite: site",
2475
2476
  "args": {},
2476
2477
  "deprecationReason": null,
2477
2478
  "description": "Site defined for the account",
@@ -2479,9 +2480,9 @@
2479
2480
  "isDeprecated": false,
2480
2481
  "name": "site",
2481
2482
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.site",
2482
- "requestStr": "$SiteRef:[SiteRef]! ",
2483
+ "requestStr": "$siteRef:[SiteRef]! ",
2483
2484
  "required": true,
2484
- "responseStr": "site:$SiteRef ",
2485
+ "responseStr": "site:$siteRef ",
2485
2486
  "type": {
2486
2487
  "definition": {
2487
2488
  "description": null,
@@ -2546,10 +2547,10 @@
2546
2547
  "name": "SiteRef",
2547
2548
  "non_null": false
2548
2549
  },
2549
- "varName": "SiteRef"
2550
+ "varName": "siteRef"
2550
2551
  },
2551
2552
  "siteNetworkSubnet": {
2552
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2553
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2553
2554
  "args": {},
2554
2555
  "deprecationReason": null,
2555
2556
  "description": "GlobalRange + InterfaceSubnet",
@@ -2557,9 +2558,9 @@
2557
2558
  "isDeprecated": false,
2558
2559
  "name": "siteNetworkSubnet",
2559
2560
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.siteNetworkSubnet",
2560
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
2561
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
2561
2562
  "required": true,
2562
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
2563
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2563
2564
  "type": {
2564
2565
  "definition": {
2565
2566
  "description": null,
@@ -2624,7 +2625,7 @@
2624
2625
  "name": "SiteNetworkSubnetRef",
2625
2626
  "non_null": false
2626
2627
  },
2627
- "varName": "SiteNetworkSubnetRef"
2628
+ "varName": "siteNetworkSubnetRef"
2628
2629
  },
2629
2630
  "subnet": {
2630
2631
  "args": {},
@@ -2650,7 +2651,7 @@
2650
2651
  "varName": "subnet"
2651
2652
  },
2652
2653
  "systemGroup": {
2653
- "alias": "SystemGroupRefSystemGroup: systemGroup",
2654
+ "alias": "systemGroupRefSystemGroup: systemGroup",
2654
2655
  "args": {},
2655
2656
  "deprecationReason": null,
2656
2657
  "description": "Predefined Cato groups",
@@ -2658,9 +2659,9 @@
2658
2659
  "isDeprecated": false,
2659
2660
  "name": "systemGroup",
2660
2661
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.systemGroup",
2661
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
2662
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
2662
2663
  "required": true,
2663
- "responseStr": "systemGroup:$SystemGroupRef ",
2664
+ "responseStr": "systemGroup:$systemGroupRef ",
2664
2665
  "type": {
2665
2666
  "definition": {
2666
2667
  "description": null,
@@ -2725,10 +2726,10 @@
2725
2726
  "name": "SystemGroupRef",
2726
2727
  "non_null": false
2727
2728
  },
2728
- "varName": "SystemGroupRef"
2729
+ "varName": "systemGroupRef"
2729
2730
  },
2730
2731
  "user": {
2731
- "alias": "UserRefUser: user",
2732
+ "alias": "userRefUser: user",
2732
2733
  "args": {},
2733
2734
  "deprecationReason": null,
2734
2735
  "description": "Individual users defined for the account",
@@ -2736,9 +2737,9 @@
2736
2737
  "isDeprecated": false,
2737
2738
  "name": "user",
2738
2739
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.user",
2739
- "requestStr": "$UserRef:[UserRef]! ",
2740
+ "requestStr": "$userRef:[UserRef]! ",
2740
2741
  "required": true,
2741
- "responseStr": "user:$UserRef ",
2742
+ "responseStr": "user:$userRef ",
2742
2743
  "type": {
2743
2744
  "definition": {
2744
2745
  "description": null,
@@ -2803,10 +2804,10 @@
2803
2804
  "name": "UserRef",
2804
2805
  "non_null": false
2805
2806
  },
2806
- "varName": "UserRef"
2807
+ "varName": "userRef"
2807
2808
  },
2808
2809
  "usersGroup": {
2809
- "alias": "UsersGroupRefUsersGroup: usersGroup",
2810
+ "alias": "usersGroupRefUsersGroup: usersGroup",
2810
2811
  "args": {},
2811
2812
  "deprecationReason": null,
2812
2813
  "description": "Group of users",
@@ -2814,9 +2815,9 @@
2814
2815
  "isDeprecated": false,
2815
2816
  "name": "usersGroup",
2816
2817
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.destination.usersGroup",
2817
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
2818
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
2818
2819
  "required": true,
2819
- "responseStr": "usersGroup:$UsersGroupRef ",
2820
+ "responseStr": "usersGroup:$usersGroupRef ",
2820
2821
  "type": {
2821
2822
  "definition": {
2822
2823
  "description": null,
@@ -2881,7 +2882,7 @@
2881
2882
  "name": "UsersGroupRef",
2882
2883
  "non_null": false
2883
2884
  },
2884
- "varName": "UsersGroupRef"
2885
+ "varName": "usersGroupRef"
2885
2886
  }
2886
2887
  },
2887
2888
  "inputFields": null,
@@ -2898,10 +2899,10 @@
2898
2899
  "name": "WanFirewallDestination",
2899
2900
  "non_null": false
2900
2901
  },
2901
- "varName": "WanFirewallDestination"
2902
+ "varName": "wanFirewallDestination"
2902
2903
  },
2903
2904
  "device": {
2904
- "alias": "DeviceProfileRefDevice: device",
2905
+ "alias": "deviceProfileRefDevice: device",
2905
2906
  "args": {},
2906
2907
  "deprecationReason": null,
2907
2908
  "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -2909,9 +2910,9 @@
2909
2910
  "isDeprecated": false,
2910
2911
  "name": "device",
2911
2912
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.device",
2912
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
2913
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
2913
2914
  "required": true,
2914
- "responseStr": "device:$DeviceProfileRef ",
2915
+ "responseStr": "device:$deviceProfileRef ",
2915
2916
  "type": {
2916
2917
  "definition": {
2917
2918
  "description": null,
@@ -2976,10 +2977,182 @@
2976
2977
  "name": "DeviceProfileRef",
2977
2978
  "non_null": false
2978
2979
  },
2979
- "varName": "DeviceProfileRef"
2980
+ "varName": "deviceProfileRef"
2981
+ },
2982
+ "deviceAttributes": {
2983
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2984
+ "args": {},
2985
+ "deprecationReason": null,
2986
+ "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.",
2987
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes",
2988
+ "isDeprecated": false,
2989
+ "name": "deviceAttributes",
2990
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes",
2991
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
2992
+ "required": true,
2993
+ "responseStr": "deviceAttributes:$deviceAttributes ",
2994
+ "type": {
2995
+ "definition": {
2996
+ "description": null,
2997
+ "enumValues": null,
2998
+ "fields": {
2999
+ "category": {
3000
+ "args": {},
3001
+ "deprecationReason": null,
3002
+ "description": "The category of the firewall device.",
3003
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___category",
3004
+ "isDeprecated": false,
3005
+ "name": "category",
3006
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.category",
3007
+ "requestStr": "$category:[String]! ",
3008
+ "required": true,
3009
+ "responseStr": "category:$category ",
3010
+ "type": {
3011
+ "kind": [
3012
+ "NON_NULL",
3013
+ "LIST",
3014
+ "NON_NULL",
3015
+ "SCALAR"
3016
+ ],
3017
+ "name": "String",
3018
+ "non_null": false
3019
+ },
3020
+ "varName": "category"
3021
+ },
3022
+ "manufacturer": {
3023
+ "args": {},
3024
+ "deprecationReason": null,
3025
+ "description": "The manufacturer of the firewall device.",
3026
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___manufacturer",
3027
+ "isDeprecated": false,
3028
+ "name": "manufacturer",
3029
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.manufacturer",
3030
+ "requestStr": "$manufacturer:[String]! ",
3031
+ "required": true,
3032
+ "responseStr": "manufacturer:$manufacturer ",
3033
+ "type": {
3034
+ "kind": [
3035
+ "NON_NULL",
3036
+ "LIST",
3037
+ "NON_NULL",
3038
+ "SCALAR"
3039
+ ],
3040
+ "name": "String",
3041
+ "non_null": false
3042
+ },
3043
+ "varName": "manufacturer"
3044
+ },
3045
+ "model": {
3046
+ "args": {},
3047
+ "deprecationReason": null,
3048
+ "description": "The model of the firewall device.",
3049
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___model",
3050
+ "isDeprecated": false,
3051
+ "name": "model",
3052
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.model",
3053
+ "requestStr": "$model:[String]! ",
3054
+ "required": true,
3055
+ "responseStr": "model:$model ",
3056
+ "type": {
3057
+ "kind": [
3058
+ "NON_NULL",
3059
+ "LIST",
3060
+ "NON_NULL",
3061
+ "SCALAR"
3062
+ ],
3063
+ "name": "String",
3064
+ "non_null": false
3065
+ },
3066
+ "varName": "model"
3067
+ },
3068
+ "os": {
3069
+ "args": {},
3070
+ "deprecationReason": null,
3071
+ "description": "The operating system of the firewall device.",
3072
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___os",
3073
+ "isDeprecated": false,
3074
+ "name": "os",
3075
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.os",
3076
+ "requestStr": "$os:[String]! ",
3077
+ "required": true,
3078
+ "responseStr": "os:$os ",
3079
+ "type": {
3080
+ "kind": [
3081
+ "NON_NULL",
3082
+ "LIST",
3083
+ "NON_NULL",
3084
+ "SCALAR"
3085
+ ],
3086
+ "name": "String",
3087
+ "non_null": false
3088
+ },
3089
+ "varName": "os"
3090
+ },
3091
+ "osVersion": {
3092
+ "args": {},
3093
+ "deprecationReason": null,
3094
+ "description": "The version of the operating system of the firewall device.",
3095
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___osVersion",
3096
+ "isDeprecated": false,
3097
+ "name": "osVersion",
3098
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.osVersion",
3099
+ "requestStr": "$osVersion:[String]! ",
3100
+ "required": true,
3101
+ "responseStr": "osVersion:$osVersion ",
3102
+ "type": {
3103
+ "kind": [
3104
+ "NON_NULL",
3105
+ "LIST",
3106
+ "NON_NULL",
3107
+ "SCALAR"
3108
+ ],
3109
+ "name": "String",
3110
+ "non_null": false
3111
+ },
3112
+ "varName": "osVersion"
3113
+ },
3114
+ "type": {
3115
+ "args": {},
3116
+ "deprecationReason": null,
3117
+ "description": "The type of the firewall device.",
3118
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___deviceAttributes___type",
3119
+ "isDeprecated": false,
3120
+ "name": "type",
3121
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.deviceAttributes.type",
3122
+ "requestStr": "$type:[String]! ",
3123
+ "required": true,
3124
+ "responseStr": "type:$type ",
3125
+ "type": {
3126
+ "kind": [
3127
+ "NON_NULL",
3128
+ "LIST",
3129
+ "NON_NULL",
3130
+ "SCALAR"
3131
+ ],
3132
+ "name": "String",
3133
+ "non_null": false
3134
+ },
3135
+ "varName": "type"
3136
+ }
3137
+ },
3138
+ "inputFields": null,
3139
+ "interfaces": {},
3140
+ "kind": "OBJECT",
3141
+ "name": "DeviceAttributes",
3142
+ "possibleTypes": null
3143
+ },
3144
+ "indexType": "object",
3145
+ "kind": [
3146
+ "NON_NULL",
3147
+ "OBJECT"
3148
+ ],
3149
+ "name": "DeviceAttributes",
3150
+ "non_null": false
3151
+ },
3152
+ "varName": "deviceAttributes"
2980
3153
  },
2981
3154
  "deviceOS": {
2982
- "alias": "OperatingSystemDeviceOS: deviceOS",
3155
+ "alias": "operatingSystemDeviceOS: deviceOS",
2983
3156
  "args": {},
2984
3157
  "deprecationReason": null,
2985
3158
  "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.",
@@ -3051,7 +3224,7 @@
3051
3224
  "varName": "deviceOS"
3052
3225
  },
3053
3226
  "direction": {
3054
- "alias": "WanFirewallDirectionEnumDirection: direction",
3227
+ "alias": "wanFirewallDirectionEnumDirection: direction",
3055
3228
  "args": {},
3056
3229
  "deprecationReason": null,
3057
3230
  "description": null,
@@ -3118,7 +3291,7 @@
3118
3291
  "varName": "enabled"
3119
3292
  },
3120
3293
  "exceptions": {
3121
- "alias": "WanFirewallRuleExceptionExceptions: exceptions",
3294
+ "alias": "wanFirewallRuleExceptionExceptions: exceptions",
3122
3295
  "args": {},
3123
3296
  "deprecationReason": null,
3124
3297
  "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.",
@@ -3126,16 +3299,16 @@
3126
3299
  "isDeprecated": false,
3127
3300
  "name": "exceptions",
3128
3301
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions",
3129
- "requestStr": "$WanFirewallRuleException:[WanFirewallRuleException]! ",
3302
+ "requestStr": "$wanFirewallRuleException:[WanFirewallRuleException]! ",
3130
3303
  "required": true,
3131
- "responseStr": "exceptions:$WanFirewallRuleException ",
3304
+ "responseStr": "exceptions:$wanFirewallRuleException ",
3132
3305
  "type": {
3133
3306
  "definition": {
3134
3307
  "description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
3135
3308
  "enumValues": null,
3136
3309
  "fields": {
3137
3310
  "application": {
3138
- "alias": "WanFirewallApplicationApplication: application",
3311
+ "alias": "wanFirewallApplicationApplication: application",
3139
3312
  "args": {},
3140
3313
  "deprecationReason": null,
3141
3314
  "description": "Application matching criteria for the exception.",
@@ -3143,16 +3316,16 @@
3143
3316
  "isDeprecated": false,
3144
3317
  "name": "application",
3145
3318
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application",
3146
- "requestStr": "$WanFirewallApplication:WanFirewallApplication! ",
3319
+ "requestStr": "$wanFirewallApplication:WanFirewallApplication! ",
3147
3320
  "required": true,
3148
- "responseStr": "application:$WanFirewallApplication ",
3321
+ "responseStr": "application:$wanFirewallApplication ",
3149
3322
  "type": {
3150
3323
  "definition": {
3151
3324
  "description": "Application match criteria set",
3152
3325
  "enumValues": null,
3153
3326
  "fields": {
3154
3327
  "appCategory": {
3155
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
3328
+ "alias": "applicationCategoryRefAppCategory: appCategory",
3156
3329
  "args": {},
3157
3330
  "deprecationReason": null,
3158
3331
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -3160,9 +3333,9 @@
3160
3333
  "isDeprecated": false,
3161
3334
  "name": "appCategory",
3162
3335
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application.appCategory",
3163
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
3336
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
3164
3337
  "required": true,
3165
- "responseStr": "appCategory:$ApplicationCategoryRef ",
3338
+ "responseStr": "appCategory:$applicationCategoryRef ",
3166
3339
  "type": {
3167
3340
  "definition": {
3168
3341
  "description": null,
@@ -3227,10 +3400,10 @@
3227
3400
  "name": "ApplicationCategoryRef",
3228
3401
  "non_null": false
3229
3402
  },
3230
- "varName": "ApplicationCategoryRef"
3403
+ "varName": "applicationCategoryRef"
3231
3404
  },
3232
3405
  "application": {
3233
- "alias": "ApplicationRefApplication: application",
3406
+ "alias": "applicationRefApplication: application",
3234
3407
  "args": {},
3235
3408
  "deprecationReason": null,
3236
3409
  "description": "Applications for the rule (pre-defined)",
@@ -3238,9 +3411,9 @@
3238
3411
  "isDeprecated": false,
3239
3412
  "name": "application",
3240
3413
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application.application",
3241
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
3414
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
3242
3415
  "required": true,
3243
- "responseStr": "application:$ApplicationRef ",
3416
+ "responseStr": "application:$applicationRef ",
3244
3417
  "type": {
3245
3418
  "definition": {
3246
3419
  "description": null,
@@ -3305,10 +3478,10 @@
3305
3478
  "name": "ApplicationRef",
3306
3479
  "non_null": false
3307
3480
  },
3308
- "varName": "ApplicationRef"
3481
+ "varName": "applicationRef"
3309
3482
  },
3310
3483
  "customApp": {
3311
- "alias": "CustomApplicationRefCustomApp: customApp",
3484
+ "alias": "customApplicationRefCustomApp: customApp",
3312
3485
  "args": {},
3313
3486
  "deprecationReason": null,
3314
3487
  "description": "Custom (user-defined) applications",
@@ -3316,9 +3489,9 @@
3316
3489
  "isDeprecated": false,
3317
3490
  "name": "customApp",
3318
3491
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application.customApp",
3319
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
3492
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
3320
3493
  "required": true,
3321
- "responseStr": "customApp:$CustomApplicationRef ",
3494
+ "responseStr": "customApp:$customApplicationRef ",
3322
3495
  "type": {
3323
3496
  "definition": {
3324
3497
  "description": null,
@@ -3383,10 +3556,10 @@
3383
3556
  "name": "CustomApplicationRef",
3384
3557
  "non_null": false
3385
3558
  },
3386
- "varName": "CustomApplicationRef"
3559
+ "varName": "customApplicationRef"
3387
3560
  },
3388
3561
  "customCategory": {
3389
- "alias": "CustomCategoryRefCustomCategory: customCategory",
3562
+ "alias": "customCategoryRefCustomCategory: customCategory",
3390
3563
  "args": {},
3391
3564
  "deprecationReason": null,
3392
3565
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -3394,9 +3567,9 @@
3394
3567
  "isDeprecated": false,
3395
3568
  "name": "customCategory",
3396
3569
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application.customCategory",
3397
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
3570
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
3398
3571
  "required": true,
3399
- "responseStr": "customCategory:$CustomCategoryRef ",
3572
+ "responseStr": "customCategory:$customCategoryRef ",
3400
3573
  "type": {
3401
3574
  "definition": {
3402
3575
  "description": null,
@@ -3461,7 +3634,7 @@
3461
3634
  "name": "CustomCategoryRef",
3462
3635
  "non_null": false
3463
3636
  },
3464
- "varName": "CustomCategoryRef"
3637
+ "varName": "customCategoryRef"
3465
3638
  },
3466
3639
  "domain": {
3467
3640
  "args": {},
@@ -3510,7 +3683,7 @@
3510
3683
  "varName": "fqdn"
3511
3684
  },
3512
3685
  "globalIpRange": {
3513
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
3686
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3514
3687
  "args": {},
3515
3688
  "deprecationReason": null,
3516
3689
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3518,9 +3691,9 @@
3518
3691
  "isDeprecated": false,
3519
3692
  "name": "globalIpRange",
3520
3693
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application.globalIpRange",
3521
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
3694
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
3522
3695
  "required": true,
3523
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
3696
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
3524
3697
  "type": {
3525
3698
  "definition": {
3526
3699
  "description": null,
@@ -3585,7 +3758,7 @@
3585
3758
  "name": "GlobalIpRangeRef",
3586
3759
  "non_null": false
3587
3760
  },
3588
- "varName": "GlobalIpRangeRef"
3761
+ "varName": "globalIpRangeRef"
3589
3762
  },
3590
3763
  "ip": {
3591
3764
  "args": {},
@@ -3611,7 +3784,7 @@
3611
3784
  "varName": "ip"
3612
3785
  },
3613
3786
  "ipRange": {
3614
- "alias": "IpAddressRangeIpRange: ipRange",
3787
+ "alias": "ipAddressRangeIpRange: ipRange",
3615
3788
  "args": {},
3616
3789
  "deprecationReason": null,
3617
3790
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3619,9 +3792,9 @@
3619
3792
  "isDeprecated": false,
3620
3793
  "name": "ipRange",
3621
3794
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application.ipRange",
3622
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
3795
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
3623
3796
  "required": true,
3624
- "responseStr": "ipRange:$IpAddressRange ",
3797
+ "responseStr": "ipRange:$ipAddressRange ",
3625
3798
  "type": {
3626
3799
  "definition": {
3627
3800
  "description": "Inclusive range of IPs",
@@ -3686,10 +3859,10 @@
3686
3859
  "name": "IpAddressRange",
3687
3860
  "non_null": false
3688
3861
  },
3689
- "varName": "IpAddressRange"
3862
+ "varName": "ipAddressRange"
3690
3863
  },
3691
3864
  "sanctionedAppsCategory": {
3692
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3865
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3693
3866
  "args": {},
3694
3867
  "deprecationReason": null,
3695
3868
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3697,9 +3870,9 @@
3697
3870
  "isDeprecated": false,
3698
3871
  "name": "sanctionedAppsCategory",
3699
3872
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.application.sanctionedAppsCategory",
3700
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3873
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3701
3874
  "required": true,
3702
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
3875
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3703
3876
  "type": {
3704
3877
  "definition": {
3705
3878
  "description": null,
@@ -3764,7 +3937,7 @@
3764
3937
  "name": "SanctionedAppsCategoryRef",
3765
3938
  "non_null": false
3766
3939
  },
3767
- "varName": "SanctionedAppsCategoryRef"
3940
+ "varName": "sanctionedAppsCategoryRef"
3768
3941
  },
3769
3942
  "subnet": {
3770
3943
  "args": {},
@@ -3804,10 +3977,10 @@
3804
3977
  "name": "WanFirewallApplication",
3805
3978
  "non_null": false
3806
3979
  },
3807
- "varName": "WanFirewallApplication"
3980
+ "varName": "wanFirewallApplication"
3808
3981
  },
3809
3982
  "connectionOrigin": {
3810
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
3983
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
3811
3984
  "args": {},
3812
3985
  "deprecationReason": null,
3813
3986
  "description": "Connection origin matching criteria for the exception.",
@@ -3859,7 +4032,7 @@
3859
4032
  "varName": "connectionOrigin"
3860
4033
  },
3861
4034
  "country": {
3862
- "alias": "CountryRefCountry: country",
4035
+ "alias": "countryRefCountry: country",
3863
4036
  "args": {},
3864
4037
  "deprecationReason": null,
3865
4038
  "description": "Source country matching criteria for the exception.",
@@ -3867,9 +4040,9 @@
3867
4040
  "isDeprecated": false,
3868
4041
  "name": "country",
3869
4042
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.country",
3870
- "requestStr": "$CountryRef:[CountryRef]! ",
4043
+ "requestStr": "$countryRef:[CountryRef]! ",
3871
4044
  "required": true,
3872
- "responseStr": "country:$CountryRef ",
4045
+ "responseStr": "country:$countryRef ",
3873
4046
  "type": {
3874
4047
  "definition": {
3875
4048
  "description": null,
@@ -3934,10 +4107,10 @@
3934
4107
  "name": "CountryRef",
3935
4108
  "non_null": false
3936
4109
  },
3937
- "varName": "CountryRef"
4110
+ "varName": "countryRef"
3938
4111
  },
3939
4112
  "destination": {
3940
- "alias": "WanFirewallDestinationDestination: destination",
4113
+ "alias": "wanFirewallDestinationDestination: destination",
3941
4114
  "args": {},
3942
4115
  "deprecationReason": null,
3943
4116
  "description": "Destination matching criteria for the exception.",
@@ -3945,16 +4118,16 @@
3945
4118
  "isDeprecated": false,
3946
4119
  "name": "destination",
3947
4120
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination",
3948
- "requestStr": "$WanFirewallDestination:WanFirewallDestination! ",
4121
+ "requestStr": "$wanFirewallDestination:WanFirewallDestination! ",
3949
4122
  "required": true,
3950
- "responseStr": "destination:$WanFirewallDestination ",
4123
+ "responseStr": "destination:$wanFirewallDestination ",
3951
4124
  "type": {
3952
4125
  "definition": {
3953
4126
  "description": "Returns the settings for Destination of a Wan Firewall rule",
3954
4127
  "enumValues": null,
3955
4128
  "fields": {
3956
4129
  "floatingSubnet": {
3957
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
4130
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
3958
4131
  "args": {},
3959
4132
  "deprecationReason": null,
3960
4133
  "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.",
@@ -3962,9 +4135,9 @@
3962
4135
  "isDeprecated": false,
3963
4136
  "name": "floatingSubnet",
3964
4137
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.floatingSubnet",
3965
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
4138
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
3966
4139
  "required": true,
3967
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
4140
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
3968
4141
  "type": {
3969
4142
  "definition": {
3970
4143
  "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -4029,10 +4202,10 @@
4029
4202
  "name": "FloatingSubnetRef",
4030
4203
  "non_null": false
4031
4204
  },
4032
- "varName": "FloatingSubnetRef"
4205
+ "varName": "floatingSubnetRef"
4033
4206
  },
4034
4207
  "globalIpRange": {
4035
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
4208
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4036
4209
  "args": {},
4037
4210
  "deprecationReason": null,
4038
4211
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4040,9 +4213,9 @@
4040
4213
  "isDeprecated": false,
4041
4214
  "name": "globalIpRange",
4042
4215
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.globalIpRange",
4043
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
4216
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4044
4217
  "required": true,
4045
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
4218
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
4046
4219
  "type": {
4047
4220
  "definition": {
4048
4221
  "description": null,
@@ -4107,10 +4280,10 @@
4107
4280
  "name": "GlobalIpRangeRef",
4108
4281
  "non_null": false
4109
4282
  },
4110
- "varName": "GlobalIpRangeRef"
4283
+ "varName": "globalIpRangeRef"
4111
4284
  },
4112
4285
  "group": {
4113
- "alias": "GroupRefGroup: group",
4286
+ "alias": "groupRefGroup: group",
4114
4287
  "args": {},
4115
4288
  "deprecationReason": null,
4116
4289
  "description": "Groups defined for your account",
@@ -4118,9 +4291,9 @@
4118
4291
  "isDeprecated": false,
4119
4292
  "name": "group",
4120
4293
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.group",
4121
- "requestStr": "$GroupRef:[GroupRef]! ",
4294
+ "requestStr": "$groupRef:[GroupRef]! ",
4122
4295
  "required": true,
4123
- "responseStr": "group:$GroupRef ",
4296
+ "responseStr": "group:$groupRef ",
4124
4297
  "type": {
4125
4298
  "definition": {
4126
4299
  "description": null,
@@ -4185,10 +4358,10 @@
4185
4358
  "name": "GroupRef",
4186
4359
  "non_null": false
4187
4360
  },
4188
- "varName": "GroupRef"
4361
+ "varName": "groupRef"
4189
4362
  },
4190
4363
  "host": {
4191
- "alias": "HostRefHost: host",
4364
+ "alias": "hostRefHost: host",
4192
4365
  "args": {},
4193
4366
  "deprecationReason": null,
4194
4367
  "description": "Hosts and servers defined for your account",
@@ -4196,9 +4369,9 @@
4196
4369
  "isDeprecated": false,
4197
4370
  "name": "host",
4198
4371
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.host",
4199
- "requestStr": "$HostRef:[HostRef]! ",
4372
+ "requestStr": "$hostRef:[HostRef]! ",
4200
4373
  "required": true,
4201
- "responseStr": "host:$HostRef ",
4374
+ "responseStr": "host:$hostRef ",
4202
4375
  "type": {
4203
4376
  "definition": {
4204
4377
  "description": null,
@@ -4263,7 +4436,7 @@
4263
4436
  "name": "HostRef",
4264
4437
  "non_null": false
4265
4438
  },
4266
- "varName": "HostRef"
4439
+ "varName": "hostRef"
4267
4440
  },
4268
4441
  "ip": {
4269
4442
  "args": {},
@@ -4289,7 +4462,7 @@
4289
4462
  "varName": "ip"
4290
4463
  },
4291
4464
  "ipRange": {
4292
- "alias": "IpAddressRangeIpRange: ipRange",
4465
+ "alias": "ipAddressRangeIpRange: ipRange",
4293
4466
  "args": {},
4294
4467
  "deprecationReason": null,
4295
4468
  "description": "Multiple separate IP addresses or an IP range",
@@ -4297,9 +4470,9 @@
4297
4470
  "isDeprecated": false,
4298
4471
  "name": "ipRange",
4299
4472
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.ipRange",
4300
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
4473
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
4301
4474
  "required": true,
4302
- "responseStr": "ipRange:$IpAddressRange ",
4475
+ "responseStr": "ipRange:$ipAddressRange ",
4303
4476
  "type": {
4304
4477
  "definition": {
4305
4478
  "description": "Inclusive range of IPs",
@@ -4364,10 +4537,10 @@
4364
4537
  "name": "IpAddressRange",
4365
4538
  "non_null": false
4366
4539
  },
4367
- "varName": "IpAddressRange"
4540
+ "varName": "ipAddressRange"
4368
4541
  },
4369
4542
  "networkInterface": {
4370
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
4543
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4371
4544
  "args": {},
4372
4545
  "deprecationReason": null,
4373
4546
  "description": "Network range defined for a site",
@@ -4375,9 +4548,9 @@
4375
4548
  "isDeprecated": false,
4376
4549
  "name": "networkInterface",
4377
4550
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.networkInterface",
4378
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
4551
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
4379
4552
  "required": true,
4380
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
4553
+ "responseStr": "networkInterface:$networkInterfaceRef ",
4381
4554
  "type": {
4382
4555
  "definition": {
4383
4556
  "description": null,
@@ -4442,10 +4615,10 @@
4442
4615
  "name": "NetworkInterfaceRef",
4443
4616
  "non_null": false
4444
4617
  },
4445
- "varName": "NetworkInterfaceRef"
4618
+ "varName": "networkInterfaceRef"
4446
4619
  },
4447
4620
  "site": {
4448
- "alias": "SiteRefSite: site",
4621
+ "alias": "siteRefSite: site",
4449
4622
  "args": {},
4450
4623
  "deprecationReason": null,
4451
4624
  "description": "Site defined for the account",
@@ -4453,9 +4626,9 @@
4453
4626
  "isDeprecated": false,
4454
4627
  "name": "site",
4455
4628
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.site",
4456
- "requestStr": "$SiteRef:[SiteRef]! ",
4629
+ "requestStr": "$siteRef:[SiteRef]! ",
4457
4630
  "required": true,
4458
- "responseStr": "site:$SiteRef ",
4631
+ "responseStr": "site:$siteRef ",
4459
4632
  "type": {
4460
4633
  "definition": {
4461
4634
  "description": null,
@@ -4520,10 +4693,10 @@
4520
4693
  "name": "SiteRef",
4521
4694
  "non_null": false
4522
4695
  },
4523
- "varName": "SiteRef"
4696
+ "varName": "siteRef"
4524
4697
  },
4525
4698
  "siteNetworkSubnet": {
4526
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4699
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4527
4700
  "args": {},
4528
4701
  "deprecationReason": null,
4529
4702
  "description": "GlobalRange + InterfaceSubnet",
@@ -4531,9 +4704,9 @@
4531
4704
  "isDeprecated": false,
4532
4705
  "name": "siteNetworkSubnet",
4533
4706
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.siteNetworkSubnet",
4534
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4707
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4535
4708
  "required": true,
4536
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
4709
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4537
4710
  "type": {
4538
4711
  "definition": {
4539
4712
  "description": null,
@@ -4598,7 +4771,7 @@
4598
4771
  "name": "SiteNetworkSubnetRef",
4599
4772
  "non_null": false
4600
4773
  },
4601
- "varName": "SiteNetworkSubnetRef"
4774
+ "varName": "siteNetworkSubnetRef"
4602
4775
  },
4603
4776
  "subnet": {
4604
4777
  "args": {},
@@ -4624,7 +4797,7 @@
4624
4797
  "varName": "subnet"
4625
4798
  },
4626
4799
  "systemGroup": {
4627
- "alias": "SystemGroupRefSystemGroup: systemGroup",
4800
+ "alias": "systemGroupRefSystemGroup: systemGroup",
4628
4801
  "args": {},
4629
4802
  "deprecationReason": null,
4630
4803
  "description": "Predefined Cato groups",
@@ -4632,9 +4805,9 @@
4632
4805
  "isDeprecated": false,
4633
4806
  "name": "systemGroup",
4634
4807
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.systemGroup",
4635
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
4808
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
4636
4809
  "required": true,
4637
- "responseStr": "systemGroup:$SystemGroupRef ",
4810
+ "responseStr": "systemGroup:$systemGroupRef ",
4638
4811
  "type": {
4639
4812
  "definition": {
4640
4813
  "description": null,
@@ -4699,10 +4872,10 @@
4699
4872
  "name": "SystemGroupRef",
4700
4873
  "non_null": false
4701
4874
  },
4702
- "varName": "SystemGroupRef"
4875
+ "varName": "systemGroupRef"
4703
4876
  },
4704
4877
  "user": {
4705
- "alias": "UserRefUser: user",
4878
+ "alias": "userRefUser: user",
4706
4879
  "args": {},
4707
4880
  "deprecationReason": null,
4708
4881
  "description": "Individual users defined for the account",
@@ -4710,9 +4883,9 @@
4710
4883
  "isDeprecated": false,
4711
4884
  "name": "user",
4712
4885
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.user",
4713
- "requestStr": "$UserRef:[UserRef]! ",
4886
+ "requestStr": "$userRef:[UserRef]! ",
4714
4887
  "required": true,
4715
- "responseStr": "user:$UserRef ",
4888
+ "responseStr": "user:$userRef ",
4716
4889
  "type": {
4717
4890
  "definition": {
4718
4891
  "description": null,
@@ -4777,10 +4950,10 @@
4777
4950
  "name": "UserRef",
4778
4951
  "non_null": false
4779
4952
  },
4780
- "varName": "UserRef"
4953
+ "varName": "userRef"
4781
4954
  },
4782
4955
  "usersGroup": {
4783
- "alias": "UsersGroupRefUsersGroup: usersGroup",
4956
+ "alias": "usersGroupRefUsersGroup: usersGroup",
4784
4957
  "args": {},
4785
4958
  "deprecationReason": null,
4786
4959
  "description": "Group of users",
@@ -4788,9 +4961,9 @@
4788
4961
  "isDeprecated": false,
4789
4962
  "name": "usersGroup",
4790
4963
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.destination.usersGroup",
4791
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
4964
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
4792
4965
  "required": true,
4793
- "responseStr": "usersGroup:$UsersGroupRef ",
4966
+ "responseStr": "usersGroup:$usersGroupRef ",
4794
4967
  "type": {
4795
4968
  "definition": {
4796
4969
  "description": null,
@@ -4855,7 +5028,7 @@
4855
5028
  "name": "UsersGroupRef",
4856
5029
  "non_null": false
4857
5030
  },
4858
- "varName": "UsersGroupRef"
5031
+ "varName": "usersGroupRef"
4859
5032
  }
4860
5033
  },
4861
5034
  "inputFields": null,
@@ -4872,10 +5045,10 @@
4872
5045
  "name": "WanFirewallDestination",
4873
5046
  "non_null": false
4874
5047
  },
4875
- "varName": "WanFirewallDestination"
5048
+ "varName": "wanFirewallDestination"
4876
5049
  },
4877
5050
  "device": {
4878
- "alias": "DeviceProfileRefDevice: device",
5051
+ "alias": "deviceProfileRefDevice: device",
4879
5052
  "args": {},
4880
5053
  "deprecationReason": null,
4881
5054
  "description": "Source Device Profile matching criteria for the exception.",
@@ -4883,9 +5056,9 @@
4883
5056
  "isDeprecated": false,
4884
5057
  "name": "device",
4885
5058
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.device",
4886
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
5059
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
4887
5060
  "required": true,
4888
- "responseStr": "device:$DeviceProfileRef ",
5061
+ "responseStr": "device:$deviceProfileRef ",
4889
5062
  "type": {
4890
5063
  "definition": {
4891
5064
  "description": null,
@@ -4950,10 +5123,182 @@
4950
5123
  "name": "DeviceProfileRef",
4951
5124
  "non_null": false
4952
5125
  },
4953
- "varName": "DeviceProfileRef"
5126
+ "varName": "deviceProfileRef"
5127
+ },
5128
+ "deviceAttributes": {
5129
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
5130
+ "args": {},
5131
+ "deprecationReason": null,
5132
+ "description": "Source Device Attributes matching criteria for the exception.",
5133
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes",
5134
+ "isDeprecated": false,
5135
+ "name": "deviceAttributes",
5136
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes",
5137
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
5138
+ "required": true,
5139
+ "responseStr": "deviceAttributes:$deviceAttributes ",
5140
+ "type": {
5141
+ "definition": {
5142
+ "description": null,
5143
+ "enumValues": null,
5144
+ "fields": {
5145
+ "category": {
5146
+ "args": {},
5147
+ "deprecationReason": null,
5148
+ "description": "The category of the firewall device.",
5149
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___category",
5150
+ "isDeprecated": false,
5151
+ "name": "category",
5152
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.category",
5153
+ "requestStr": "$category:[String]! ",
5154
+ "required": true,
5155
+ "responseStr": "category:$category ",
5156
+ "type": {
5157
+ "kind": [
5158
+ "NON_NULL",
5159
+ "LIST",
5160
+ "NON_NULL",
5161
+ "SCALAR"
5162
+ ],
5163
+ "name": "String",
5164
+ "non_null": false
5165
+ },
5166
+ "varName": "category"
5167
+ },
5168
+ "manufacturer": {
5169
+ "args": {},
5170
+ "deprecationReason": null,
5171
+ "description": "The manufacturer of the firewall device.",
5172
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
5173
+ "isDeprecated": false,
5174
+ "name": "manufacturer",
5175
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
5176
+ "requestStr": "$manufacturer:[String]! ",
5177
+ "required": true,
5178
+ "responseStr": "manufacturer:$manufacturer ",
5179
+ "type": {
5180
+ "kind": [
5181
+ "NON_NULL",
5182
+ "LIST",
5183
+ "NON_NULL",
5184
+ "SCALAR"
5185
+ ],
5186
+ "name": "String",
5187
+ "non_null": false
5188
+ },
5189
+ "varName": "manufacturer"
5190
+ },
5191
+ "model": {
5192
+ "args": {},
5193
+ "deprecationReason": null,
5194
+ "description": "The model of the firewall device.",
5195
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___model",
5196
+ "isDeprecated": false,
5197
+ "name": "model",
5198
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.model",
5199
+ "requestStr": "$model:[String]! ",
5200
+ "required": true,
5201
+ "responseStr": "model:$model ",
5202
+ "type": {
5203
+ "kind": [
5204
+ "NON_NULL",
5205
+ "LIST",
5206
+ "NON_NULL",
5207
+ "SCALAR"
5208
+ ],
5209
+ "name": "String",
5210
+ "non_null": false
5211
+ },
5212
+ "varName": "model"
5213
+ },
5214
+ "os": {
5215
+ "args": {},
5216
+ "deprecationReason": null,
5217
+ "description": "The operating system of the firewall device.",
5218
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___os",
5219
+ "isDeprecated": false,
5220
+ "name": "os",
5221
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.os",
5222
+ "requestStr": "$os:[String]! ",
5223
+ "required": true,
5224
+ "responseStr": "os:$os ",
5225
+ "type": {
5226
+ "kind": [
5227
+ "NON_NULL",
5228
+ "LIST",
5229
+ "NON_NULL",
5230
+ "SCALAR"
5231
+ ],
5232
+ "name": "String",
5233
+ "non_null": false
5234
+ },
5235
+ "varName": "os"
5236
+ },
5237
+ "osVersion": {
5238
+ "args": {},
5239
+ "deprecationReason": null,
5240
+ "description": "The version of the operating system of the firewall device.",
5241
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___osVersion",
5242
+ "isDeprecated": false,
5243
+ "name": "osVersion",
5244
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.osVersion",
5245
+ "requestStr": "$osVersion:[String]! ",
5246
+ "required": true,
5247
+ "responseStr": "osVersion:$osVersion ",
5248
+ "type": {
5249
+ "kind": [
5250
+ "NON_NULL",
5251
+ "LIST",
5252
+ "NON_NULL",
5253
+ "SCALAR"
5254
+ ],
5255
+ "name": "String",
5256
+ "non_null": false
5257
+ },
5258
+ "varName": "osVersion"
5259
+ },
5260
+ "type": {
5261
+ "args": {},
5262
+ "deprecationReason": null,
5263
+ "description": "The type of the firewall device.",
5264
+ "id_str": "wanFirewall___discardPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___type",
5265
+ "isDeprecated": false,
5266
+ "name": "type",
5267
+ "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.type",
5268
+ "requestStr": "$type:[String]! ",
5269
+ "required": true,
5270
+ "responseStr": "type:$type ",
5271
+ "type": {
5272
+ "kind": [
5273
+ "NON_NULL",
5274
+ "LIST",
5275
+ "NON_NULL",
5276
+ "SCALAR"
5277
+ ],
5278
+ "name": "String",
5279
+ "non_null": false
5280
+ },
5281
+ "varName": "type"
5282
+ }
5283
+ },
5284
+ "inputFields": null,
5285
+ "interfaces": {},
5286
+ "kind": "OBJECT",
5287
+ "name": "DeviceAttributes",
5288
+ "possibleTypes": null
5289
+ },
5290
+ "indexType": "object",
5291
+ "kind": [
5292
+ "NON_NULL",
5293
+ "OBJECT"
5294
+ ],
5295
+ "name": "DeviceAttributes",
5296
+ "non_null": false
5297
+ },
5298
+ "varName": "deviceAttributes"
4954
5299
  },
4955
5300
  "deviceOS": {
4956
- "alias": "OperatingSystemDeviceOS: deviceOS",
5301
+ "alias": "operatingSystemDeviceOS: deviceOS",
4957
5302
  "args": {},
4958
5303
  "deprecationReason": null,
4959
5304
  "description": "Source device OS matching criteria for the exception.",
@@ -5025,7 +5370,7 @@
5025
5370
  "varName": "deviceOS"
5026
5371
  },
5027
5372
  "direction": {
5028
- "alias": "WanFirewallDirectionEnumDirection: direction",
5373
+ "alias": "wanFirewallDirectionEnumDirection: direction",
5029
5374
  "args": {},
5030
5375
  "deprecationReason": null,
5031
5376
  "description": "Direction origin matching criteria for the exception",
@@ -5092,7 +5437,7 @@
5092
5437
  "varName": "name"
5093
5438
  },
5094
5439
  "service": {
5095
- "alias": "WanFirewallServiceTypeService: service",
5440
+ "alias": "wanFirewallServiceTypeService: service",
5096
5441
  "args": {},
5097
5442
  "deprecationReason": null,
5098
5443
  "description": "Destination service matching criteria for the exception.",
@@ -5100,16 +5445,16 @@
5100
5445
  "isDeprecated": false,
5101
5446
  "name": "service",
5102
5447
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service",
5103
- "requestStr": "$WanFirewallServiceType:WanFirewallServiceType! ",
5448
+ "requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
5104
5449
  "required": true,
5105
- "responseStr": "service:$WanFirewallServiceType ",
5450
+ "responseStr": "service:$wanFirewallServiceType ",
5106
5451
  "type": {
5107
5452
  "definition": {
5108
5453
  "description": "Add the Service Type to which this Internet Firewall rule applies",
5109
5454
  "enumValues": null,
5110
5455
  "fields": {
5111
5456
  "custom": {
5112
- "alias": "CustomServiceCustom: custom",
5457
+ "alias": "customServiceCustom: custom",
5113
5458
  "args": {},
5114
5459
  "deprecationReason": null,
5115
5460
  "description": null,
@@ -5117,9 +5462,9 @@
5117
5462
  "isDeprecated": false,
5118
5463
  "name": "custom",
5119
5464
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service.custom",
5120
- "requestStr": "$CustomService:[CustomService]! ",
5465
+ "requestStr": "$customService:[CustomService]! ",
5121
5466
  "required": true,
5122
- "responseStr": "custom:$CustomService ",
5467
+ "responseStr": "custom:$customService ",
5123
5468
  "type": {
5124
5469
  "definition": {
5125
5470
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -5148,7 +5493,7 @@
5148
5493
  "varName": "port"
5149
5494
  },
5150
5495
  "portRange": {
5151
- "alias": "PortRangePortRange: portRange",
5496
+ "alias": "portRangePortRange: portRange",
5152
5497
  "args": {},
5153
5498
  "deprecationReason": null,
5154
5499
  "description": null,
@@ -5156,9 +5501,9 @@
5156
5501
  "isDeprecated": false,
5157
5502
  "name": "portRange",
5158
5503
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service.custom.portRange",
5159
- "requestStr": "$PortRange:PortRange ",
5504
+ "requestStr": "$portRange:PortRange ",
5160
5505
  "required": false,
5161
- "responseStr": "portRange:$PortRange ",
5506
+ "responseStr": "portRange:$portRange ",
5162
5507
  "type": {
5163
5508
  "definition": {
5164
5509
  "description": "Inclusive network port range",
@@ -5220,10 +5565,10 @@
5220
5565
  "name": "PortRange",
5221
5566
  "non_null": false
5222
5567
  },
5223
- "varName": "PortRange"
5568
+ "varName": "portRange"
5224
5569
  },
5225
5570
  "protocol": {
5226
- "alias": "IpProtocolProtocol: protocol",
5571
+ "alias": "ipProtocolProtocol: protocol",
5227
5572
  "args": {},
5228
5573
  "deprecationReason": null,
5229
5574
  "description": null,
@@ -5303,10 +5648,10 @@
5303
5648
  "name": "CustomService",
5304
5649
  "non_null": false
5305
5650
  },
5306
- "varName": "CustomService"
5651
+ "varName": "customService"
5307
5652
  },
5308
5653
  "standard": {
5309
- "alias": "ServiceRefStandard: standard",
5654
+ "alias": "serviceRefStandard: standard",
5310
5655
  "args": {},
5311
5656
  "deprecationReason": null,
5312
5657
  "description": null,
@@ -5314,9 +5659,9 @@
5314
5659
  "isDeprecated": false,
5315
5660
  "name": "standard",
5316
5661
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.service.standard",
5317
- "requestStr": "$ServiceRef:[ServiceRef]! ",
5662
+ "requestStr": "$serviceRef:[ServiceRef]! ",
5318
5663
  "required": true,
5319
- "responseStr": "standard:$ServiceRef ",
5664
+ "responseStr": "standard:$serviceRef ",
5320
5665
  "type": {
5321
5666
  "definition": {
5322
5667
  "description": null,
@@ -5381,7 +5726,7 @@
5381
5726
  "name": "ServiceRef",
5382
5727
  "non_null": false
5383
5728
  },
5384
- "varName": "ServiceRef"
5729
+ "varName": "serviceRef"
5385
5730
  }
5386
5731
  },
5387
5732
  "inputFields": null,
@@ -5398,10 +5743,10 @@
5398
5743
  "name": "WanFirewallServiceType",
5399
5744
  "non_null": false
5400
5745
  },
5401
- "varName": "WanFirewallServiceType"
5746
+ "varName": "wanFirewallServiceType"
5402
5747
  },
5403
5748
  "source": {
5404
- "alias": "WanFirewallSourceSource: source",
5749
+ "alias": "wanFirewallSourceSource: source",
5405
5750
  "args": {},
5406
5751
  "deprecationReason": null,
5407
5752
  "description": "Source matching criteria for the exception.",
@@ -5409,16 +5754,16 @@
5409
5754
  "isDeprecated": false,
5410
5755
  "name": "source",
5411
5756
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source",
5412
- "requestStr": "$WanFirewallSource:WanFirewallSource! ",
5757
+ "requestStr": "$wanFirewallSource:WanFirewallSource! ",
5413
5758
  "required": true,
5414
- "responseStr": "source:$WanFirewallSource ",
5759
+ "responseStr": "source:$wanFirewallSource ",
5415
5760
  "type": {
5416
5761
  "definition": {
5417
5762
  "description": "Returns the settings for Source of an Wan Firewall rule",
5418
5763
  "enumValues": null,
5419
5764
  "fields": {
5420
5765
  "floatingSubnet": {
5421
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
5766
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5422
5767
  "args": {},
5423
5768
  "deprecationReason": null,
5424
5769
  "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.",
@@ -5426,9 +5771,9 @@
5426
5771
  "isDeprecated": false,
5427
5772
  "name": "floatingSubnet",
5428
5773
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.floatingSubnet",
5429
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
5774
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
5430
5775
  "required": true,
5431
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
5776
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
5432
5777
  "type": {
5433
5778
  "definition": {
5434
5779
  "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -5493,10 +5838,10 @@
5493
5838
  "name": "FloatingSubnetRef",
5494
5839
  "non_null": false
5495
5840
  },
5496
- "varName": "FloatingSubnetRef"
5841
+ "varName": "floatingSubnetRef"
5497
5842
  },
5498
5843
  "globalIpRange": {
5499
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
5844
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
5500
5845
  "args": {},
5501
5846
  "deprecationReason": null,
5502
5847
  "description": "Globally defined IP range, IP and subnet objects",
@@ -5504,9 +5849,9 @@
5504
5849
  "isDeprecated": false,
5505
5850
  "name": "globalIpRange",
5506
5851
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.globalIpRange",
5507
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
5852
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
5508
5853
  "required": true,
5509
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
5854
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
5510
5855
  "type": {
5511
5856
  "definition": {
5512
5857
  "description": null,
@@ -5571,10 +5916,10 @@
5571
5916
  "name": "GlobalIpRangeRef",
5572
5917
  "non_null": false
5573
5918
  },
5574
- "varName": "GlobalIpRangeRef"
5919
+ "varName": "globalIpRangeRef"
5575
5920
  },
5576
5921
  "group": {
5577
- "alias": "GroupRefGroup: group",
5922
+ "alias": "groupRefGroup: group",
5578
5923
  "args": {},
5579
5924
  "deprecationReason": null,
5580
5925
  "description": "Groups defined for your account",
@@ -5582,9 +5927,9 @@
5582
5927
  "isDeprecated": false,
5583
5928
  "name": "group",
5584
5929
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.group",
5585
- "requestStr": "$GroupRef:[GroupRef]! ",
5930
+ "requestStr": "$groupRef:[GroupRef]! ",
5586
5931
  "required": true,
5587
- "responseStr": "group:$GroupRef ",
5932
+ "responseStr": "group:$groupRef ",
5588
5933
  "type": {
5589
5934
  "definition": {
5590
5935
  "description": null,
@@ -5649,10 +5994,10 @@
5649
5994
  "name": "GroupRef",
5650
5995
  "non_null": false
5651
5996
  },
5652
- "varName": "GroupRef"
5997
+ "varName": "groupRef"
5653
5998
  },
5654
5999
  "host": {
5655
- "alias": "HostRefHost: host",
6000
+ "alias": "hostRefHost: host",
5656
6001
  "args": {},
5657
6002
  "deprecationReason": null,
5658
6003
  "description": "Hosts and servers defined for your account",
@@ -5660,9 +6005,9 @@
5660
6005
  "isDeprecated": false,
5661
6006
  "name": "host",
5662
6007
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.host",
5663
- "requestStr": "$HostRef:[HostRef]! ",
6008
+ "requestStr": "$hostRef:[HostRef]! ",
5664
6009
  "required": true,
5665
- "responseStr": "host:$HostRef ",
6010
+ "responseStr": "host:$hostRef ",
5666
6011
  "type": {
5667
6012
  "definition": {
5668
6013
  "description": null,
@@ -5727,7 +6072,7 @@
5727
6072
  "name": "HostRef",
5728
6073
  "non_null": false
5729
6074
  },
5730
- "varName": "HostRef"
6075
+ "varName": "hostRef"
5731
6076
  },
5732
6077
  "ip": {
5733
6078
  "args": {},
@@ -5753,7 +6098,7 @@
5753
6098
  "varName": "ip"
5754
6099
  },
5755
6100
  "ipRange": {
5756
- "alias": "IpAddressRangeIpRange: ipRange",
6101
+ "alias": "ipAddressRangeIpRange: ipRange",
5757
6102
  "args": {},
5758
6103
  "deprecationReason": null,
5759
6104
  "description": "Multiple separate IP addresses or an IP range",
@@ -5761,9 +6106,9 @@
5761
6106
  "isDeprecated": false,
5762
6107
  "name": "ipRange",
5763
6108
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.ipRange",
5764
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
6109
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
5765
6110
  "required": true,
5766
- "responseStr": "ipRange:$IpAddressRange ",
6111
+ "responseStr": "ipRange:$ipAddressRange ",
5767
6112
  "type": {
5768
6113
  "definition": {
5769
6114
  "description": "Inclusive range of IPs",
@@ -5828,10 +6173,10 @@
5828
6173
  "name": "IpAddressRange",
5829
6174
  "non_null": false
5830
6175
  },
5831
- "varName": "IpAddressRange"
6176
+ "varName": "ipAddressRange"
5832
6177
  },
5833
6178
  "networkInterface": {
5834
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
6179
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
5835
6180
  "args": {},
5836
6181
  "deprecationReason": null,
5837
6182
  "description": "Network range defined for a site",
@@ -5839,9 +6184,9 @@
5839
6184
  "isDeprecated": false,
5840
6185
  "name": "networkInterface",
5841
6186
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.networkInterface",
5842
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
6187
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
5843
6188
  "required": true,
5844
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
6189
+ "responseStr": "networkInterface:$networkInterfaceRef ",
5845
6190
  "type": {
5846
6191
  "definition": {
5847
6192
  "description": null,
@@ -5906,10 +6251,10 @@
5906
6251
  "name": "NetworkInterfaceRef",
5907
6252
  "non_null": false
5908
6253
  },
5909
- "varName": "NetworkInterfaceRef"
6254
+ "varName": "networkInterfaceRef"
5910
6255
  },
5911
6256
  "site": {
5912
- "alias": "SiteRefSite: site",
6257
+ "alias": "siteRefSite: site",
5913
6258
  "args": {},
5914
6259
  "deprecationReason": null,
5915
6260
  "description": "Site defined for the account",
@@ -5917,9 +6262,9 @@
5917
6262
  "isDeprecated": false,
5918
6263
  "name": "site",
5919
6264
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.site",
5920
- "requestStr": "$SiteRef:[SiteRef]! ",
6265
+ "requestStr": "$siteRef:[SiteRef]! ",
5921
6266
  "required": true,
5922
- "responseStr": "site:$SiteRef ",
6267
+ "responseStr": "site:$siteRef ",
5923
6268
  "type": {
5924
6269
  "definition": {
5925
6270
  "description": null,
@@ -5984,10 +6329,10 @@
5984
6329
  "name": "SiteRef",
5985
6330
  "non_null": false
5986
6331
  },
5987
- "varName": "SiteRef"
6332
+ "varName": "siteRef"
5988
6333
  },
5989
6334
  "siteNetworkSubnet": {
5990
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6335
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
5991
6336
  "args": {},
5992
6337
  "deprecationReason": null,
5993
6338
  "description": "GlobalRange + InterfaceSubnet",
@@ -5995,9 +6340,9 @@
5995
6340
  "isDeprecated": false,
5996
6341
  "name": "siteNetworkSubnet",
5997
6342
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.siteNetworkSubnet",
5998
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6343
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
5999
6344
  "required": true,
6000
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
6345
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6001
6346
  "type": {
6002
6347
  "definition": {
6003
6348
  "description": null,
@@ -6062,7 +6407,7 @@
6062
6407
  "name": "SiteNetworkSubnetRef",
6063
6408
  "non_null": false
6064
6409
  },
6065
- "varName": "SiteNetworkSubnetRef"
6410
+ "varName": "siteNetworkSubnetRef"
6066
6411
  },
6067
6412
  "subnet": {
6068
6413
  "args": {},
@@ -6088,7 +6433,7 @@
6088
6433
  "varName": "subnet"
6089
6434
  },
6090
6435
  "systemGroup": {
6091
- "alias": "SystemGroupRefSystemGroup: systemGroup",
6436
+ "alias": "systemGroupRefSystemGroup: systemGroup",
6092
6437
  "args": {},
6093
6438
  "deprecationReason": null,
6094
6439
  "description": "Predefined Cato groups",
@@ -6096,9 +6441,9 @@
6096
6441
  "isDeprecated": false,
6097
6442
  "name": "systemGroup",
6098
6443
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.systemGroup",
6099
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
6444
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
6100
6445
  "required": true,
6101
- "responseStr": "systemGroup:$SystemGroupRef ",
6446
+ "responseStr": "systemGroup:$systemGroupRef ",
6102
6447
  "type": {
6103
6448
  "definition": {
6104
6449
  "description": null,
@@ -6163,10 +6508,10 @@
6163
6508
  "name": "SystemGroupRef",
6164
6509
  "non_null": false
6165
6510
  },
6166
- "varName": "SystemGroupRef"
6511
+ "varName": "systemGroupRef"
6167
6512
  },
6168
6513
  "user": {
6169
- "alias": "UserRefUser: user",
6514
+ "alias": "userRefUser: user",
6170
6515
  "args": {},
6171
6516
  "deprecationReason": null,
6172
6517
  "description": "Individual users defined for the account",
@@ -6174,9 +6519,9 @@
6174
6519
  "isDeprecated": false,
6175
6520
  "name": "user",
6176
6521
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.user",
6177
- "requestStr": "$UserRef:[UserRef]! ",
6522
+ "requestStr": "$userRef:[UserRef]! ",
6178
6523
  "required": true,
6179
- "responseStr": "user:$UserRef ",
6524
+ "responseStr": "user:$userRef ",
6180
6525
  "type": {
6181
6526
  "definition": {
6182
6527
  "description": null,
@@ -6241,10 +6586,10 @@
6241
6586
  "name": "UserRef",
6242
6587
  "non_null": false
6243
6588
  },
6244
- "varName": "UserRef"
6589
+ "varName": "userRef"
6245
6590
  },
6246
6591
  "usersGroup": {
6247
- "alias": "UsersGroupRefUsersGroup: usersGroup",
6592
+ "alias": "usersGroupRefUsersGroup: usersGroup",
6248
6593
  "args": {},
6249
6594
  "deprecationReason": null,
6250
6595
  "description": "Group of users",
@@ -6252,9 +6597,9 @@
6252
6597
  "isDeprecated": false,
6253
6598
  "name": "usersGroup",
6254
6599
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.exceptions.source.usersGroup",
6255
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
6600
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
6256
6601
  "required": true,
6257
- "responseStr": "usersGroup:$UsersGroupRef ",
6602
+ "responseStr": "usersGroup:$usersGroupRef ",
6258
6603
  "type": {
6259
6604
  "definition": {
6260
6605
  "description": null,
@@ -6319,7 +6664,7 @@
6319
6664
  "name": "UsersGroupRef",
6320
6665
  "non_null": false
6321
6666
  },
6322
- "varName": "UsersGroupRef"
6667
+ "varName": "usersGroupRef"
6323
6668
  }
6324
6669
  },
6325
6670
  "inputFields": null,
@@ -6336,7 +6681,7 @@
6336
6681
  "name": "WanFirewallSource",
6337
6682
  "non_null": false
6338
6683
  },
6339
- "varName": "WanFirewallSource"
6684
+ "varName": "wanFirewallSource"
6340
6685
  }
6341
6686
  },
6342
6687
  "inputFields": null,
@@ -6355,7 +6700,7 @@
6355
6700
  "name": "WanFirewallRuleException",
6356
6701
  "non_null": false
6357
6702
  },
6358
- "varName": "WanFirewallRuleException"
6703
+ "varName": "wanFirewallRuleException"
6359
6704
  },
6360
6705
  "id": {
6361
6706
  "args": {},
@@ -6421,7 +6766,7 @@
6421
6766
  "varName": "name"
6422
6767
  },
6423
6768
  "schedule": {
6424
- "alias": "PolicyScheduleSchedule: schedule",
6769
+ "alias": "policyScheduleSchedule: schedule",
6425
6770
  "args": {},
6426
6771
  "deprecationReason": null,
6427
6772
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -6429,16 +6774,16 @@
6429
6774
  "isDeprecated": false,
6430
6775
  "name": "schedule",
6431
6776
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.schedule",
6432
- "requestStr": "$PolicySchedule:PolicySchedule! ",
6777
+ "requestStr": "$policySchedule:PolicySchedule! ",
6433
6778
  "required": true,
6434
- "responseStr": "schedule:$PolicySchedule ",
6779
+ "responseStr": "schedule:$policySchedule ",
6435
6780
  "type": {
6436
6781
  "definition": {
6437
6782
  "description": null,
6438
6783
  "enumValues": null,
6439
6784
  "fields": {
6440
6785
  "activeOn": {
6441
- "alias": "PolicyActiveOnEnumActiveOn: activeOn",
6786
+ "alias": "policyActiveOnEnumActiveOn: activeOn",
6442
6787
  "args": {},
6443
6788
  "deprecationReason": null,
6444
6789
  "description": null,
@@ -6496,7 +6841,7 @@
6496
6841
  "varName": "activeOn"
6497
6842
  },
6498
6843
  "customRecurring": {
6499
- "alias": "PolicyCustomRecurringCustomRecurring: customRecurring",
6844
+ "alias": "policyCustomRecurringCustomRecurring: customRecurring",
6500
6845
  "args": {},
6501
6846
  "deprecationReason": null,
6502
6847
  "description": null,
@@ -6504,9 +6849,9 @@
6504
6849
  "isDeprecated": false,
6505
6850
  "name": "customRecurring",
6506
6851
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.schedule.customRecurring",
6507
- "requestStr": "$PolicyCustomRecurring:PolicyCustomRecurring ",
6852
+ "requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
6508
6853
  "required": false,
6509
- "responseStr": "customRecurring:$PolicyCustomRecurring ",
6854
+ "responseStr": "customRecurring:$policyCustomRecurring ",
6510
6855
  "type": {
6511
6856
  "definition": {
6512
6857
  "description": "Returns data for a custom recurring time range that a rule is active",
@@ -6645,10 +6990,10 @@
6645
6990
  "name": "PolicyCustomRecurring",
6646
6991
  "non_null": false
6647
6992
  },
6648
- "varName": "PolicyCustomRecurring"
6993
+ "varName": "policyCustomRecurring"
6649
6994
  },
6650
6995
  "customTimeframe": {
6651
- "alias": "PolicyCustomTimeframeCustomTimeframe: customTimeframe",
6996
+ "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
6652
6997
  "args": {},
6653
6998
  "deprecationReason": null,
6654
6999
  "description": null,
@@ -6656,9 +7001,9 @@
6656
7001
  "isDeprecated": false,
6657
7002
  "name": "customTimeframe",
6658
7003
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.schedule.customTimeframe",
6659
- "requestStr": "$PolicyCustomTimeframe:PolicyCustomTimeframe ",
7004
+ "requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
6660
7005
  "required": false,
6661
- "responseStr": "customTimeframe:$PolicyCustomTimeframe ",
7006
+ "responseStr": "customTimeframe:$policyCustomTimeframe ",
6662
7007
  "type": {
6663
7008
  "definition": {
6664
7009
  "description": "Returns data for a custom one-time time range that a rule is active",
@@ -6720,7 +7065,7 @@
6720
7065
  "name": "PolicyCustomTimeframe",
6721
7066
  "non_null": false
6722
7067
  },
6723
- "varName": "PolicyCustomTimeframe"
7068
+ "varName": "policyCustomTimeframe"
6724
7069
  }
6725
7070
  },
6726
7071
  "inputFields": null,
@@ -6737,10 +7082,10 @@
6737
7082
  "name": "PolicySchedule",
6738
7083
  "non_null": false
6739
7084
  },
6740
- "varName": "PolicySchedule"
7085
+ "varName": "policySchedule"
6741
7086
  },
6742
7087
  "section": {
6743
- "alias": "PolicySectionInfoSection: section",
7088
+ "alias": "policySectionInfoSection: section",
6744
7089
  "args": {},
6745
7090
  "deprecationReason": null,
6746
7091
  "description": "Policy section where the rule is located",
@@ -6748,9 +7093,9 @@
6748
7093
  "isDeprecated": false,
6749
7094
  "name": "section",
6750
7095
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.section",
6751
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
7096
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
6752
7097
  "required": true,
6753
- "responseStr": "section:$PolicySectionInfo ",
7098
+ "responseStr": "section:$policySectionInfo ",
6754
7099
  "type": {
6755
7100
  "definition": {
6756
7101
  "description": "Define settings for a policy section",
@@ -6813,10 +7158,10 @@
6813
7158
  "name": "PolicySectionInfo",
6814
7159
  "non_null": false
6815
7160
  },
6816
- "varName": "PolicySectionInfo"
7161
+ "varName": "policySectionInfo"
6817
7162
  },
6818
7163
  "service": {
6819
- "alias": "WanFirewallServiceTypeService: service",
7164
+ "alias": "wanFirewallServiceTypeService: service",
6820
7165
  "args": {},
6821
7166
  "deprecationReason": null,
6822
7167
  "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -6824,16 +7169,16 @@
6824
7169
  "isDeprecated": false,
6825
7170
  "name": "service",
6826
7171
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.service",
6827
- "requestStr": "$WanFirewallServiceType:WanFirewallServiceType! ",
7172
+ "requestStr": "$wanFirewallServiceType:WanFirewallServiceType! ",
6828
7173
  "required": true,
6829
- "responseStr": "service:$WanFirewallServiceType ",
7174
+ "responseStr": "service:$wanFirewallServiceType ",
6830
7175
  "type": {
6831
7176
  "definition": {
6832
7177
  "description": "Add the Service Type to which this Internet Firewall rule applies",
6833
7178
  "enumValues": null,
6834
7179
  "fields": {
6835
7180
  "custom": {
6836
- "alias": "CustomServiceCustom: custom",
7181
+ "alias": "customServiceCustom: custom",
6837
7182
  "args": {},
6838
7183
  "deprecationReason": null,
6839
7184
  "description": null,
@@ -6841,9 +7186,9 @@
6841
7186
  "isDeprecated": false,
6842
7187
  "name": "custom",
6843
7188
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.service.custom",
6844
- "requestStr": "$CustomService:[CustomService]! ",
7189
+ "requestStr": "$customService:[CustomService]! ",
6845
7190
  "required": true,
6846
- "responseStr": "custom:$CustomService ",
7191
+ "responseStr": "custom:$customService ",
6847
7192
  "type": {
6848
7193
  "definition": {
6849
7194
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -6872,7 +7217,7 @@
6872
7217
  "varName": "port"
6873
7218
  },
6874
7219
  "portRange": {
6875
- "alias": "PortRangePortRange: portRange",
7220
+ "alias": "portRangePortRange: portRange",
6876
7221
  "args": {},
6877
7222
  "deprecationReason": null,
6878
7223
  "description": null,
@@ -6880,9 +7225,9 @@
6880
7225
  "isDeprecated": false,
6881
7226
  "name": "portRange",
6882
7227
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.service.custom.portRange",
6883
- "requestStr": "$PortRange:PortRange ",
7228
+ "requestStr": "$portRange:PortRange ",
6884
7229
  "required": false,
6885
- "responseStr": "portRange:$PortRange ",
7230
+ "responseStr": "portRange:$portRange ",
6886
7231
  "type": {
6887
7232
  "definition": {
6888
7233
  "description": "Inclusive network port range",
@@ -6944,10 +7289,10 @@
6944
7289
  "name": "PortRange",
6945
7290
  "non_null": false
6946
7291
  },
6947
- "varName": "PortRange"
7292
+ "varName": "portRange"
6948
7293
  },
6949
7294
  "protocol": {
6950
- "alias": "IpProtocolProtocol: protocol",
7295
+ "alias": "ipProtocolProtocol: protocol",
6951
7296
  "args": {},
6952
7297
  "deprecationReason": null,
6953
7298
  "description": null,
@@ -7027,10 +7372,10 @@
7027
7372
  "name": "CustomService",
7028
7373
  "non_null": false
7029
7374
  },
7030
- "varName": "CustomService"
7375
+ "varName": "customService"
7031
7376
  },
7032
7377
  "standard": {
7033
- "alias": "ServiceRefStandard: standard",
7378
+ "alias": "serviceRefStandard: standard",
7034
7379
  "args": {},
7035
7380
  "deprecationReason": null,
7036
7381
  "description": null,
@@ -7038,9 +7383,9 @@
7038
7383
  "isDeprecated": false,
7039
7384
  "name": "standard",
7040
7385
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.service.standard",
7041
- "requestStr": "$ServiceRef:[ServiceRef]! ",
7386
+ "requestStr": "$serviceRef:[ServiceRef]! ",
7042
7387
  "required": true,
7043
- "responseStr": "standard:$ServiceRef ",
7388
+ "responseStr": "standard:$serviceRef ",
7044
7389
  "type": {
7045
7390
  "definition": {
7046
7391
  "description": null,
@@ -7105,7 +7450,7 @@
7105
7450
  "name": "ServiceRef",
7106
7451
  "non_null": false
7107
7452
  },
7108
- "varName": "ServiceRef"
7453
+ "varName": "serviceRef"
7109
7454
  }
7110
7455
  },
7111
7456
  "inputFields": null,
@@ -7122,10 +7467,10 @@
7122
7467
  "name": "WanFirewallServiceType",
7123
7468
  "non_null": false
7124
7469
  },
7125
- "varName": "WanFirewallServiceType"
7470
+ "varName": "wanFirewallServiceType"
7126
7471
  },
7127
7472
  "source": {
7128
- "alias": "WanFirewallSourceSource: source",
7473
+ "alias": "wanFirewallSourceSource: source",
7129
7474
  "args": {},
7130
7475
  "deprecationReason": null,
7131
7476
  "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -7133,16 +7478,16 @@
7133
7478
  "isDeprecated": false,
7134
7479
  "name": "source",
7135
7480
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source",
7136
- "requestStr": "$WanFirewallSource:WanFirewallSource! ",
7481
+ "requestStr": "$wanFirewallSource:WanFirewallSource! ",
7137
7482
  "required": true,
7138
- "responseStr": "source:$WanFirewallSource ",
7483
+ "responseStr": "source:$wanFirewallSource ",
7139
7484
  "type": {
7140
7485
  "definition": {
7141
7486
  "description": "Returns the settings for Source of an Wan Firewall rule",
7142
7487
  "enumValues": null,
7143
7488
  "fields": {
7144
7489
  "floatingSubnet": {
7145
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
7490
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
7146
7491
  "args": {},
7147
7492
  "deprecationReason": null,
7148
7493
  "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.",
@@ -7150,9 +7495,9 @@
7150
7495
  "isDeprecated": false,
7151
7496
  "name": "floatingSubnet",
7152
7497
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.floatingSubnet",
7153
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
7498
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
7154
7499
  "required": true,
7155
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
7500
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
7156
7501
  "type": {
7157
7502
  "definition": {
7158
7503
  "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -7217,10 +7562,10 @@
7217
7562
  "name": "FloatingSubnetRef",
7218
7563
  "non_null": false
7219
7564
  },
7220
- "varName": "FloatingSubnetRef"
7565
+ "varName": "floatingSubnetRef"
7221
7566
  },
7222
7567
  "globalIpRange": {
7223
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
7568
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
7224
7569
  "args": {},
7225
7570
  "deprecationReason": null,
7226
7571
  "description": "Globally defined IP range, IP and subnet objects",
@@ -7228,9 +7573,9 @@
7228
7573
  "isDeprecated": false,
7229
7574
  "name": "globalIpRange",
7230
7575
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.globalIpRange",
7231
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
7576
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
7232
7577
  "required": true,
7233
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
7578
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
7234
7579
  "type": {
7235
7580
  "definition": {
7236
7581
  "description": null,
@@ -7295,10 +7640,10 @@
7295
7640
  "name": "GlobalIpRangeRef",
7296
7641
  "non_null": false
7297
7642
  },
7298
- "varName": "GlobalIpRangeRef"
7643
+ "varName": "globalIpRangeRef"
7299
7644
  },
7300
7645
  "group": {
7301
- "alias": "GroupRefGroup: group",
7646
+ "alias": "groupRefGroup: group",
7302
7647
  "args": {},
7303
7648
  "deprecationReason": null,
7304
7649
  "description": "Groups defined for your account",
@@ -7306,9 +7651,9 @@
7306
7651
  "isDeprecated": false,
7307
7652
  "name": "group",
7308
7653
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.group",
7309
- "requestStr": "$GroupRef:[GroupRef]! ",
7654
+ "requestStr": "$groupRef:[GroupRef]! ",
7310
7655
  "required": true,
7311
- "responseStr": "group:$GroupRef ",
7656
+ "responseStr": "group:$groupRef ",
7312
7657
  "type": {
7313
7658
  "definition": {
7314
7659
  "description": null,
@@ -7373,10 +7718,10 @@
7373
7718
  "name": "GroupRef",
7374
7719
  "non_null": false
7375
7720
  },
7376
- "varName": "GroupRef"
7721
+ "varName": "groupRef"
7377
7722
  },
7378
7723
  "host": {
7379
- "alias": "HostRefHost: host",
7724
+ "alias": "hostRefHost: host",
7380
7725
  "args": {},
7381
7726
  "deprecationReason": null,
7382
7727
  "description": "Hosts and servers defined for your account",
@@ -7384,9 +7729,9 @@
7384
7729
  "isDeprecated": false,
7385
7730
  "name": "host",
7386
7731
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.host",
7387
- "requestStr": "$HostRef:[HostRef]! ",
7732
+ "requestStr": "$hostRef:[HostRef]! ",
7388
7733
  "required": true,
7389
- "responseStr": "host:$HostRef ",
7734
+ "responseStr": "host:$hostRef ",
7390
7735
  "type": {
7391
7736
  "definition": {
7392
7737
  "description": null,
@@ -7451,7 +7796,7 @@
7451
7796
  "name": "HostRef",
7452
7797
  "non_null": false
7453
7798
  },
7454
- "varName": "HostRef"
7799
+ "varName": "hostRef"
7455
7800
  },
7456
7801
  "ip": {
7457
7802
  "args": {},
@@ -7477,7 +7822,7 @@
7477
7822
  "varName": "ip"
7478
7823
  },
7479
7824
  "ipRange": {
7480
- "alias": "IpAddressRangeIpRange: ipRange",
7825
+ "alias": "ipAddressRangeIpRange: ipRange",
7481
7826
  "args": {},
7482
7827
  "deprecationReason": null,
7483
7828
  "description": "Multiple separate IP addresses or an IP range",
@@ -7485,9 +7830,9 @@
7485
7830
  "isDeprecated": false,
7486
7831
  "name": "ipRange",
7487
7832
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.ipRange",
7488
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
7833
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
7489
7834
  "required": true,
7490
- "responseStr": "ipRange:$IpAddressRange ",
7835
+ "responseStr": "ipRange:$ipAddressRange ",
7491
7836
  "type": {
7492
7837
  "definition": {
7493
7838
  "description": "Inclusive range of IPs",
@@ -7552,10 +7897,10 @@
7552
7897
  "name": "IpAddressRange",
7553
7898
  "non_null": false
7554
7899
  },
7555
- "varName": "IpAddressRange"
7900
+ "varName": "ipAddressRange"
7556
7901
  },
7557
7902
  "networkInterface": {
7558
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
7903
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
7559
7904
  "args": {},
7560
7905
  "deprecationReason": null,
7561
7906
  "description": "Network range defined for a site",
@@ -7563,9 +7908,9 @@
7563
7908
  "isDeprecated": false,
7564
7909
  "name": "networkInterface",
7565
7910
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.networkInterface",
7566
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
7911
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
7567
7912
  "required": true,
7568
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
7913
+ "responseStr": "networkInterface:$networkInterfaceRef ",
7569
7914
  "type": {
7570
7915
  "definition": {
7571
7916
  "description": null,
@@ -7630,10 +7975,10 @@
7630
7975
  "name": "NetworkInterfaceRef",
7631
7976
  "non_null": false
7632
7977
  },
7633
- "varName": "NetworkInterfaceRef"
7978
+ "varName": "networkInterfaceRef"
7634
7979
  },
7635
7980
  "site": {
7636
- "alias": "SiteRefSite: site",
7981
+ "alias": "siteRefSite: site",
7637
7982
  "args": {},
7638
7983
  "deprecationReason": null,
7639
7984
  "description": "Site defined for the account",
@@ -7641,9 +7986,9 @@
7641
7986
  "isDeprecated": false,
7642
7987
  "name": "site",
7643
7988
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.site",
7644
- "requestStr": "$SiteRef:[SiteRef]! ",
7989
+ "requestStr": "$siteRef:[SiteRef]! ",
7645
7990
  "required": true,
7646
- "responseStr": "site:$SiteRef ",
7991
+ "responseStr": "site:$siteRef ",
7647
7992
  "type": {
7648
7993
  "definition": {
7649
7994
  "description": null,
@@ -7708,10 +8053,10 @@
7708
8053
  "name": "SiteRef",
7709
8054
  "non_null": false
7710
8055
  },
7711
- "varName": "SiteRef"
8056
+ "varName": "siteRef"
7712
8057
  },
7713
8058
  "siteNetworkSubnet": {
7714
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
8059
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
7715
8060
  "args": {},
7716
8061
  "deprecationReason": null,
7717
8062
  "description": "GlobalRange + InterfaceSubnet",
@@ -7719,9 +8064,9 @@
7719
8064
  "isDeprecated": false,
7720
8065
  "name": "siteNetworkSubnet",
7721
8066
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.siteNetworkSubnet",
7722
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
8067
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
7723
8068
  "required": true,
7724
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
8069
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
7725
8070
  "type": {
7726
8071
  "definition": {
7727
8072
  "description": null,
@@ -7786,7 +8131,7 @@
7786
8131
  "name": "SiteNetworkSubnetRef",
7787
8132
  "non_null": false
7788
8133
  },
7789
- "varName": "SiteNetworkSubnetRef"
8134
+ "varName": "siteNetworkSubnetRef"
7790
8135
  },
7791
8136
  "subnet": {
7792
8137
  "args": {},
@@ -7812,7 +8157,7 @@
7812
8157
  "varName": "subnet"
7813
8158
  },
7814
8159
  "systemGroup": {
7815
- "alias": "SystemGroupRefSystemGroup: systemGroup",
8160
+ "alias": "systemGroupRefSystemGroup: systemGroup",
7816
8161
  "args": {},
7817
8162
  "deprecationReason": null,
7818
8163
  "description": "Predefined Cato groups",
@@ -7820,9 +8165,9 @@
7820
8165
  "isDeprecated": false,
7821
8166
  "name": "systemGroup",
7822
8167
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.systemGroup",
7823
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
8168
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
7824
8169
  "required": true,
7825
- "responseStr": "systemGroup:$SystemGroupRef ",
8170
+ "responseStr": "systemGroup:$systemGroupRef ",
7826
8171
  "type": {
7827
8172
  "definition": {
7828
8173
  "description": null,
@@ -7887,10 +8232,10 @@
7887
8232
  "name": "SystemGroupRef",
7888
8233
  "non_null": false
7889
8234
  },
7890
- "varName": "SystemGroupRef"
8235
+ "varName": "systemGroupRef"
7891
8236
  },
7892
8237
  "user": {
7893
- "alias": "UserRefUser: user",
8238
+ "alias": "userRefUser: user",
7894
8239
  "args": {},
7895
8240
  "deprecationReason": null,
7896
8241
  "description": "Individual users defined for the account",
@@ -7898,9 +8243,9 @@
7898
8243
  "isDeprecated": false,
7899
8244
  "name": "user",
7900
8245
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.user",
7901
- "requestStr": "$UserRef:[UserRef]! ",
8246
+ "requestStr": "$userRef:[UserRef]! ",
7902
8247
  "required": true,
7903
- "responseStr": "user:$UserRef ",
8248
+ "responseStr": "user:$userRef ",
7904
8249
  "type": {
7905
8250
  "definition": {
7906
8251
  "description": null,
@@ -7965,10 +8310,10 @@
7965
8310
  "name": "UserRef",
7966
8311
  "non_null": false
7967
8312
  },
7968
- "varName": "UserRef"
8313
+ "varName": "userRef"
7969
8314
  },
7970
8315
  "usersGroup": {
7971
- "alias": "UsersGroupRefUsersGroup: usersGroup",
8316
+ "alias": "usersGroupRefUsersGroup: usersGroup",
7972
8317
  "args": {},
7973
8318
  "deprecationReason": null,
7974
8319
  "description": "Group of users",
@@ -7976,9 +8321,9 @@
7976
8321
  "isDeprecated": false,
7977
8322
  "name": "usersGroup",
7978
8323
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.source.usersGroup",
7979
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
8324
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
7980
8325
  "required": true,
7981
- "responseStr": "usersGroup:$UsersGroupRef ",
8326
+ "responseStr": "usersGroup:$usersGroupRef ",
7982
8327
  "type": {
7983
8328
  "definition": {
7984
8329
  "description": null,
@@ -8043,7 +8388,7 @@
8043
8388
  "name": "UsersGroupRef",
8044
8389
  "non_null": false
8045
8390
  },
8046
- "varName": "UsersGroupRef"
8391
+ "varName": "usersGroupRef"
8047
8392
  }
8048
8393
  },
8049
8394
  "inputFields": null,
@@ -8060,10 +8405,10 @@
8060
8405
  "name": "WanFirewallSource",
8061
8406
  "non_null": false
8062
8407
  },
8063
- "varName": "WanFirewallSource"
8408
+ "varName": "wanFirewallSource"
8064
8409
  },
8065
8410
  "tracking": {
8066
- "alias": "PolicyTrackingTracking: tracking",
8411
+ "alias": "policyTrackingTracking: tracking",
8067
8412
  "args": {},
8068
8413
  "deprecationReason": null,
8069
8414
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -8071,16 +8416,16 @@
8071
8416
  "isDeprecated": false,
8072
8417
  "name": "tracking",
8073
8418
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.tracking",
8074
- "requestStr": "$PolicyTracking:PolicyTracking! ",
8419
+ "requestStr": "$policyTracking:PolicyTracking! ",
8075
8420
  "required": true,
8076
- "responseStr": "tracking:$PolicyTracking ",
8421
+ "responseStr": "tracking:$policyTracking ",
8077
8422
  "type": {
8078
8423
  "definition": {
8079
8424
  "description": null,
8080
8425
  "enumValues": null,
8081
8426
  "fields": {
8082
8427
  "alert": {
8083
- "alias": "PolicyRuleTrackingAlertAlert: alert",
8428
+ "alias": "policyRuleTrackingAlertAlert: alert",
8084
8429
  "args": {},
8085
8430
  "deprecationReason": null,
8086
8431
  "description": null,
@@ -8088,9 +8433,9 @@
8088
8433
  "isDeprecated": false,
8089
8434
  "name": "alert",
8090
8435
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert",
8091
- "requestStr": "$PolicyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
8436
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
8092
8437
  "required": true,
8093
- "responseStr": "alert:$PolicyRuleTrackingAlert ",
8438
+ "responseStr": "alert:$policyRuleTrackingAlert ",
8094
8439
  "type": {
8095
8440
  "definition": {
8096
8441
  "description": "Returns data for the alert settings for the rule",
@@ -8118,7 +8463,7 @@
8118
8463
  "varName": "enabled"
8119
8464
  },
8120
8465
  "frequency": {
8121
- "alias": "PolicyRuleTrackingFrequencyEnumFrequency: frequency",
8466
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
8122
8467
  "args": {},
8123
8468
  "deprecationReason": null,
8124
8469
  "description": "Returns data for the alert frequency",
@@ -8176,7 +8521,7 @@
8176
8521
  "varName": "frequency"
8177
8522
  },
8178
8523
  "mailingList": {
8179
- "alias": "SubscriptionMailingListRefMailingList: mailingList",
8524
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
8180
8525
  "args": {},
8181
8526
  "deprecationReason": null,
8182
8527
  "description": "Returns data for the Mailing List that receives the alert",
@@ -8184,9 +8529,9 @@
8184
8529
  "isDeprecated": false,
8185
8530
  "name": "mailingList",
8186
8531
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert.mailingList",
8187
- "requestStr": "$SubscriptionMailingListRef:[SubscriptionMailingListRef]! ",
8532
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
8188
8533
  "required": true,
8189
- "responseStr": "mailingList:$SubscriptionMailingListRef ",
8534
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
8190
8535
  "type": {
8191
8536
  "definition": {
8192
8537
  "description": null,
@@ -8251,10 +8596,10 @@
8251
8596
  "name": "SubscriptionMailingListRef",
8252
8597
  "non_null": false
8253
8598
  },
8254
- "varName": "SubscriptionMailingListRef"
8599
+ "varName": "subscriptionMailingListRef"
8255
8600
  },
8256
8601
  "subscriptionGroup": {
8257
- "alias": "SubscriptionGroupRefSubscriptionGroup: subscriptionGroup",
8602
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
8258
8603
  "args": {},
8259
8604
  "deprecationReason": null,
8260
8605
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -8262,9 +8607,9 @@
8262
8607
  "isDeprecated": false,
8263
8608
  "name": "subscriptionGroup",
8264
8609
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert.subscriptionGroup",
8265
- "requestStr": "$SubscriptionGroupRef:[SubscriptionGroupRef]! ",
8610
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
8266
8611
  "required": true,
8267
- "responseStr": "subscriptionGroup:$SubscriptionGroupRef ",
8612
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
8268
8613
  "type": {
8269
8614
  "definition": {
8270
8615
  "description": null,
@@ -8329,10 +8674,10 @@
8329
8674
  "name": "SubscriptionGroupRef",
8330
8675
  "non_null": false
8331
8676
  },
8332
- "varName": "SubscriptionGroupRef"
8677
+ "varName": "subscriptionGroupRef"
8333
8678
  },
8334
8679
  "webhook": {
8335
- "alias": "SubscriptionWebhookRefWebhook: webhook",
8680
+ "alias": "subscriptionWebhookRefWebhook: webhook",
8336
8681
  "args": {},
8337
8682
  "deprecationReason": null,
8338
8683
  "description": "Returns data for the Webhook that receives the alert",
@@ -8340,9 +8685,9 @@
8340
8685
  "isDeprecated": false,
8341
8686
  "name": "webhook",
8342
8687
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.tracking.alert.webhook",
8343
- "requestStr": "$SubscriptionWebhookRef:[SubscriptionWebhookRef]! ",
8688
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
8344
8689
  "required": true,
8345
- "responseStr": "webhook:$SubscriptionWebhookRef ",
8690
+ "responseStr": "webhook:$subscriptionWebhookRef ",
8346
8691
  "type": {
8347
8692
  "definition": {
8348
8693
  "description": null,
@@ -8407,7 +8752,7 @@
8407
8752
  "name": "SubscriptionWebhookRef",
8408
8753
  "non_null": false
8409
8754
  },
8410
- "varName": "SubscriptionWebhookRef"
8755
+ "varName": "subscriptionWebhookRef"
8411
8756
  }
8412
8757
  },
8413
8758
  "inputFields": null,
@@ -8424,10 +8769,10 @@
8424
8769
  "name": "PolicyRuleTrackingAlert",
8425
8770
  "non_null": false
8426
8771
  },
8427
- "varName": "PolicyRuleTrackingAlert"
8772
+ "varName": "policyRuleTrackingAlert"
8428
8773
  },
8429
8774
  "event": {
8430
- "alias": "PolicyRuleTrackingEventEvent: event",
8775
+ "alias": "policyRuleTrackingEventEvent: event",
8431
8776
  "args": {},
8432
8777
  "deprecationReason": null,
8433
8778
  "description": null,
@@ -8435,9 +8780,9 @@
8435
8780
  "isDeprecated": false,
8436
8781
  "name": "event",
8437
8782
  "path": "wanFirewall.discardPolicyRevision.policy.rules.rule.tracking.event",
8438
- "requestStr": "$PolicyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
8783
+ "requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
8439
8784
  "required": true,
8440
- "responseStr": "event:$PolicyRuleTrackingEvent ",
8785
+ "responseStr": "event:$policyRuleTrackingEvent ",
8441
8786
  "type": {
8442
8787
  "definition": {
8443
8788
  "description": "Returns data if an alert is sent for a rule",
@@ -8479,7 +8824,7 @@
8479
8824
  "name": "PolicyRuleTrackingEvent",
8480
8825
  "non_null": false
8481
8826
  },
8482
- "varName": "PolicyRuleTrackingEvent"
8827
+ "varName": "policyRuleTrackingEvent"
8483
8828
  }
8484
8829
  },
8485
8830
  "inputFields": null,
@@ -8496,7 +8841,7 @@
8496
8841
  "name": "PolicyTracking",
8497
8842
  "non_null": false
8498
8843
  },
8499
- "varName": "PolicyTracking"
8844
+ "varName": "policyTracking"
8500
8845
  }
8501
8846
  },
8502
8847
  "inputFields": null,
@@ -8513,7 +8858,7 @@
8513
8858
  "name": "WanFirewallRule",
8514
8859
  "non_null": false
8515
8860
  },
8516
- "varName": "WanFirewallRule"
8861
+ "varName": "wanFirewallRule"
8517
8862
  }
8518
8863
  },
8519
8864
  "inputFields": null,
@@ -8532,7 +8877,7 @@
8532
8877
  "name": "WanFirewallRulePayload",
8533
8878
  "non_null": false
8534
8879
  },
8535
- "varName": "WanFirewallRulePayload"
8880
+ "varName": "wanFirewallRulePayload"
8536
8881
  },
8537
8882
  "sections": {
8538
8883
  "args": {},
@@ -8542,16 +8887,16 @@
8542
8887
  "isDeprecated": false,
8543
8888
  "name": "sections",
8544
8889
  "path": "wanFirewall.discardPolicyRevision.policy.sections",
8545
- "requestStr": "$PolicySectionPayload:[PolicySectionPayload]! ",
8890
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
8546
8891
  "required": true,
8547
- "responseStr": "sections:$PolicySectionPayload ",
8892
+ "responseStr": "sections:$policySectionPayload ",
8548
8893
  "type": {
8549
8894
  "definition": {
8550
8895
  "description": null,
8551
8896
  "enumValues": null,
8552
8897
  "fields": {
8553
8898
  "audit": {
8554
- "alias": "PolicyElementAuditAudit: audit",
8899
+ "alias": "policyElementAuditAudit: audit",
8555
8900
  "args": {},
8556
8901
  "deprecationReason": null,
8557
8902
  "description": null,
@@ -8559,9 +8904,9 @@
8559
8904
  "isDeprecated": false,
8560
8905
  "name": "audit",
8561
8906
  "path": "wanFirewall.discardPolicyRevision.policy.sections.audit",
8562
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
8907
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
8563
8908
  "required": true,
8564
- "responseStr": "audit:$PolicyElementAudit ",
8909
+ "responseStr": "audit:$policyElementAudit ",
8565
8910
  "type": {
8566
8911
  "definition": {
8567
8912
  "description": null,
@@ -8624,10 +8969,10 @@
8624
8969
  "name": "PolicyElementAudit",
8625
8970
  "non_null": false
8626
8971
  },
8627
- "varName": "PolicyElementAudit"
8972
+ "varName": "policyElementAudit"
8628
8973
  },
8629
8974
  "properties": {
8630
- "alias": "PolicyElementPropertiesEnumProperties: properties",
8975
+ "alias": "policyElementPropertiesEnumProperties: properties",
8631
8976
  "args": {},
8632
8977
  "deprecationReason": null,
8633
8978
  "description": null,
@@ -8705,7 +9050,7 @@
8705
9050
  "varName": "properties"
8706
9051
  },
8707
9052
  "section": {
8708
- "alias": "PolicySectionInfoSection: section",
9053
+ "alias": "policySectionInfoSection: section",
8709
9054
  "args": {},
8710
9055
  "deprecationReason": null,
8711
9056
  "description": null,
@@ -8713,9 +9058,9 @@
8713
9058
  "isDeprecated": false,
8714
9059
  "name": "section",
8715
9060
  "path": "wanFirewall.discardPolicyRevision.policy.sections.section",
8716
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
9061
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
8717
9062
  "required": true,
8718
- "responseStr": "section:$PolicySectionInfo ",
9063
+ "responseStr": "section:$policySectionInfo ",
8719
9064
  "type": {
8720
9065
  "definition": {
8721
9066
  "description": "Define settings for a policy section",
@@ -8778,7 +9123,7 @@
8778
9123
  "name": "PolicySectionInfo",
8779
9124
  "non_null": false
8780
9125
  },
8781
- "varName": "PolicySectionInfo"
9126
+ "varName": "policySectionInfo"
8782
9127
  }
8783
9128
  },
8784
9129
  "inputFields": null,
@@ -8797,7 +9142,7 @@
8797
9142
  "name": "PolicySectionPayload",
8798
9143
  "non_null": false
8799
9144
  },
8800
- "varName": "PolicySectionPayload"
9145
+ "varName": "policySectionPayload"
8801
9146
  }
8802
9147
  },
8803
9148
  "inputFields": null,
@@ -8813,10 +9158,10 @@
8813
9158
  "name": "WanFirewallPolicy",
8814
9159
  "non_null": false
8815
9160
  },
8816
- "varName": "WanFirewallPolicy"
9161
+ "varName": "wanFirewallPolicy"
8817
9162
  },
8818
9163
  "status": {
8819
- "alias": "PolicyMutationStatusStatus: status",
9164
+ "alias": "policyMutationStatusStatus: status",
8820
9165
  "args": {},
8821
9166
  "deprecationReason": null,
8822
9167
  "description": null,
@@ -8876,7 +9221,7 @@
8876
9221
  "name": "WanFirewallPolicyMutationPayload",
8877
9222
  "non_null": false
8878
9223
  },
8879
- "varName": "WanFirewallPolicyMutationPayload"
9224
+ "varName": "wanFirewallPolicyMutationPayload"
8880
9225
  }
8881
9226
  },
8882
9227
  "inputFields": null,
@@ -8892,7 +9237,7 @@
8892
9237
  "name": "WanFirewallPolicyMutations",
8893
9238
  "non_null": false
8894
9239
  },
8895
- "varName": "WanFirewallPolicyMutations"
9240
+ "varName": "wanFirewallPolicyMutations"
8896
9241
  }
8897
9242
  },
8898
9243
  "inputFields": null,
@@ -8909,13 +9254,13 @@
8909
9254
  "non_null": false
8910
9255
  },
8911
9256
  "variablesPayload": {
8912
- "PolicyDiscardRevisionInput": {
9257
+ "policyDiscardRevisionInput": {
8913
9258
  "id": {
8914
9259
  "id": "ID"
8915
9260
  }
8916
9261
  },
8917
- "WanFirewallPolicyMutationInput": {
8918
- "PolicyMutationRevisionInput": {
9262
+ "wanFirewallPolicyMutationInput": {
9263
+ "policyMutationRevisionInput": {
8919
9264
  "id": {
8920
9265
  "id": "ID"
8921
9266
  }