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.
- catocli/Utils/clidriver.py +19 -2
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +3 -3
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +5 -3
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- catocli-1.0.17.dist-info/RECORD +356 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +45 -45
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.site.addNetworkRange.json +55 -55
- models/mutation.site.addSocketSite.json +45 -45
- models/mutation.site.addStaticHost.json +35 -35
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.site.removeNetworkRange.json +5 -5
- models/mutation.site.removeSite.json +5 -5
- models/mutation.site.removeStaticHost.json +5 -5
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +56 -56
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.site.updateNetworkRange.json +76 -76
- models/mutation.site.updateSiteGeneralDetails.json +75 -75
- models/mutation.site.updateSocketInterface.json +284 -284
- models/mutation.site.updateStaticHost.json +56 -56
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +45 -45
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.sites.addNetworkRange.json +55 -55
- models/mutation.sites.addSocketSite.json +45 -45
- models/mutation.sites.addStaticHost.json +35 -35
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.sites.removeNetworkRange.json +5 -5
- models/mutation.sites.removeSite.json +5 -5
- models/mutation.sites.removeStaticHost.json +5 -5
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +56 -56
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.sites.updateNetworkRange.json +76 -76
- models/mutation.sites.updateSiteGeneralDetails.json +75 -75
- models/mutation.sites.updateSocketInterface.json +284 -284
- models/mutation.sites.updateStaticHost.json +56 -56
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +113 -89
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +198 -102
- models/query.eventsFeed.json +74 -50
- models/query.eventsTimeSeries.json +186 -114
- models/query.hardwareManagement.json +317 -125
- models/query.licensing.json +971 -434
- models/query.policy.json +10946 -5043
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +869 -869
- models/query.xdr.story.json +637 -637
- schema/catolib.py +12 -12
- catocli-1.0.14.dist-info/RECORD +0 -264
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {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": "$
|
|
32
|
+
"requestStr": "$updateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
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": "$
|
|
47
|
+
"requestStr": "$socketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
|
|
48
48
|
"required": false,
|
|
49
|
-
"responseStr": "altWan:$
|
|
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": "
|
|
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": "$
|
|
224
|
+
"requestStr": "$socketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
|
|
225
225
|
"required": false,
|
|
226
|
-
"responseStr": "bandwidth:$
|
|
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": "
|
|
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": "$
|
|
389
|
+
"requestStr": "$socketInterfaceLagInput:SocketInterfaceLagInput ",
|
|
390
390
|
"required": false,
|
|
391
|
-
"responseStr": "lag:$
|
|
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": "
|
|
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": "$
|
|
438
|
+
"requestStr": "$socketInterfaceLanInput:SocketInterfaceLanInput ",
|
|
439
439
|
"required": false,
|
|
440
|
-
"responseStr": "lan:$
|
|
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": "
|
|
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": "$
|
|
542
|
+
"requestStr": "$socketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
|
|
543
543
|
"required": false,
|
|
544
|
-
"responseStr": "offCloud:$
|
|
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": "
|
|
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": "$
|
|
627
|
+
"requestStr": "$socketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
|
|
628
628
|
"required": false,
|
|
629
|
-
"responseStr": "vrrp:$
|
|
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": "
|
|
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": "$
|
|
699
|
+
"requestStr": "$socketInterfaceWanInput:SocketInterfaceWanInput ",
|
|
700
700
|
"required": false,
|
|
701
|
-
"responseStr": "wan:$
|
|
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": "
|
|
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": "
|
|
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":
|
|
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":
|
|
1042
|
+
"isDeprecated": true,
|
|
1043
1043
|
"name": "sites",
|
|
1044
1044
|
"operationArgs": {
|
|
1045
|
-
"
|
|
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": "$
|
|
1240
|
+
"requestStr": "$updateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
|
|
1052
1241
|
"required": true,
|
|
1053
|
-
"responseStr": "input:$
|
|
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": "$
|
|
1255
|
+
"requestStr": "$socketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
|
|
1067
1256
|
"required": false,
|
|
1068
|
-
"responseStr": "altWan:$
|
|
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": "
|
|
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": "$
|
|
1432
|
+
"requestStr": "$socketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
|
|
1244
1433
|
"required": false,
|
|
1245
|
-
"responseStr": "bandwidth:$
|
|
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": "
|
|
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": "$
|
|
1597
|
+
"requestStr": "$socketInterfaceLagInput:SocketInterfaceLagInput ",
|
|
1409
1598
|
"required": false,
|
|
1410
|
-
"responseStr": "lag:$
|
|
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": "
|
|
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": "$
|
|
1646
|
+
"requestStr": "$socketInterfaceLanInput:SocketInterfaceLanInput ",
|
|
1458
1647
|
"required": false,
|
|
1459
|
-
"responseStr": "lan:$
|
|
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": "
|
|
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": "$
|
|
1750
|
+
"requestStr": "$socketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
|
|
1562
1751
|
"required": false,
|
|
1563
|
-
"responseStr": "offCloud:$
|
|
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": "
|
|
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": "$
|
|
1835
|
+
"requestStr": "$socketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
|
|
1647
1836
|
"required": false,
|
|
1648
|
-
"responseStr": "vrrp:$
|
|
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": "
|
|
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": "$
|
|
1907
|
+
"requestStr": "$socketInterfaceWanInput:SocketInterfaceWanInput ",
|
|
1719
1908
|
"required": false,
|
|
1720
|
-
"responseStr": "wan:$
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
2066
|
+
"requestStr": "$updateSocketInterfaceInput:UpdateSocketInterfaceInput! ",
|
|
2067
2067
|
"required": true,
|
|
2068
|
-
"responseStr": "input:$
|
|
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": "$
|
|
2081
|
+
"requestStr": "$socketInterfaceAltWanInput:SocketInterfaceAltWanInput ",
|
|
2082
2082
|
"required": false,
|
|
2083
|
-
"responseStr": "altWan:$
|
|
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": "
|
|
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": "$
|
|
2258
|
+
"requestStr": "$socketInterfaceBandwidthInput:SocketInterfaceBandwidthInput ",
|
|
2259
2259
|
"required": false,
|
|
2260
|
-
"responseStr": "bandwidth:$
|
|
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": "
|
|
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": "$
|
|
2423
|
+
"requestStr": "$socketInterfaceLagInput:SocketInterfaceLagInput ",
|
|
2424
2424
|
"required": false,
|
|
2425
|
-
"responseStr": "lag:$
|
|
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": "
|
|
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": "$
|
|
2472
|
+
"requestStr": "$socketInterfaceLanInput:SocketInterfaceLanInput ",
|
|
2473
2473
|
"required": false,
|
|
2474
|
-
"responseStr": "lan:$
|
|
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": "
|
|
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": "$
|
|
2576
|
+
"requestStr": "$socketInterfaceOffCloudInput:SocketInterfaceOffCloudInput ",
|
|
2577
2577
|
"required": false,
|
|
2578
|
-
"responseStr": "offCloud:$
|
|
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": "
|
|
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": "$
|
|
2661
|
+
"requestStr": "$socketInterfaceVrrpInput:SocketInterfaceVrrpInput ",
|
|
2662
2662
|
"required": false,
|
|
2663
|
-
"responseStr": "vrrp:$
|
|
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": "
|
|
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": "$
|
|
2733
|
+
"requestStr": "$socketInterfaceWanInput:SocketInterfaceWanInput ",
|
|
2734
2734
|
"required": false,
|
|
2735
|
-
"responseStr": "wan:$
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
3054
|
+
"requestStr": "$updateSocketInterfacePayload:UpdateSocketInterfacePayload ",
|
|
3055
3055
|
"required": false,
|
|
3056
|
-
"responseStr": "updateSocketInterface:$
|
|
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": "
|
|
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
|
-
"
|
|
3269
|
-
|
|
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
|
-
"
|
|
3303
|
+
"socketInterfaceBandwidthInput": {
|
|
3296
3304
|
"downstreamBandwidth": {
|
|
3297
3305
|
"downstreamBandwidth": "Int"
|
|
3298
3306
|
},
|
|
@@ -3300,12 +3308,12 @@
|
|
|
3300
3308
|
"upstreamBandwidth": "Int"
|
|
3301
3309
|
}
|
|
3302
3310
|
},
|
|
3303
|
-
"
|
|
3311
|
+
"socketInterfaceLagInput": {
|
|
3304
3312
|
"minLinks": {
|
|
3305
3313
|
"minLinks": "Int"
|
|
3306
3314
|
}
|
|
3307
3315
|
},
|
|
3308
|
-
"
|
|
3316
|
+
"socketInterfaceLanInput": {
|
|
3309
3317
|
"localIp": {
|
|
3310
3318
|
"localIp": "IPAddress"
|
|
3311
3319
|
},
|
|
@@ -3316,7 +3324,7 @@
|
|
|
3316
3324
|
"translatedSubnet": "IPSubnet"
|
|
3317
3325
|
}
|
|
3318
3326
|
},
|
|
3319
|
-
"
|
|
3327
|
+
"socketInterfaceOffCloudInput": {
|
|
3320
3328
|
"enabled": {
|
|
3321
3329
|
"enabled": "Boolean"
|
|
3322
3330
|
},
|
|
@@ -3327,27 +3335,19 @@
|
|
|
3327
3335
|
"publicStaticPort": "Int"
|
|
3328
3336
|
}
|
|
3329
3337
|
},
|
|
3330
|
-
"
|
|
3338
|
+
"socketInterfaceVrrpInput": {
|
|
3331
3339
|
"vrrpType": {
|
|
3332
3340
|
"vrrpType": "enum(VrrpType)"
|
|
3333
3341
|
}
|
|
3334
3342
|
},
|
|
3335
|
-
"
|
|
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
|
}
|