catocli 1.0.14__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 (164) hide show
  1. catocli/Utils/clidriver.py +5 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  12. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  23. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  35. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  36. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  37. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  38. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  39. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  40. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  41. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  42. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  43. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  44. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  45. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  46. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  47. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  48. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  49. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  50. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  51. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  52. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  53. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  54. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  55. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  56. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  57. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  61. catocli/parsers/parserApiClient.py +7 -4
  62. catocli/parsers/query_accountManagement/README.md +16 -0
  63. catocli/parsers/query_accountManagement/__init__.py +17 -0
  64. catocli/parsers/query_admins/README.md +2 -2
  65. catocli/parsers/query_appStats/README.md +5 -5
  66. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  67. catocli/parsers/query_auditFeed/README.md +2 -2
  68. catocli/parsers/query_container/README.md +8 -8
  69. catocli/parsers/query_entityLookup/README.md +6 -6
  70. catocli/parsers/query_events/README.md +5 -5
  71. catocli/parsers/query_eventsFeed/README.md +2 -2
  72. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  73. catocli/parsers/query_hardwareManagement/README.md +2 -2
  74. catocli/parsers/query_policy/README.md +3 -3
  75. catocli/parsers/query_xdr_stories/README.md +2 -2
  76. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  77. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
  78. models/mutation.accountManagement.addAccount.json +908 -0
  79. models/mutation.accountManagement.removeAccount.json +446 -0
  80. models/mutation.accountManagement.updateAccount.json +524 -0
  81. models/mutation.admin.addAdmin.json +103 -103
  82. models/mutation.admin.removeAdmin.json +3 -3
  83. models/mutation.admin.updateAdmin.json +121 -121
  84. models/mutation.container.delete.json +67 -67
  85. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  86. models/mutation.policy.internetFirewall.addSection.json +92 -92
  87. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  88. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  89. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  90. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  91. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  92. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  93. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  94. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  95. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  96. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  97. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  98. models/mutation.policy.wanFirewall.addSection.json +92 -92
  99. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  100. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  101. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  102. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  103. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  104. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  105. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  106. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  107. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  108. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  109. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  110. models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
  111. models/mutation.site.addNetworkRange.json +53 -53
  112. models/mutation.site.addSocketSite.json +43 -43
  113. models/mutation.site.addStaticHost.json +33 -33
  114. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
  115. models/mutation.site.removeNetworkRange.json +3 -3
  116. models/mutation.site.removeSite.json +3 -3
  117. models/mutation.site.removeStaticHost.json +3 -3
  118. models/mutation.site.updateHa.json +54 -54
  119. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  120. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  121. models/mutation.site.updateNetworkRange.json +74 -74
  122. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  123. models/mutation.site.updateSocketInterface.json +282 -282
  124. models/mutation.site.updateStaticHost.json +54 -54
  125. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  126. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
  127. models/mutation.sites.addNetworkRange.json +53 -53
  128. models/mutation.sites.addSocketSite.json +43 -43
  129. models/mutation.sites.addStaticHost.json +33 -33
  130. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
  131. models/mutation.sites.removeNetworkRange.json +3 -3
  132. models/mutation.sites.removeSite.json +3 -3
  133. models/mutation.sites.removeStaticHost.json +3 -3
  134. models/mutation.sites.updateHa.json +54 -54
  135. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  136. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  137. models/mutation.sites.updateNetworkRange.json +74 -74
  138. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  139. models/mutation.sites.updateSocketInterface.json +282 -282
  140. models/mutation.sites.updateStaticHost.json +54 -54
  141. models/query.accountManagement.json +355 -0
  142. models/query.accountMetrics.json +235 -235
  143. models/query.accountRoles.json +3 -3
  144. models/query.accountSnapshot.json +116 -116
  145. models/query.admin.json +24 -24
  146. models/query.admins.json +138 -138
  147. models/query.appStats.json +92 -92
  148. models/query.appStatsTimeSeries.json +78 -78
  149. models/query.auditFeed.json +77 -77
  150. models/query.container.json +192 -192
  151. models/query.entityLookup.json +154 -154
  152. models/query.events.json +54 -54
  153. models/query.eventsFeed.json +38 -38
  154. models/query.eventsTimeSeries.json +78 -78
  155. models/query.hardwareManagement.json +125 -125
  156. models/query.licensing.json +735 -177
  157. models/query.policy.json +1502 -970
  158. models/query.xdr.stories.json +842 -842
  159. models/query.xdr.story.json +610 -610
  160. schema/catolib.py +1 -11
  161. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  162. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  163. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
  164. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
@@ -29,9 +29,9 @@
29
29
  "id_str": "internetFirewall___input",
30
30
  "name": "input",
31
31
  "path": "internetFirewall.input",
32
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
32
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
33
33
  "required": false,
34
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
34
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -44,9 +44,9 @@
44
44
  "id_str": "internetFirewall___input___revision",
45
45
  "name": "revision",
46
46
  "path": "internetFirewall.input.revision",
47
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
47
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
48
48
  "required": false,
49
- "responseStr": "revision:$PolicyMutationRevisionInput ",
49
+ "responseStr": "revision:$policyMutationRevisionInput ",
50
50
  "type": {
51
51
  "definition": {
52
52
  "description": null,
@@ -84,7 +84,7 @@
84
84
  "name": "PolicyMutationRevisionInput",
85
85
  "non_null": false
86
86
  },
87
- "varName": "PolicyMutationRevisionInput"
87
+ "varName": "policyMutationRevisionInput"
88
88
  }
89
89
  },
90
90
  "interfaces": null,
@@ -99,7 +99,7 @@
99
99
  "name": "InternetFirewallPolicyMutationInput",
100
100
  "non_null": false
101
101
  },
102
- "varName": "InternetFirewallPolicyMutationInput"
102
+ "varName": "internetFirewallPolicyMutationInput"
103
103
  }
104
104
  },
105
105
  "deprecationReason": null,
@@ -120,9 +120,9 @@
120
120
  "id_str": "removeRule___input",
121
121
  "name": "input",
122
122
  "path": "removeRule.input",
123
- "requestStr": "$InternetFirewallRemoveRuleInput:InternetFirewallRemoveRuleInput! ",
123
+ "requestStr": "$internetFirewallRemoveRuleInput:InternetFirewallRemoveRuleInput! ",
124
124
  "required": true,
125
- "responseStr": "input:$InternetFirewallRemoveRuleInput ",
125
+ "responseStr": "input:$internetFirewallRemoveRuleInput ",
126
126
  "type": {
127
127
  "definition": {
128
128
  "description": null,
@@ -162,7 +162,7 @@
162
162
  "name": "InternetFirewallRemoveRuleInput",
163
163
  "non_null": false
164
164
  },
165
- "varName": "InternetFirewallRemoveRuleInput"
165
+ "varName": "internetFirewallRemoveRuleInput"
166
166
  }
167
167
  },
168
168
  "deprecationReason": null,
@@ -186,12 +186,12 @@
186
186
  "ApplicationCategoryRef": true,
187
187
  "ApplicationRef": true,
188
188
  "ConnectionOriginEnum": true,
189
- "ContainerRef": true,
190
189
  "CountryRef": true,
191
190
  "CustomApplicationRef": true,
192
191
  "CustomCategoryRef": true,
193
192
  "CustomService": true,
194
193
  "DayOfWeek": true,
194
+ "DeviceAttributes": true,
195
195
  "DeviceProfileRef": true,
196
196
  "FloatingSubnetRef": true,
197
197
  "FqdnContainerRef": true,
@@ -242,15 +242,34 @@
242
242
  "isDeprecated": false,
243
243
  "name": "policy",
