catocli 1.0.14__py3-none-any.whl → 1.0.17__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 (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  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/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -29,9 +29,9 @@
29
29
  "id_str": "updateSocketInterface___input",
30
30
  "name": "input",
31
31
  "path": "updateSocketInterface.input",
32
- "requestStr": "$UpdateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
32
+ "requestStr": "$updateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
33
33
  "required": true,
34
- "responseStr": "input:$UpdateSocketInterfaceInput ",
34
+ "responseStr": "input:$updateSocketInterfaceInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -44,9 +44,9 @@
44
44
  "id_str": "updateSocketInterface___input___altWan",
45
45
  "name": "altWan",
46
46
  "path": "updateSocketInterface.input.altWan",
47
- "requestStr": "$SocketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
47
+ "requestStr": "$socketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
48
48
  "required": false,
49
- "responseStr": "altWan:$SocketInterfaceAltWanInput ",
49
+ "responseStr": "altWan:$socketInterfaceAltWanInput ",
50
50
  "type": {
51
51
  "definition": {
52
52
  "description": null,
@@ -213,7 +213,7 @@
213
213
  "name": "SocketInterfaceAltWanInput",
214
214
  "non_null": false
215
215
  },
216
- "varName": "SocketInterfaceAltWanInput"
216
+ "varName": "socketInterfaceAltWanInput"
217
217
  },
218
218
  "bandwidth": {
219
219
  "defaultValue": null,
@@ -221,9 +221,9 @@
221
221
  "id_str": "updateSocketInterface___input___bandwidth",
222
222
  "name": "bandwidth",
223
223
  "path": "updateSocketInterface.input.bandwidth",
224
- "requestStr": "$SocketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
224
+ "requestStr": "$socketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
225
225
  "required": false,
226
- "responseStr": "bandwidth:$SocketInterfaceBandwidthInput ",
226
+ "responseStr": "bandwidth:$socketInterfaceBandwidthInput ",
227
227
  "type": {
228
228
  "definition": {
229
229
  "description": null,
@@ -281,7 +281,7 @@
281
281
  "name": "SocketInterfaceBandwidthInput",
282
282
  "non_null": false
283
283
  },
284
- "varName": "SocketInterfaceBandwidthInput"
284
+ "varName": "socketInterfaceBandwidthInput"
285
285
  },
286
286
  "destType": {
287
287
  "defaultValue": null,
@@ -386,9 +386,9 @@
386
386
  "id_str": "updateSocketInterface___input___lag",
387
387
  "name": "lag",
388
388
  "path": "updateSocketInterface.input.lag",
389
- "requestStr": "$SocketInterfaceLagInput:SocketInterfaceLagInput ",
389
+ "requestStr": "$socketInterfaceLagInput:SocketInterfaceLagInput ",
390
390
  "required": false,
391
- "responseStr": "lag:$SocketInterfaceLagInput ",
391
+ "responseStr": "lag:$socketInterfaceLagInput ",
392
392
  "type": {
393
393
  "definition": {
394
394
  "description": null,
@@ -427,7 +427,7 @@
427
427
  "name": "SocketInterfaceLagInput",
428
428
  "non_null": false
429
429
  },
430
- "varName": "SocketInterfaceLagInput"
430
+ "varName": "socketInterfaceLagInput"
431
431
  },
432
432
  "lan": {
433
433
  "defaultValue": null,
@@ -435,9 +435,9 @@
435
435
  "id_str": "updateSocketInterface___input___lan",
436
436
  "name": "lan",
437
437
  "path": "updateSocketInterface.input.lan",
438
- "requestStr": "$SocketInterfaceLanInput:SocketInterfaceLanInput ",
438
+ "requestStr": "$socketInterfaceLanInput:SocketInterfaceLanInput ",
439
439
  "required": false,
440
- "responseStr": "lan:$SocketInterfaceLanInput ",
440
+ "responseStr": "lan:$socketInterfaceLanInput ",
441
441
  "type": {
442
442
  "definition": {
443
443
  "description": null,
@@ -513,7 +513,7 @@
513
513
  "name": "SocketInterfaceLanInput",
514
514
  "non_null": false
515
515
  },
516
- "varName": "SocketInterfaceLanInput"
516
+ "varName": "socketInterfaceLanInput"
517
517
  },
518
518
  "name": {
519
519
  "defaultValue": null,
@@ -539,9 +539,9 @@
539
539
  "id_str": "updateSocketInterface___input___offCloud",
540
540
  "name": "offCloud",
541
541
  "path": "updateSocketInterface.input.offCloud",
542
- "requestStr": "$SocketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
542
+ "requestStr": "$socketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
543
543
  "required": false,
544
- "responseStr": "offCloud:$SocketInterfaceOffCloudInput ",
544
+ "responseStr": "offCloud:$socketInterfaceOffCloudInput ",
545
545
  "type": {
546
546
  "definition": {
547
547
  "description": null,
@@ -616,7 +616,7 @@
616
616
  "name": "SocketInterfaceOffCloudInput",
617
617
  "non_null": false
618
618
  },
619
- "varName": "SocketInterfaceOffCloudInput"
619
+ "varName": "socketInterfaceOffCloudInput"
620
620
  },
621
621
  "vrrp": {
622
622
  "defaultValue": null,
@@ -624,9 +624,9 @@
624
624
  "id_str": "updateSocketInterface___input___vrrp",
625
625
  "name": "vrrp",
626
626
  "path": "updateSocketInterface.input.vrrp",
627
- "requestStr": "$SocketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
627
+ "requestStr": "$socketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
628
628
  "required": false,
629
- "responseStr": "vrrp:$SocketInterfaceVrrpInput ",
629
+ "responseStr": "vrrp:$socketInterfaceVrrpInput ",
630
630
  "type": {
631
631
  "definition": {
632
632
  "description": null,
@@ -688,7 +688,7 @@
688
688
  "name": "SocketInterfaceVrrpInput",
689
689
  "non_null": false
690
690
  },
691
- "varName": "SocketInterfaceVrrpInput"
691
+ "varName": "socketInterfaceVrrpInput"
692
692
  },
693
693
  "wan": {
694
694
  "defaultValue": null,
@@ -696,9 +696,9 @@
696
696
  "id_str": "updateSocketInterface___input___wan",
697
697
  "name": "wan",
698
698
  "path": "updateSocketInterface.input.wan",
699
- "requestStr": "$SocketInterfaceWanInput:SocketInterfaceWanInput ",
699
+ "requestStr": "$socketInterfaceWanInput:SocketInterfaceWanInput ",
700
700
  "required": false,
701
- "responseStr": "wan:$SocketInterfaceWanInput ",
701
+ "responseStr": "wan:$socketInterfaceWanInput ",
702
702
  "type": {
703
703
  "definition": {
704
704
  "description": null,
@@ -822,7 +822,7 @@
822
822
  "name": "SocketInterfaceWanInput",
823
823
  "non_null": false
824
824
  },
825
- "varName": "SocketInterfaceWanInput"
825
+ "varName": "socketInterfaceWanInput"
826
826
  }
827
827
  },
828
828
  "interfaces": null,
@@ -838,7 +838,7 @@
838
838
  "name": "UpdateSocketInterfaceInput",
839
839
  "non_null": false
840
840
  },
841
- "varName": "UpdateSocketInterfaceInput"
841
+ "varName": "updateSocketInterfaceInput"
842
842
  },
843
843
  "updateSocketInterface___siteId": {
844
844
  "defaultValue": null,
@@ -1022,7 +1022,7 @@
1022
1022
  }
1023
1023
  }
1024
1024
  },
1025
- "deprecationReason": null,
1025
+ "deprecationReason": "in favor of site",
1026
1026
  "description": null,
1027
1027
  "fieldTypes": {
1028
1028
  "SocketInterfaceAltWanInput": true,
@@ -1039,18 +1039,207 @@
1039
1039
  "UpdateSocketInterfacePayload": true,
1040
1040
  "VrrpType": true
1041
1041
  },
1042
- "isDeprecated": false,
1042
+ "isDeprecated": true,
1043
1043
  "name": "sites",
1044
1044
  "operationArgs": {
1045
- "UpdateSocketInterfaceInput": {
1045
+ "accountId": {
1046
+ "defaultValue": null,
1047
+ "description": null,
1048
+ "id_str": "accountId",
1049
+ "name": "accountId",
1050
+ "path": "accountId",
1051
+ "requestStr": "$accountId:ID! ",
1052
+ "required": true,
1053
+ "responseStr": "accountId:$accountId ",
1054
+ "type": {
1055
+ "kind": [
1056
+ "NON_NULL",
1057
+ "SCALAR"
1058
+ ],
1059
+ "name": "ID",
1060
+ "non_null": false
1061
+ },
1062
+ "varName": "accountId"
1063
+ },
1064
+ "siteId": {
1065
+ "defaultValue": null,
1066
+ "description": null,
1067
+ "id_str": "updateSocketInterface___siteId",
1068
+ "name": "siteId",
1069
+ "path": "updateSocketInterface.siteId",
1070
+ "requestStr": "$siteId:ID! ",
1071
+ "required": true,
1072
+ "responseStr": "siteId:$siteId ",
1073
+ "type": {
1074
+ "kind": [
1075
+ "NON_NULL",
1076
+ "SCALAR"
1077
+ ],
1078
+ "name": "ID",
1079
+ "non_null": false
1080
+ },
1081
+ "varName": "siteId"
1082
+ },
1083
+ "socketInterfaceId": {
1084
+ "defaultValue": null,
1085
+ "description": null,
1086
+ "id_str": "updateSocketInterface___socketInterfaceId",
1087
+ "name": "socketInterfaceId",
1088
+ "path": "updateSocketInterface.socketInterfaceId",
1089
+ "requestStr": "$socketInterfaceId:SocketInterfaceIDEnum! ",
1090
+ "required": true,
1091
+ "responseStr": "socketInterfaceId:$socketInterfaceId ",
1092
+ "type": {
1093
+ "definition": {
1094
+ "description": "SocketInterface available ids, INT_# stands for 1,2,3...12 supported ids",
1095
+ "enumValues": [
1096
+ {
1097
+ "deprecationReason": null,
1098
+ "description": null,
1099
+ "isDeprecated": false,
1100
+ "name": "LAN1"
1101
+ },
1102
+ {
1103
+ "deprecationReason": null,
1104
+ "description": null,
1105
+ "isDeprecated": false,
1106
+ "name": "LAN2"
1107
+ },
1108
+ {
1109
+ "deprecationReason": null,
1110
+ "description": null,
1111
+ "isDeprecated": false,
1112
+ "name": "WAN1"
1113
+ },
1114
+ {
1115
+ "deprecationReason": null,
1116
+ "description": null,
1117
+ "isDeprecated": false,
1118
+ "name": "WAN2"
1119
+ },
1120
+ {
1121
+ "deprecationReason": null,
1122
+ "description": null,
1123
+ "isDeprecated": false,
1124
+ "name": "USB1"
1125
+ },
1126
+ {
1127
+ "deprecationReason": null,
1128
+ "description": null,
1129
+ "isDeprecated": false,
1130
+ "name": "USB2"
1131
+ },
1132
+ {
1133
+ "deprecationReason": null,
1134
+ "description": null,
1135
+ "isDeprecated": false,
1136
+ "name": "INT_1"
1137
+ },
1138
+ {
1139
+ "deprecationReason": null,
1140
+ "description": null,
1141
+ "isDeprecated": false,
1142
+ "name": "INT_2"
1143
+ },
1144
+ {
1145
+ "deprecationReason": null,
1146
+ "description": null,
1147
+ "isDeprecated": false,
1148
+ "name": "INT_3"
1149
+ },
1150
+ {
1151
+ "deprecationReason": null,
1152
+ "description": null,
1153
+ "isDeprecated": false,
1154
+ "name": "INT_4"
1155
+ },
1156
+ {
1157
+ "deprecationReason": null,
1158
+ "description": null,
1159
+ "isDeprecated": false,
1160
+ "name": "INT_5"
1161
+ },
1162
+ {
1163
+ "deprecationReason": null,
1164
+ "description": null,
1165
+ "isDeprecated": false,
1166
+ "name": "INT_6"
1167
+ },
1168
+ {
1169
+ "deprecationReason": null,
1170
+ "description": null,
1171
+ "isDeprecated": false,
1172
+ "name": "INT_7"
1173
+ },
1174
+ {
1175
+ "deprecationReason": null,
1176
+ "description": null,
1177
+ "isDeprecated": false,
1178
+ "name": "INT_8"
1179
+ },
1180
+ {
1181
+ "deprecationReason": null,
1182
+ "description": null,
1183
+ "isDeprecated": false,
1184
+ "name": "INT_9"
1185
+ },
1186
+ {
1187
+ "deprecationReason": null,
1188
+ "description": null,
1189
+ "isDeprecated": false,
1190
+ "name": "INT_10"
1191
+ },
1192
+ {
1193
+ "deprecationReason": null,
1194
+ "description": null,
1195
+ "isDeprecated": false,
1196
+ "name": "INT_11"
1197
+ },
1198
+ {
1199
+ "deprecationReason": null,
1200
+ "description": null,
1201
+ "isDeprecated": false,
1202
+ "name": "INT_12"
1203
+ },
1204
+ {
1205
+ "deprecationReason": null,
1206
+ "description": null,
1207
+ "isDeprecated": false,
1208
+ "name": "WLAN"
1209
+ },
1210
+ {
1211
+ "deprecationReason": null,
1212
+ "description": null,
1213
+ "isDeprecated": false,
1214
+ "name": "LTE"
1215
+ }
1216
+ ],
1217
+ "fields": null,
1218
+ "inputFields": null,
1219
+ "interfaces": null,
1220
+ "kind": "ENUM",
1221
+ "name": "SocketInterfaceIDEnum",
1222
+ "possibleTypes": null
1223
+ },
1224
+ "indexType": "enum",
1225
+ "kind": [
1226
+ "NON_NULL",
1227
+ "ENUM"
1228
+ ],
1229
+ "name": "SocketInterfaceIDEnum",
1230
+ "non_null": false
1231
+ },
1232
+ "varName": "socketInterfaceId"
1233
+ },
1234
+ "updateSocketInterfaceInput": {
1046
1235
  "defaultValue": null,
1047
1236
  "description": null,
1048
1237
  "id_str": "updateSocketInterface___input",
1049
1238
  "name": "input",
1050
1239
  "path": "updateSocketInterface.input",
1051
- "requestStr": "$UpdateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
1240
+ "requestStr": "$updateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
1052
1241
  "required": true,
1053
- "responseStr": "input:$UpdateSocketInterfaceInput ",
1242
+ "responseStr": "input:$updateSocketInterfaceInput ",
1054
1243
  "type": {
1055
1244
  "definition": {
1056
1245
  "description": null,
@@ -1063,9 +1252,9 @@
1063
1252
  "id_str": "updateSocketInterface___input___altWan",
1064
1253
  "name": "altWan",
1065
1254
  "path": "updateSocketInterface.input.altWan",
1066
- "requestStr": "$SocketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
1255
+ "requestStr": "$socketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
1067
1256
  "required": false,
1068
- "responseStr": "altWan:$SocketInterfaceAltWanInput ",
1257
+ "responseStr": "altWan:$socketInterfaceAltWanInput ",
1069
1258
  "type": {
1070
1259
  "definition": {
1071
1260
  "description": null,
@@ -1232,7 +1421,7 @@
1232
1421
  "name": "SocketInterfaceAltWanInput",
1233
1422
  "non_null": false
1234
1423
  },
1235
- "varName": "SocketInterfaceAltWanInput"
1424
+ "varName": "socketInterfaceAltWanInput"
1236
1425
  },
1237
1426
  "bandwidth": {
1238
1427
  "defaultValue": null,
@@ -1240,9 +1429,9 @@
1240
1429
  "id_str": "updateSocketInterface___input___bandwidth",
1241
1430
  "name": "bandwidth",
1242
1431
  "path": "updateSocketInterface.input.bandwidth",
1243
- "requestStr": "$SocketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
1432
+ "requestStr": "$socketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
1244
1433
  "required": false,
1245
- "responseStr": "bandwidth:$SocketInterfaceBandwidthInput ",
1434
+ "responseStr": "bandwidth:$socketInterfaceBandwidthInput ",
1246
1435
  "type": {
1247
1436
  "definition": {
1248
1437
  "description": null,
@@ -1300,7 +1489,7 @@
1300
1489
  "name": "SocketInterfaceBandwidthInput",
1301
1490
  "non_null": false
1302
1491
  },
1303
- "varName": "SocketInterfaceBandwidthInput"
1492
+ "varName": "socketInterfaceBandwidthInput"
1304
1493
  },
1305
1494
  "destType": {
1306
1495
  "defaultValue": null,
@@ -1405,9 +1594,9 @@
1405
1594
  "id_str": "updateSocketInterface___input___lag",
1406
1595
  "name": "lag",
1407
1596
  "path": "updateSocketInterface.input.lag",
1408
- "requestStr": "$SocketInterfaceLagInput:SocketInterfaceLagInput ",
1597
+ "requestStr": "$socketInterfaceLagInput:SocketInterfaceLagInput ",
1409
1598
  "required": false,
1410
- "responseStr": "lag:$SocketInterfaceLagInput ",
1599
+ "responseStr": "lag:$socketInterfaceLagInput ",
1411
1600
  "type": {
1412
1601
  "definition": {
1413
1602
  "description": null,
@@ -1446,7 +1635,7 @@
1446
1635
  "name": "SocketInterfaceLagInput",
1447
1636
  "non_null": false
1448
1637
  },
1449
- "varName": "SocketInterfaceLagInput"
1638
+ "varName": "socketInterfaceLagInput"
1450
1639
  },
1451
1640
  "lan": {
1452
1641
  "defaultValue": null,
@@ -1454,9 +1643,9 @@
1454
1643
  "id_str": "updateSocketInterface___input___lan",
1455
1644
  "name": "lan",
1456
1645
  "path": "updateSocketInterface.input.lan",
1457
- "requestStr": "$SocketInterfaceLanInput:SocketInterfaceLanInput ",
1646
+ "requestStr": "$socketInterfaceLanInput:SocketInterfaceLanInput ",
1458
1647
  "required": false,
1459
- "responseStr": "lan:$SocketInterfaceLanInput ",
1648
+ "responseStr": "lan:$socketInterfaceLanInput ",
1460
1649
  "type": {
1461
1650
  "definition": {
1462
1651
  "description": null,
@@ -1532,7 +1721,7 @@
1532
1721
  "name": "SocketInterfaceLanInput",
1533
1722
  "non_null": false
1534
1723
  },
1535
- "varName": "SocketInterfaceLanInput"
1724
+ "varName": "socketInterfaceLanInput"
1536
1725
  },
1537
1726
  "name": {
1538
1727
  "defaultValue": null,
@@ -1558,9 +1747,9 @@
1558
1747
  "id_str": "updateSocketInterface___input___offCloud",
1559
1748
  "name": "offCloud",
1560
1749
  "path": "updateSocketInterface.input.offCloud",
1561
- "requestStr": "$SocketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
1750
+ "requestStr": "$socketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
1562
1751
  "required": false,
1563
- "responseStr": "offCloud:$SocketInterfaceOffCloudInput ",
1752
+ "responseStr": "offCloud:$socketInterfaceOffCloudInput ",
1564
1753
  "type": {
1565
1754
  "definition": {
1566
1755
  "description": null,
@@ -1635,7 +1824,7 @@
1635
1824
  "name": "SocketInterfaceOffCloudInput",
1636
1825
  "non_null": false
1637
1826
  },
1638
- "varName": "SocketInterfaceOffCloudInput"
1827
+ "varName": "socketInterfaceOffCloudInput"
1639
1828
  },
1640
1829
  "vrrp": {
1641
1830
  "defaultValue": null,
@@ -1643,9 +1832,9 @@
1643
1832
  "id_str": "updateSocketInterface___input___vrrp",
1644
1833
  "name": "vrrp",
1645
1834
  "path": "updateSocketInterface.input.vrrp",
1646
- "requestStr": "$SocketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
1835
+ "requestStr": "$socketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
1647
1836
  "required": false,
1648
- "responseStr": "vrrp:$SocketInterfaceVrrpInput ",
1837
+ "responseStr": "vrrp:$socketInterfaceVrrpInput ",
1649
1838
  "type": {
1650
1839
  "definition": {
1651
1840
  "description": null,
@@ -1707,7 +1896,7 @@
1707
1896
  "name": "SocketInterfaceVrrpInput",
1708
1897
  "non_null": false
1709
1898
  },
1710
- "varName": "SocketInterfaceVrrpInput"
1899
+ "varName": "socketInterfaceVrrpInput"
1711
1900
  },
1712
1901
  "wan": {
1713
1902
  "defaultValue": null,
@@ -1715,9 +1904,9 @@
1715
1904
  "id_str": "updateSocketInterface___input___wan",
1716
1905
  "name": "wan",
1717
1906
  "path": "updateSocketInterface.input.wan",
1718
- "requestStr": "$SocketInterfaceWanInput:SocketInterfaceWanInput ",
1907
+ "requestStr": "$socketInterfaceWanInput:SocketInterfaceWanInput ",
1719
1908
  "required": false,
1720
- "responseStr": "wan:$SocketInterfaceWanInput ",
1909
+ "responseStr": "wan:$socketInterfaceWanInput ",
1721
1910
  "type": {
1722
1911
  "definition": {
1723
1912
  "description": null,
@@ -1841,7 +2030,7 @@
1841
2030
  "name": "SocketInterfaceWanInput",
1842
2031
  "non_null": false
1843
2032
  },
1844
- "varName": "SocketInterfaceWanInput"
2033
+ "varName": "socketInterfaceWanInput"
1845
2034
  }
1846
2035
  },
1847
2036
  "interfaces": null,
@@ -1857,196 +2046,7 @@
1857
2046
  "name": "UpdateSocketInterfaceInput",
1858
2047
  "non_null": false
1859
2048
  },
1860
- "varName": "UpdateSocketInterfaceInput"
1861
- },
1862
- "accountId": {
1863
- "defaultValue": null,
1864
- "description": null,
1865
- "id_str": "accountId",
1866
- "name": "accountId",
1867
- "path": "accountId",
1868
- "requestStr": "$accountId:ID! ",
1869
- "required": true,
1870
- "responseStr": "accountId:$accountId ",
1871
- "type": {
1872
- "kind": [
1873
- "NON_NULL",
1874
- "SCALAR"
1875
- ],
1876
- "name": "ID",
1877
- "non_null": false
1878
- },
1879
- "varName": "accountId"
1880
- },
1881
- "siteId": {
1882
- "defaultValue": null,
1883
- "description": null,
1884
- "id_str": "updateSocketInterface___siteId",
1885
- "name": "siteId",
1886
- "path": "updateSocketInterface.siteId",
1887
- "requestStr": "$siteId:ID! ",
1888
- "required": true,
1889
- "responseStr": "siteId:$siteId ",
1890
- "type": {
1891
- "kind": [
1892
- "NON_NULL",
1893
- "SCALAR"
1894
- ],
1895
- "name": "ID",
1896
- "non_null": false
1897
- },
1898
- "varName": "siteId"
1899
- },
1900
- "socketInterfaceId": {
1901
- "defaultValue": null,
1902
- "description": null,
1903
- "id_str": "updateSocketInterface___socketInterfaceId",
1904
- "name": "socketInterfaceId",
1905
- "path": "updateSocketInterface.socketInterfaceId",
1906
- "requestStr": "$socketInterfaceId:SocketInterfaceIDEnum! ",
1907
- "required": true,
1908
- "responseStr": "socketInterfaceId:$socketInterfaceId ",
1909
- "type": {
1910
- "definition": {
1911
- "description": "SocketInterface available ids, INT_# stands for 1,2,3...12 supported ids",
1912
- "enumValues": [
1913
- {
1914
- "deprecationReason": null,
1915
- "description": null,
1916
- "isDeprecated": false,
1917
- "name": "LAN1"
1918
- },
1919
- {
1920
- "deprecationReason": null,
1921
- "description": null,
1922
- "isDeprecated": false,
1923
- "name": "LAN2"
1924
- },
1925
- {
1926
- "deprecationReason": null,
1927
- "description": null,
1928
- "isDeprecated": false,
1929
- "name": "WAN1"
1930
- },
1931
- {
1932
- "deprecationReason": null,
1933
- "description": null,
1934
- "isDeprecated": false,
1935
- "name": "WAN2"
1936
- },
1937
- {
1938
- "deprecationReason": null,
1939
- "description": null,
1940
- "isDeprecated": false,
1941
- "name": "USB1"
1942
- },
1943
- {
1944
- "deprecationReason": null,
1945
- "description": null,
1946
- "isDeprecated": false,
1947
- "name": "USB2"
1948
- },
1949
- {
1950
- "deprecationReason": null,
1951
- "description": null,
1952
- "isDeprecated": false,
1953
- "name": "INT_1"
1954
- },
1955
- {
1956
- "deprecationReason": null,
1957
- "description": null,
1958
- "isDeprecated": false,
1959
- "name": "INT_2"
1960
- },
1961
- {
1962
- "deprecationReason": null,
1963
- "description": null,
1964
- "isDeprecated": false,
1965
- "name": "INT_3"
1966
- },
1967
- {
1968
- "deprecationReason": null,
1969
- "description": null,
1970
- "isDeprecated": false,
1971
- "name": "INT_4"
1972
- },
1973
- {
1974
- "deprecationReason": null,
1975
- "description": null,
1976
- "isDeprecated": false,
1977
- "name": "INT_5"
1978
- },
1979
- {
1980
- "deprecationReason": null,
1981
- "description": null,
1982
- "isDeprecated": false,
1983
- "name": "INT_6"
1984
- },
1985
- {
1986
- "deprecationReason": null,
1987
- "description": null,
1988
- "isDeprecated": false,
1989
- "name": "INT_7"
1990
- },
1991
- {
1992
- "deprecationReason": null,
1993
- "description": null,
1994
- "isDeprecated": false,
1995
- "name": "INT_8"
1996
- },
1997
- {
1998
- "deprecationReason": null,
1999
- "description": null,
2000
- "isDeprecated": false,
2001
- "name": "INT_9"
2002
- },
2003
- {
2004
- "deprecationReason": null,
2005
- "description": null,
2006
- "isDeprecated": false,
2007
- "name": "INT_10"
2008
- },
2009
- {
2010
- "deprecationReason": null,
2011
- "description": null,
2012
- "isDeprecated": false,
2013
- "name": "INT_11"
2014
- },
2015
- {
2016
- "deprecationReason": null,
2017
- "description": null,
2018
- "isDeprecated": false,
2019
- "name": "INT_12"
2020
- },
2021
- {
2022
- "deprecationReason": null,
2023
- "description": null,
2024
- "isDeprecated": false,
2025
- "name": "WLAN"
2026
- },
2027
- {
2028
- "deprecationReason": null,
2029
- "description": null,
2030
- "isDeprecated": false,
2031
- "name": "LTE"
2032
- }
2033
- ],
2034
- "fields": null,
2035
- "inputFields": null,
2036
- "interfaces": null,
2037
- "kind": "ENUM",
2038
- "name": "SocketInterfaceIDEnum",
2039
- "possibleTypes": null
2040
- },
2041
- "indexType": "enum",
2042
- "kind": [
2043
- "NON_NULL",
2044
- "ENUM"
2045
- ],
2046
- "name": "SocketInterfaceIDEnum",
2047
- "non_null": false
2048
- },
2049
- "varName": "socketInterfaceId"
2049
+ "varName": "updateSocketInterfaceInput"
2050
2050
  }
2051
2051
  },
2052
2052
  "path": "mutation.sites.updateSocketInterface",
@@ -2063,9 +2063,9 @@
2063
2063
  "id_str": "updateSocketInterface___input",
2064
2064
  "name": "input",
2065
2065
  "path": "updateSocketInterface.input",
2066
- "requestStr": "$UpdateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
2066
+ "requestStr": "$updateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
2067
2067
  "required": true,
2068
- "responseStr": "input:$UpdateSocketInterfaceInput ",
2068
+ "responseStr": "input:$updateSocketInterfaceInput ",
2069
2069
  "type": {
2070
2070
  "definition": {
2071
2071
  "description": null,
@@ -2078,9 +2078,9 @@
2078
2078
  "id_str": "updateSocketInterface___input___altWan",
2079
2079
  "name": "altWan",
2080
2080
  "path": "updateSocketInterface.input.altWan",
2081
- "requestStr": "$SocketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
2081
+ "requestStr": "$socketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
2082
2082
  "required": false,
2083
- "responseStr": "altWan:$SocketInterfaceAltWanInput ",
2083
+ "responseStr": "altWan:$socketInterfaceAltWanInput ",
2084
2084
  "type": {
2085
2085
  "definition": {
2086
2086
  "description": null,
@@ -2247,7 +2247,7 @@
2247
2247
  "name": "SocketInterfaceAltWanInput",
2248
2248
  "non_null": false
2249
2249
  },
2250
- "varName": "SocketInterfaceAltWanInput"
2250
+ "varName": "socketInterfaceAltWanInput"
2251
2251
  },
2252
2252
  "bandwidth": {
2253
2253
  "defaultValue": null,
@@ -2255,9 +2255,9 @@
2255
2255
  "id_str": "updateSocketInterface___input___bandwidth",
2256
2256
  "name": "bandwidth",
2257
2257
  "path": "updateSocketInterface.input.bandwidth",
2258
- "requestStr": "$SocketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
2258
+ "requestStr": "$socketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
2259
2259
  "required": false,
2260
- "responseStr": "bandwidth:$SocketInterfaceBandwidthInput ",
2260
+ "responseStr": "bandwidth:$socketInterfaceBandwidthInput ",
2261
2261
  "type": {
2262
2262
  "definition": {
2263
2263
  "description": null,
@@ -2315,7 +2315,7 @@
2315
2315
  "name": "SocketInterfaceBandwidthInput",
2316
2316
  "non_null": false
2317
2317
  },
2318
- "varName": "SocketInterfaceBandwidthInput"
2318
+ "varName": "socketInterfaceBandwidthInput"
2319
2319
  },
2320
2320
  "destType": {
2321
2321
  "defaultValue": null,
@@ -2420,9 +2420,9 @@
2420
2420
  "id_str": "updateSocketInterface___input___lag",
2421
2421
  "name": "lag",
2422
2422
  "path": "updateSocketInterface.input.lag",
2423
- "requestStr": "$SocketInterfaceLagInput:SocketInterfaceLagInput ",
2423
+ "requestStr": "$socketInterfaceLagInput:SocketInterfaceLagInput ",
2424
2424
  "required": false,
2425
- "responseStr": "lag:$SocketInterfaceLagInput ",
2425
+ "responseStr": "lag:$socketInterfaceLagInput ",
2426
2426
  "type": {
2427
2427
  "definition": {
2428
2428
  "description": null,
@@ -2461,7 +2461,7 @@
2461
2461
  "name": "SocketInterfaceLagInput",
2462
2462
  "non_null": false
2463
2463
  },
2464
- "varName": "SocketInterfaceLagInput"
2464
+ "varName": "socketInterfaceLagInput"
2465
2465
  },
2466
2466
  "lan": {
2467
2467
  "defaultValue": null,
@@ -2469,9 +2469,9 @@
2469
2469
  "id_str": "updateSocketInterface___input___lan",
2470
2470
  "name": "lan",
2471
2471
  "path": "updateSocketInterface.input.lan",
2472
- "requestStr": "$SocketInterfaceLanInput:SocketInterfaceLanInput ",
2472
+ "requestStr": "$socketInterfaceLanInput:SocketInterfaceLanInput ",
2473
2473
  "required": false,
2474
- "responseStr": "lan:$SocketInterfaceLanInput ",
2474
+ "responseStr": "lan:$socketInterfaceLanInput ",
2475
2475
  "type": {
2476
2476
  "definition": {
2477
2477
  "description": null,
@@ -2547,7 +2547,7 @@
2547
2547
  "name": "SocketInterfaceLanInput",
2548
2548
  "non_null": false
2549
2549
  },
2550
- "varName": "SocketInterfaceLanInput"
2550
+ "varName": "socketInterfaceLanInput"
2551
2551
  },
2552
2552
  "name": {
2553
2553
  "defaultValue": null,
@@ -2573,9 +2573,9 @@
2573
2573
  "id_str": "updateSocketInterface___input___offCloud",
2574
2574
  "name": "offCloud",
2575
2575
  "path": "updateSocketInterface.input.offCloud",
2576
- "requestStr": "$SocketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
2576
+ "requestStr": "$socketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
2577
2577
  "required": false,
2578
- "responseStr": "offCloud:$SocketInterfaceOffCloudInput ",
2578
+ "responseStr": "offCloud:$socketInterfaceOffCloudInput ",
2579
2579
  "type": {
2580
2580
  "definition": {
2581
2581
  "description": null,
@@ -2650,7 +2650,7 @@
2650
2650
  "name": "SocketInterfaceOffCloudInput",
2651
2651
  "non_null": false
2652
2652
  },
2653
- "varName": "SocketInterfaceOffCloudInput"
2653
+ "varName": "socketInterfaceOffCloudInput"
2654
2654
  },
2655
2655
  "vrrp": {
2656
2656
  "defaultValue": null,
@@ -2658,9 +2658,9 @@
2658
2658
  "id_str": "updateSocketInterface___input___vrrp",
2659
2659
  "name": "vrrp",
2660
2660
  "path": "updateSocketInterface.input.vrrp",
2661
- "requestStr": "$SocketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
2661
+ "requestStr": "$socketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
2662
2662
  "required": false,
2663
- "responseStr": "vrrp:$SocketInterfaceVrrpInput ",
2663
+ "responseStr": "vrrp:$socketInterfaceVrrpInput ",
2664
2664
  "type": {
2665
2665
  "definition": {
2666
2666
  "description": null,
@@ -2722,7 +2722,7 @@
2722
2722
  "name": "SocketInterfaceVrrpInput",
2723
2723
  "non_null": false
2724
2724
  },
2725
- "varName": "SocketInterfaceVrrpInput"
2725
+ "varName": "socketInterfaceVrrpInput"
2726
2726
  },
2727
2727
  "wan": {
2728
2728
  "defaultValue": null,
@@ -2730,9 +2730,9 @@
2730
2730
  "id_str": "updateSocketInterface___input___wan",
2731
2731
  "name": "wan",
2732
2732
  "path": "updateSocketInterface.input.wan",
2733
- "requestStr": "$SocketInterfaceWanInput:SocketInterfaceWanInput ",
2733
+ "requestStr": "$socketInterfaceWanInput:SocketInterfaceWanInput ",
2734
2734
  "required": false,
2735
- "responseStr": "wan:$SocketInterfaceWanInput ",
2735
+ "responseStr": "wan:$socketInterfaceWanInput ",
2736
2736
  "type": {
2737
2737
  "definition": {
2738
2738
  "description": null,
@@ -2856,7 +2856,7 @@
2856
2856
  "name": "SocketInterfaceWanInput",
2857
2857
  "non_null": false
2858
2858
  },
2859
- "varName": "SocketInterfaceWanInput"
2859
+ "varName": "socketInterfaceWanInput"
2860
2860
  }
2861
2861
  },
2862
2862
  "interfaces": null,
@@ -2872,7 +2872,7 @@
2872
2872
  "name": "UpdateSocketInterfaceInput",
2873
2873
  "non_null": false
2874
2874
  },
2875
- "varName": "UpdateSocketInterfaceInput"
2875
+ "varName": "updateSocketInterfaceInput"
2876
2876
  },
2877
2877
  "updateSocketInterface___siteId": {
2878
2878
  "defaultValue": null,
@@ -3051,9 +3051,9 @@
3051
3051
  "isDeprecated": false,
3052
3052
  "name": "updateSocketInterface",
3053
3053
  "path": "updateSocketInterface",
3054
- "requestStr": "$UpdateSocketInterfacePayload:UpdateSocketInterfacePayload ",
3054
+ "requestStr": "$updateSocketInterfacePayload:UpdateSocketInterfacePayload ",
3055
3055
  "required": false,
3056
- "responseStr": "updateSocketInterface:$UpdateSocketInterfacePayload ",
3056
+ "responseStr": "updateSocketInterface:$updateSocketInterfacePayload ",
3057
3057
  "type": {
3058
3058
  "definition": {
3059
3059
  "description": null,
@@ -3247,7 +3247,7 @@
3247
3247
  "name": "UpdateSocketInterfacePayload",
3248
3248
  "non_null": false
3249
3249
  },
3250
- "varName": "UpdateSocketInterfacePayload"
3250
+ "varName": "updateSocketInterfacePayload"
3251
3251
  }
3252
3252
  },
3253
3253
  "inputFields": null,
@@ -3265,8 +3265,16 @@
3265
3265
  "non_null": false
3266
3266
  },
3267
3267
  "variablesPayload": {
3268
- "UpdateSocketInterfaceInput": {
3269
- "SocketInterfaceAltWanInput": {
3268
+ "siteId": "ID",
3269
+ "socketInterfaceId": "enum(SocketInterfaceIDEnum)",
3270
+ "updateSocketInterfaceInput": {
3271
+ "destType": {
3272
+ "destType": "enum(SocketInterfaceDestType)"
3273
+ },
3274
+ "name": {
3275
+ "name": "String"
3276
+ },
3277
+ "socketInterfaceAltWanInput": {
3270
3278
  "privateGatewayIp": {
3271
3279
  "privateGatewayIp": "IPAddress"
3272
3280
  },
@@ -3292,7 +3300,7 @@
3292
3300
  "publicVlanTag": "Int"
3293
3301
  }
3294
3302
  },
3295
- "SocketInterfaceBandwidthInput": {
3303
+ "socketInterfaceBandwidthInput": {
3296
3304
  "downstreamBandwidth": {
3297
3305
  "downstreamBandwidth": "Int"
3298
3306
  },
@@ -3300,12 +3308,12 @@
3300
3308
  "upstreamBandwidth": "Int"
3301
3309
  }
3302
3310
  },
3303
- "SocketInterfaceLagInput": {
3311
+ "socketInterfaceLagInput": {
3304
3312
  "minLinks": {
3305
3313
  "minLinks": "Int"
3306
3314
  }
3307
3315
  },
3308
- "SocketInterfaceLanInput": {
3316
+ "socketInterfaceLanInput": {
3309
3317
  "localIp": {
3310
3318
  "localIp": "IPAddress"
3311
3319
  },
@@ -3316,7 +3324,7 @@
3316
3324
  "translatedSubnet": "IPSubnet"
3317
3325
  }
3318
3326
  },
3319
- "SocketInterfaceOffCloudInput": {
3327
+ "socketInterfaceOffCloudInput": {
3320
3328
  "enabled": {
3321
3329
  "enabled": "Boolean"
3322
3330
  },
@@ -3327,27 +3335,19 @@
3327
3335
  "publicStaticPort": "Int"
3328
3336
  }
3329
3337
  },
3330
- "SocketInterfaceVrrpInput": {
3338
+ "socketInterfaceVrrpInput": {
3331
3339
  "vrrpType": {
3332
3340
  "vrrpType": "enum(VrrpType)"
3333
3341
  }
3334
3342
  },
3335
- "SocketInterfaceWanInput": {
3343
+ "socketInterfaceWanInput": {
3336
3344
  "precedence": {
3337
3345
  "precedence": "enum(SocketInterfacePrecedenceEnum)"
3338
3346
  },
3339
3347
  "role": {
3340
3348
  "role": "enum(SocketInterfaceRole)"
3341
3349
  }
3342
- },
3343
- "destType": {
3344
- "destType": "enum(SocketInterfaceDestType)"
3345
- },
3346
- "name": {
3347
- "name": "String"
3348
3350
  }
3349
- },
3350
- "siteId": "ID",
3351
- "socketInterfaceId": "enum(SocketInterfaceIDEnum)"
3351
+ }
3352
3352
  }
3353
3353
  }