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
@@ -44,15 +44,34 @@
44
44
  "isDeprecated": false,
45
45
  "name": "container",
46
46
  "operationArgs": {
47
- "ContainerSearchInput": {
47
+ "accountId": {
48
+ "defaultValue": null,
49
+ "description": null,
50
+ "id_str": "accountId",
51
+ "name": "accountId",
52
+ "path": "accountId",
53
+ "requestStr": "$accountId:ID! ",
54
+ "required": true,
55
+ "responseStr": "accountId:$accountId ",
56
+ "type": {
57
+ "kind": [
58
+ "NON_NULL",
59
+ "SCALAR"
60
+ ],
61
+ "name": "ID",
62
+ "non_null": false
63
+ },
64
+ "varName": "accountId"
65
+ },
66
+ "containerSearchInput": {
48
67
  "defaultValue": null,
49
68
  "description": null,
50
69
  "id_str": "list___input",
51
70
  "name": "input",
52
71
  "path": "list.input",
53
- "requestStr": "$ContainerSearchInput:ContainerSearchInput! ",
72
+ "requestStr": "$containerSearchInput:ContainerSearchInput! ",
54
73
  "required": true,
55
- "responseStr": "input:$ContainerSearchInput ",
74
+ "responseStr": "input:$containerSearchInput ",
56
75
  "type": {
57
76
  "definition": {
58
77
  "description": "Filtering input to container search",
@@ -65,9 +84,9 @@
65
84
  "id_str": "list___input___refs",
66
85
  "name": "refs",
67
86
  "path": "list.input.refs",
68
- "requestStr": "$ContainerRefInput:[ContainerRefInput]! ",
87
+ "requestStr": "$containerRefInput:[ContainerRefInput]! ",
69
88
  "required": true,
70
- "responseStr": "refs:$ContainerRefInput ",
89
+ "responseStr": "refs:$containerRefInput ",
71
90
  "type": {
72
91
  "definition": {
73
92
  "description": "Add a container by ID or name",
@@ -152,7 +171,7 @@
152
171
  "name": "ContainerRefInput",
153
172
  "non_null": false
154
173
  },
155
- "varName": "ContainerRefInput"
174
+ "varName": "containerRefInput"
156
175
  },
157
176
  "types": {
158
177
  "defaultValue": "[]",
@@ -213,17 +232,17 @@
213
232
  "name": "ContainerSearchInput",
214
233
  "non_null": false
215
234
  },
216
- "varName": "ContainerSearchInput"
235
+ "varName": "containerSearchInput"
217
236
  },
218
- "DownloadFqdnContainerFileInput": {
237
+ "downloadFqdnContainerFileInput": {
219
238
  "defaultValue": null,
220
239
  "description": null,
221
240
  "id_str": "downloadFile___input",
222
241
  "name": "input",
223
242
  "path": "downloadFile.input",
224
- "requestStr": "$DownloadFqdnContainerFileInput:DownloadFqdnContainerFileInput! ",
243
+ "requestStr": "$downloadFqdnContainerFileInput:DownloadFqdnContainerFileInput! ",
225
244
  "required": true,
226
- "responseStr": "input:$DownloadFqdnContainerFileInput ",
245
+ "responseStr": "input:$downloadFqdnContainerFileInput ",
227
246
  "type": {
228
247
  "definition": {
229
248
  "description": "Input for searching FQDN typed container to download its content",
@@ -306,17 +325,17 @@
306
325
  "name": "DownloadFqdnContainerFileInput",
307
326
  "non_null": false
308
327
  },
309
- "varName": "DownloadFqdnContainerFileInput"
328
+ "varName": "downloadFqdnContainerFileInput"
310
329
  },
311
- "DownloadIpAddressRangeContainerFileInput": {
330
+ "downloadIpAddressRangeContainerFileInput": {
312
331
  "defaultValue": null,
313
332
  "description": null,
314
333
  "id_str": "downloadFile___input",
315
334
  "name": "input",
316
335
  "path": "downloadFile.input",
317
- "requestStr": "$DownloadIpAddressRangeContainerFileInput:DownloadIpAddressRangeContainerFileInput! ",
336
+ "requestStr": "$downloadIpAddressRangeContainerFileInput:DownloadIpAddressRangeContainerFileInput! ",
318
337
  "required": true,
319
- "responseStr": "input:$DownloadIpAddressRangeContainerFileInput ",
338
+ "responseStr": "input:$downloadIpAddressRangeContainerFileInput ",
320
339
  "type": {
321
340
  "definition": {
322
341
  "description": "Input for searching IPAddressRange typed container to download its content",
@@ -399,17 +418,17 @@
399
418
  "name": "DownloadIpAddressRangeContainerFileInput",
400
419
  "non_null": false
401
420
  },
402
- "varName": "DownloadIpAddressRangeContainerFileInput"
421
+ "varName": "downloadIpAddressRangeContainerFileInput"
403
422
  },
404
- "FqdnContainerSearchFqdnInput": {
423
+ "fqdnContainerSearchFqdnInput": {
405
424
  "defaultValue": null,
406
425
  "description": null,
407
426
  "id_str": "searchFqdn___input",
408
427
  "name": "input",
409
428
  "path": "searchFqdn.input",
410
- "requestStr": "$FqdnContainerSearchFqdnInput:FqdnContainerSearchFqdnInput! ",
429
+ "requestStr": "$fqdnContainerSearchFqdnInput:FqdnContainerSearchFqdnInput! ",
411
430
  "required": true,
412
- "responseStr": "input:$FqdnContainerSearchFqdnInput ",
431
+ "responseStr": "input:$fqdnContainerSearchFqdnInput ",
413
432
  "type": {
414
433
  "definition": {
415
434
  "description": "Input for searching FQDN typed containers that contain a specific FQDN",
@@ -449,17 +468,17 @@
449
468
  "name": "FqdnContainerSearchFqdnInput",
450
469
  "non_null": false
451
470
  },
452
- "varName": "FqdnContainerSearchFqdnInput"
471
+ "varName": "fqdnContainerSearchFqdnInput"
453
472
  },
454
- "FqdnContainerSearchInput": {
473
+ "fqdnContainerSearchInput": {
455
474
  "defaultValue": null,
456
475
  "description": null,
457
476
  "id_str": "search___input",
458
477
  "name": "input",
459
478
  "path": "search.input",
460
- "requestStr": "$FqdnContainerSearchInput:FqdnContainerSearchInput! ",
479
+ "requestStr": "$fqdnContainerSearchInput:FqdnContainerSearchInput! ",
461
480
  "required": true,
462
- "responseStr": "input:$FqdnContainerSearchInput ",
481
+ "responseStr": "input:$fqdnContainerSearchInput ",
463
482
  "type": {
464
483
  "definition": {
465
484
  "description": "Input for searching FQDN typed container",
@@ -472,9 +491,9 @@
472
491
  "id_str": "search___input___ref",
473
492
  "name": "ref",
474
493
  "path": "search.input.ref",
475
- "requestStr": "$ContainerRefInput:ContainerRefInput! ",
494
+ "requestStr": "$containerRefInput:ContainerRefInput! ",
476
495
  "required": true,
477
- "responseStr": "ref:$ContainerRefInput ",
496
+ "responseStr": "ref:$containerRefInput ",
478
497
  "type": {
479
498
  "definition": {
480
499
  "description": "Add a container by ID or name",
@@ -557,7 +576,7 @@
557
576
  "name": "ContainerRefInput",
558
577
  "non_null": false
559
578
  },
560
- "varName": "ContainerRefInput"
579
+ "varName": "containerRefInput"
561
580
  }
562
581
  },
563
582
  "interfaces": null,
@@ -573,17 +592,17 @@
573
592
  "name": "FqdnContainerSearchInput",
574
593
  "non_null": false
575
594
  },
576
- "varName": "FqdnContainerSearchInput"
595
+ "varName": "fqdnContainerSearchInput"
577
596
  },
578
- "IpAddressRangeContainerSearchInput": {
597
+ "ipAddressRangeContainerSearchInput": {
579
598
  "defaultValue": null,
580
599
  "description": null,
581
600
  "id_str": "search___input",
582
601
  "name": "input",
583
602
  "path": "search.input",
584
- "requestStr": "$IpAddressRangeContainerSearchInput:IpAddressRangeContainerSearchInput! ",
603
+ "requestStr": "$ipAddressRangeContainerSearchInput:IpAddressRangeContainerSearchInput! ",
585
604
  "required": true,
586
- "responseStr": "input:$IpAddressRangeContainerSearchInput ",
605
+ "responseStr": "input:$ipAddressRangeContainerSearchInput ",
587
606
  "type": {
588
607
  "definition": {
589
608
  "description": "Filtering input to IPAddressRange container search",
@@ -596,9 +615,9 @@
596
615
  "id_str": "search___input___ref",
597
616
  "name": "ref",
598
617
  "path": "search.input.ref",
599
- "requestStr": "$ContainerRefInput:ContainerRefInput! ",
618
+ "requestStr": "$containerRefInput:ContainerRefInput! ",
600
619
  "required": true,
601
- "responseStr": "ref:$ContainerRefInput ",
620
+ "responseStr": "ref:$containerRefInput ",
602
621
  "type": {
603
622
  "definition": {
604
623
  "description": "Add a container by ID or name",
@@ -681,7 +700,7 @@
681
700
  "name": "ContainerRefInput",
682
701
  "non_null": false
683
702
  },
684
- "varName": "ContainerRefInput"
703
+ "varName": "containerRefInput"
685
704
  }
686
705
  },
687
706
  "interfaces": null,
@@ -697,17 +716,17 @@
697
716
  "name": "IpAddressRangeContainerSearchInput",
698
717
  "non_null": false
699
718
  },
700
- "varName": "IpAddressRangeContainerSearchInput"
719
+ "varName": "ipAddressRangeContainerSearchInput"
701
720
  },
702
- "IpAddressRangeContainerSearchIpAddressRangeInput": {
721
+ "ipAddressRangeContainerSearchIpAddressRangeInput": {
703
722
  "defaultValue": null,
704
723
  "description": null,
705
724
  "id_str": "searchIpAddressRange___input",
706
725
  "name": "input",
707
726
  "path": "searchIpAddressRange.input",
708
- "requestStr": "$IpAddressRangeContainerSearchIpAddressRangeInput:IpAddressRangeContainerSearchIpAddressRangeInput! ",
727
+ "requestStr": "$ipAddressRangeContainerSearchIpAddressRangeInput:IpAddressRangeContainerSearchIpAddressRangeInput! ",
709
728
  "required": true,
710
- "responseStr": "input:$IpAddressRangeContainerSearchIpAddressRangeInput ",
729
+ "responseStr": "input:$ipAddressRangeContainerSearchIpAddressRangeInput ",
711
730
  "type": {
712
731
  "definition": {
713
732
  "description": "Input for searching IPAddressRange typed containers that contain a specific IPAddressRange",
@@ -720,9 +739,9 @@
720
739
  "id_str": "searchIpAddressRange___input___ipAddressRange",
721
740
  "name": "ipAddressRange",
722
741
  "path": "searchIpAddressRange.input.ipAddressRange",
723
- "requestStr": "$IpAddressRangeInput:IpAddressRangeInput! ",
742
+ "requestStr": "$ipAddressRangeInput:IpAddressRangeInput! ",
724
743
  "required": true,
725
- "responseStr": "ipAddressRange:$IpAddressRangeInput ",
744
+ "responseStr": "ipAddressRange:$ipAddressRangeInput ",
726
745
  "type": {
727
746
  "definition": {
728
747
  "description": "Inclusive range of IPs",
@@ -781,7 +800,7 @@
781
800
  "name": "IpAddressRangeInput",
782
801
  "non_null": false
783
802
  },
784
- "varName": "IpAddressRangeInput"
803
+ "varName": "ipAddressRangeInput"
785
804
  }
786
805
  },
787
806
  "interfaces": null,
@@ -797,26 +816,7 @@
797
816
  "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
798
817
  "non_null": false
799
818
  },
800
- "varName": "IpAddressRangeContainerSearchIpAddressRangeInput"
801
- },
802
- "accountId": {
803
- "defaultValue": null,
804
- "description": null,
805
- "id_str": "accountId",
806
- "name": "accountId",
807
- "path": "accountId",
808
- "requestStr": "$accountId:ID! ",
809
- "required": true,
810
- "responseStr": "accountId:$accountId ",
811
- "type": {
812
- "kind": [
813
- "NON_NULL",
814
- "SCALAR"
815
- ],
816
- "name": "ID",
817
- "non_null": false
818
- },
819
- "varName": "accountId"
819
+ "varName": "ipAddressRangeContainerSearchIpAddressRangeInput"
820
820
  }
821
821
  },
822
822
  "path": "query.container",
@@ -833,16 +833,16 @@
833
833
  "isDeprecated": false,
834
834
  "name": "fqdn",
835
835
  "path": "fqdn",
836
- "requestStr": "$FqdnContainerQueries:FqdnContainerQueries! ",
836
+ "requestStr": "$fqdnContainerQueries:FqdnContainerQueries! ",
837
837
  "required": true,
838
- "responseStr": "fqdn:$FqdnContainerQueries ",
838
+ "responseStr": "fqdn:$fqdnContainerQueries ",
839
839
  "type": {
840
840
  "definition": {
841
841
  "description": null,
842
842
  "enumValues": null,
843
843
  "fields": {
844
844
  "downloadFile": {
845
- "alias": "DownloadFqdnContainerFilePayloadDownloadFile: downloadFile",
845
+ "alias": "downloadFqdnContainerFilePayloadDownloadFile: downloadFile",
846
846
  "args": {
847
847
  "downloadFile___input": {
848
848
  "defaultValue": null,
@@ -850,9 +850,9 @@
850
850
  "id_str": "downloadFile___input",
851
851
  "name": "input",
852
852
  "path": "downloadFile.input",
853
- "requestStr": "$DownloadFqdnContainerFileInput:DownloadFqdnContainerFileInput! ",
853
+ "requestStr": "$downloadFqdnContainerFileInput:DownloadFqdnContainerFileInput! ",
854
854
  "required": true,
855
- "responseStr": "input:$DownloadFqdnContainerFileInput ",
855
+ "responseStr": "input:$downloadFqdnContainerFileInput ",
856
856
  "type": {
857
857
  "definition": {
858
858
  "description": "Input for searching FQDN typed container to download its content",
@@ -935,7 +935,7 @@
935
935
  "name": "DownloadFqdnContainerFileInput",
936
936
  "non_null": false
937
937
  },
938
- "varName": "DownloadFqdnContainerFileInput"
938
+ "varName": "downloadFqdnContainerFileInput"
939
939
  }
940
940
  },
941
941
  "deprecationReason": null,
@@ -944,9 +944,9 @@
944
944
  "isDeprecated": false,
945
945
  "name": "downloadFile",
946
946
  "path": "fqdn.downloadFile",
947
- "requestStr": "$DownloadFqdnContainerFilePayload:DownloadFqdnContainerFilePayload! ",
947
+ "requestStr": "$downloadFqdnContainerFilePayload:DownloadFqdnContainerFilePayload! ",
948
948
  "required": true,
949
- "responseStr": "downloadFile:$DownloadFqdnContainerFilePayload ",
949
+ "responseStr": "downloadFile:$downloadFqdnContainerFilePayload ",
950
950
  "type": {
951
951
  "definition": {
952
952
  "description": "Payload of download FQDN typed container file",
@@ -1030,10 +1030,10 @@
1030
1030
  "name": "DownloadFqdnContainerFilePayload",
1031
1031
  "non_null": false
1032
1032
  },
1033
- "varName": "DownloadFqdnContainerFilePayload"
1033
+ "varName": "downloadFqdnContainerFilePayload"
1034
1034
  },
1035
1035
  "search": {
1036
- "alias": "FqdnContainerSearchPayloadSearch: search",
1036
+ "alias": "fqdnContainerSearchPayloadSearch: search",
1037
1037
  "args": {
1038
1038
  "search___input": {
1039
1039
  "defaultValue": null,
@@ -1041,9 +1041,9 @@
1041
1041
  "id_str": "search___input",
1042
1042
  "name": "input",
1043
1043
  "path": "search.input",
1044
- "requestStr": "$FqdnContainerSearchInput:FqdnContainerSearchInput! ",
1044
+ "requestStr": "$fqdnContainerSearchInput:FqdnContainerSearchInput! ",
1045
1045
  "required": true,
1046
- "responseStr": "input:$FqdnContainerSearchInput ",
1046
+ "responseStr": "input:$fqdnContainerSearchInput ",
1047
1047
  "type": {
1048
1048
  "definition": {
1049
1049
  "description": "Input for searching FQDN typed container",
@@ -1056,9 +1056,9 @@
1056
1056
  "id_str": "search___input___ref",
1057
1057
  "name": "ref",
1058
1058
  "path": "search.input.ref",
1059
- "requestStr": "$ContainerRefInput:ContainerRefInput! ",
1059
+ "requestStr": "$containerRefInput:ContainerRefInput! ",
1060
1060
  "required": true,
1061
- "responseStr": "ref:$ContainerRefInput ",
1061
+ "responseStr": "ref:$containerRefInput ",
1062
1062
  "type": {
1063
1063
  "definition": {
1064
1064
  "description": "Add a container by ID or name",
@@ -1141,7 +1141,7 @@
1141
1141
  "name": "ContainerRefInput",
1142
1142
  "non_null": false
1143
1143
  },
1144
- "varName": "ContainerRefInput"
1144
+ "varName": "containerRefInput"
1145
1145
  }
1146
1146
  },
1147
1147
  "interfaces": null,
@@ -1157,7 +1157,7 @@
1157
1157
  "name": "FqdnContainerSearchInput",
1158
1158
  "non_null": false
1159
1159
  },
1160
- "varName": "FqdnContainerSearchInput"
1160
+ "varName": "fqdnContainerSearchInput"
1161
1161
  }
1162
1162
  },
1163
1163
  "deprecationReason": null,
@@ -1166,16 +1166,16 @@
1166
1166
  "isDeprecated": false,
1167
1167
  "name": "search",
1168
1168
  "path": "fqdn.search",
1169
- "requestStr": "$FqdnContainerSearchPayload:FqdnContainerSearchPayload! ",
1169
+ "requestStr": "$fqdnContainerSearchPayload:FqdnContainerSearchPayload! ",
1170
1170
  "required": true,
1171
- "responseStr": "search:$FqdnContainerSearchPayload ",
1171
+ "responseStr": "search:$fqdnContainerSearchPayload ",
1172
1172
  "type": {
1173
1173
  "definition": {
1174
1174
  "description": "Payload of FQDN container search",
1175
1175
  "enumValues": null,
1176
1176
  "fields": {
1177
1177
  "container": {
1178
- "alias": "FqdnContainerContainer: container",
1178
+ "alias": "fqdnContainerContainer: container",
1179
1179
  "args": {},
1180
1180
  "deprecationReason": null,
1181
1181
  "description": "Container with members of type FQDN",
@@ -1183,16 +1183,16 @@
1183
1183
  "isDeprecated": false,
1184
1184
  "name": "container",
1185
1185
  "path": "fqdn.search.container",
1186
- "requestStr": "$FqdnContainer:FqdnContainer! ",
1186
+ "requestStr": "$fqdnContainer:FqdnContainer! ",
1187
1187
  "required": true,
1188
- "responseStr": "container:$FqdnContainer ",
1188
+ "responseStr": "container:$fqdnContainer ",
1189
1189
  "type": {
1190
1190
  "definition": {
1191
1191
  "description": "A group with members of FQDN type",
1192
1192
  "enumValues": null,
1193
1193
  "fields": {
1194
1194
  "audit": {
1195
- "alias": "ContainerAuditAudit: audit",
1195
+ "alias": "containerAuditAudit: audit",
1196
1196
  "args": {},
1197
1197
  "deprecationReason": null,
1198
1198
  "description": "Audit metadata about the container",
@@ -1200,9 +1200,9 @@
1200
1200
  "isDeprecated": false,
1201
1201
  "name": "audit",
1202
1202
  "path": "fqdn.search.container.audit",
1203
- "requestStr": "$ContainerAudit:ContainerAudit! ",
1203
+ "requestStr": "$containerAudit:ContainerAudit! ",
1204
1204
  "required": true,
1205
- "responseStr": "audit:$ContainerAudit ",
1205
+ "responseStr": "audit:$containerAudit ",
1206
1206
  "type": {
1207
1207
  "definition": {
1208
1208
  "description": "Audit metadata about the container",
@@ -1307,7 +1307,7 @@
1307
1307
  "name": "ContainerAudit",
1308
1308
  "non_null": false
1309
1309
  },
1310
- "varName": "ContainerAudit"
1310
+ "varName": "containerAudit"
1311
1311
  },
1312
1312
  "description": {
1313
1313
  "args": {},
@@ -1407,7 +1407,7 @@
1407
1407
  "name": "FqdnContainer",
1408
1408
  "non_null": false
1409
1409
  },
1410
- "varName": "FqdnContainer"
1410
+ "varName": "fqdnContainer"
1411
1411
  }
1412
1412
  },
1413
1413
  "inputFields": null,
@@ -1424,10 +1424,10 @@
1424
1424
  "name": "FqdnContainerSearchPayload",
1425
1425
  "non_null": false
1426
1426
  },
1427
- "varName": "FqdnContainerSearchPayload"
1427
+ "varName": "fqdnContainerSearchPayload"
1428
1428
  },
1429
1429
  "searchFqdn": {
1430
- "alias": "FqdnContainerSearchFqdnPayloadSearchFqdn: searchFqdn",
1430
+ "alias": "fqdnContainerSearchFqdnPayloadSearchFqdn: searchFqdn",
1431
1431
  "args": {
1432
1432
  "searchFqdn___input": {
1433
1433
  "defaultValue": null,
@@ -1435,9 +1435,9 @@
1435
1435
  "id_str": "searchFqdn___input",
1436
1436
  "name": "input",
1437
1437
  "path": "searchFqdn.input",
1438
- "requestStr": "$FqdnContainerSearchFqdnInput:FqdnContainerSearchFqdnInput! ",
1438
+ "requestStr": "$fqdnContainerSearchFqdnInput:FqdnContainerSearchFqdnInput! ",
1439
1439
  "required": true,
1440
- "responseStr": "input:$FqdnContainerSearchFqdnInput ",
1440
+ "responseStr": "input:$fqdnContainerSearchFqdnInput ",
1441
1441
  "type": {
1442
1442
  "definition": {
1443
1443
  "description": "Input for searching FQDN typed containers that contain a specific FQDN",
@@ -1477,7 +1477,7 @@
1477
1477
  "name": "FqdnContainerSearchFqdnInput",
1478
1478
  "non_null": false
1479
1479
  },
1480
- "varName": "FqdnContainerSearchFqdnInput"
1480
+ "varName": "fqdnContainerSearchFqdnInput"
1481
1481
  }
1482
1482
  },
1483
1483
  "deprecationReason": null,
@@ -1486,16 +1486,16 @@
1486
1486
  "isDeprecated": false,
1487
1487
  "name": "searchFqdn",
1488
1488
  "path": "fqdn.searchFqdn",
1489
- "requestStr": "$FqdnContainerSearchFqdnPayload:FqdnContainerSearchFqdnPayload! ",
1489
+ "requestStr": "$fqdnContainerSearchFqdnPayload:FqdnContainerSearchFqdnPayload! ",
1490
1490
  "required": true,
1491
- "responseStr": "searchFqdn:$FqdnContainerSearchFqdnPayload ",
1491
+ "responseStr": "searchFqdn:$fqdnContainerSearchFqdnPayload ",
1492
1492
  "type": {
1493
1493
  "definition": {
1494
1494
  "description": "Payload of FQDN search query",
1495
1495
  "enumValues": null,
1496
1496
  "fields": {
1497
1497
  "containers": {
1498
- "alias": "FqdnContainerContainers: containers",
1498
+ "alias": "fqdnContainerContainers: containers",
1499
1499
  "args": {},
1500
1500
  "deprecationReason": null,
1501
1501
  "description": "List of containers with members of type FQDN",
@@ -1503,16 +1503,16 @@
1503
1503
  "isDeprecated": false,
1504
1504
  "name": "containers",
1505
1505
  "path": "fqdn.searchFqdn.containers",
1506
- "requestStr": "$FqdnContainer:[FqdnContainer]! ",
1506
+ "requestStr": "$fqdnContainer:[FqdnContainer]! ",
1507
1507
  "required": true,
1508
- "responseStr": "containers:$FqdnContainer ",
1508
+ "responseStr": "containers:$fqdnContainer ",
1509
1509
  "type": {
1510
1510
  "definition": {
1511
1511
  "description": "A group with members of FQDN type",
1512
1512
  "enumValues": null,
1513
1513
  "fields": {
1514
1514
  "audit": {
1515
- "alias": "ContainerAuditAudit: audit",
1515
+ "alias": "containerAuditAudit: audit",
1516
1516
  "args": {},
1517
1517
  "deprecationReason": null,
1518
1518
  "description": "Audit metadata about the container",
@@ -1520,9 +1520,9 @@
1520
1520
  "isDeprecated": false,
1521
1521
  "name": "audit",
1522
1522
  "path": "fqdn.searchFqdn.containers.audit",
1523
- "requestStr": "$ContainerAudit:ContainerAudit! ",
1523
+ "requestStr": "$containerAudit:ContainerAudit! ",
1524
1524
  "required": true,
1525
- "responseStr": "audit:$ContainerAudit ",
1525
+ "responseStr": "audit:$containerAudit ",
1526
1526
  "type": {
1527
1527
  "definition": {
1528
1528
  "description": "Audit metadata about the container",
@@ -1627,7 +1627,7 @@
1627
1627
  "name": "ContainerAudit",
1628
1628
  "non_null": false
1629
1629
  },
1630
- "varName": "ContainerAudit"
1630
+ "varName": "containerAudit"
1631
1631
  },
1632
1632
  "description": {
1633
1633
  "args": {},
@@ -1729,7 +1729,7 @@
1729
1729
  "name": "FqdnContainer",
1730
1730
  "non_null": false
1731
1731
  },
1732
- "varName": "FqdnContainer"
1732
+ "varName": "fqdnContainer"
1733
1733
  }
1734
1734
  },
1735
1735
  "inputFields": null,
@@ -1746,7 +1746,7 @@
1746
1746
  "name": "FqdnContainerSearchFqdnPayload",
1747
1747
  "non_null": false
1748
1748
  },
1749
- "varName": "FqdnContainerSearchFqdnPayload"
1749
+ "varName": "fqdnContainerSearchFqdnPayload"
1750
1750
  }
1751
1751
  },
1752
1752
  "inputFields": null,
@@ -1763,7 +1763,7 @@
1763
1763
  "name": "FqdnContainerQueries",
1764
1764
  "non_null": false
1765
1765
  },
1766
- "varName": "FqdnContainerQueries"
1766
+ "varName": "fqdnContainerQueries"
1767
1767
  },
1768
1768
  "ipAddressRange": {
1769
1769
  "args": {},
@@ -1773,16 +1773,16 @@
1773
1773
  "isDeprecated": false,
1774
1774
  "name": "ipAddressRange",
1775
1775
  "path": "ipAddressRange",
1776
- "requestStr": "$IpAddressRangeContainerQueries:IpAddressRangeContainerQueries! ",
1776
+ "requestStr": "$ipAddressRangeContainerQueries:IpAddressRangeContainerQueries! ",
1777
1777
  "required": true,
1778
- "responseStr": "ipAddressRange:$IpAddressRangeContainerQueries ",
1778
+ "responseStr": "ipAddressRange:$ipAddressRangeContainerQueries ",
1779
1779
  "type": {
1780
1780
  "definition": {
1781
1781
  "description": null,
1782
1782
  "enumValues": null,
1783
1783
  "fields": {
1784
1784
  "downloadFile": {
1785
- "alias": "DownloadIpAddressRangeContainerFilePayloadDownloadFile: downloadFile",
1785
+ "alias": "downloadIpAddressRangeContainerFilePayloadDownloadFile: downloadFile",
1786
1786
  "args": {
1787
1787
  "downloadFile___input": {
1788
1788
  "defaultValue": null,
@@ -1790,9 +1790,9 @@
1790
1790
  "id_str": "downloadFile___input",
1791
1791
  "name": "input",
1792
1792
  "path": "downloadFile.input",
1793
- "requestStr": "$DownloadIpAddressRangeContainerFileInput:DownloadIpAddressRangeContainerFileInput! ",
1793
+ "requestStr": "$downloadIpAddressRangeContainerFileInput:DownloadIpAddressRangeContainerFileInput! ",
1794
1794
  "required": true,
1795
- "responseStr": "input:$DownloadIpAddressRangeContainerFileInput ",
1795
+ "responseStr": "input:$downloadIpAddressRangeContainerFileInput ",
1796
1796
  "type": {
1797
1797
  "definition": {
1798
1798
  "description": "Input for searching IPAddressRange typed container to download its content",
@@ -1875,7 +1875,7 @@
1875
1875
  "name": "DownloadIpAddressRangeContainerFileInput",
1876
1876
  "non_null": false
1877
1877
  },
1878
- "varName": "DownloadIpAddressRangeContainerFileInput"
1878
+ "varName": "downloadIpAddressRangeContainerFileInput"
1879
1879
  }
1880
1880
  },
1881
1881
  "deprecationReason": null,
@@ -1884,9 +1884,9 @@
1884
1884
  "isDeprecated": false,
1885
1885
  "name": "downloadFile",
1886
1886
  "path": "ipAddressRange.downloadFile",
1887
- "requestStr": "$DownloadIpAddressRangeContainerFilePayload:DownloadIpAddressRangeContainerFilePayload! ",
1887
+ "requestStr": "$downloadIpAddressRangeContainerFilePayload:DownloadIpAddressRangeContainerFilePayload! ",
1888
1888
  "required": true,
1889
- "responseStr": "downloadFile:$DownloadIpAddressRangeContainerFilePayload ",
1889
+ "responseStr": "downloadFile:$downloadIpAddressRangeContainerFilePayload ",
1890
1890
  "type": {
1891
1891
  "definition": {
1892
1892
  "description": "Payload of download IPAddressRange typed container file",
@@ -1970,10 +1970,10 @@
1970
1970
  "name": "DownloadIpAddressRangeContainerFilePayload",
1971
1971
  "non_null": false
1972
1972
  },
1973
- "varName": "DownloadIpAddressRangeContainerFilePayload"
1973
+ "varName": "downloadIpAddressRangeContainerFilePayload"
1974
1974
  },
1975
1975
  "search": {
1976
- "alias": "IpAddressRangeContainerSearchPayloadSearch: search",
1976
+ "alias": "ipAddressRangeContainerSearchPayloadSearch: search",
1977
1977
  "args": {
1978
1978
  "search___input": {
1979
1979
  "defaultValue": null,
@@ -1981,9 +1981,9 @@
1981
1981
  "id_str": "search___input",
1982
1982
  "name": "input",
1983
1983
  "path": "search.input",
1984
- "requestStr": "$IpAddressRangeContainerSearchInput:IpAddressRangeContainerSearchInput! ",
1984
+ "requestStr": "$ipAddressRangeContainerSearchInput:IpAddressRangeContainerSearchInput! ",
1985
1985
  "required": true,
1986
- "responseStr": "input:$IpAddressRangeContainerSearchInput ",
1986
+ "responseStr": "input:$ipAddressRangeContainerSearchInput ",
1987
1987
  "type": {
1988
1988
  "definition": {
1989
1989
  "description": "Filtering input to IPAddressRange container search",
@@ -1996,9 +1996,9 @@
1996
1996
  "id_str": "search___input___ref",
1997
1997
  "name": "ref",
1998
1998
  "path": "search.input.ref",
1999
- "requestStr": "$ContainerRefInput:ContainerRefInput! ",
1999
+ "requestStr": "$containerRefInput:ContainerRefInput! ",
2000
2000
  "required": true,
2001
- "responseStr": "ref:$ContainerRefInput ",
2001
+ "responseStr": "ref:$containerRefInput ",
2002
2002
  "type": {
2003
2003
  "definition": {
2004
2004
  "description": "Add a container by ID or name",
@@ -2081,7 +2081,7 @@
2081
2081
  "name": "ContainerRefInput",
2082
2082
  "non_null": false
2083
2083
  },
2084
- "varName": "ContainerRefInput"
2084
+ "varName": "containerRefInput"
2085
2085
  }
2086
2086
  },
2087
2087
  "interfaces": null,
@@ -2097,7 +2097,7 @@
2097
2097
  "name": "IpAddressRangeContainerSearchInput",
2098
2098
  "non_null": false
2099
2099
  },
2100
- "varName": "IpAddressRangeContainerSearchInput"
2100
+ "varName": "ipAddressRangeContainerSearchInput"
2101
2101
  }
2102
2102
  },
2103
2103
  "deprecationReason": null,
@@ -2106,16 +2106,16 @@
2106
2106
  "isDeprecated": false,
2107
2107
  "name": "search",
2108
2108
  "path": "ipAddressRange.search",
2109
- "requestStr": "$IpAddressRangeContainerSearchPayload:IpAddressRangeContainerSearchPayload! ",
2109
+ "requestStr": "$ipAddressRangeContainerSearchPayload:IpAddressRangeContainerSearchPayload! ",
2110
2110
  "required": true,
2111
- "responseStr": "search:$IpAddressRangeContainerSearchPayload ",
2111
+ "responseStr": "search:$ipAddressRangeContainerSearchPayload ",
2112
2112
  "type": {
2113
2113
  "definition": {
2114
2114
  "description": "Payload of IPAddressRange container search",
2115
2115
  "enumValues": null,
2116
2116
  "fields": {
2117
2117
  "container": {
2118
- "alias": "IpAddressRangeContainerContainer: container",
2118
+ "alias": "ipAddressRangeContainerContainer: container",
2119
2119
  "args": {},
2120
2120
  "deprecationReason": null,
2121
2121
  "description": "Container with members of type IPAddressRange",
@@ -2123,16 +2123,16 @@
2123
2123
  "isDeprecated": false,
2124
2124
  "name": "container",
2125
2125
  "path": "ipAddressRange.search.container",
2126
- "requestStr": "$IpAddressRangeContainer:IpAddressRangeContainer! ",
2126
+ "requestStr": "$ipAddressRangeContainer:IpAddressRangeContainer! ",
2127
2127
  "required": true,
2128
- "responseStr": "container:$IpAddressRangeContainer ",
2128
+ "responseStr": "container:$ipAddressRangeContainer ",
2129
2129
  "type": {
2130
2130
  "definition": {
2131
2131
  "description": "A group with members of IPAddressRange type",
2132
2132
  "enumValues": null,
2133
2133
  "fields": {
2134
2134
  "audit": {
2135
- "alias": "ContainerAuditAudit: audit",
2135
+ "alias": "containerAuditAudit: audit",
2136
2136
  "args": {},
2137
2137
  "deprecationReason": null,
2138
2138
  "description": "Audit metadata about the container",
@@ -2140,9 +2140,9 @@
2140
2140
  "isDeprecated": false,
2141
2141
  "name": "audit",
2142
2142
  "path": "ipAddressRange.search.container.audit",
2143
- "requestStr": "$ContainerAudit:ContainerAudit! ",
2143
+ "requestStr": "$containerAudit:ContainerAudit! ",
2144
2144
  "required": true,
2145
- "responseStr": "audit:$ContainerAudit ",
2145
+ "responseStr": "audit:$containerAudit ",
2146
2146
  "type": {
2147
2147
  "definition": {
2148
2148
  "description": "Audit metadata about the container",
@@ -2247,7 +2247,7 @@
2247
2247
  "name": "ContainerAudit",
2248
2248
  "non_null": false
2249
2249
  },
2250
- "varName": "ContainerAudit"
2250
+ "varName": "containerAudit"
2251
2251
  },
2252
2252
  "description": {
2253
2253
  "args": {},
@@ -2347,7 +2347,7 @@
2347
2347
  "name": "IpAddressRangeContainer",
2348
2348
  "non_null": false
2349
2349
  },
2350
- "varName": "IpAddressRangeContainer"
2350
+ "varName": "ipAddressRangeContainer"
2351
2351
  }
2352
2352
  },
2353
2353
  "inputFields": null,
@@ -2364,10 +2364,10 @@
2364
2364
  "name": "IpAddressRangeContainerSearchPayload",
2365
2365
  "non_null": false
2366
2366
  },
2367
- "varName": "IpAddressRangeContainerSearchPayload"
2367
+ "varName": "ipAddressRangeContainerSearchPayload"
2368
2368
  },
2369
2369
  "searchIpAddressRange": {
2370
- "alias": "IpAddressRangeContainerSearchIpAddressRangePayloadSearchIpAddressRange: searchIpAddressRange",
2370
+ "alias": "ipAddressRangeContainerSearchIpAddressRangePayloadSearchIpAddressRange: searchIpAddressRange",
2371
2371
  "args": {
2372
2372
  "searchIpAddressRange___input": {
2373
2373
  "defaultValue": null,
@@ -2375,9 +2375,9 @@
2375
2375
  "id_str": "searchIpAddressRange___input",
2376
2376
  "name": "input",
2377
2377
  "path": "searchIpAddressRange.input",
2378
- "requestStr": "$IpAddressRangeContainerSearchIpAddressRangeInput:IpAddressRangeContainerSearchIpAddressRangeInput! ",
2378
+ "requestStr": "$ipAddressRangeContainerSearchIpAddressRangeInput:IpAddressRangeContainerSearchIpAddressRangeInput! ",
2379
2379
  "required": true,
2380
- "responseStr": "input:$IpAddressRangeContainerSearchIpAddressRangeInput ",
2380
+ "responseStr": "input:$ipAddressRangeContainerSearchIpAddressRangeInput ",
2381
2381
  "type": {
2382
2382
  "definition": {
2383
2383
  "description": "Input for searching IPAddressRange typed containers that contain a specific IPAddressRange",
@@ -2390,9 +2390,9 @@
2390
2390
  "id_str": "searchIpAddressRange___input___ipAddressRange",
2391
2391
  "name": "ipAddressRange",
2392
2392
  "path": "searchIpAddressRange.input.ipAddressRange",
2393
- "requestStr": "$IpAddressRangeInput:IpAddressRangeInput! ",
2393
+ "requestStr": "$ipAddressRangeInput:IpAddressRangeInput! ",
2394
2394
  "required": true,
2395
- "responseStr": "ipAddressRange:$IpAddressRangeInput ",
2395
+ "responseStr": "ipAddressRange:$ipAddressRangeInput ",
2396
2396
  "type": {
2397
2397
  "definition": {
2398
2398
  "description": "Inclusive range of IPs",
@@ -2451,7 +2451,7 @@
2451
2451
  "name": "IpAddressRangeInput",
2452
2452
  "non_null": false
2453
2453
  },
2454
- "varName": "IpAddressRangeInput"
2454
+ "varName": "ipAddressRangeInput"
2455
2455
  }
2456
2456
  },
2457
2457
  "interfaces": null,
@@ -2467,7 +2467,7 @@
2467
2467
  "name": "IpAddressRangeContainerSearchIpAddressRangeInput",
2468
2468
  "non_null": false
2469
2469
  },
2470
- "varName": "IpAddressRangeContainerSearchIpAddressRangeInput"
2470
+ "varName": "ipAddressRangeContainerSearchIpAddressRangeInput"
2471
2471
  }
2472
2472
  },
2473
2473
  "deprecationReason": null,
@@ -2476,16 +2476,16 @@
2476
2476
  "isDeprecated": false,
2477
2477
  "name": "searchIpAddressRange",
2478
2478
  "path": "ipAddressRange.searchIpAddressRange",
2479
- "requestStr": "$IpAddressRangeContainerSearchIpAddressRangePayload:IpAddressRangeContainerSearchIpAddressRangePayload! ",
2479
+ "requestStr": "$ipAddressRangeContainerSearchIpAddressRangePayload:IpAddressRangeContainerSearchIpAddressRangePayload! ",
2480
2480
  "required": true,
2481
- "responseStr": "searchIpAddressRange:$IpAddressRangeContainerSearchIpAddressRangePayload ",
2481
+ "responseStr": "searchIpAddressRange:$ipAddressRangeContainerSearchIpAddressRangePayload ",
2482
2482
  "type": {
2483
2483
  "definition": {
2484
2484
  "description": "Payload of IPAddressRange search query",
2485
2485
  "enumValues": null,
2486
2486
  "fields": {
2487
2487
  "containers": {
2488
- "alias": "IpAddressRangeContainerContainers: containers",
2488
+ "alias": "ipAddressRangeContainerContainers: containers",
2489
2489
  "args": {},
2490
2490
  "deprecationReason": null,
2491
2491
  "description": "List of containers with members of type IPAddressRange",
@@ -2493,16 +2493,16 @@
2493
2493
  "isDeprecated": false,
2494
2494
  "name": "containers",
2495
2495
  "path": "ipAddressRange.searchIpAddressRange.containers",
2496
- "requestStr": "$IpAddressRangeContainer:[IpAddressRangeContainer]! ",
2496
+ "requestStr": "$ipAddressRangeContainer:[IpAddressRangeContainer]! ",
2497
2497
  "required": true,
2498
- "responseStr": "containers:$IpAddressRangeContainer ",
2498
+ "responseStr": "containers:$ipAddressRangeContainer ",
2499
2499
  "type": {
2500
2500
  "definition": {
2501
2501
  "description": "A group with members of IPAddressRange type",
2502
2502
  "enumValues": null,
2503
2503
  "fields": {
2504
2504
  "audit": {
2505
- "alias": "ContainerAuditAudit: audit",
2505
+ "alias": "containerAuditAudit: audit",
2506
2506
  "args": {},
2507
2507
  "deprecationReason": null,
2508
2508
  "description": "Audit metadata about the container",
@@ -2510,9 +2510,9 @@
2510
2510
  "isDeprecated": false,
2511
2511
  "name": "audit",
2512
2512
  "path": "ipAddressRange.searchIpAddressRange.containers.audit",
2513
- "requestStr": "$ContainerAudit:ContainerAudit! ",
2513
+ "requestStr": "$containerAudit:ContainerAudit! ",
2514
2514
  "required": true,
2515
- "responseStr": "audit:$ContainerAudit ",
2515
+ "responseStr": "audit:$containerAudit ",
2516
2516
  "type": {
2517
2517
  "definition": {
2518
2518
  "description": "Audit metadata about the container",
@@ -2617,7 +2617,7 @@
2617
2617
  "name": "ContainerAudit",
2618
2618
  "non_null": false
2619
2619
  },
2620
- "varName": "ContainerAudit"
2620
+ "varName": "containerAudit"
2621
2621
  },
2622
2622
  "description": {
2623
2623
  "args": {},
@@ -2719,7 +2719,7 @@
2719
2719
  "name": "IpAddressRangeContainer",
2720
2720
  "non_null": false
2721
2721
  },
2722
- "varName": "IpAddressRangeContainer"
2722
+ "varName": "ipAddressRangeContainer"
2723
2723
  }
2724
2724
  },
2725
2725
  "inputFields": null,
@@ -2736,7 +2736,7 @@
2736
2736
  "name": "IpAddressRangeContainerSearchIpAddressRangePayload",
2737
2737
  "non_null": false
2738
2738
  },
2739
- "varName": "IpAddressRangeContainerSearchIpAddressRangePayload"
2739
+ "varName": "ipAddressRangeContainerSearchIpAddressRangePayload"
2740
2740
  }
2741
2741
  },
2742
2742
  "inputFields": null,
@@ -2753,7 +2753,7 @@
2753
2753
  "name": "IpAddressRangeContainerQueries",
2754
2754
  "non_null": false
2755
2755
  },
2756
- "varName": "IpAddressRangeContainerQueries"
2756
+ "varName": "ipAddressRangeContainerQueries"
2757
2757
  },
2758
2758
  "list": {
2759
2759
  "args": {
@@ -2763,9 +2763,9 @@
2763
2763
  "id_str": "list___input",
2764
2764
  "name": "input",
2765
2765
  "path": "list.input",
2766
- "requestStr": "$ContainerSearchInput:ContainerSearchInput! ",
2766
+ "requestStr": "$containerSearchInput:ContainerSearchInput! ",
2767
2767
  "required": true,
2768
- "responseStr": "input:$ContainerSearchInput ",
2768
+ "responseStr": "input:$containerSearchInput ",
2769
2769
  "type": {
2770
2770
  "definition": {
2771
2771
  "description": "Filtering input to container search",
@@ -2778,9 +2778,9 @@
2778
2778
  "id_str": "list___input___refs",
2779
2779
  "name": "refs",
2780
2780
  "path": "list.input.refs",
2781
- "requestStr": "$ContainerRefInput:[ContainerRefInput]! ",
2781
+ "requestStr": "$containerRefInput:[ContainerRefInput]! ",
2782
2782
  "required": true,
2783
- "responseStr": "refs:$ContainerRefInput ",
2783
+ "responseStr": "refs:$containerRefInput ",
2784
2784
  "type": {
2785
2785
  "definition": {
2786
2786
  "description": "Add a container by ID or name",
@@ -2865,7 +2865,7 @@
2865
2865
  "name": "ContainerRefInput",
2866
2866
  "non_null": false
2867
2867
  },
2868
- "varName": "ContainerRefInput"
2868
+ "varName": "containerRefInput"
2869
2869
  },
2870
2870
  "types": {
2871
2871
  "defaultValue": "[]",
@@ -2926,7 +2926,7 @@
2926
2926
  "name": "ContainerSearchInput",
2927
2927
  "non_null": false
2928
2928
  },
2929
- "varName": "ContainerSearchInput"
2929
+ "varName": "containerSearchInput"
2930
2930
  }
2931
2931
  },
2932
2932
  "deprecationReason": null,
@@ -2935,16 +2935,16 @@
2935
2935
  "isDeprecated": false,
2936
2936
  "name": "list",
2937
2937
  "path": "list",
2938
- "requestStr": "$ContainerSearchPayload:ContainerSearchPayload! ",
2938
+ "requestStr": "$containerSearchPayload:ContainerSearchPayload! ",
2939
2939
  "required": true,
2940
- "responseStr": "list:$ContainerSearchPayload ",
2940
+ "responseStr": "list:$containerSearchPayload ",
2941
2941
  "type": {
2942
2942
  "definition": {
2943
2943
  "description": "Container search result, including all containers that matched input criteria",
2944
2944
  "enumValues": null,
2945
2945
  "fields": {
2946
2946
  "containers": {
2947
- "alias": "ContainerContainers: containers",
2947
+ "alias": "containerContainers: containers",
2948
2948
  "args": {},
2949
2949
  "deprecationReason": null,
2950
2950
  "description": "A list of matched containers",
@@ -2952,16 +2952,16 @@
2952
2952
  "isDeprecated": false,
2953
2953
  "name": "containers",
2954
2954
  "path": "list.containers",
2955
- "requestStr": "$Container:[Container]! ",
2955
+ "requestStr": "$container:[Container]! ",
2956
2956
  "required": true,
2957
- "responseStr": "containers:$Container ",
2957
+ "responseStr": "containers:$container ",
2958
2958
  "type": {
2959
2959
  "definition": {
2960
2960
  "description": "A group with members of a single type of entity (for example: IPAddress, FQDN)",
2961
2961
  "enumValues": null,
2962
2962
  "fields": {
2963
2963
  "audit": {
2964
- "alias": "ContainerAuditAudit: audit",
2964
+ "alias": "containerAuditAudit: audit",
2965
2965
  "args": {},
2966
2966
  "deprecationReason": null,
2967
2967
  "description": "Audit metadata about the container",
@@ -2969,9 +2969,9 @@
2969
2969
  "isDeprecated": false,
2970
2970
  "name": "audit",
2971
2971
  "path": "list.containers.audit",
2972
- "requestStr": "$ContainerAudit:ContainerAudit! ",
2972
+ "requestStr": "$containerAudit:ContainerAudit! ",
2973
2973
  "required": true,
2974
- "responseStr": "audit:$ContainerAudit ",
2974
+ "responseStr": "audit:$containerAudit ",
2975
2975
  "type": {
2976
2976
  "definition": {
2977
2977
  "description": "Audit metadata about the container",
@@ -3076,7 +3076,7 @@
3076
3076
  "name": "ContainerAudit",
3077
3077
  "non_null": false
3078
3078
  },
3079
- "varName": "ContainerAudit"
3079
+ "varName": "containerAudit"
3080
3080
  },
3081
3081
  "description": {
3082
3082
  "args": {},
@@ -3172,7 +3172,7 @@
3172
3172
  "enumValues": null,
3173
3173
  "fields": {
3174
3174
  "audit": {
3175
- "alias": "ContainerAudit: audit",
3175
+ "alias": "containerAudit: audit",
3176
3176
  "args": {},
3177
3177
  "deprecationReason": null,
3178
3178
  "description": "Audit metadata about the container",
@@ -3180,9 +3180,9 @@
3180
3180
  "isDeprecated": false,
3181
3181
  "name": "audit",
3182
3182
  "path": "list.containers.FqdnContainer.audit",
3183
- "requestStr": "$ContainerAudit:ContainerAudit! ",
3183
+ "requestStr": "$containerAudit:ContainerAudit! ",
3184
3184
  "required": true,
3185
- "responseStr": "audit:$ContainerAudit ",
3185
+ "responseStr": "audit:$containerAudit ",
3186
3186
  "type": {
3187
3187
  "definition": {
3188
3188
  "description": "Audit metadata about the container",
@@ -3287,10 +3287,10 @@
3287
3287
  "name": "ContainerAudit",
3288
3288
  "non_null": false
3289
3289
  },
3290
- "varName": "ContainerAudit"
3290
+ "varName": "containerAudit"
3291
3291
  },
3292
3292
  "description": {
3293
- "alias": "FqdnContainerDescription: description",
3293
+ "alias": "fqdnContainerDescription: description",
3294
3294
  "args": {},
3295
3295
  "deprecationReason": null,
3296
3296
  "description": "Description for the container",
@@ -3311,7 +3311,7 @@
3311
3311
  "varName": "description"
3312
3312
  },
3313
3313
  "id": {
3314
- "alias": "FqdnContainerId: id",
3314
+ "alias": "fqdnContainerId: id",
3315
3315
  "args": {},
3316
3316
  "deprecationReason": null,
3317
3317
  "description": "Unique container ID",
@@ -3333,7 +3333,7 @@
3333
3333
  "varName": "id"
3334
3334
  },
3335
3335
  "name": {
3336
- "alias": "FqdnContainerName: name",
3336
+ "alias": "fqdnContainerName: name",
3337
3337
  "args": {},
3338
3338
  "deprecationReason": null,
3339
3339
  "description": "Name for the container",
@@ -3355,7 +3355,7 @@
3355
3355
  "varName": "name"
3356
3356
  },
3357
3357
  "size": {
3358
- "alias": "FqdnContainerSize: size",
3358
+ "alias": "fqdnContainerSize: size",
3359
3359
  "args": {},
3360
3360
  "deprecationReason": null,
3361
3361
  "description": "Number of items in the container",
@@ -3388,7 +3388,7 @@
3388
3388
  "enumValues": null,
3389
3389
  "fields": {
3390
3390
  "audit": {
3391
- "alias": "ContainerAudit: audit",
3391
+ "alias": "containerAudit: audit",
3392
3392
  "args": {},
3393
3393
  "deprecationReason": null,
3394
3394
  "description": "Audit metadata about the container",
@@ -3396,9 +3396,9 @@
3396
3396
  "isDeprecated": false,
3397
3397
  "name": "audit",
3398
3398
  "path": "list.containers.IpAddressRangeContainer.audit",
3399
- "requestStr": "$ContainerAudit:ContainerAudit! ",
3399
+ "requestStr": "$containerAudit:ContainerAudit! ",
3400
3400
  "required": true,
3401
- "responseStr": "audit:$ContainerAudit ",
3401
+ "responseStr": "audit:$containerAudit ",
3402
3402
  "type": {
3403
3403
  "definition": {
3404
3404
  "description": "Audit metadata about the container",
@@ -3503,10 +3503,10 @@
3503
3503
  "name": "ContainerAudit",
3504
3504
  "non_null": false
3505
3505
  },
3506
- "varName": "ContainerAudit"
3506
+ "varName": "containerAudit"
3507
3507
  },
3508
3508
  "description": {
3509
- "alias": "IpAddressRangeContainerDescription: description",
3509
+ "alias": "ipAddressRangeContainerDescription: description",
3510
3510
  "args": {},
3511
3511
  "deprecationReason": null,
3512
3512
  "description": "Description for the container",
@@ -3527,7 +3527,7 @@
3527
3527
  "varName": "description"
3528
3528
  },
3529
3529
  "id": {
3530
- "alias": "IpAddressRangeContainerId: id",
3530
+ "alias": "ipAddressRangeContainerId: id",
3531
3531
  "args": {},
3532
3532
  "deprecationReason": null,
3533
3533
  "description": "Unique container ID",
@@ -3549,7 +3549,7 @@
3549
3549
  "varName": "id"
3550
3550
  },
3551
3551
  "name": {
3552
- "alias": "IpAddressRangeContainerName: name",
3552
+ "alias": "ipAddressRangeContainerName: name",
3553
3553
  "args": {},
3554
3554
  "deprecationReason": null,
3555
3555
  "description": "Name for the container",
@@ -3571,7 +3571,7 @@
3571
3571
  "varName": "name"
3572
3572
  },
3573
3573
  "size": {
3574
- "alias": "IpAddressRangeContainerSize: size",
3574
+ "alias": "ipAddressRangeContainerSize: size",
3575
3575
  "args": {},
3576
3576
  "deprecationReason": null,
3577
3577
  "description": "Number of items in the container",
@@ -3611,7 +3611,7 @@
3611
3611
  "name": "Container",
3612
3612
  "non_null": false
3613
3613
  },
3614
- "varName": "Container"
3614
+ "varName": "container"
3615
3615
  }
3616
3616
  },
3617
3617
  "inputFields": null,
@@ -3628,7 +3628,7 @@
3628
3628
  "name": "ContainerSearchPayload",
3629
3629
  "non_null": false
3630
3630
  },
3631
- "varName": "ContainerSearchPayload"
3631
+ "varName": "containerSearchPayload"
3632
3632
  }
3633
3633
  },
3634
3634
  "inputFields": null,
@@ -3645,8 +3645,8 @@
3645
3645
  "non_null": false
3646
3646
  },
3647
3647
  "variablesPayload": {
3648
- "ContainerSearchInput": {
3649
- "ContainerRefInput": {
3648
+ "containerSearchInput": {
3649
+ "containerRefInput": {
3650
3650
  "by": {
3651
3651
  "by": "enum(ObjectRefBy)"
3652
3652
  },
@@ -3658,7 +3658,7 @@
3658
3658
  "types": "enum(ContainerType)"
3659
3659
  }
3660
3660
  },
3661
- "DownloadFqdnContainerFileInput": {
3661
+ "downloadFqdnContainerFileInput": {
3662
3662
  "by": {
3663
3663
  "by": "enum(ObjectRefBy)"
3664
3664
  },
@@ -3666,7 +3666,7 @@
3666
3666
  "input": "String"
3667
3667
  }
3668
3668
  },
3669
- "DownloadIpAddressRangeContainerFileInput": {
3669
+ "downloadIpAddressRangeContainerFileInput": {
3670
3670
  "by": {
3671
3671
  "by": "enum(ObjectRefBy)"
3672
3672
  },
@@ -3674,13 +3674,13 @@
3674
3674
  "input": "String"
3675
3675
  }
3676
3676
  },
3677
- "FqdnContainerSearchFqdnInput": {
3677
+ "fqdnContainerSearchFqdnInput": {
3678
3678
  "fqdn": {
3679
3679
  "fqdn": "Fqdn"
3680
3680
  }
3681
3681
  },
3682
- "FqdnContainerSearchInput": {
3683
- "ContainerRefInput": {
3682
+ "fqdnContainerSearchInput": {
3683
+ "containerRefInput": {
3684
3684
  "by": {
3685
3685
  "by": "enum(ObjectRefBy)"
3686
3686
  },
@@ -3689,8 +3689,8 @@
3689
3689
  }
3690
3690
  }
3691
3691
  },
3692
- "IpAddressRangeContainerSearchInput": {
3693
- "ContainerRefInput": {
3692
+ "ipAddressRangeContainerSearchInput": {
3693
+ "containerRefInput": {
3694
3694
  "by": {
3695
3695
  "by": "enum(ObjectRefBy)"
3696
3696
  },
@@ -3699,8 +3699,8 @@
3699
3699
  }
3700
3700
  }
3701
3701
  },
3702
- "IpAddressRangeContainerSearchIpAddressRangeInput": {
3703
- "IpAddressRangeInput": {
3702
+ "ipAddressRangeContainerSearchIpAddressRangeInput": {
3703
+ "ipAddressRangeInput": {
3704
3704
  "from": {
3705
3705
  "from": "IPAddress"
3706
3706
  },