244
244
  "operationArgs": {
245
- "InternetFirewallPolicyMutationInput": {
245
+ "accountId": {
246
+ "defaultValue": null,
247
+ "description": null,
248
+ "id_str": "accountId",
249
+ "name": "accountId",
250
+ "path": "accountId",
251
+ "requestStr": "$accountId:ID! ",
252
+ "required": true,
253
+ "responseStr": "accountId:$accountId ",
254
+ "type": {
255
+ "kind": [
256
+ "NON_NULL",
257
+ "SCALAR"
258
+ ],
259
+ "name": "ID",
260
+ "non_null": false
261
+ },
262
+ "varName": "accountId"
263
+ },
264
+ "internetFirewallPolicyMutationInput": {
246
265
  "defaultValue": null,
247
266
  "description": null,
248
267
  "id_str": "internetFirewall___input",
249
268
  "name": "input",
250
269
  "path": "internetFirewall.input",
251
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
270
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
252
271
  "required": false,
253
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
272
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
254
273
  "type": {
255
274
  "definition": {
256
275
  "description": null,
@@ -263,9 +282,9 @@
263
282
  "id_str": "internetFirewall___input___revision",
264
283
  "name": "revision",
265
284
  "path": "internetFirewall.input.revision",
266
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
285
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
267
286
  "required": false,
268
- "responseStr": "revision:$PolicyMutationRevisionInput ",
287
+ "responseStr": "revision:$policyMutationRevisionInput ",
269
288
  "type": {
270
289
  "definition": {
271
290
  "description": null,
@@ -303,7 +322,7 @@
303
322
  "name": "PolicyMutationRevisionInput",
304
323
  "non_null": false
305
324
  },
306
- "varName": "PolicyMutationRevisionInput"
325
+ "varName": "policyMutationRevisionInput"
307
326
  }
308
327
  },
309
328
  "interfaces": null,
@@ -318,17 +337,17 @@
318
337
  "name": "InternetFirewallPolicyMutationInput",
319
338
  "non_null": false
320
339
  },
321
- "varName": "InternetFirewallPolicyMutationInput"
340
+ "varName": "internetFirewallPolicyMutationInput"
322
341
  },
323
- "InternetFirewallRemoveRuleInput": {
342
+ "internetFirewallRemoveRuleInput": {
324
343
  "defaultValue": null,
325
344
  "description": null,
326
345
  "id_str": "removeRule___input",
327
346
  "name": "input",
328
347
  "path": "removeRule.input",
329
- "requestStr": "$InternetFirewallRemoveRuleInput:InternetFirewallRemoveRuleInput! ",
348
+ "requestStr": "$internetFirewallRemoveRuleInput:InternetFirewallRemoveRuleInput! ",
330
349
  "required": true,
331
- "responseStr": "input:$InternetFirewallRemoveRuleInput ",
350
+ "responseStr": "input:$internetFirewallRemoveRuleInput ",
332
351
  "type": {
333
352
  "definition": {
334
353
  "description": null,
@@ -368,26 +387,7 @@
368
387
  "name": "InternetFirewallRemoveRuleInput",
369
388
  "non_null": false
370
389
  },
371
- "varName": "InternetFirewallRemoveRuleInput"
372
- },
373
- "accountId": {
374
- "defaultValue": null,
375
- "description": null,
376
- "id_str": "accountId",
377
- "name": "accountId",
378
- "path": "accountId",
379
- "requestStr": "$accountId:ID! ",
380
- "required": true,
381
- "responseStr": "accountId:$accountId ",
382
- "type": {
383
- "kind": [
384
- "NON_NULL",
385
- "SCALAR"
386
- ],
387
- "name": "ID",
388
- "non_null": false
389
- },
390
- "varName": "accountId"
390
+ "varName": "internetFirewallRemoveRuleInput"
391
391
  }
392
392
  },
393
393
  "path": "mutation.policy.internetFirewall.removeRule",
@@ -404,9 +404,9 @@
404
404
  "id_str": "internetFirewall___input",
405
405
  "name": "input",
406
406
  "path": "internetFirewall.input",
407
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
407
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
408
408
  "required": false,
409
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
409
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
410
410
  "type": {
411
411
  "definition": {
412
412
  "description": null,
@@ -419,9 +419,9 @@
419
419
  "id_str": "internetFirewall___input___revision",
420
420
  "name": "revision",
421
421
  "path": "internetFirewall.input.revision",
422
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
422
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
423
423
  "required": false,
424
- "responseStr": "revision:$PolicyMutationRevisionInput ",
424
+ "responseStr": "revision:$policyMutationRevisionInput ",
425
425
  "type": {
426
426
  "definition": {
427
427
  "description": null,
@@ -459,7 +459,7 @@
459
459
  "name": "PolicyMutationRevisionInput",
460
460
  "non_null": false
461
461
  },
462
- "varName": "PolicyMutationRevisionInput"
462
+ "varName": "policyMutationRevisionInput"
463
463
  }
464
464
  },
465
465
  "interfaces": null,
@@ -474,7 +474,7 @@
474
474
  "name": "InternetFirewallPolicyMutationInput",
475
475
  "non_null": false
476
476
  },
477
- "varName": "InternetFirewallPolicyMutationInput"
477
+ "varName": "internetFirewallPolicyMutationInput"
478
478
  }
479
479
  },
480
480
  "deprecationReason": null,
@@ -483,9 +483,9 @@
483
483
  "isDeprecated": false,
484
484
  "name": "internetFirewall",
485
485
  "path": "internetFirewall",
486
- "requestStr": "$InternetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
486
+ "requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
487
487
  "required": false,
488
- "responseStr": "internetFirewall:$InternetFirewallPolicyMutations ",
488
+ "responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
489
489
  "type": {
490
490
  "definition": {
491
491
  "description": "The Internet firewall Policy information returned to the caller in the API response.",
@@ -499,9 +499,9 @@
499
499
  "id_str": "removeRule___input",
500
500
  "name": "input",
501
501
  "path": "removeRule.input",
502
- "requestStr": "$InternetFirewallRemoveRuleInput:InternetFirewallRemoveRuleInput! ",
502
+ "requestStr": "$internetFirewallRemoveRuleInput:InternetFirewallRemoveRuleInput! ",
503
503
  "required": true,
504
- "responseStr": "input:$InternetFirewallRemoveRuleInput ",
504
+ "responseStr": "input:$internetFirewallRemoveRuleInput ",
505
505
  "type": {
506
506
  "definition": {
507
507
  "description": null,
@@ -541,7 +541,7 @@
541
541
  "name": "InternetFirewallRemoveRuleInput",
542
542
  "non_null": false
543
543
  },
544
- "varName": "InternetFirewallRemoveRuleInput"
544
+ "varName": "internetFirewallRemoveRuleInput"
545
545
  }
546
546
  },
547
547
  "deprecationReason": null,
@@ -550,16 +550,16 @@
550
550
  "isDeprecated": false,
551
551
  "name": "removeRule",
552
552
  "path": "internetFirewall.removeRule",
553
- "requestStr": "$InternetFirewallRuleMutationPayload:InternetFirewallRuleMutationPayload! ",
553
+ "requestStr": "$internetFirewallRuleMutationPayload:InternetFirewallRuleMutationPayload! ",
554
554
  "required": true,
555
- "responseStr": "removeRule:$InternetFirewallRuleMutationPayload ",
555
+ "responseStr": "removeRule:$internetFirewallRuleMutationPayload ",
556
556
  "type": {
557
557
  "definition": {
558
558
  "description": null,
559
559
  "enumValues": null,
560
560
  "fields": {
561
561
  "errors": {
562
- "alias": "PolicyMutationErrorErrors: errors",
562
+ "alias": "policyMutationErrorErrors: errors",
563
563
  "args": {},
564
564
  "deprecationReason": null,
565
565
  "description": null,
@@ -567,9 +567,9 @@
567
567
  "isDeprecated": false,
568
568
  "name": "errors",
569
569
  "path": "internetFirewall.removeRule.errors",
570
- "requestStr": "$PolicyMutationError:[PolicyMutationError]! ",
570
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
571
571
  "required": true,
572
- "responseStr": "errors:$PolicyMutationError ",
572
+ "responseStr": "errors:$policyMutationError ",
573
573
  "type": {
574
574
  "definition": {
575
575
  "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
@@ -632,10 +632,10 @@
632
632
  "name": "PolicyMutationError",
633
633
  "non_null": false
634
634
  },
635
- "varName": "PolicyMutationError"
635
+ "varName": "policyMutationError"
636
636
  },
637
637
  "rule": {
638
- "alias": "InternetFirewallRulePayloadRule: rule",
638
+ "alias": "internetFirewallRulePayloadRule: rule",
639
639
  "args": {},
640
640
  "deprecationReason": null,
641
641
  "description": null,
@@ -643,9 +643,9 @@
643
643
  "isDeprecated": false,
644
644
  "name": "rule",
645
645
  "path": "internetFirewall.removeRule.rule",
646
- "requestStr": "$InternetFirewallRulePayload:InternetFirewallRulePayload ",
646
+ "requestStr": "$internetFirewallRulePayload:InternetFirewallRulePayload ",
647
647
  "required": false,
648
- "responseStr": "rule:$InternetFirewallRulePayload ",
648
+ "responseStr": "rule:$internetFirewallRulePayload ",
649
649
  "type": {
650
650
  "definition": {
651
651
  "description": "Internet Firewall policy information for a specific revision",
@@ -659,9 +659,9 @@
659
659
  "isDeprecated": false,
660
660
  "name": "audit",
661
661
  "path": "internetFirewall.removeRule.rule.audit",
662
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
662
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
663
663
  "required": true,
664
- "responseStr": "audit:$PolicyElementAudit ",
664
+ "responseStr": "audit:$policyElementAudit ",
665
665
  "type": {
666
666
  "definition": {
667
667
  "description": null,
@@ -724,7 +724,7 @@
724
724
  "name": "PolicyElementAudit",
725
725
  "non_null": false
726
726
  },
727
- "varName": "PolicyElementAudit"
727
+ "varName": "policyElementAudit"
728
728
  },
729
729
  "properties": {
730
730
  "args": {},
@@ -811,16 +811,16 @@
811
811
  "isDeprecated": false,
812
812
  "name": "rule",
813
813
  "path": "internetFirewall.removeRule.rule.rule",
814
- "requestStr": "$InternetFirewallRule:InternetFirewallRule! ",
814
+ "requestStr": "$internetFirewallRule:InternetFirewallRule! ",
815
815
  "required": true,
816
- "responseStr": "rule:$InternetFirewallRule ",
816
+ "responseStr": "rule:$internetFirewallRule ",
817
817
  "type": {
818
818
  "definition": {
819
819
  "description": null,
820
820
  "enumValues": null,
821
821
  "fields": {
822
822
  "action": {
823
- "alias": "InternetFirewallActionEnumAction: action",
823
+ "alias": "internetFirewallActionEnumAction: action",
824
824
  "args": {},
825
825
  "deprecationReason": null,
826
826
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -878,7 +878,7 @@
878
878
  "varName": "action"
879
879
  },
880
880
  "connectionOrigin": {
881
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
881
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
882
882
  "args": {},
883
883
  "deprecationReason": null,
884
884
  "description": "Connection origin of the traffic",
@@ -930,7 +930,7 @@
930
930
  "varName": "connectionOrigin"
931
931
  },
932
932
  "country": {
933
- "alias": "CountryRefCountry: country",
933
+ "alias": "countryRefCountry: country",
934
934
  "args": {},
935
935
  "deprecationReason": null,
936
936
  "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -938,9 +938,9 @@
938
938
  "isDeprecated": false,
939
939
  "name": "country",
940
940
  "path": "internetFirewall.removeRule.rule.rule.country",
941
- "requestStr": "$CountryRef:[CountryRef]! ",
941
+ "requestStr": "$countryRef:[CountryRef]! ",
942
942
  "required": true,
943
- "responseStr": "country:$CountryRef ",
943
+ "responseStr": "country:$countryRef ",
944
944
  "type": {
945
945
  "definition": {
946
946
  "description": null,
@@ -1005,7 +1005,7 @@
1005
1005
  "name": "CountryRef",
1006
1006
  "non_null": false
1007
1007
  },
1008
- "varName": "CountryRef"
1008
+ "varName": "countryRef"
1009
1009
  },
1010
1010
  "description": {
1011
1011
  "args": {},
@@ -1029,7 +1029,7 @@
1029
1029
  "varName": "description"
1030
1030
  },
1031
1031
  "destination": {
1032
- "alias": "InternetFirewallDestinationDestination: destination",
1032
+ "alias": "internetFirewallDestinationDestination: destination",
1033
1033
  "args": {},
1034
1034
  "deprecationReason": null,
1035
1035
  "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1037,16 +1037,16 @@
1037
1037
  "isDeprecated": false,
1038
1038
  "name": "destination",
1039
1039
  "path": "internetFirewall.removeRule.rule.rule.destination",
1040
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
1040
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
1041
1041
  "required": true,
1042
- "responseStr": "destination:$InternetFirewallDestination ",
1042
+ "responseStr": "destination:$internetFirewallDestination ",
1043
1043
  "type": {
1044
1044
  "definition": {
1045
1045
  "description": "Destination match criteria set",
1046
1046
  "enumValues": null,
1047
1047
  "fields": {
1048
1048
  "appCategory": {
1049
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
1049
+ "alias": "applicationCategoryRefAppCategory: appCategory",
1050
1050
  "args": {},
1051
1051
  "deprecationReason": null,
1052
1052
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1054,9 +1054,9 @@
1054
1054
  "isDeprecated": false,
1055
1055
  "name": "appCategory",
1056
1056
  "path": "internetFirewall.removeRule.rule.rule.destination.appCategory",
1057
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
1057
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
1058
1058
  "required": true,
1059
- "responseStr": "appCategory:$ApplicationCategoryRef ",
1059
+ "responseStr": "appCategory:$applicationCategoryRef ",
1060
1060
  "type": {
1061
1061
  "definition": {
1062
1062
  "description": null,
@@ -1121,10 +1121,10 @@
1121
1121
  "name": "ApplicationCategoryRef",
1122
1122
  "non_null": false
1123
1123
  },
1124
- "varName": "ApplicationCategoryRef"
1124
+ "varName": "applicationCategoryRef"
1125
1125
  },
1126
1126
  "application": {
1127
- "alias": "ApplicationRefApplication: application",
1127
+ "alias": "applicationRefApplication: application",
1128
1128
  "args": {},
1129
1129
  "deprecationReason": null,
1130
1130
  "description": "Applications for the rule (pre-defined)",
@@ -1132,9 +1132,9 @@
1132
1132
  "isDeprecated": false,
1133
1133
  "name": "application",
1134
1134
  "path": "internetFirewall.removeRule.rule.rule.destination.application",
1135
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
1135
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
1136
1136
  "required": true,
1137
- "responseStr": "application:$ApplicationRef ",
1137
+ "responseStr": "application:$applicationRef ",
1138
1138
  "type": {
1139
1139
  "definition": {
1140
1140
  "description": null,
@@ -1199,88 +1199,10 @@
1199
1199
  "name": "ApplicationRef",
1200
1200
  "non_null": false
1201
1201
  },
1202
- "varName": "ApplicationRef"
1203
- },
1204
- "container": {
1205
- "alias": "ContainerRefContainer: container",
1206
- "args": {},
1207
- "deprecationReason": null,
1208
- "description": null,
1209
- "id_str": "internetFirewall___removeRule___rule___rule___destination___container",
1210
- "isDeprecated": false,
1211
- "name": "container",
1212
- "path": "internetFirewall.removeRule.rule.rule.destination.container",
1213
- "requestStr": "$ContainerRef:[ContainerRef]! ",
1214
- "required": true,
1215
- "responseStr": "container:$ContainerRef ",
1216
- "type": {
1217
- "definition": {
1218
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
1219
- "enumValues": null,
1220
- "fields": {
1221
- "id": {
1222
- "args": {},
1223
- "deprecationReason": null,
1224
- "description": "Unique container ID",
1225
- "id_str": "internetFirewall___removeRule___rule___rule___destination___container___id",
1226
- "isDeprecated": false,
1227
- "name": "id",
1228
- "path": "internetFirewall.removeRule.rule.rule.destination.container.id",
1229
- "requestStr": "$id:ID! ",
1230
- "required": true,
1231
- "responseStr": "id:$id ",
1232
- "type": {
1233
- "kind": [
1234
- "NON_NULL",
1235
- "SCALAR"
1236
- ],
1237
- "name": "ID",
1238
- "non_null": false
1239
- },
1240
- "varName": "id"
1241
- },
1242
- "name": {
1243
- "args": {},
1244
- "deprecationReason": null,
1245
- "description": "Name for the container",
1246
- "id_str": "internetFirewall___removeRule___rule___rule___destination___container___name",
1247
- "isDeprecated": false,
1248
- "name": "name",
1249
- "path": "internetFirewall.removeRule.rule.rule.destination.container.name",
1250
- "requestStr": "$name:String! ",
1251
- "required": true,
1252
- "responseStr": "name:$name ",
1253
- "type": {
1254
- "kind": [
1255
- "NON_NULL",
1256
- "SCALAR"
1257
- ],
1258
- "name": "String",
1259
- "non_null": false
1260
- },
1261
- "varName": "name"
1262
- }
1263
- },
1264
- "inputFields": null,
1265
- "interfaces": {},
1266
- "kind": "OBJECT",
1267
- "name": "ContainerRef",
1268
- "possibleTypes": null
1269
- },
1270
- "indexType": "object",
1271
- "kind": [
1272
- "NON_NULL",
1273
- "LIST",
1274
- "NON_NULL",
1275
- "OBJECT"
1276
- ],
1277
- "name": "ContainerRef",
1278
- "non_null": false
1279
- },
1280
- "varName": "ContainerRef"
1202
+ "varName": "applicationRef"
1281
1203
  },
1282
1204
  "containers": {
1283
- "alias": "InternetFirewallContainerContainers: containers",
1205
+ "alias": "internetFirewallContainerContainers: containers",
1284
1206
  "args": {},
1285
1207
  "deprecationReason": null,
1286
1208
  "description": null,
@@ -1288,16 +1210,16 @@
1288
1210
  "isDeprecated": false,
1289
1211
  "name": "containers",
1290
1212
  "path": "internetFirewall.removeRule.rule.rule.destination.containers",
1291
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
1213
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
1292
1214
  "required": true,
1293
- "responseStr": "containers:$InternetFirewallContainer ",
1215
+ "responseStr": "containers:$internetFirewallContainer ",
1294
1216
  "type": {
1295
1217
  "definition": {
1296
1218
  "description": null,
1297
1219
  "enumValues": null,
1298
1220
  "fields": {
1299
1221
  "fqdnContainer": {
1300
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
1222
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
1301
1223
  "args": {},
1302
1224
  "deprecationReason": null,
1303
1225
  "description": null,
@@ -1305,9 +1227,9 @@
1305
1227
  "isDeprecated": false,
1306
1228
  "name": "fqdnContainer",
1307
1229
  "path": "internetFirewall.removeRule.rule.rule.destination.containers.fqdnContainer",
1308
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
1230
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
1309
1231
  "required": true,
1310
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
1232
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
1311
1233
  "type": {
1312
1234
  "definition": {
1313
1235
  "description": "A group with members of FQDN type",
@@ -1372,10 +1294,10 @@
1372
1294
  "name": "FqdnContainerRef",
1373
1295
  "non_null": false
1374
1296
  },
1375
- "varName": "FqdnContainerRef"
1297
+ "varName": "fqdnContainerRef"
1376
1298
  },
1377
1299
  "ipAddressRangeContainer": {
1378
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1300
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1379
1301
  "args": {},
1380
1302
  "deprecationReason": null,
1381
1303
  "description": null,
@@ -1383,9 +1305,9 @@
1383
1305
  "isDeprecated": false,
1384
1306
  "name": "ipAddressRangeContainer",
1385
1307
  "path": "internetFirewall.removeRule.rule.rule.destination.containers.ipAddressRangeContainer",
1386
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1308
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1387
1309
  "required": true,
1388
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
1310
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
1389
1311
  "type": {
1390
1312
  "definition": {
1391
1313
  "description": "A group with members of IPAddressRange type",
@@ -1450,7 +1372,7 @@
1450
1372
  "name": "IpAddressRangeContainerRef",
1451
1373
  "non_null": false
1452
1374
  },
1453
- "varName": "IpAddressRangeContainerRef"
1375
+ "varName": "ipAddressRangeContainerRef"
1454
1376
  }
1455
1377
  },
1456
1378
  "inputFields": null,
@@ -1467,10 +1389,10 @@
1467
1389
  "name": "InternetFirewallContainer",
1468
1390
  "non_null": false
1469
1391
  },
1470
- "varName": "InternetFirewallContainer"
1392
+ "varName": "internetFirewallContainer"
1471
1393
  },
1472
1394
  "country": {
1473
- "alias": "CountryRefCountry: country",
1395
+ "alias": "countryRefCountry: country",
1474
1396
  "args": {},
1475
1397
  "deprecationReason": null,
1476
1398
  "description": "Countries",
@@ -1478,9 +1400,9 @@
1478
1400
  "isDeprecated": false,
1479
1401
  "name": "country",
1480
1402
  "path": "internetFirewall.removeRule.rule.rule.destination.country",
1481
- "requestStr": "$CountryRef:[CountryRef]! ",
1403
+ "requestStr": "$countryRef:[CountryRef]! ",
1482
1404
  "required": true,
1483
- "responseStr": "country:$CountryRef ",
1405
+ "responseStr": "country:$countryRef ",
1484
1406
  "type": {
1485
1407
  "definition": {
1486
1408
  "description": null,
@@ -1545,10 +1467,10 @@
1545
1467
  "name": "CountryRef",
1546
1468
  "non_null": false
1547
1469
  },
1548
- "varName": "CountryRef"
1470
+ "varName": "countryRef"
1549
1471
  },
1550
1472
  "customApp": {
1551
- "alias": "CustomApplicationRefCustomApp: customApp",
1473
+ "alias": "customApplicationRefCustomApp: customApp",
1552
1474
  "args": {},
1553
1475
  "deprecationReason": null,
1554
1476
  "description": "Custom (user-defined) applications",
@@ -1556,9 +1478,9 @@
1556
1478
  "isDeprecated": false,
1557
1479
  "name": "customApp",
1558
1480
  "path": "internetFirewall.removeRule.rule.rule.destination.customApp",
1559
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
1481
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
1560
1482
  "required": true,
1561
- "responseStr": "customApp:$CustomApplicationRef ",
1483
+ "responseStr": "customApp:$customApplicationRef ",
1562
1484
  "type": {
1563
1485
  "definition": {
1564
1486
  "description": null,
@@ -1623,10 +1545,10 @@
1623
1545
  "name": "CustomApplicationRef",
1624
1546
  "non_null": false
1625
1547
  },
1626
- "varName": "CustomApplicationRef"
1548
+ "varName": "customApplicationRef"
1627
1549
  },
1628
1550
  "customCategory": {
1629
- "alias": "CustomCategoryRefCustomCategory: customCategory",
1551
+ "alias": "customCategoryRefCustomCategory: customCategory",
1630
1552
  "args": {},
1631
1553
  "deprecationReason": null,
1632
1554
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -1634,9 +1556,9 @@
1634
1556
  "isDeprecated": false,
1635
1557
  "name": "customCategory",
1636
1558
  "path": "internetFirewall.removeRule.rule.rule.destination.customCategory",
1637
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
1559
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
1638
1560
  "required": true,
1639
- "responseStr": "customCategory:$CustomCategoryRef ",
1561
+ "responseStr": "customCategory:$customCategoryRef ",
1640
1562
  "type": {
1641
1563
  "definition": {
1642
1564
  "description": null,
@@ -1701,7 +1623,7 @@
1701
1623
  "name": "CustomCategoryRef",
1702
1624
  "non_null": false
1703
1625
  },
1704
- "varName": "CustomCategoryRef"
1626
+ "varName": "customCategoryRef"
1705
1627
  },
1706
1628
  "domain": {
1707
1629
  "args": {},
@@ -1750,7 +1672,7 @@
1750
1672
  "varName": "fqdn"
1751
1673
  },
1752
1674
  "globalIpRange": {
1753
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
1675
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1754
1676
  "args": {},
1755
1677
  "deprecationReason": null,
1756
1678
  "description": "Globally defined IP range, IP and subnet objects",
@@ -1758,9 +1680,9 @@
1758
1680
  "isDeprecated": false,
1759
1681
  "name": "globalIpRange",
1760
1682
  "path": "internetFirewall.removeRule.rule.rule.destination.globalIpRange",
1761
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
1683
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1762
1684
  "required": true,
1763
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
1685
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1764
1686
  "type": {
1765
1687
  "definition": {
1766
1688
  "description": null,
@@ -1825,7 +1747,7 @@
1825
1747
  "name": "GlobalIpRangeRef",
1826
1748
  "non_null": false
1827
1749
  },
1828
- "varName": "GlobalIpRangeRef"
1750
+ "varName": "globalIpRangeRef"
1829
1751
  },
1830
1752
  "ip": {
1831
1753
  "args": {},
@@ -1851,7 +1773,7 @@
1851
1773
  "varName": "ip"
1852
1774
  },
1853
1775
  "ipRange": {
1854
- "alias": "IpAddressRangeIpRange: ipRange",
1776
+ "alias": "ipAddressRangeIpRange: ipRange",
1855
1777
  "args": {},
1856
1778
  "deprecationReason": null,
1857
1779
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -1859,9 +1781,9 @@
1859
1781
  "isDeprecated": false,
1860
1782
  "name": "ipRange",
1861
1783
  "path": "internetFirewall.removeRule.rule.rule.destination.ipRange",
1862
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
1784
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1863
1785
  "required": true,
1864
- "responseStr": "ipRange:$IpAddressRange ",
1786
+ "responseStr": "ipRange:$ipAddressRange ",
1865
1787
  "type": {
1866
1788
  "definition": {
1867
1789
  "description": "Inclusive range of IPs",
@@ -1926,7 +1848,7 @@
1926
1848
  "name": "IpAddressRange",
1927
1849
  "non_null": false
1928
1850
  },
1929
- "varName": "IpAddressRange"
1851
+ "varName": "ipAddressRange"
1930
1852
  },
1931
1853
  "remoteAsn": {
1932
1854
  "args": {},
@@ -1952,7 +1874,7 @@
1952
1874
  "varName": "remoteAsn"
1953
1875
  },
1954
1876
  "sanctionedAppsCategory": {
1955
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1877
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
1956
1878
  "args": {},
1957
1879
  "deprecationReason": null,
1958
1880
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -1960,9 +1882,9 @@
1960
1882
  "isDeprecated": false,
1961
1883
  "name": "sanctionedAppsCategory",
1962
1884
  "path": "internetFirewall.removeRule.rule.rule.destination.sanctionedAppsCategory",
1963
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
1885
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
1964
1886
  "required": true,
1965
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
1887
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
1966
1888
  "type": {
1967
1889
  "definition": {
1968
1890
  "description": null,
@@ -2027,7 +1949,7 @@
2027
1949
  "name": "SanctionedAppsCategoryRef",
2028
1950
  "non_null": false
2029
1951
  },
2030
- "varName": "SanctionedAppsCategoryRef"
1952
+ "varName": "sanctionedAppsCategoryRef"
2031
1953
  },
2032
1954
  "subnet": {
2033
1955
  "args": {},
@@ -2067,10 +1989,10 @@
2067
1989
  "name": "InternetFirewallDestination",
2068
1990
  "non_null": false
2069
1991
  },
2070
- "varName": "InternetFirewallDestination"
1992
+ "varName": "internetFirewallDestination"
2071
1993
  },
2072
1994
  "device": {
2073
- "alias": "DeviceProfileRefDevice: device",
1995
+ "alias": "deviceProfileRefDevice: device",
2074
1996
  "args": {},
2075
1997
  "deprecationReason": null,
2076
1998
  "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -2078,9 +2000,9 @@
2078
2000
  "isDeprecated": false,
2079
2001
  "name": "device",
2080
2002
  "path": "internetFirewall.removeRule.rule.rule.device",
2081
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
2003
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
2082
2004
  "required": true,
2083
- "responseStr": "device:$DeviceProfileRef ",
2005
+ "responseStr": "device:$deviceProfileRef ",
2084
2006
  "type": {
2085
2007
  "definition": {
2086
2008
  "description": null,
@@ -2145,10 +2067,182 @@
2145
2067
  "name": "DeviceProfileRef",
2146
2068
  "non_null": false
2147
2069
  },
2148
- "varName": "DeviceProfileRef"
2070
+ "varName": "deviceProfileRef"
2071
+ },
2072
+ "deviceAttributes": {
2073
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2074
+ "args": {},
2075
+ "deprecationReason": null,
2076
+ "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.",
2077
+ "id_str": "internetFirewall___removeRule___rule___rule___deviceAttributes",
2078
+ "isDeprecated": false,
2079
+ "name": "deviceAttributes",
2080
+ "path": "internetFirewall.removeRule.rule.rule.deviceAttributes",
2081
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
2082
+ "required": true,
2083
+ "responseStr": "deviceAttributes:$deviceAttributes ",
2084
+ "type": {
2085
+ "definition": {
2086
+ "description": null,
2087
+ "enumValues": null,
2088
+ "fields": {
2089
+ "category": {
2090
+ "args": {},
2091
+ "deprecationReason": null,
2092
+ "description": "The category of the firewall device.",
2093
+ "id_str": "internetFirewall___removeRule___rule___rule___deviceAttributes___category",
2094
+ "isDeprecated": false,
2095
+ "name": "category",
2096
+ "path": "internetFirewall.removeRule.rule.rule.deviceAttributes.category",
2097
+ "requestStr": "$category:[String]! ",
2098
+ "required": true,
2099
+ "responseStr": "category:$category ",
2100
+ "type": {
2101
+ "kind": [
2102
+ "NON_NULL",
2103
+ "LIST",
2104
+ "NON_NULL",
2105
+ "SCALAR"
2106
+ ],
2107
+ "name": "String",
2108
+ "non_null": false
2109
+ },
2110
+ "varName": "category"
2111
+ },
2112
+ "manufacturer": {
2113
+ "args": {},
2114
+ "deprecationReason": null,
2115
+ "description": "The manufacturer of the firewall device.",
2116
+ "id_str": "internetFirewall___removeRule___rule___rule___deviceAttributes___manufacturer",
2117
+ "isDeprecated": false,
2118
+ "name": "manufacturer",
2119
+ "path": "internetFirewall.removeRule.rule.rule.deviceAttributes.manufacturer",
2120
+ "requestStr": "$manufacturer:[String]! ",
2121
+ "required": true,
2122
+ "responseStr": "manufacturer:$manufacturer ",
2123
+ "type": {
2124
+ "kind": [
2125
+ "NON_NULL",
2126
+ "LIST",
2127
+ "NON_NULL",
2128
+ "SCALAR"
2129
+ ],
2130
+ "name": "String",
2131
+ "non_null": false
2132
+ },
2133
+ "varName": "manufacturer"
2134
+ },
2135
+ "model": {
2136
+ "args": {},
2137
+ "deprecationReason": null,
2138
+ "description": "The model of the firewall device.",
2139
+ "id_str": "internetFirewall___removeRule___rule___rule___deviceAttributes___model",
2140
+ "isDeprecated": false,
2141
+ "name": "model",
2142
+ "path": "internetFirewall.removeRule.rule.rule.deviceAttributes.model",
2143
+ "requestStr": "$model:[String]! ",
2144
+ "required": true,
2145
+ "responseStr": "model:$model ",
2146
+ "type": {
2147
+ "kind": [
2148
+ "NON_NULL",
2149
+ "LIST",
2150
+ "NON_NULL",
2151
+ "SCALAR"
2152
+ ],
2153
+ "name": "String",
2154
+ "non_null": false
2155
+ },
2156
+ "varName": "model"
2157
+ },
2158
+ "os": {
2159
+ "args": {},
2160
+ "deprecationReason": null,
2161
+ "description": "The operating system of the firewall device.",
2162
+ "id_str": "internetFirewall___removeRule___rule___rule___deviceAttributes___os",
2163
+ "isDeprecated": false,
2164
+ "name": "os",
2165
+ "path": "internetFirewall.removeRule.rule.rule.deviceAttributes.os",
2166
+ "requestStr": "$os:[String]! ",
2167
+ "required": true,
2168
+ "responseStr": "os:$os ",
2169
+ "type": {
2170
+ "kind": [
2171
+ "NON_NULL",
2172
+ "LIST",
2173
+ "NON_NULL",
2174
+ "SCALAR"
2175
+ ],
2176
+ "name": "String",
2177
+ "non_null": false
2178
+ },
2179
+ "varName": "os"
2180
+ },
2181
+ "osVersion": {
2182
+ "args": {},
2183
+ "deprecationReason": null,
2184
+ "description": "The version of the operating system of the firewall device.",
2185
+ "id_str": "internetFirewall___removeRule___rule___rule___deviceAttributes___osVersion",
2186
+ "isDeprecated": false,
2187
+ "name": "osVersion",
2188
+ "path": "internetFirewall.removeRule.rule.rule.deviceAttributes.osVersion",
2189
+ "requestStr": "$osVersion:[String]! ",
2190
+ "required": true,
2191
+ "responseStr": "osVersion:$osVersion ",
2192
+ "type": {
2193
+ "kind": [
2194
+ "NON_NULL",
2195
+ "LIST",
2196
+ "NON_NULL",
2197
+ "SCALAR"
2198
+ ],
2199
+ "name": "String",
2200
+ "non_null": false
2201
+ },
2202
+ "varName": "osVersion"
2203
+ },
2204
+ "type": {
2205
+ "args": {},
2206
+ "deprecationReason": null,
2207
+ "description": "The type of the firewall device.",
2208
+ "id_str": "internetFirewall___removeRule___rule___rule___deviceAttributes___type",
2209
+ "isDeprecated": false,
2210
+ "name": "type",
2211
+ "path": "internetFirewall.removeRule.rule.rule.deviceAttributes.type",
2212
+ "requestStr": "$type:[String]! ",
2213
+ "required": true,
2214
+ "responseStr": "type:$type ",
2215
+ "type": {
2216
+ "kind": [
2217
+ "NON_NULL",
2218
+ "LIST",
2219
+ "NON_NULL",
2220
+ "SCALAR"
2221
+ ],
2222
+ "name": "String",
2223
+ "non_null": false
2224
+ },
2225
+ "varName": "type"
2226
+ }
2227
+ },
2228
+ "inputFields": null,
2229
+ "interfaces": {},
2230
+ "kind": "OBJECT",
2231
+ "name": "DeviceAttributes",
2232
+ "possibleTypes": null
2233
+ },
2234
+ "indexType": "object",
2235
+ "kind": [
2236
+ "NON_NULL",
2237
+ "OBJECT"
2238
+ ],
2239
+ "name": "DeviceAttributes",
2240
+ "non_null": false
2241
+ },
2242
+ "varName": "deviceAttributes"
2149
2243
  },
2150
2244
  "deviceOS": {
2151
- "alias": "OperatingSystemDeviceOS: deviceOS",
2245
+ "alias": "operatingSystemDeviceOS: deviceOS",
2152
2246
  "args": {},
2153
2247
  "deprecationReason": null,
2154
2248
  "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.",
@@ -2241,7 +2335,7 @@
2241
2335
  "varName": "enabled"
2242
2336
  },
2243
2337
  "exceptions": {
2244
- "alias": "InternetFirewallRuleExceptionExceptions: exceptions",
2338
+ "alias": "internetFirewallRuleExceptionExceptions: exceptions",
2245
2339
  "args": {},
2246
2340
  "deprecationReason": null,
2247
2341
  "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.",
@@ -2249,16 +2343,16 @@
2249
2343
  "isDeprecated": false,
2250
2344
  "name": "exceptions",
2251
2345
  "path": "internetFirewall.removeRule.rule.rule.exceptions",
2252
- "requestStr": "$InternetFirewallRuleException:[InternetFirewallRuleException]! ",
2346
+ "requestStr": "$internetFirewallRuleException:[InternetFirewallRuleException]! ",
2253
2347
  "required": true,
2254
- "responseStr": "exceptions:$InternetFirewallRuleException ",
2348
+ "responseStr": "exceptions:$internetFirewallRuleException ",
2255
2349
  "type": {
2256
2350
  "definition": {
2257
2351
  "description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
2258
2352
  "enumValues": null,
2259
2353
  "fields": {
2260
2354
  "connectionOrigin": {
2261
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
2355
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
2262
2356
  "args": {},
2263
2357
  "deprecationReason": null,
2264
2358
  "description": "Connection origin matching criteria for the exception.",
@@ -2310,7 +2404,7 @@
2310
2404
  "varName": "connectionOrigin"
2311
2405
  },
2312
2406
  "country": {
2313
- "alias": "CountryRefCountry: country",
2407
+ "alias": "countryRefCountry: country",
2314
2408
  "args": {},
2315
2409
  "deprecationReason": null,
2316
2410
  "description": "Source country matching criteria for the exception.",
@@ -2318,9 +2412,9 @@
2318
2412
  "isDeprecated": false,
2319
2413
  "name": "country",
2320
2414
  "path": "internetFirewall.removeRule.rule.rule.exceptions.country",
2321
- "requestStr": "$CountryRef:[CountryRef]! ",
2415
+ "requestStr": "$countryRef:[CountryRef]! ",
2322
2416
  "required": true,
2323
- "responseStr": "country:$CountryRef ",
2417
+ "responseStr": "country:$countryRef ",
2324
2418
  "type": {
2325
2419
  "definition": {
2326
2420
  "description": null,
@@ -2385,10 +2479,10 @@
2385
2479
  "name": "CountryRef",
2386
2480
  "non_null": false
2387
2481
  },
2388
- "varName": "CountryRef"
2482
+ "varName": "countryRef"
2389
2483
  },
2390
2484
  "destination": {
2391
- "alias": "InternetFirewallDestinationDestination: destination",
2485
+ "alias": "internetFirewallDestinationDestination: destination",
2392
2486
  "args": {},
2393
2487
  "deprecationReason": null,
2394
2488
  "description": "Destination matching criteria for the exception.",
@@ -2396,16 +2490,16 @@
2396
2490
  "isDeprecated": false,
2397
2491
  "name": "destination",
2398
2492
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination",
2399
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
2493
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
2400
2494
  "required": true,
2401
- "responseStr": "destination:$InternetFirewallDestination ",
2495
+ "responseStr": "destination:$internetFirewallDestination ",
2402
2496
  "type": {
2403
2497
  "definition": {
2404
2498
  "description": "Destination match criteria set",
2405
2499
  "enumValues": null,
2406
2500
  "fields": {
2407
2501
  "appCategory": {
2408
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
2502
+ "alias": "applicationCategoryRefAppCategory: appCategory",
2409
2503
  "args": {},
2410
2504
  "deprecationReason": null,
2411
2505
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -2413,9 +2507,9 @@
2413
2507
  "isDeprecated": false,
2414
2508
  "name": "appCategory",
2415
2509
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.appCategory",
2416
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
2510
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
2417
2511
  "required": true,
2418
- "responseStr": "appCategory:$ApplicationCategoryRef ",
2512
+ "responseStr": "appCategory:$applicationCategoryRef ",
2419
2513
  "type": {
2420
2514
  "definition": {
2421
2515
  "description": null,
@@ -2480,10 +2574,10 @@
2480
2574
  "name": "ApplicationCategoryRef",
2481
2575
  "non_null": false
2482
2576
  },
2483
- "varName": "ApplicationCategoryRef"
2577
+ "varName": "applicationCategoryRef"
2484
2578
  },
2485
2579
  "application": {
2486
- "alias": "ApplicationRefApplication: application",
2580
+ "alias": "applicationRefApplication: application",
2487
2581
  "args": {},
2488
2582
  "deprecationReason": null,
2489
2583
  "description": "Applications for the rule (pre-defined)",
@@ -2491,9 +2585,9 @@
2491
2585
  "isDeprecated": false,
2492
2586
  "name": "application",
2493
2587
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.application",
2494
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
2588
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
2495
2589
  "required": true,
2496
- "responseStr": "application:$ApplicationRef ",
2590
+ "responseStr": "application:$applicationRef ",
2497
2591
  "type": {
2498
2592
  "definition": {
2499
2593
  "description": null,
@@ -2558,88 +2652,10 @@
2558
2652
  "name": "ApplicationRef",
2559
2653
  "non_null": false
2560
2654
  },
2561
- "varName": "ApplicationRef"
2562
- },
2563
- "container": {
2564
- "alias": "ContainerRefContainer: container",
2565
- "args": {},
2566
- "deprecationReason": null,
2567
- "description": null,
2568
- "id_str": "internetFirewall___removeRule___rule___rule___exceptions___destination___container",
2569
- "isDeprecated": false,
2570
- "name": "container",
2571
- "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.container",
2572
- "requestStr": "$ContainerRef:[ContainerRef]! ",
2573
- "required": true,
2574
- "responseStr": "container:$ContainerRef ",
2575
- "type": {
2576
- "definition": {
2577
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
2578
- "enumValues": null,
2579
- "fields": {
2580
- "id": {
2581
- "args": {},
2582
- "deprecationReason": null,
2583
- "description": "Unique container ID",
2584
- "id_str": "internetFirewall___removeRule___rule___rule___exceptions___destination___container___id",
2585
- "isDeprecated": false,
2586
- "name": "id",
2587
- "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.container.id",
2588
- "requestStr": "$id:ID! ",
2589
- "required": true,
2590
- "responseStr": "id:$id ",
2591
- "type": {
2592
- "kind": [
2593
- "NON_NULL",
2594
- "SCALAR"
2595
- ],
2596
- "name": "ID",
2597
- "non_null": false
2598
- },
2599
- "varName": "id"
2600
- },
2601
- "name": {
2602
- "args": {},
2603
- "deprecationReason": null,
2604
- "description": "Name for the container",
2605
- "id_str": "internetFirewall___removeRule___rule___rule___exceptions___destination___container___name",
2606
- "isDeprecated": false,
2607
- "name": "name",
2608
- "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.container.name",
2609
- "requestStr": "$name:String! ",
2610
- "required": true,
2611
- "responseStr": "name:$name ",
2612
- "type": {
2613
- "kind": [
2614
- "NON_NULL",
2615
- "SCALAR"
2616
- ],
2617
- "name": "String",
2618
- "non_null": false
2619
- },
2620
- "varName": "name"
2621
- }
2622
- },
2623
- "inputFields": null,
2624
- "interfaces": {},
2625
- "kind": "OBJECT",
2626
- "name": "ContainerRef",
2627
- "possibleTypes": null
2628
- },
2629
- "indexType": "object",
2630
- "kind": [
2631
- "NON_NULL",
2632
- "LIST",
2633
- "NON_NULL",
2634
- "OBJECT"
2635
- ],
2636
- "name": "ContainerRef",
2637
- "non_null": false
2638
- },
2639
- "varName": "ContainerRef"
2655
+ "varName": "applicationRef"
2640
2656
  },
2641
2657
  "containers": {
2642
- "alias": "InternetFirewallContainerContainers: containers",
2658
+ "alias": "internetFirewallContainerContainers: containers",
2643
2659
  "args": {},
2644
2660
  "deprecationReason": null,
2645
2661
  "description": null,
@@ -2647,16 +2663,16 @@
2647
2663
  "isDeprecated": false,
2648
2664
  "name": "containers",
2649
2665
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.containers",
2650
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
2666
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
2651
2667
  "required": true,
2652
- "responseStr": "containers:$InternetFirewallContainer ",
2668
+ "responseStr": "containers:$internetFirewallContainer ",
2653
2669
  "type": {
2654
2670
  "definition": {
2655
2671
  "description": null,
2656
2672
  "enumValues": null,
2657
2673
  "fields": {
2658
2674
  "fqdnContainer": {
2659
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
2675
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
2660
2676
  "args": {},
2661
2677
  "deprecationReason": null,
2662
2678
  "description": null,
@@ -2664,9 +2680,9 @@
2664
2680
  "isDeprecated": false,
2665
2681
  "name": "fqdnContainer",
2666
2682
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.containers.fqdnContainer",
2667
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
2683
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
2668
2684
  "required": true,
2669
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
2685
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
2670
2686
  "type": {
2671
2687
  "definition": {
2672
2688
  "description": "A group with members of FQDN type",
@@ -2731,10 +2747,10 @@
2731
2747
  "name": "FqdnContainerRef",
2732
2748
  "non_null": false
2733
2749
  },
2734
- "varName": "FqdnContainerRef"
2750
+ "varName": "fqdnContainerRef"
2735
2751
  },
2736
2752
  "ipAddressRangeContainer": {
2737
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
2753
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
2738
2754
  "args": {},
2739
2755
  "deprecationReason": null,
2740
2756
  "description": null,
@@ -2742,9 +2758,9 @@
2742
2758
  "isDeprecated": false,
2743
2759
  "name": "ipAddressRangeContainer",
2744
2760
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.containers.ipAddressRangeContainer",
2745
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
2761
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
2746
2762
  "required": true,
2747
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
2763
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
2748
2764
  "type": {
2749
2765
  "definition": {
2750
2766
  "description": "A group with members of IPAddressRange type",
@@ -2809,7 +2825,7 @@
2809
2825
  "name": "IpAddressRangeContainerRef",
2810
2826
  "non_null": false
2811
2827
  },
2812
- "varName": "IpAddressRangeContainerRef"
2828
+ "varName": "ipAddressRangeContainerRef"
2813
2829
  }
2814
2830
  },
2815
2831
  "inputFields": null,
@@ -2826,10 +2842,10 @@
2826
2842
  "name": "InternetFirewallContainer",
2827
2843
  "non_null": false
2828
2844
  },
2829
- "varName": "InternetFirewallContainer"
2845
+ "varName": "internetFirewallContainer"
2830
2846
  },
2831
2847
  "country": {
2832
- "alias": "CountryRefCountry: country",
2848
+ "alias": "countryRefCountry: country",
2833
2849
  "args": {},
2834
2850
  "deprecationReason": null,
2835
2851
  "description": "Countries",
@@ -2837,9 +2853,9 @@
2837
2853
  "isDeprecated": false,
2838
2854
  "name": "country",
2839
2855
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.country",
2840
- "requestStr": "$CountryRef:[CountryRef]! ",
2856
+ "requestStr": "$countryRef:[CountryRef]! ",
2841
2857
  "required": true,
2842
- "responseStr": "country:$CountryRef ",
2858
+ "responseStr": "country:$countryRef ",
2843
2859
  "type": {
2844
2860
  "definition": {
2845
2861
  "description": null,
@@ -2904,10 +2920,10 @@
2904
2920
  "name": "CountryRef",
2905
2921
  "non_null": false
2906
2922
  },
2907
- "varName": "CountryRef"
2923
+ "varName": "countryRef"
2908
2924
  },
2909
2925
  "customApp": {
2910
- "alias": "CustomApplicationRefCustomApp: customApp",
2926
+ "alias": "customApplicationRefCustomApp: customApp",
2911
2927
  "args": {},
2912
2928
  "deprecationReason": null,
2913
2929
  "description": "Custom (user-defined) applications",
@@ -2915,9 +2931,9 @@
2915
2931
  "isDeprecated": false,
2916
2932
  "name": "customApp",
2917
2933
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.customApp",
2918
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
2934
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
2919
2935
  "required": true,
2920
- "responseStr": "customApp:$CustomApplicationRef ",
2936
+ "responseStr": "customApp:$customApplicationRef ",
2921
2937
  "type": {
2922
2938
  "definition": {
2923
2939
  "description": null,
@@ -2982,10 +2998,10 @@
2982
2998
  "name": "CustomApplicationRef",
2983
2999
  "non_null": false
2984
3000
  },
2985
- "varName": "CustomApplicationRef"
3001
+ "varName": "customApplicationRef"
2986
3002
  },
2987
3003
  "customCategory": {
2988
- "alias": "CustomCategoryRefCustomCategory: customCategory",
3004
+ "alias": "customCategoryRefCustomCategory: customCategory",
2989
3005
  "args": {},
2990
3006
  "deprecationReason": null,
2991
3007
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -2993,9 +3009,9 @@
2993
3009
  "isDeprecated": false,
2994
3010
  "name": "customCategory",
2995
3011
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.customCategory",
2996
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
3012
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
2997
3013
  "required": true,
2998
- "responseStr": "customCategory:$CustomCategoryRef ",
3014
+ "responseStr": "customCategory:$customCategoryRef ",
2999
3015
  "type": {
3000
3016
  "definition": {
3001
3017
  "description": null,
@@ -3060,7 +3076,7 @@
3060
3076
  "name": "CustomCategoryRef",
3061
3077
  "non_null": false
3062
3078
  },
3063
- "varName": "CustomCategoryRef"
3079
+ "varName": "customCategoryRef"
3064
3080
  },
3065
3081
  "domain": {
3066
3082
  "args": {},
@@ -3109,7 +3125,7 @@
3109
3125
  "varName": "fqdn"
3110
3126
  },
3111
3127
  "globalIpRange": {
3112
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
3128
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3113
3129
  "args": {},
3114
3130
  "deprecationReason": null,
3115
3131
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3117,9 +3133,9 @@
3117
3133
  "isDeprecated": false,
3118
3134
  "name": "globalIpRange",
3119
3135
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.globalIpRange",
3120
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
3136
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
3121
3137
  "required": true,
3122
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
3138
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
3123
3139
  "type": {
3124
3140
  "definition": {
3125
3141
  "description": null,
@@ -3184,7 +3200,7 @@
3184
3200
  "name": "GlobalIpRangeRef",
3185
3201
  "non_null": false
3186
3202
  },
3187
- "varName": "GlobalIpRangeRef"
3203
+ "varName": "globalIpRangeRef"
3188
3204
  },
3189
3205
  "ip": {
3190
3206
  "args": {},
@@ -3210,7 +3226,7 @@
3210
3226
  "varName": "ip"
3211
3227
  },
3212
3228
  "ipRange": {
3213
- "alias": "IpAddressRangeIpRange: ipRange",
3229
+ "alias": "ipAddressRangeIpRange: ipRange",
3214
3230
  "args": {},
3215
3231
  "deprecationReason": null,
3216
3232
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3218,9 +3234,9 @@
3218
3234
  "isDeprecated": false,
3219
3235
  "name": "ipRange",
3220
3236
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.ipRange",
3221
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
3237
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
3222
3238
  "required": true,
3223
- "responseStr": "ipRange:$IpAddressRange ",
3239
+ "responseStr": "ipRange:$ipAddressRange ",
3224
3240
  "type": {
3225
3241
  "definition": {
3226
3242
  "description": "Inclusive range of IPs",
@@ -3285,7 +3301,7 @@
3285
3301
  "name": "IpAddressRange",
3286
3302
  "non_null": false
3287
3303
  },
3288
- "varName": "IpAddressRange"
3304
+ "varName": "ipAddressRange"
3289
3305
  },
3290
3306
  "remoteAsn": {
3291
3307
  "args": {},
@@ -3311,7 +3327,7 @@
3311
3327
  "varName": "remoteAsn"
3312
3328
  },
3313
3329
  "sanctionedAppsCategory": {
3314
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3330
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3315
3331
  "args": {},
3316
3332
  "deprecationReason": null,
3317
3333
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3319,9 +3335,9 @@
3319
3335
  "isDeprecated": false,
3320
3336
  "name": "sanctionedAppsCategory",
3321
3337
  "path": "internetFirewall.removeRule.rule.rule.exceptions.destination.sanctionedAppsCategory",
3322
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3338
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3323
3339
  "required": true,
3324
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
3340
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3325
3341
  "type": {
3326
3342
  "definition": {
3327
3343
  "description": null,
@@ -3386,7 +3402,7 @@
3386
3402
  "name": "SanctionedAppsCategoryRef",
3387
3403
  "non_null": false
3388
3404
  },
3389
- "varName": "SanctionedAppsCategoryRef"
3405
+ "varName": "sanctionedAppsCategoryRef"
3390
3406
  },
3391
3407
  "subnet": {
3392
3408
  "args": {},
@@ -3426,10 +3442,10 @@
3426
3442
  "name": "InternetFirewallDestination",
3427
3443
  "non_null": false
3428
3444
  },
3429
- "varName": "InternetFirewallDestination"
3445
+ "varName": "internetFirewallDestination"
3430
3446
  },
3431
3447
  "device": {
3432
- "alias": "DeviceProfileRefDevice: device",
3448
+ "alias": "deviceProfileRefDevice: device",
3433
3449
  "args": {},
3434
3450
  "deprecationReason": null,
3435
3451
  "description": "Source Device Profile matching criteria for the exception.",
@@ -3437,9 +3453,9 @@
3437
3453
  "isDeprecated": false,
3438
3454
  "name": "device",
3439
3455
  "path": "internetFirewall.removeRule.rule.rule.exceptions.device",
3440
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
3456
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
3441
3457
  "required": true,
3442
- "responseStr": "device:$DeviceProfileRef ",
3458
+ "responseStr": "device:$deviceProfileRef ",
3443
3459
  "type": {
3444
3460
  "definition": {
3445
3461
  "description": null,
@@ -3504,10 +3520,182 @@
3504
3520
  "name": "DeviceProfileRef",
3505
3521
  "non_null": false
3506
3522
  },
3507
- "varName": "DeviceProfileRef"
3523
+ "varName": "deviceProfileRef"
3524
+ },
3525
+ "deviceAttributes": {
3526
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3527
+ "args": {},
3528
+ "deprecationReason": null,
3529
+ "description": "Source Device Attributes matching criteria for the exception.",
3530
+ "id_str": "internetFirewall___removeRule___rule___rule___exceptions___deviceAttributes",
3531
+ "isDeprecated": false,
3532
+ "name": "deviceAttributes",
3533
+ "path": "internetFirewall.removeRule.rule.rule.exceptions.deviceAttributes",
3534
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
3535
+ "required": true,
3536
+ "responseStr": "deviceAttributes:$deviceAttributes ",
3537
+ "type": {
3538
+ "definition": {
3539
+ "description": null,
3540
+ "enumValues": null,
3541
+ "fields": {
3542
+ "category": {
3543
+ "args": {},
3544
+ "deprecationReason": null,
3545
+ "description": "The category of the firewall device.",
3546
+ "id_str": "internetFirewall___removeRule___rule___rule___exceptions___deviceAttributes___category",
3547
+ "isDeprecated": false,
3548
+ "name": "category",
3549
+ "path": "internetFirewall.removeRule.rule.rule.exceptions.deviceAttributes.category",
3550
+ "requestStr": "$category:[String]! ",
3551
+ "required": true,
3552
+ "responseStr": "category:$category ",
3553
+ "type": {
3554
+ "kind": [
3555
+ "NON_NULL",
3556
+ "LIST",
3557
+ "NON_NULL",
3558
+ "SCALAR"
3559
+ ],
3560
+ "name": "String",
3561
+ "non_null": false
3562
+ },
3563
+ "varName": "category"
3564
+ },
3565
+ "manufacturer": {
3566
+ "args": {},
3567
+ "deprecationReason": null,
3568
+ "description": "The manufacturer of the firewall device.",
3569
+ "id_str": "internetFirewall___removeRule___rule___rule___exceptions___deviceAttributes___manufacturer",
3570
+ "isDeprecated": false,
3571
+ "name": "manufacturer",
3572
+ "path": "internetFirewall.removeRule.rule.rule.exceptions.deviceAttributes.manufacturer",
3573
+ "requestStr": "$manufacturer:[String]! ",
3574
+ "required": true,
3575
+ "responseStr": "manufacturer:$manufacturer ",
3576
+ "type": {
3577
+ "kind": [
3578
+ "NON_NULL",
3579
+ "LIST",
3580
+ "NON_NULL",
3581
+ "SCALAR"
3582
+ ],
3583
+ "name": "String",
3584
+ "non_null": false
3585
+ },
3586
+ "varName": "manufacturer"
3587
+ },
3588
+ "model": {
3589
+ "args": {},
3590
+ "deprecationReason": null,
3591
+ "description": "The model of the firewall device.",
3592
+ "id_str": "internetFirewall___removeRule___rule___rule___exceptions___deviceAttributes___model",
3593
+ "isDeprecated": false,
3594
+ "name": "model",
3595
+ "path": "internetFirewall.removeRule.rule.rule.exceptions.deviceAttributes.model",
3596
+ "requestStr": "$model:[String]! ",
3597
+ "required": true,
3598
+ "responseStr": "model:$model ",
3599
+ "type": {
3600
+ "kind": [
3601
+ "NON_NULL",
3602
+ "LIST",
3603
+ "NON_NULL",
3604
+ "SCALAR"
3605
+ ],
3606
+ "name": "String",
3607
+ "non_null": false
3608
+ },
3609
+ "varName": "model"
3610
+ },
3611
+ "os": {
3612
+ "args": {},
3613
+ "deprecationReason": null,
3614
+ "description": "The operating system of the firewall device.",
3615
+ "id_str": "internetFirewall___removeRule___rule___rule___exceptions___deviceAttributes___os",
3616
+ "isDeprecated": false,
3617
+ "name": "os",
3618
+ "path": "internetFirewall.removeRule.rule.rule.exceptions.deviceAttributes.os",
3619
+ "requestStr": "$os:[String]! ",
3620
+ "required": true,
3621
+ "responseStr": "os:$os ",
3622
+ "type": {
3623
+ "kind": [
3624
+ "NON_NULL",
3625
+ "LIST",
3626
+ "NON_NULL",
3627
+ "SCALAR"
3628
+ ],
3629
+ "name": "String",
3630
+ "non_null": false
3631
+ },
3632
+ "varName": "os"
3633
+ },
3634
+ "osVersion": {
3635
+ "args": {},
3636
+ "deprecationReason": null,
3637
+ "description": "The version of the operating system of the firewall device.",
3638
+ "id_str": "internetFirewall___removeRule___rule___rule___exceptions___deviceAttributes___osVersion",
3639
+ "isDeprecated": false,
3640
+ "name": "osVersion",
3641
+ "path": "internetFirewall.removeRule.rule.rule.exceptions.deviceAttributes.osVersion",
3642
+ "requestStr": "$osVersion:[String]! ",
3643
+ "required": true,
3644
+ "responseStr": "osVersion:$osVersion ",
3645
+ "type": {
3646
+ "kind": [
3647
+ "NON_NULL",
3648
+ "LIST",
3649
+ "NON_NULL",
3650
+ "SCALAR"
3651
+ ],
3652
+ "name": "String",
3653
+ "non_null": false
3654
+ },
3655
+ "varName": "osVersion"
3656
+ },
3657
+ "type": {
3658
+ "args": {},
3659
+ "deprecationReason": null,
3660
+ "description": "The type of the firewall device.",
3661
+ "id_str": "internetFirewall___removeRule___rule___rule___exceptions___deviceAttributes___type",
3662
+ "isDeprecated": false,
3663
+ "name": "type",
3664
+ "path": "internetFirewall.removeRule.rule.rule.exceptions.deviceAttributes.type",
3665
+ "requestStr": "$type:[String]! ",
3666
+ "required": true,
3667
+ "responseStr": "type:$type ",
3668
+ "type": {
3669
+ "kind": [
3670
+ "NON_NULL",
3671
+ "LIST",
3672
+ "NON_NULL",
3673
+ "SCALAR"
3674
+ ],
3675
+ "name": "String",
3676
+ "non_null": false
3677
+ },
3678
+ "varName": "type"
3679
+ }
3680
+ },
3681
+ "inputFields": null,
3682
+ "interfaces": {},
3683
+ "kind": "OBJECT",
3684
+ "name": "DeviceAttributes",
3685
+ "possibleTypes": null
3686
+ },
3687
+ "indexType": "object",
3688
+ "kind": [
3689
+ "NON_NULL",
3690
+ "OBJECT"
3691
+ ],
3692
+ "name": "DeviceAttributes",
3693
+ "non_null": false
3694
+ },
3695
+ "varName": "deviceAttributes"
3508
3696
  },
3509
3697
  "deviceOS": {
3510
- "alias": "OperatingSystemDeviceOS: deviceOS",
3698
+ "alias": "operatingSystemDeviceOS: deviceOS",
3511
3699
  "args": {},
3512
3700
  "deprecationReason": null,
3513
3701
  "description": "Source device OS matching criteria for the exception.",
@@ -3600,7 +3788,7 @@
3600
3788
  "varName": "name"
3601
3789
  },
3602
3790
  "service": {
3603
- "alias": "InternetFirewallServiceTypeService: service",
3791
+ "alias": "internetFirewallServiceTypeService: service",
3604
3792
  "args": {},
3605
3793
  "deprecationReason": null,
3606
3794
  "description": "Destination service matching criteria for the exception.",
@@ -3608,16 +3796,16 @@
3608
3796
  "isDeprecated": false,
3609
3797
  "name": "service",
3610
3798
  "path": "internetFirewall.removeRule.rule.rule.exceptions.service",
3611
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
3799
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
3612
3800
  "required": true,
3613
- "responseStr": "service:$InternetFirewallServiceType ",
3801
+ "responseStr": "service:$internetFirewallServiceType ",
3614
3802
  "type": {
3615
3803
  "definition": {
3616
3804
  "description": "Add the Service Type to which this Internet Firewall rule applies",
3617
3805
  "enumValues": null,
3618
3806
  "fields": {
3619
3807
  "custom": {
3620
- "alias": "CustomServiceCustom: custom",
3808
+ "alias": "customServiceCustom: custom",
3621
3809
  "args": {},
3622
3810
  "deprecationReason": null,
3623
3811
  "description": null,
@@ -3625,9 +3813,9 @@
3625
3813
  "isDeprecated": false,
3626
3814
  "name": "custom",
3627
3815
  "path": "internetFirewall.removeRule.rule.rule.exceptions.service.custom",
3628
- "requestStr": "$CustomService:[CustomService]! ",
3816
+ "requestStr": "$customService:[CustomService]! ",
3629
3817
  "required": true,
3630
- "responseStr": "custom:$CustomService ",
3818
+ "responseStr": "custom:$customService ",
3631
3819
  "type": {
3632
3820
  "definition": {
3633
3821
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -3656,7 +3844,7 @@
3656
3844
  "varName": "port"
3657
3845
  },
3658
3846
  "portRange": {
3659
- "alias": "PortRangePortRange: portRange",
3847
+ "alias": "portRangePortRange: portRange",
3660
3848
  "args": {},
3661
3849
  "deprecationReason": null,
3662
3850
  "description": null,
@@ -3664,9 +3852,9 @@
3664
3852
  "isDeprecated": false,
3665
3853
  "name": "portRange",
3666
3854
  "path": "internetFirewall.removeRule.rule.rule.exceptions.service.custom.portRange",
3667
- "requestStr": "$PortRange:PortRange ",
3855
+ "requestStr": "$portRange:PortRange ",
3668
3856
  "required": false,
3669
- "responseStr": "portRange:$PortRange ",
3857
+ "responseStr": "portRange:$portRange ",
3670
3858
  "type": {
3671
3859
  "definition": {
3672
3860
  "description": "Inclusive network port range",
@@ -3728,10 +3916,10 @@
3728
3916
  "name": "PortRange",
3729
3917
  "non_null": false
3730
3918
  },
3731
- "varName": "PortRange"
3919
+ "varName": "portRange"
3732
3920
  },
3733
3921
  "protocol": {
3734
- "alias": "IpProtocolProtocol: protocol",
3922
+ "alias": "ipProtocolProtocol: protocol",
3735
3923
  "args": {},
3736
3924
  "deprecationReason": null,
3737
3925
  "description": null,
@@ -3811,10 +3999,10 @@
3811
3999
  "name": "CustomService",
3812
4000
  "non_null": false
3813
4001
  },
3814
- "varName": "CustomService"
4002
+ "varName": "customService"
3815
4003
  },
3816
4004
  "standard": {
3817
- "alias": "ServiceRefStandard: standard",
4005
+ "alias": "serviceRefStandard: standard",
3818
4006
  "args": {},
3819
4007
  "deprecationReason": null,
3820
4008
  "description": null,
@@ -3822,9 +4010,9 @@
3822
4010
  "isDeprecated": false,
3823
4011
  "name": "standard",
3824
4012
  "path": "internetFirewall.removeRule.rule.rule.exceptions.service.standard",
3825
- "requestStr": "$ServiceRef:[ServiceRef]! ",
4013
+ "requestStr": "$serviceRef:[ServiceRef]! ",
3826
4014
  "required": true,
3827
- "responseStr": "standard:$ServiceRef ",
4015
+ "responseStr": "standard:$serviceRef ",
3828
4016
  "type": {
3829
4017
  "definition": {
3830
4018
  "description": null,
@@ -3889,7 +4077,7 @@
3889
4077
  "name": "ServiceRef",
3890
4078
  "non_null": false
3891
4079
  },
3892
- "varName": "ServiceRef"
4080
+ "varName": "serviceRef"
3893
4081
  }
3894
4082
  },
3895
4083
  "inputFields": null,
@@ -3906,10 +4094,10 @@
3906
4094
  "name": "InternetFirewallServiceType",
3907
4095
  "non_null": false
3908
4096
  },
3909
- "varName": "InternetFirewallServiceType"
4097
+ "varName": "internetFirewallServiceType"
3910
4098
  },
3911
4099
  "source": {
3912
- "alias": "InternetFirewallSourceSource: source",
4100
+ "alias": "internetFirewallSourceSource: source",
3913
4101
  "args": {},
3914
4102
  "deprecationReason": null,
3915
4103
  "description": "Source traffic matching criteria for the exception.",
@@ -3917,16 +4105,16 @@
3917
4105
  "isDeprecated": false,
3918
4106
  "name": "source",
3919
4107
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source",
3920
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
4108
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
3921
4109
  "required": true,
3922
- "responseStr": "source:$InternetFirewallSource ",
4110
+ "responseStr": "source:$internetFirewallSource ",
3923
4111
  "type": {
3924
4112
  "definition": {
3925
4113
  "description": "Returns the settings for Source of an Internet Firewall rule",
3926
4114
  "enumValues": null,
3927
4115
  "fields": {
3928
4116
  "floatingSubnet": {
3929
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
4117
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
3930
4118
  "args": {},
3931
4119
  "deprecationReason": null,
3932
4120
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -3934,9 +4122,9 @@
3934
4122
  "isDeprecated": false,
3935
4123
  "name": "floatingSubnet",
3936
4124
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.floatingSubnet",
3937
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
4125
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
3938
4126
  "required": true,
3939
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
4127
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
3940
4128
  "type": {
3941
4129
  "definition": {
3942
4130
  "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.",
@@ -4001,10 +4189,10 @@
4001
4189
  "name": "FloatingSubnetRef",
4002
4190
  "non_null": false
4003
4191
  },
4004
- "varName": "FloatingSubnetRef"
4192
+ "varName": "floatingSubnetRef"
4005
4193
  },
4006
4194
  "globalIpRange": {
4007
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
4195
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4008
4196
  "args": {},
4009
4197
  "deprecationReason": null,
4010
4198
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4012,9 +4200,9 @@
4012
4200
  "isDeprecated": false,
4013
4201
  "name": "globalIpRange",
4014
4202
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.globalIpRange",
4015
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
4203
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4016
4204
  "required": true,
4017
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
4205
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
4018
4206
  "type": {
4019
4207
  "definition": {
4020
4208
  "description": null,
@@ -4079,10 +4267,10 @@
4079
4267
  "name": "GlobalIpRangeRef",
4080
4268
  "non_null": false
4081
4269
  },
4082
- "varName": "GlobalIpRangeRef"
4270
+ "varName": "globalIpRangeRef"
4083
4271
  },
4084
4272
  "group": {
4085
- "alias": "GroupRefGroup: group",
4273
+ "alias": "groupRefGroup: group",
4086
4274
  "args": {},
4087
4275
  "deprecationReason": null,
4088
4276
  "description": "Groups defined for your account",
@@ -4090,9 +4278,9 @@
4090
4278
  "isDeprecated": false,
4091
4279
  "name": "group",
4092
4280
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.group",
4093
- "requestStr": "$GroupRef:[GroupRef]! ",
4281
+ "requestStr": "$groupRef:[GroupRef]! ",
4094
4282
  "required": true,
4095
- "responseStr": "group:$GroupRef ",
4283
+ "responseStr": "group:$groupRef ",
4096
4284
  "type": {
4097
4285
  "definition": {
4098
4286
  "description": null,
@@ -4157,10 +4345,10 @@
4157
4345
  "name": "GroupRef",
4158
4346
  "non_null": false
4159
4347
  },
4160
- "varName": "GroupRef"
4348
+ "varName": "groupRef"
4161
4349
  },
4162
4350
  "host": {
4163
- "alias": "HostRefHost: host",
4351
+ "alias": "hostRefHost: host",
4164
4352
  "args": {},
4165
4353
  "deprecationReason": null,
4166
4354
  "description": "Hosts and servers defined for your account",
@@ -4168,9 +4356,9 @@
4168
4356
  "isDeprecated": false,
4169
4357
  "name": "host",
4170
4358
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.host",
4171
- "requestStr": "$HostRef:[HostRef]! ",
4359
+ "requestStr": "$hostRef:[HostRef]! ",
4172
4360
  "required": true,
4173
- "responseStr": "host:$HostRef ",
4361
+ "responseStr": "host:$hostRef ",
4174
4362
  "type": {
4175
4363
  "definition": {
4176
4364
  "description": null,
@@ -4235,7 +4423,7 @@
4235
4423
  "name": "HostRef",
4236
4424
  "non_null": false
4237
4425
  },
4238
- "varName": "HostRef"
4426
+ "varName": "hostRef"
4239
4427
  },
4240
4428
  "ip": {
4241
4429
  "args": {},
@@ -4261,7 +4449,7 @@
4261
4449
  "varName": "ip"
4262
4450
  },
4263
4451
  "ipRange": {
4264
- "alias": "IpAddressRangeIpRange: ipRange",
4452
+ "alias": "ipAddressRangeIpRange: ipRange",
4265
4453
  "args": {},
4266
4454
  "deprecationReason": null,
4267
4455
  "description": "Multiple separate IP addresses or an IP range",
@@ -4269,9 +4457,9 @@
4269
4457
  "isDeprecated": false,
4270
4458
  "name": "ipRange",
4271
4459
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.ipRange",
4272
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
4460
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
4273
4461
  "required": true,
4274
- "responseStr": "ipRange:$IpAddressRange ",
4462
+ "responseStr": "ipRange:$ipAddressRange ",
4275
4463
  "type": {
4276
4464
  "definition": {
4277
4465
  "description": "Inclusive range of IPs",
@@ -4336,10 +4524,10 @@
4336
4524
  "name": "IpAddressRange",
4337
4525
  "non_null": false
4338
4526
  },
4339
- "varName": "IpAddressRange"
4527
+ "varName": "ipAddressRange"
4340
4528
  },
4341
4529
  "networkInterface": {
4342
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
4530
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4343
4531
  "args": {},
4344
4532
  "deprecationReason": null,
4345
4533
  "description": "Network range defined for a site",
@@ -4347,9 +4535,9 @@
4347
4535
  "isDeprecated": false,
4348
4536
  "name": "networkInterface",
4349
4537
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.networkInterface",
4350
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
4538
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
4351
4539
  "required": true,
4352
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
4540
+ "responseStr": "networkInterface:$networkInterfaceRef ",
4353
4541
  "type": {
4354
4542
  "definition": {
4355
4543
  "description": null,
@@ -4414,10 +4602,10 @@
4414
4602
  "name": "NetworkInterfaceRef",
4415
4603
  "non_null": false
4416
4604
  },
4417
- "varName": "NetworkInterfaceRef"
4605
+ "varName": "networkInterfaceRef"
4418
4606
  },
4419
4607
  "site": {
4420
- "alias": "SiteRefSite: site",
4608
+ "alias": "siteRefSite: site",
4421
4609
  "args": {},
4422
4610
  "deprecationReason": null,
4423
4611
  "description": "Site defined for the account",
@@ -4425,9 +4613,9 @@
4425
4613
  "isDeprecated": false,
4426
4614
  "name": "site",
4427
4615
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.site",
4428
- "requestStr": "$SiteRef:[SiteRef]! ",
4616
+ "requestStr": "$siteRef:[SiteRef]! ",
4429
4617
  "required": true,
4430
- "responseStr": "site:$SiteRef ",
4618
+ "responseStr": "site:$siteRef ",
4431
4619
  "type": {
4432
4620
  "definition": {
4433
4621
  "description": null,
@@ -4492,10 +4680,10 @@
4492
4680
  "name": "SiteRef",
4493
4681
  "non_null": false
4494
4682
  },
4495
- "varName": "SiteRef"
4683
+ "varName": "siteRef"
4496
4684
  },
4497
4685
  "siteNetworkSubnet": {
4498
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4686
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4499
4687
  "args": {},
4500
4688
  "deprecationReason": null,
4501
4689
  "description": "GlobalRange + InterfaceSubnet",
@@ -4503,9 +4691,9 @@
4503
4691
  "isDeprecated": false,
4504
4692
  "name": "siteNetworkSubnet",
4505
4693
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.siteNetworkSubnet",
4506
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4694
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4507
4695
  "required": true,
4508
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
4696
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4509
4697
  "type": {
4510
4698
  "definition": {
4511
4699
  "description": null,
@@ -4570,7 +4758,7 @@
4570
4758
  "name": "SiteNetworkSubnetRef",
4571
4759
  "non_null": false
4572
4760
  },
4573
- "varName": "SiteNetworkSubnetRef"
4761
+ "varName": "siteNetworkSubnetRef"
4574
4762
  },
4575
4763
  "subnet": {
4576
4764
  "args": {},
@@ -4596,7 +4784,7 @@
4596
4784
  "varName": "subnet"
4597
4785
  },
4598
4786
  "systemGroup": {
4599
- "alias": "SystemGroupRefSystemGroup: systemGroup",
4787
+ "alias": "systemGroupRefSystemGroup: systemGroup",
4600
4788
  "args": {},
4601
4789
  "deprecationReason": null,
4602
4790
  "description": "Predefined Cato groups",
@@ -4604,9 +4792,9 @@
4604
4792
  "isDeprecated": false,
4605
4793
  "name": "systemGroup",
4606
4794
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.systemGroup",
4607
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
4795
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
4608
4796
  "required": true,
4609
- "responseStr": "systemGroup:$SystemGroupRef ",
4797
+ "responseStr": "systemGroup:$systemGroupRef ",
4610
4798
  "type": {
4611
4799
  "definition": {
4612
4800
  "description": null,
@@ -4671,10 +4859,10 @@
4671
4859
  "name": "SystemGroupRef",
4672
4860
  "non_null": false
4673
4861
  },
4674
- "varName": "SystemGroupRef"
4862
+ "varName": "systemGroupRef"
4675
4863
  },
4676
4864
  "user": {
4677
- "alias": "UserRefUser: user",
4865
+ "alias": "userRefUser: user",
4678
4866
  "args": {},
4679
4867
  "deprecationReason": null,
4680
4868
  "description": "Individual users defined for the account",
@@ -4682,9 +4870,9 @@
4682
4870
  "isDeprecated": false,
4683
4871
  "name": "user",
4684
4872
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.user",
4685
- "requestStr": "$UserRef:[UserRef]! ",
4873
+ "requestStr": "$userRef:[UserRef]! ",
4686
4874
  "required": true,
4687
- "responseStr": "user:$UserRef ",
4875
+ "responseStr": "user:$userRef ",
4688
4876
  "type": {
4689
4877
  "definition": {
4690
4878
  "description": null,
@@ -4749,10 +4937,10 @@
4749
4937
  "name": "UserRef",
4750
4938
  "non_null": false
4751
4939
  },
4752
- "varName": "UserRef"
4940
+ "varName": "userRef"
4753
4941
  },
4754
4942
  "usersGroup": {
4755
- "alias": "UsersGroupRefUsersGroup: usersGroup",
4943
+ "alias": "usersGroupRefUsersGroup: usersGroup",
4756
4944
  "args": {},
4757
4945
  "deprecationReason": null,
4758
4946
  "description": "Group of users",
@@ -4760,9 +4948,9 @@
4760
4948
  "isDeprecated": false,
4761
4949
  "name": "usersGroup",
4762
4950
  "path": "internetFirewall.removeRule.rule.rule.exceptions.source.usersGroup",
4763
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
4951
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
4764
4952
  "required": true,
4765
- "responseStr": "usersGroup:$UsersGroupRef ",
4953
+ "responseStr": "usersGroup:$usersGroupRef ",
4766
4954
  "type": {
4767
4955
  "definition": {
4768
4956
  "description": null,
@@ -4827,7 +5015,7 @@
4827
5015
  "name": "UsersGroupRef",
4828
5016
  "non_null": false
4829
5017
  },
4830
- "varName": "UsersGroupRef"
5018
+ "varName": "usersGroupRef"
4831
5019
  }
4832
5020
  },
4833
5021
  "inputFields": null,
@@ -4844,7 +5032,7 @@
4844
5032
  "name": "InternetFirewallSource",
4845
5033
  "non_null": false
4846
5034
  },
4847
- "varName": "InternetFirewallSource"
5035
+ "varName": "internetFirewallSource"
4848
5036
  }
4849
5037
  },
4850
5038
  "inputFields": null,
@@ -4863,7 +5051,7 @@
4863
5051
  "name": "InternetFirewallRuleException",
4864
5052
  "non_null": false
4865
5053
  },
4866
- "varName": "InternetFirewallRuleException"
5054
+ "varName": "internetFirewallRuleException"
4867
5055
  },
4868
5056
  "id": {
4869
5057
  "args": {},
@@ -4929,7 +5117,7 @@
4929
5117
  "varName": "name"
4930
5118
  },
4931
5119
  "schedule": {
4932
- "alias": "PolicyScheduleSchedule: schedule",
5120
+ "alias": "policyScheduleSchedule: schedule",
4933
5121
  "args": {},
4934
5122
  "deprecationReason": null,
4935
5123
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -4937,16 +5125,16 @@
4937
5125
  "isDeprecated": false,
4938
5126
  "name": "schedule",
4939
5127
  "path": "internetFirewall.removeRule.rule.rule.schedule",
4940
- "requestStr": "$PolicySchedule:PolicySchedule! ",
5128
+ "requestStr": "$policySchedule:PolicySchedule! ",
4941
5129
  "required": true,
4942
- "responseStr": "schedule:$PolicySchedule ",
5130
+ "responseStr": "schedule:$policySchedule ",
4943
5131
  "type": {
4944
5132
  "definition": {
4945
5133
  "description": null,
4946
5134
  "enumValues": null,
4947
5135
  "fields": {
4948
5136
  "activeOn": {
4949
- "alias": "PolicyActiveOnEnumActiveOn: activeOn",
5137
+ "alias": "policyActiveOnEnumActiveOn: activeOn",
4950
5138
  "args": {},
4951
5139
  "deprecationReason": null,
4952
5140
  "description": null,
@@ -5004,7 +5192,7 @@
5004
5192
  "varName": "activeOn"
5005
5193
  },
5006
5194
  "customRecurring": {
5007
- "alias": "PolicyCustomRecurringCustomRecurring: customRecurring",
5195
+ "alias": "policyCustomRecurringCustomRecurring: customRecurring",
5008
5196
  "args": {},
5009
5197
  "deprecationReason": null,
5010
5198
  "description": null,
@@ -5012,9 +5200,9 @@
5012
5200
  "isDeprecated": false,
5013
5201
  "name": "customRecurring",
5014
5202
  "path": "internetFirewall.removeRule.rule.rule.schedule.customRecurring",
5015
- "requestStr": "$PolicyCustomRecurring:PolicyCustomRecurring ",
5203
+ "requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
5016
5204
  "required": false,
5017
- "responseStr": "customRecurring:$PolicyCustomRecurring ",
5205
+ "responseStr": "customRecurring:$policyCustomRecurring ",
5018
5206
  "type": {
5019
5207
  "definition": {
5020
5208
  "description": "Returns data for a custom recurring time range that a rule is active",
@@ -5153,10 +5341,10 @@
5153
5341
  "name": "PolicyCustomRecurring",
5154
5342
  "non_null": false
5155
5343
  },
5156
- "varName": "PolicyCustomRecurring"
5344
+ "varName": "policyCustomRecurring"
5157
5345
  },
5158
5346
  "customTimeframe": {
5159
- "alias": "PolicyCustomTimeframeCustomTimeframe: customTimeframe",
5347
+ "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
5160
5348
  "args": {},
5161
5349
  "deprecationReason": null,
5162
5350
  "description": null,
@@ -5164,9 +5352,9 @@
5164
5352
  "isDeprecated": false,
5165
5353
  "name": "customTimeframe",
5166
5354
  "path": "internetFirewall.removeRule.rule.rule.schedule.customTimeframe",
5167
- "requestStr": "$PolicyCustomTimeframe:PolicyCustomTimeframe ",
5355
+ "requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
5168
5356
  "required": false,
5169
- "responseStr": "customTimeframe:$PolicyCustomTimeframe ",
5357
+ "responseStr": "customTimeframe:$policyCustomTimeframe ",
5170
5358
  "type": {
5171
5359
  "definition": {
5172
5360
  "description": "Returns data for a custom one-time time range that a rule is active",
@@ -5228,7 +5416,7 @@
5228
5416
  "name": "PolicyCustomTimeframe",
5229
5417
  "non_null": false
5230
5418
  },
5231
- "varName": "PolicyCustomTimeframe"
5419
+ "varName": "policyCustomTimeframe"
5232
5420
  }
5233
5421
  },
5234
5422
  "inputFields": null,
@@ -5245,10 +5433,10 @@
5245
5433
  "name": "PolicySchedule",
5246
5434
  "non_null": false
5247
5435
  },
5248
- "varName": "PolicySchedule"
5436
+ "varName": "policySchedule"
5249
5437
  },
5250
5438
  "section": {
5251
- "alias": "PolicySectionInfoSection: section",
5439
+ "alias": "policySectionInfoSection: section",
5252
5440
  "args": {},
5253
5441
  "deprecationReason": null,
5254
5442
  "description": "Policy section where the rule is located",
@@ -5256,9 +5444,9 @@
5256
5444
  "isDeprecated": false,
5257
5445
  "name": "section",
5258
5446
  "path": "internetFirewall.removeRule.rule.rule.section",
5259
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
5447
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
5260
5448
  "required": true,
5261
- "responseStr": "section:$PolicySectionInfo ",
5449
+ "responseStr": "section:$policySectionInfo ",
5262
5450
  "type": {
5263
5451
  "definition": {
5264
5452
  "description": "Define settings for a policy section",
@@ -5321,10 +5509,10 @@
5321
5509
  "name": "PolicySectionInfo",
5322
5510
  "non_null": false
5323
5511
  },
5324
- "varName": "PolicySectionInfo"
5512
+ "varName": "policySectionInfo"
5325
5513
  },
5326
5514
  "service": {
5327
- "alias": "InternetFirewallServiceTypeService: service",
5515
+ "alias": "internetFirewallServiceTypeService: service",
5328
5516
  "args": {},
5329
5517
  "deprecationReason": null,
5330
5518
  "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5332,16 +5520,16 @@
5332
5520
  "isDeprecated": false,
5333
5521
  "name": "service",
5334
5522
  "path": "internetFirewall.removeRule.rule.rule.service",
5335
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
5523
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
5336
5524
  "required": true,
5337
- "responseStr": "service:$InternetFirewallServiceType ",
5525
+ "responseStr": "service:$internetFirewallServiceType ",
5338
5526
  "type": {
5339
5527
  "definition": {
5340
5528
  "description": "Add the Service Type to which this Internet Firewall rule applies",
5341
5529
  "enumValues": null,
5342
5530
  "fields": {
5343
5531
  "custom": {
5344
- "alias": "CustomServiceCustom: custom",
5532
+ "alias": "customServiceCustom: custom",
5345
5533
  "args": {},
5346
5534
  "deprecationReason": null,
5347
5535
  "description": null,
@@ -5349,9 +5537,9 @@
5349
5537
  "isDeprecated": false,
5350
5538
  "name": "custom",
5351
5539
  "path": "internetFirewall.removeRule.rule.rule.service.custom",
5352
- "requestStr": "$CustomService:[CustomService]! ",
5540
+ "requestStr": "$customService:[CustomService]! ",
5353
5541
  "required": true,
5354
- "responseStr": "custom:$CustomService ",
5542
+ "responseStr": "custom:$customService ",
5355
5543
  "type": {
5356
5544
  "definition": {
5357
5545
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -5380,7 +5568,7 @@
5380
5568
  "varName": "port"
5381
5569
  },
5382
5570
  "portRange": {
5383
- "alias": "PortRangePortRange: portRange",
5571
+ "alias": "portRangePortRange: portRange",
5384
5572
  "args": {},
5385
5573
  "deprecationReason": null,
5386
5574
  "description": null,
@@ -5388,9 +5576,9 @@
5388
5576
  "isDeprecated": false,
5389
5577
  "name": "portRange",
5390
5578
  "path": "internetFirewall.removeRule.rule.rule.service.custom.portRange",
5391
- "requestStr": "$PortRange:PortRange ",
5579
+ "requestStr": "$portRange:PortRange ",
5392
5580
  "required": false,
5393
- "responseStr": "portRange:$PortRange ",
5581
+ "responseStr": "portRange:$portRange ",
5394
5582
  "type": {
5395
5583
  "definition": {
5396
5584
  "description": "Inclusive network port range",
@@ -5452,10 +5640,10 @@
5452
5640
  "name": "PortRange",
5453
5641
  "non_null": false
5454
5642
  },
5455
- "varName": "PortRange"
5643
+ "varName": "portRange"
5456
5644
  },
5457
5645
  "protocol": {
5458
- "alias": "IpProtocolProtocol: protocol",
5646
+ "alias": "ipProtocolProtocol: protocol",
5459
5647
  "args": {},
5460
5648
  "deprecationReason": null,
5461
5649
  "description": null,
@@ -5535,10 +5723,10 @@
5535
5723
  "name": "CustomService",
5536
5724
  "non_null": false
5537
5725
  },
5538
- "varName": "CustomService"
5726
+ "varName": "customService"
5539
5727
  },
5540
5728
  "standard": {
5541
- "alias": "ServiceRefStandard: standard",
5729
+ "alias": "serviceRefStandard: standard",
5542
5730
  "args": {},
5543
5731
  "deprecationReason": null,
5544
5732
  "description": null,
@@ -5546,9 +5734,9 @@
5546
5734
  "isDeprecated": false,
5547
5735
  "name": "standard",
5548
5736
  "path": "internetFirewall.removeRule.rule.rule.service.standard",
5549
- "requestStr": "$ServiceRef:[ServiceRef]! ",
5737
+ "requestStr": "$serviceRef:[ServiceRef]! ",
5550
5738
  "required": true,
5551
- "responseStr": "standard:$ServiceRef ",
5739
+ "responseStr": "standard:$serviceRef ",
5552
5740
  "type": {
5553
5741
  "definition": {
5554
5742
  "description": null,
@@ -5613,7 +5801,7 @@
5613
5801
  "name": "ServiceRef",
5614
5802
  "non_null": false
5615
5803
  },
5616
- "varName": "ServiceRef"
5804
+ "varName": "serviceRef"
5617
5805
  }
5618
5806
  },
5619
5807
  "inputFields": null,
@@ -5630,10 +5818,10 @@
5630
5818
  "name": "InternetFirewallServiceType",
5631
5819
  "non_null": false
5632
5820
  },
5633
- "varName": "InternetFirewallServiceType"
5821
+ "varName": "internetFirewallServiceType"
5634
5822
  },
5635
5823
  "source": {
5636
- "alias": "InternetFirewallSourceSource: source",
5824
+ "alias": "internetFirewallSourceSource: source",
5637
5825
  "args": {},
5638
5826
  "deprecationReason": null,
5639
5827
  "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5641,16 +5829,16 @@
5641
5829
  "isDeprecated": false,
5642
5830
  "name": "source",
5643
5831
  "path": "internetFirewall.removeRule.rule.rule.source",
5644
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
5832
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
5645
5833
  "required": true,
5646
- "responseStr": "source:$InternetFirewallSource ",
5834
+ "responseStr": "source:$internetFirewallSource ",
5647
5835
  "type": {
5648
5836
  "definition": {
5649
5837
  "description": "Returns the settings for Source of an Internet Firewall rule",
5650
5838
  "enumValues": null,
5651
5839
  "fields": {
5652
5840
  "floatingSubnet": {
5653
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
5841
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5654
5842
  "args": {},
5655
5843
  "deprecationReason": null,
5656
5844
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -5658,9 +5846,9 @@
5658
5846
  "isDeprecated": false,
5659
5847
  "name": "floatingSubnet",
5660
5848
  "path": "internetFirewall.removeRule.rule.rule.source.floatingSubnet",
5661
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
5849
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
5662
5850
  "required": true,
5663
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
5851
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
5664
5852
  "type": {
5665
5853
  "definition": {
5666
5854
  "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.",
@@ -5725,10 +5913,10 @@
5725
5913
  "name": "FloatingSubnetRef",
5726
5914
  "non_null": false
5727
5915
  },
5728
- "varName": "FloatingSubnetRef"
5916
+ "varName": "floatingSubnetRef"
5729
5917
  },
5730
5918
  "globalIpRange": {
5731
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
5919
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
5732
5920
  "args": {},
5733
5921
  "deprecationReason": null,
5734
5922
  "description": "Globally defined IP range, IP and subnet objects",
@@ -5736,9 +5924,9 @@
5736
5924
  "isDeprecated": false,
5737
5925
  "name": "globalIpRange",
5738
5926
  "path": "internetFirewall.removeRule.rule.rule.source.globalIpRange",
5739
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
5927
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
5740
5928
  "required": true,
5741
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
5929
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
5742
5930
  "type": {
5743
5931
  "definition": {
5744
5932
  "description": null,
@@ -5803,10 +5991,10 @@
5803
5991
  "name": "GlobalIpRangeRef",
5804
5992
  "non_null": false
5805
5993
  },
5806
- "varName": "GlobalIpRangeRef"
5994
+ "varName": "globalIpRangeRef"
5807
5995
  },
5808
5996
  "group": {
5809
- "alias": "GroupRefGroup: group",
5997
+ "alias": "groupRefGroup: group",
5810
5998
  "args": {},
5811
5999
  "deprecationReason": null,
5812
6000
  "description": "Groups defined for your account",
@@ -5814,9 +6002,9 @@
5814
6002
  "isDeprecated": false,
5815
6003
  "name": "group",
5816
6004
  "path": "internetFirewall.removeRule.rule.rule.source.group",
5817
- "requestStr": "$GroupRef:[GroupRef]! ",
6005
+ "requestStr": "$groupRef:[GroupRef]! ",
5818
6006
  "required": true,
5819
- "responseStr": "group:$GroupRef ",
6007
+ "responseStr": "group:$groupRef ",
5820
6008
  "type": {
5821
6009
  "definition": {
5822
6010
  "description": null,
@@ -5881,10 +6069,10 @@
5881
6069
  "name": "GroupRef",
5882
6070
  "non_null": false
5883
6071
  },
5884
- "varName": "GroupRef"
6072
+ "varName": "groupRef"
5885
6073
  },
5886
6074
  "host": {
5887
- "alias": "HostRefHost: host",
6075
+ "alias": "hostRefHost: host",
5888
6076
  "args": {},
5889
6077
  "deprecationReason": null,
5890
6078
  "description": "Hosts and servers defined for your account",
@@ -5892,9 +6080,9 @@
5892
6080
  "isDeprecated": false,
5893
6081
  "name": "host",
5894
6082
  "path": "internetFirewall.removeRule.rule.rule.source.host",
5895
- "requestStr": "$HostRef:[HostRef]! ",
6083
+ "requestStr": "$hostRef:[HostRef]! ",
5896
6084
  "required": true,
5897
- "responseStr": "host:$HostRef ",
6085
+ "responseStr": "host:$hostRef ",
5898
6086
  "type": {
5899
6087
  "definition": {
5900
6088
  "description": null,
@@ -5959,7 +6147,7 @@
5959
6147
  "name": "HostRef",
5960
6148
  "non_null": false
5961
6149
  },
5962
- "varName": "HostRef"
6150
+ "varName": "hostRef"
5963
6151
  },
5964
6152
  "ip": {
5965
6153
  "args": {},
@@ -5985,7 +6173,7 @@
5985
6173
  "varName": "ip"
5986
6174
  },
5987
6175
  "ipRange": {
5988
- "alias": "IpAddressRangeIpRange: ipRange",
6176
+ "alias": "ipAddressRangeIpRange: ipRange",
5989
6177
  "args": {},
5990
6178
  "deprecationReason": null,
5991
6179
  "description": "Multiple separate IP addresses or an IP range",
@@ -5993,9 +6181,9 @@
5993
6181
  "isDeprecated": false,
5994
6182
  "name": "ipRange",
5995
6183
  "path": "internetFirewall.removeRule.rule.rule.source.ipRange",
5996
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
6184
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
5997
6185
  "required": true,
5998
- "responseStr": "ipRange:$IpAddressRange ",
6186
+ "responseStr": "ipRange:$ipAddressRange ",
5999
6187
  "type": {
6000
6188
  "definition": {
6001
6189
  "description": "Inclusive range of IPs",
@@ -6060,10 +6248,10 @@
6060
6248
  "name": "IpAddressRange",
6061
6249
  "non_null": false
6062
6250
  },
6063
- "varName": "IpAddressRange"
6251
+ "varName": "ipAddressRange"
6064
6252
  },
6065
6253
  "networkInterface": {
6066
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
6254
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6067
6255
  "args": {},
6068
6256
  "deprecationReason": null,
6069
6257
  "description": "Network range defined for a site",
@@ -6071,9 +6259,9 @@
6071
6259
  "isDeprecated": false,
6072
6260
  "name": "networkInterface",
6073
6261
  "path": "internetFirewall.removeRule.rule.rule.source.networkInterface",
6074
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
6262
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
6075
6263
  "required": true,
6076
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
6264
+ "responseStr": "networkInterface:$networkInterfaceRef ",
6077
6265
  "type": {
6078
6266
  "definition": {
6079
6267
  "description": null,
@@ -6138,10 +6326,10 @@
6138
6326
  "name": "NetworkInterfaceRef",
6139
6327
  "non_null": false
6140
6328
  },
6141
- "varName": "NetworkInterfaceRef"
6329
+ "varName": "networkInterfaceRef"
6142
6330
  },
6143
6331
  "site": {
6144
- "alias": "SiteRefSite: site",
6332
+ "alias": "siteRefSite: site",
6145
6333
  "args": {},
6146
6334
  "deprecationReason": null,
6147
6335
  "description": "Site defined for the account",
@@ -6149,9 +6337,9 @@
6149
6337
  "isDeprecated": false,
6150
6338
  "name": "site",
6151
6339
  "path": "internetFirewall.removeRule.rule.rule.source.site",
6152
- "requestStr": "$SiteRef:[SiteRef]! ",
6340
+ "requestStr": "$siteRef:[SiteRef]! ",
6153
6341
  "required": true,
6154
- "responseStr": "site:$SiteRef ",
6342
+ "responseStr": "site:$siteRef ",
6155
6343
  "type": {
6156
6344
  "definition": {
6157
6345
  "description": null,
@@ -6216,10 +6404,10 @@
6216
6404
  "name": "SiteRef",
6217
6405
  "non_null": false
6218
6406
  },
6219
- "varName": "SiteRef"
6407
+ "varName": "siteRef"
6220
6408
  },
6221
6409
  "siteNetworkSubnet": {
6222
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6410
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6223
6411
  "args": {},
6224
6412
  "deprecationReason": null,
6225
6413
  "description": "GlobalRange + InterfaceSubnet",
@@ -6227,9 +6415,9 @@
6227
6415
  "isDeprecated": false,
6228
6416
  "name": "siteNetworkSubnet",
6229
6417
  "path": "internetFirewall.removeRule.rule.rule.source.siteNetworkSubnet",
6230
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6418
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6231
6419
  "required": true,
6232
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
6420
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6233
6421
  "type": {
6234
6422
  "definition": {
6235
6423
  "description": null,
@@ -6294,7 +6482,7 @@
6294
6482
  "name": "SiteNetworkSubnetRef",
6295
6483
  "non_null": false
6296
6484
  },
6297
- "varName": "SiteNetworkSubnetRef"
6485
+ "varName": "siteNetworkSubnetRef"
6298
6486
  },
6299
6487
  "subnet": {
6300
6488
  "args": {},
@@ -6320,7 +6508,7 @@
6320
6508
  "varName": "subnet"
6321
6509
  },
6322
6510
  "systemGroup": {
6323
- "alias": "SystemGroupRefSystemGroup: systemGroup",
6511
+ "alias": "systemGroupRefSystemGroup: systemGroup",
6324
6512
  "args": {},
6325
6513
  "deprecationReason": null,
6326
6514
  "description": "Predefined Cato groups",
@@ -6328,9 +6516,9 @@
6328
6516
  "isDeprecated": false,
6329
6517
  "name": "systemGroup",
6330
6518
  "path": "internetFirewall.removeRule.rule.rule.source.systemGroup",
6331
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
6519
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
6332
6520
  "required": true,
6333
- "responseStr": "systemGroup:$SystemGroupRef ",
6521
+ "responseStr": "systemGroup:$systemGroupRef ",
6334
6522
  "type": {
6335
6523
  "definition": {
6336
6524
  "description": null,
@@ -6395,10 +6583,10 @@
6395
6583
  "name": "SystemGroupRef",
6396
6584
  "non_null": false
6397
6585
  },
6398
- "varName": "SystemGroupRef"
6586
+ "varName": "systemGroupRef"
6399
6587
  },
6400
6588
  "user": {
6401
- "alias": "UserRefUser: user",
6589
+ "alias": "userRefUser: user",
6402
6590
  "args": {},
6403
6591
  "deprecationReason": null,
6404
6592
  "description": "Individual users defined for the account",
@@ -6406,9 +6594,9 @@
6406
6594
  "isDeprecated": false,
6407
6595
  "name": "user",
6408
6596
  "path": "internetFirewall.removeRule.rule.rule.source.user",
6409
- "requestStr": "$UserRef:[UserRef]! ",
6597
+ "requestStr": "$userRef:[UserRef]! ",
6410
6598
  "required": true,
6411
- "responseStr": "user:$UserRef ",
6599
+ "responseStr": "user:$userRef ",
6412
6600
  "type": {
6413
6601
  "definition": {
6414
6602
  "description": null,
@@ -6473,10 +6661,10 @@
6473
6661
  "name": "UserRef",
6474
6662
  "non_null": false
6475
6663
  },
6476
- "varName": "UserRef"
6664
+ "varName": "userRef"
6477
6665
  },
6478
6666
  "usersGroup": {
6479
- "alias": "UsersGroupRefUsersGroup: usersGroup",
6667
+ "alias": "usersGroupRefUsersGroup: usersGroup",
6480
6668
  "args": {},
6481
6669
  "deprecationReason": null,
6482
6670
  "description": "Group of users",
@@ -6484,9 +6672,9 @@
6484
6672
  "isDeprecated": false,
6485
6673
  "name": "usersGroup",
6486
6674
  "path": "internetFirewall.removeRule.rule.rule.source.usersGroup",
6487
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
6675
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
6488
6676
  "required": true,
6489
- "responseStr": "usersGroup:$UsersGroupRef ",
6677
+ "responseStr": "usersGroup:$usersGroupRef ",
6490
6678
  "type": {
6491
6679
  "definition": {
6492
6680
  "description": null,
@@ -6551,7 +6739,7 @@
6551
6739
  "name": "UsersGroupRef",
6552
6740
  "non_null": false
6553
6741
  },
6554
- "varName": "UsersGroupRef"
6742
+ "varName": "usersGroupRef"
6555
6743
  }
6556
6744
  },
6557
6745
  "inputFields": null,
@@ -6568,10 +6756,10 @@
6568
6756
  "name": "InternetFirewallSource",
6569
6757
  "non_null": false
6570
6758
  },
6571
- "varName": "InternetFirewallSource"
6759
+ "varName": "internetFirewallSource"
6572
6760
  },
6573
6761
  "tracking": {
6574
- "alias": "PolicyTrackingTracking: tracking",
6762
+ "alias": "policyTrackingTracking: tracking",
6575
6763
  "args": {},
6576
6764
  "deprecationReason": null,
6577
6765
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -6579,16 +6767,16 @@
6579
6767
  "isDeprecated": false,
6580
6768
  "name": "tracking",
6581
6769
  "path": "internetFirewall.removeRule.rule.rule.tracking",
6582
- "requestStr": "$PolicyTracking:PolicyTracking! ",
6770
+ "requestStr": "$policyTracking:PolicyTracking! ",
6583
6771
  "required": true,
6584
- "responseStr": "tracking:$PolicyTracking ",
6772
+ "responseStr": "tracking:$policyTracking ",
6585
6773
  "type": {
6586
6774
  "definition": {
6587
6775
  "description": null,
6588
6776
  "enumValues": null,
6589
6777
  "fields": {
6590
6778
  "alert": {
6591
- "alias": "PolicyRuleTrackingAlertAlert: alert",
6779
+ "alias": "policyRuleTrackingAlertAlert: alert",
6592
6780
  "args": {},
6593
6781
  "deprecationReason": null,
6594
6782
  "description": null,
@@ -6596,9 +6784,9 @@
6596
6784
  "isDeprecated": false,
6597
6785
  "name": "alert",
6598
6786
  "path": "internetFirewall.removeRule.rule.rule.tracking.alert",
6599
- "requestStr": "$PolicyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
6787
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
6600
6788
  "required": true,
6601
- "responseStr": "alert:$PolicyRuleTrackingAlert ",
6789
+ "responseStr": "alert:$policyRuleTrackingAlert ",
6602
6790
  "type": {
6603
6791
  "definition": {
6604
6792
  "description": "Returns data for the alert settings for the rule",
@@ -6626,7 +6814,7 @@
6626
6814
  "varName": "enabled"
6627
6815
  },
6628
6816
  "frequency": {
6629
- "alias": "PolicyRuleTrackingFrequencyEnumFrequency: frequency",
6817
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
6630
6818
  "args": {},
6631
6819
  "deprecationReason": null,
6632
6820
  "description": "Returns data for the alert frequency",
@@ -6684,7 +6872,7 @@
6684
6872
  "varName": "frequency"
6685
6873
  },
6686
6874
  "mailingList": {
6687
- "alias": "SubscriptionMailingListRefMailingList: mailingList",
6875
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
6688
6876
  "args": {},
6689
6877
  "deprecationReason": null,
6690
6878
  "description": "Returns data for the Mailing List that receives the alert",
@@ -6692,9 +6880,9 @@
6692
6880
  "isDeprecated": false,
6693
6881
  "name": "mailingList",
6694
6882
  "path": "internetFirewall.removeRule.rule.rule.tracking.alert.mailingList",
6695
- "requestStr": "$SubscriptionMailingListRef:[SubscriptionMailingListRef]! ",
6883
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
6696
6884
  "required": true,
6697
- "responseStr": "mailingList:$SubscriptionMailingListRef ",
6885
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
6698
6886
  "type": {
6699
6887
  "definition": {
6700
6888
  "description": null,
@@ -6759,10 +6947,10 @@
6759
6947
  "name": "SubscriptionMailingListRef",
6760
6948
  "non_null": false
6761
6949
  },
6762
- "varName": "SubscriptionMailingListRef"
6950
+ "varName": "subscriptionMailingListRef"
6763
6951
  },
6764
6952
  "subscriptionGroup": {
6765
- "alias": "SubscriptionGroupRefSubscriptionGroup: subscriptionGroup",
6953
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
6766
6954
  "args": {},
6767
6955
  "deprecationReason": null,
6768
6956
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -6770,9 +6958,9 @@
6770
6958
  "isDeprecated": false,
6771
6959
  "name": "subscriptionGroup",
6772
6960
  "path": "internetFirewall.removeRule.rule.rule.tracking.alert.subscriptionGroup",
6773
- "requestStr": "$SubscriptionGroupRef:[SubscriptionGroupRef]! ",
6961
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
6774
6962
  "required": true,
6775
- "responseStr": "subscriptionGroup:$SubscriptionGroupRef ",
6963
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
6776
6964
  "type": {
6777
6965
  "definition": {
6778
6966
  "description": null,
@@ -6837,10 +7025,10 @@
6837
7025
  "name": "SubscriptionGroupRef",
6838
7026
  "non_null": false
6839
7027
  },
6840
- "varName": "SubscriptionGroupRef"
7028
+ "varName": "subscriptionGroupRef"
6841
7029
  },
6842
7030
  "webhook": {
6843
- "alias": "SubscriptionWebhookRefWebhook: webhook",
7031
+ "alias": "subscriptionWebhookRefWebhook: webhook",
6844
7032
  "args": {},
6845
7033
  "deprecationReason": null,
6846
7034
  "description": "Returns data for the Webhook that receives the alert",
@@ -6848,9 +7036,9 @@
6848
7036
  "isDeprecated": false,
6849
7037
  "name": "webhook",
6850
7038
  "path": "internetFirewall.removeRule.rule.rule.tracking.alert.webhook",
6851
- "requestStr": "$SubscriptionWebhookRef:[SubscriptionWebhookRef]! ",
7039
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
6852
7040
  "required": true,
6853
- "responseStr": "webhook:$SubscriptionWebhookRef ",
7041
+ "responseStr": "webhook:$subscriptionWebhookRef ",
6854
7042
  "type": {
6855
7043
  "definition": {
6856
7044
  "description": null,
@@ -6915,7 +7103,7 @@
6915
7103
  "name": "SubscriptionWebhookRef",
6916
7104
  "non_null": false
6917
7105
  },
6918
- "varName": "SubscriptionWebhookRef"
7106
+ "varName": "subscriptionWebhookRef"
6919
7107
  }
6920
7108
  },
6921
7109
  "inputFields": null,
@@ -6932,10 +7120,10 @@
6932
7120
  "name": "PolicyRuleTrackingAlert",
6933
7121
  "non_null": false
6934
7122
  },
6935
- "varName": "PolicyRuleTrackingAlert"
7123
+ "varName": "policyRuleTrackingAlert"
6936
7124
  },
6937
7125
  "event": {
6938
- "alias": "PolicyRuleTrackingEventEvent: event",
7126
+ "alias": "policyRuleTrackingEventEvent: event",
6939
7127
  "args": {},
6940
7128
  "deprecationReason": null,
6941
7129
  "description": null,
@@ -6943,9 +7131,9 @@
6943
7131
  "isDeprecated": false,
6944
7132
  "name": "event",
6945
7133
  "path": "internetFirewall.removeRule.rule.rule.tracking.event",
6946
- "requestStr": "$PolicyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
7134
+ "requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
6947
7135
  "required": true,
6948
- "responseStr": "event:$PolicyRuleTrackingEvent ",
7136
+ "responseStr": "event:$policyRuleTrackingEvent ",
6949
7137
  "type": {
6950
7138
  "definition": {
6951
7139
  "description": "Returns data if an alert is sent for a rule",
@@ -6987,7 +7175,7 @@
6987
7175
  "name": "PolicyRuleTrackingEvent",
6988
7176
  "non_null": false
6989
7177
  },
6990
- "varName": "PolicyRuleTrackingEvent"
7178
+ "varName": "policyRuleTrackingEvent"
6991
7179
  }
6992
7180
  },
6993
7181
  "inputFields": null,
@@ -7004,7 +7192,7 @@
7004
7192
  "name": "PolicyTracking",
7005
7193
  "non_null": false
7006
7194
  },
7007
- "varName": "PolicyTracking"
7195
+ "varName": "policyTracking"
7008
7196
  }
7009
7197
  },
7010
7198
  "inputFields": null,
@@ -7021,7 +7209,7 @@
7021
7209
  "name": "InternetFirewallRule",
7022
7210
  "non_null": false
7023
7211
  },
7024
- "varName": "InternetFirewallRule"
7212
+ "varName": "internetFirewallRule"
7025
7213
  }
7026
7214
  },
7027
7215
  "inputFields": null,
@@ -7037,10 +7225,10 @@
7037
7225
  "name": "InternetFirewallRulePayload",
7038
7226
  "non_null": false
7039
7227
  },
7040
- "varName": "InternetFirewallRulePayload"
7228
+ "varName": "internetFirewallRulePayload"
7041
7229
  },
7042
7230
  "status": {
7043
- "alias": "PolicyMutationStatusStatus: status",
7231
+ "alias": "policyMutationStatusStatus: status",
7044
7232
  "args": {},
7045
7233
  "deprecationReason": null,
7046
7234
  "description": null,
@@ -7100,7 +7288,7 @@
7100
7288
  "name": "InternetFirewallRuleMutationPayload",
7101
7289
  "non_null": false
7102
7290
  },
7103
- "varName": "InternetFirewallRuleMutationPayload"
7291
+ "varName": "internetFirewallRuleMutationPayload"
7104
7292
  }
7105
7293
  },
7106
7294
  "inputFields": null,
@@ -7116,7 +7304,7 @@
7116
7304
  "name": "InternetFirewallPolicyMutations",
7117
7305
  "non_null": false
7118
7306
  },
7119
- "varName": "InternetFirewallPolicyMutations"
7307
+ "varName": "internetFirewallPolicyMutations"
7120
7308
  }
7121
7309
  },
7122
7310
  "inputFields": null,
@@ -7133,14 +7321,14 @@
7133
7321
  "non_null": false
7134
7322
  },
7135
7323
  "variablesPayload": {
7136
- "InternetFirewallPolicyMutationInput": {
7137
- "PolicyMutationRevisionInput": {
7324
+ "internetFirewallPolicyMutationInput": {
7325
+ "policyMutationRevisionInput": {
7138
7326
  "id": {
7139
7327
  "id": "ID"
7140
7328
  }
7141
7329
  }
7142
7330
  },
7143
- "InternetFirewallRemoveRuleInput": {
7331
+ "internetFirewallRemoveRuleInput": {
7144
7332
  "id": {
7145
7333
  "id": "ID"
7146
7334
  }