catocli 2.0.4__py3-none-any.whl → 2.1.0__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 +11 -4
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +20 -3
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_container/__init__.py +116 -0
- catocli/parsers/mutation_container_fqdn/README.md +7 -0
- catocli/parsers/mutation_container_fqdn_addValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange/README.md +7 -0
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +42 -19
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_policy/README.md +0 -17
- catocli/parsers/query_policy/__init__.py +153 -8
- catocli/parsers/query_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +17 -0
- catocli/parsers/query_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +17 -0
- catocli/parsers/query_policy_internetFirewall/README.md +7 -0
- catocli/parsers/query_policy_internetFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +17 -0
- catocli/parsers/query_policy_socketLan/README.md +7 -0
- catocli/parsers/query_policy_socketLan_policy/README.md +17 -0
- catocli/parsers/query_policy_terminalServer/README.md +7 -0
- catocli/parsers/query_policy_terminalServer_policy/README.md +17 -0
- catocli/parsers/query_policy_wanFirewall/README.md +7 -0
- catocli/parsers/query_policy_wanFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_wanNetwork/README.md +7 -0
- catocli/parsers/query_policy_wanNetwork_policy/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/README.md +0 -16
- catocli/parsers/query_site/__init__.py +118 -8
- catocli/parsers/query_site_availableVersionList/README.md +17 -0
- catocli/parsers/query_site_bgpPeer/README.md +17 -0
- catocli/parsers/query_site_bgpPeerList/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +17 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_site_siteBgpStatus/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- catocli/parsers/raw/README.md +0 -14
- catocli/parsers/raw/__init__.py +0 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/RECORD +300 -178
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -1
- graphql_client/api/call_api.py +4 -3
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +866 -0
- models/mutation.container.fqdn.createFromFile.json +819 -0
- models/mutation.container.fqdn.removeValues.json +866 -0
- models/mutation.container.fqdn.updateFromFile.json +1045 -0
- models/mutation.container.ipAddressRange.addValues.json +1020 -0
- models/mutation.container.ipAddressRange.createFromFile.json +819 -0
- models/mutation.container.ipAddressRange.removeValues.json +1020 -0
- models/mutation.container.ipAddressRange.updateFromFile.json +1045 -0
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +25 -25
- models/mutation.policy.appTenantRestriction.addSection.json +3 -3
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.moveRule.json +25 -25
- models/mutation.policy.appTenantRestriction.moveSection.json +3 -3
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.removeRule.json +25 -25
- models/mutation.policy.appTenantRestriction.removeSection.json +3 -3
- models/mutation.policy.appTenantRestriction.updatePolicy.json +31 -31
- models/mutation.policy.appTenantRestriction.updateRule.json +25 -25
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.addRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.moveRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.moveSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.removeRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.removeSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +17 -17
- models/mutation.policy.dynamicIpAllocation.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -3
- models/mutation.policy.internetFirewall.addRule.json +532 -85
- models/mutation.policy.internetFirewall.addSection.json +3 -3
- models/mutation.policy.internetFirewall.createPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.moveRule.json +202 -85
- models/mutation.policy.internetFirewall.moveSection.json +3 -3
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.removeRule.json +202 -85
- models/mutation.policy.internetFirewall.removeSection.json +3 -3
- models/mutation.policy.internetFirewall.updatePolicy.json +208 -91
- models/mutation.policy.internetFirewall.updateRule.json +523 -85
- models/mutation.policy.internetFirewall.updateSection.json +3 -3
- models/mutation.policy.remotePortFwd.addRule.json +16 -16
- models/mutation.policy.remotePortFwd.addSection.json +3 -3
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.moveRule.json +16 -16
- models/mutation.policy.remotePortFwd.moveSection.json +3 -3
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.removeRule.json +16 -16
- models/mutation.policy.remotePortFwd.removeSection.json +3 -3
- models/mutation.policy.remotePortFwd.updatePolicy.json +22 -22
- models/mutation.policy.remotePortFwd.updateRule.json +16 -16
- models/mutation.policy.remotePortFwd.updateSection.json +3 -3
- models/mutation.policy.socketLan.addRule.json +81 -81
- models/mutation.policy.socketLan.addSection.json +3 -3
- models/mutation.policy.socketLan.createPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.discardPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.moveRule.json +81 -81
- models/mutation.policy.socketLan.moveSection.json +3 -3
- models/mutation.policy.socketLan.publishPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.removeRule.json +81 -81
- models/mutation.policy.socketLan.removeSection.json +3 -3
- models/mutation.policy.socketLan.updatePolicy.json +87 -87
- models/mutation.policy.socketLan.updateRule.json +81 -81
- models/mutation.policy.socketLan.updateSection.json +3 -3
- models/mutation.policy.terminalServer.addRule.json +6 -6
- models/mutation.policy.terminalServer.addSection.json +3 -3
- models/mutation.policy.terminalServer.createPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.discardPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.moveRule.json +6 -6
- models/mutation.policy.terminalServer.moveSection.json +3 -3
- models/mutation.policy.terminalServer.publishPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.removeRule.json +6 -6
- models/mutation.policy.terminalServer.removeSection.json +3 -3
- models/mutation.policy.terminalServer.updatePolicy.json +12 -12
- models/mutation.policy.terminalServer.updateRule.json +6 -6
- models/mutation.policy.terminalServer.updateSection.json +3 -3
- models/mutation.policy.wanFirewall.addRule.json +550 -103
- models/mutation.policy.wanFirewall.addSection.json +3 -3
- models/mutation.policy.wanFirewall.createPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.moveRule.json +220 -103
- models/mutation.policy.wanFirewall.moveSection.json +3 -3
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.removeRule.json +220 -103
- models/mutation.policy.wanFirewall.removeSection.json +3 -3
- models/mutation.policy.wanFirewall.updatePolicy.json +226 -109
- models/mutation.policy.wanFirewall.updateRule.json +541 -103
- models/mutation.policy.wanFirewall.updateSection.json +3 -3
- models/mutation.policy.wanNetwork.addRule.json +90 -90
- models/mutation.policy.wanNetwork.addSection.json +3 -3
- models/mutation.policy.wanNetwork.createPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.moveRule.json +90 -90
- models/mutation.policy.wanNetwork.moveSection.json +3 -3
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.removeRule.json +90 -90
- models/mutation.policy.wanNetwork.removeSection.json +3 -3
- models/mutation.policy.wanNetwork.updatePolicy.json +96 -96
- models/mutation.policy.wanNetwork.updateRule.json +90 -90
- models/mutation.policy.wanNetwork.updateSection.json +3 -3
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +3086 -0
- models/query.policy.dynamicIpAllocation.policy.json +1934 -0
- models/query.policy.internetFirewall.policy.json +7833 -0
- models/query.policy.json +233 -0
- models/query.policy.remotePortFwd.policy.json +2387 -0
- models/query.policy.socketLan.policy.json +7140 -0
- models/query.policy.terminalServer.policy.json +1632 -0
- models/query.policy.wanFirewall.policy.json +9212 -0
- models/query.policy.wanNetwork.policy.json +8010 -0
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.availableVersionList.json +365 -0
- models/query.site.bgpPeer.json +1917 -0
- models/query.site.bgpPeerList.json +2076 -0
- models/query.site.cloudInterconnectConnectionConnectivity.json +298 -0
- models/query.site.cloudInterconnectPhysicalConnection.json +728 -0
- models/query.site.cloudInterconnectPhysicalConnectionId.json +660 -0
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +869 -0
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +34 -18
- schema/remove_policyid.py +89 -0
- schema/remove_policyid_mutations.py +89 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -0,0 +1,565 @@
|
|
|
1
|
+
{
|
|
2
|
+
"args": {
|
|
3
|
+
"accountId": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": null,
|
|
6
|
+
"id_str": "accountId",
|
|
7
|
+
"name": "accountId",
|
|
8
|
+
"path": "accountId",
|
|
9
|
+
"requestStr": "$accountId:ID! ",
|
|
10
|
+
"required": true,
|
|
11
|
+
"responseStr": "accountId:$accountId ",
|
|
12
|
+
"type": {
|
|
13
|
+
"kind": [
|
|
14
|
+
"NON_NULL",
|
|
15
|
+
"SCALAR"
|
|
16
|
+
],
|
|
17
|
+
"name": "ID",
|
|
18
|
+
"non_null": false
|
|
19
|
+
},
|
|
20
|
+
"varName": "accountId"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"childOperations": {
|
|
24
|
+
"updateSecondaryAzureVSocket": {
|
|
25
|
+
"args": {
|
|
26
|
+
"updateSecondaryAzureVSocket___input": {
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"description": null,
|
|
29
|
+
"id_str": "updateSecondaryAzureVSocket___input",
|
|
30
|
+
"name": "input",
|
|
31
|
+
"path": "updateSecondaryAzureVSocket.input",
|
|
32
|
+
"requestStr": "$updateSecondaryAzureVSocketInput:UpdateSecondaryAzureVSocketInput! ",
|
|
33
|
+
"required": true,
|
|
34
|
+
"responseStr": "input:$updateSecondaryAzureVSocketInput ",
|
|
35
|
+
"type": {
|
|
36
|
+
"definition": {
|
|
37
|
+
"description": null,
|
|
38
|
+
"enumValues": null,
|
|
39
|
+
"fields": null,
|
|
40
|
+
"inputFields": {
|
|
41
|
+
"floatingIp": {
|
|
42
|
+
"defaultValue": null,
|
|
43
|
+
"description": "The floating IP address",
|
|
44
|
+
"id_str": "updateSecondaryAzureVSocket___input___floatingIp",
|
|
45
|
+
"name": "floatingIp",
|
|
46
|
+
"path": "updateSecondaryAzureVSocket.input.floatingIp",
|
|
47
|
+
"requestStr": "$floatingIp:IPAddress ",
|
|
48
|
+
"required": false,
|
|
49
|
+
"responseStr": "floatingIp:$floatingIp ",
|
|
50
|
+
"type": {
|
|
51
|
+
"kind": [
|
|
52
|
+
"SCALAR"
|
|
53
|
+
],
|
|
54
|
+
"name": "IPAddress",
|
|
55
|
+
"non_null": false
|
|
56
|
+
},
|
|
57
|
+
"varName": "floatingIp"
|
|
58
|
+
},
|
|
59
|
+
"id": {
|
|
60
|
+
"defaultValue": null,
|
|
61
|
+
"description": "The ID of the secondary vSocket",
|
|
62
|
+
"id_str": "updateSecondaryAzureVSocket___input___id",
|
|
63
|
+
"name": "id",
|
|
64
|
+
"path": "updateSecondaryAzureVSocket.input.id",
|
|
65
|
+
"requestStr": "$id:ID! ",
|
|
66
|
+
"required": true,
|
|
67
|
+
"responseStr": "id:$id ",
|
|
68
|
+
"type": {
|
|
69
|
+
"kind": [
|
|
70
|
+
"NON_NULL",
|
|
71
|
+
"SCALAR"
|
|
72
|
+
],
|
|
73
|
+
"name": "ID",
|
|
74
|
+
"non_null": false
|
|
75
|
+
},
|
|
76
|
+
"varName": "id"
|
|
77
|
+
},
|
|
78
|
+
"interfaceIp": {
|
|
79
|
+
"defaultValue": null,
|
|
80
|
+
"description": "The IP address of the interface",
|
|
81
|
+
"id_str": "updateSecondaryAzureVSocket___input___interfaceIp",
|
|
82
|
+
"name": "interfaceIp",
|
|
83
|
+
"path": "updateSecondaryAzureVSocket.input.interfaceIp",
|
|
84
|
+
"requestStr": "$interfaceIp:IPAddress ",
|
|
85
|
+
"required": false,
|
|
86
|
+
"responseStr": "interfaceIp:$interfaceIp ",
|
|
87
|
+
"type": {
|
|
88
|
+
"kind": [
|
|
89
|
+
"SCALAR"
|
|
90
|
+
],
|
|
91
|
+
"name": "IPAddress",
|
|
92
|
+
"non_null": false
|
|
93
|
+
},
|
|
94
|
+
"varName": "interfaceIp"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"interfaces": null,
|
|
98
|
+
"kind": "INPUT_OBJECT",
|
|
99
|
+
"name": "UpdateSecondaryAzureVSocketInput",
|
|
100
|
+
"possibleTypes": null
|
|
101
|
+
},
|
|
102
|
+
"indexType": "input_object",
|
|
103
|
+
"kind": [
|
|
104
|
+
"NON_NULL",
|
|
105
|
+
"INPUT_OBJECT"
|
|
106
|
+
],
|
|
107
|
+
"name": "UpdateSecondaryAzureVSocketInput",
|
|
108
|
+
"non_null": false
|
|
109
|
+
},
|
|
110
|
+
"varName": "updateSecondaryAzureVSocketInput"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"deprecationReason": null,
|
|
114
|
+
"description": "Update the secondary Azure vSocket in an existing site",
|
|
115
|
+
"isDeprecated": false,
|
|
116
|
+
"name": "updateSecondaryAzureVSocket",
|
|
117
|
+
"type": {
|
|
118
|
+
"kind": "OBJECT",
|
|
119
|
+
"name": "UpdateSecondaryAzureVSocketPayload",
|
|
120
|
+
"ofType": null
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"deprecationReason": "in favor of site",
|
|
125
|
+
"description": null,
|
|
126
|
+
"fieldTypes": {
|
|
127
|
+
"SecondaryAzureVSocket": true,
|
|
128
|
+
"SiteRef": true,
|
|
129
|
+
"UpdateSecondaryAzureVSocketPayload": true
|
|
130
|
+
},
|
|
131
|
+
"isDeprecated": true,
|
|
132
|
+
"name": "sites",
|
|
133
|
+
"operationArgs": {
|
|
134
|
+
"accountId": {
|
|
135
|
+
"defaultValue": null,
|
|
136
|
+
"description": null,
|
|
137
|
+
"id_str": "accountId",
|
|
138
|
+
"name": "accountId",
|
|
139
|
+
"path": "accountId",
|
|
140
|
+
"requestStr": "$accountId:ID! ",
|
|
141
|
+
"required": true,
|
|
142
|
+
"responseStr": "accountId:$accountId ",
|
|
143
|
+
"type": {
|
|
144
|
+
"kind": [
|
|
145
|
+
"NON_NULL",
|
|
146
|
+
"SCALAR"
|
|
147
|
+
],
|
|
148
|
+
"name": "ID",
|
|
149
|
+
"non_null": false
|
|
150
|
+
},
|
|
151
|
+
"varName": "accountId"
|
|
152
|
+
},
|
|
153
|
+
"updateSecondaryAzureVSocketInput": {
|
|
154
|
+
"defaultValue": null,
|
|
155
|
+
"description": null,
|
|
156
|
+
"id_str": "updateSecondaryAzureVSocket___input",
|
|
157
|
+
"name": "input",
|
|
158
|
+
"path": "updateSecondaryAzureVSocket.input",
|
|
159
|
+
"requestStr": "$updateSecondaryAzureVSocketInput:UpdateSecondaryAzureVSocketInput! ",
|
|
160
|
+
"required": true,
|
|
161
|
+
"responseStr": "input:$updateSecondaryAzureVSocketInput ",
|
|
162
|
+
"type": {
|
|
163
|
+
"definition": {
|
|
164
|
+
"description": null,
|
|
165
|
+
"enumValues": null,
|
|
166
|
+
"fields": null,
|
|
167
|
+
"inputFields": {
|
|
168
|
+
"floatingIp": {
|
|
169
|
+
"defaultValue": null,
|
|
170
|
+
"description": "The floating IP address",
|
|
171
|
+
"id_str": "updateSecondaryAzureVSocket___input___floatingIp",
|
|
172
|
+
"name": "floatingIp",
|
|
173
|
+
"path": "updateSecondaryAzureVSocket.input.floatingIp",
|
|
174
|
+
"requestStr": "$floatingIp:IPAddress ",
|
|
175
|
+
"required": false,
|
|
176
|
+
"responseStr": "floatingIp:$floatingIp ",
|
|
177
|
+
"type": {
|
|
178
|
+
"kind": [
|
|
179
|
+
"SCALAR"
|
|
180
|
+
],
|
|
181
|
+
"name": "IPAddress",
|
|
182
|
+
"non_null": false
|
|
183
|
+
},
|
|
184
|
+
"varName": "floatingIp"
|
|
185
|
+
},
|
|
186
|
+
"id": {
|
|
187
|
+
"defaultValue": null,
|
|
188
|
+
"description": "The ID of the secondary vSocket",
|
|
189
|
+
"id_str": "updateSecondaryAzureVSocket___input___id",
|
|
190
|
+
"name": "id",
|
|
191
|
+
"path": "updateSecondaryAzureVSocket.input.id",
|
|
192
|
+
"requestStr": "$id:ID! ",
|
|
193
|
+
"required": true,
|
|
194
|
+
"responseStr": "id:$id ",
|
|
195
|
+
"type": {
|
|
196
|
+
"kind": [
|
|
197
|
+
"NON_NULL",
|
|
198
|
+
"SCALAR"
|
|
199
|
+
],
|
|
200
|
+
"name": "ID",
|
|
201
|
+
"non_null": false
|
|
202
|
+
},
|
|
203
|
+
"varName": "id"
|
|
204
|
+
},
|
|
205
|
+
"interfaceIp": {
|
|
206
|
+
"defaultValue": null,
|
|
207
|
+
"description": "The IP address of the interface",
|
|
208
|
+
"id_str": "updateSecondaryAzureVSocket___input___interfaceIp",
|
|
209
|
+
"name": "interfaceIp",
|
|
210
|
+
"path": "updateSecondaryAzureVSocket.input.interfaceIp",
|
|
211
|
+
"requestStr": "$interfaceIp:IPAddress ",
|
|
212
|
+
"required": false,
|
|
213
|
+
"responseStr": "interfaceIp:$interfaceIp ",
|
|
214
|
+
"type": {
|
|
215
|
+
"kind": [
|
|
216
|
+
"SCALAR"
|
|
217
|
+
],
|
|
218
|
+
"name": "IPAddress",
|
|
219
|
+
"non_null": false
|
|
220
|
+
},
|
|
221
|
+
"varName": "interfaceIp"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"interfaces": null,
|
|
225
|
+
"kind": "INPUT_OBJECT",
|
|
226
|
+
"name": "UpdateSecondaryAzureVSocketInput",
|
|
227
|
+
"possibleTypes": null
|
|
228
|
+
},
|
|
229
|
+
"indexType": "input_object",
|
|
230
|
+
"kind": [
|
|
231
|
+
"NON_NULL",
|
|
232
|
+
"INPUT_OBJECT"
|
|
233
|
+
],
|
|
234
|
+
"name": "UpdateSecondaryAzureVSocketInput",
|
|
235
|
+
"non_null": false
|
|
236
|
+
},
|
|
237
|
+
"varName": "updateSecondaryAzureVSocketInput"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"path": "mutation.sites.updateSecondaryAzureVSocket",
|
|
241
|
+
"type": {
|
|
242
|
+
"definition": {
|
|
243
|
+
"description": null,
|
|
244
|
+
"enumValues": null,
|
|
245
|
+
"fields": {
|
|
246
|
+
"updateSecondaryAzureVSocket": {
|
|
247
|
+
"args": {
|
|
248
|
+
"updateSecondaryAzureVSocket___input": {
|
|
249
|
+
"defaultValue": null,
|
|
250
|
+
"description": null,
|
|
251
|
+
"id_str": "updateSecondaryAzureVSocket___input",
|
|
252
|
+
"name": "input",
|
|
253
|
+
"path": "updateSecondaryAzureVSocket.input",
|
|
254
|
+
"requestStr": "$updateSecondaryAzureVSocketInput:UpdateSecondaryAzureVSocketInput! ",
|
|
255
|
+
"required": true,
|
|
256
|
+
"responseStr": "input:$updateSecondaryAzureVSocketInput ",
|
|
257
|
+
"type": {
|
|
258
|
+
"definition": {
|
|
259
|
+
"description": null,
|
|
260
|
+
"enumValues": null,
|
|
261
|
+
"fields": null,
|
|
262
|
+
"inputFields": {
|
|
263
|
+
"floatingIp": {
|
|
264
|
+
"defaultValue": null,
|
|
265
|
+
"description": "The floating IP address",
|
|
266
|
+
"id_str": "updateSecondaryAzureVSocket___input___floatingIp",
|
|
267
|
+
"name": "floatingIp",
|
|
268
|
+
"path": "updateSecondaryAzureVSocket.input.floatingIp",
|
|
269
|
+
"requestStr": "$floatingIp:IPAddress ",
|
|
270
|
+
"required": false,
|
|
271
|
+
"responseStr": "floatingIp:$floatingIp ",
|
|
272
|
+
"type": {
|
|
273
|
+
"kind": [
|
|
274
|
+
"SCALAR"
|
|
275
|
+
],
|
|
276
|
+
"name": "IPAddress",
|
|
277
|
+
"non_null": false
|
|
278
|
+
},
|
|
279
|
+
"varName": "floatingIp"
|
|
280
|
+
},
|
|
281
|
+
"id": {
|
|
282
|
+
"defaultValue": null,
|
|
283
|
+
"description": "The ID of the secondary vSocket",
|
|
284
|
+
"id_str": "updateSecondaryAzureVSocket___input___id",
|
|
285
|
+
"name": "id",
|
|
286
|
+
"path": "updateSecondaryAzureVSocket.input.id",
|
|
287
|
+
"requestStr": "$id:ID! ",
|
|
288
|
+
"required": true,
|
|
289
|
+
"responseStr": "id:$id ",
|
|
290
|
+
"type": {
|
|
291
|
+
"kind": [
|
|
292
|
+
"NON_NULL",
|
|
293
|
+
"SCALAR"
|
|
294
|
+
],
|
|
295
|
+
"name": "ID",
|
|
296
|
+
"non_null": false
|
|
297
|
+
},
|
|
298
|
+
"varName": "id"
|
|
299
|
+
},
|
|
300
|
+
"interfaceIp": {
|
|
301
|
+
"defaultValue": null,
|
|
302
|
+
"description": "The IP address of the interface",
|
|
303
|
+
"id_str": "updateSecondaryAzureVSocket___input___interfaceIp",
|
|
304
|
+
"name": "interfaceIp",
|
|
305
|
+
"path": "updateSecondaryAzureVSocket.input.interfaceIp",
|
|
306
|
+
"requestStr": "$interfaceIp:IPAddress ",
|
|
307
|
+
"required": false,
|
|
308
|
+
"responseStr": "interfaceIp:$interfaceIp ",
|
|
309
|
+
"type": {
|
|
310
|
+
"kind": [
|
|
311
|
+
"SCALAR"
|
|
312
|
+
],
|
|
313
|
+
"name": "IPAddress",
|
|
314
|
+
"non_null": false
|
|
315
|
+
},
|
|
316
|
+
"varName": "interfaceIp"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"interfaces": null,
|
|
320
|
+
"kind": "INPUT_OBJECT",
|
|
321
|
+
"name": "UpdateSecondaryAzureVSocketInput",
|
|
322
|
+
"possibleTypes": null
|
|
323
|
+
},
|
|
324
|
+
"indexType": "input_object",
|
|
325
|
+
"kind": [
|
|
326
|
+
"NON_NULL",
|
|
327
|
+
"INPUT_OBJECT"
|
|
328
|
+
],
|
|
329
|
+
"name": "UpdateSecondaryAzureVSocketInput",
|
|
330
|
+
"non_null": false
|
|
331
|
+
},
|
|
332
|
+
"varName": "updateSecondaryAzureVSocketInput"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
"deprecationReason": null,
|
|
336
|
+
"description": "Update the secondary Azure vSocket in an existing site",
|
|
337
|
+
"id_str": "updateSecondaryAzureVSocket",
|
|
338
|
+
"isDeprecated": false,
|
|
339
|
+
"name": "updateSecondaryAzureVSocket",
|
|
340
|
+
"path": "updateSecondaryAzureVSocket",
|
|
341
|
+
"requestStr": "$updateSecondaryAzureVSocketPayload:UpdateSecondaryAzureVSocketPayload ",
|
|
342
|
+
"required": false,
|
|
343
|
+
"responseStr": "updateSecondaryAzureVSocket:$updateSecondaryAzureVSocketPayload ",
|
|
344
|
+
"type": {
|
|
345
|
+
"definition": {
|
|
346
|
+
"description": null,
|
|
347
|
+
"enumValues": null,
|
|
348
|
+
"fields": {
|
|
349
|
+
"secondaryAzureVSocket": {
|
|
350
|
+
"args": {},
|
|
351
|
+
"deprecationReason": null,
|
|
352
|
+
"description": "The updated secondary Azure vSocket object.",
|
|
353
|
+
"id_str": "updateSecondaryAzureVSocket___secondaryAzureVSocket",
|
|
354
|
+
"isDeprecated": false,
|
|
355
|
+
"name": "secondaryAzureVSocket",
|
|
356
|
+
"path": "updateSecondaryAzureVSocket.secondaryAzureVSocket",
|
|
357
|
+
"requestStr": "$secondaryAzureVSocket:SecondaryAzureVSocket! ",
|
|
358
|
+
"required": true,
|
|
359
|
+
"responseStr": "secondaryAzureVSocket:$secondaryAzureVSocket ",
|
|
360
|
+
"type": {
|
|
361
|
+
"definition": {
|
|
362
|
+
"description": null,
|
|
363
|
+
"enumValues": null,
|
|
364
|
+
"fields": {
|
|
365
|
+
"floatingIp": {
|
|
366
|
+
"args": {},
|
|
367
|
+
"deprecationReason": null,
|
|
368
|
+
"description": "The floating IP address",
|
|
369
|
+
"id_str": "updateSecondaryAzureVSocket___secondaryAzureVSocket___floatingIp",
|
|
370
|
+
"isDeprecated": false,
|
|
371
|
+
"name": "floatingIp",
|
|
372
|
+
"path": "updateSecondaryAzureVSocket.secondaryAzureVSocket.floatingIp",
|
|
373
|
+
"requestStr": "$floatingIp:IPAddress! ",
|
|
374
|
+
"required": true,
|
|
375
|
+
"responseStr": "floatingIp:$floatingIp ",
|
|
376
|
+
"type": {
|
|
377
|
+
"kind": [
|
|
378
|
+
"NON_NULL",
|
|
379
|
+
"SCALAR"
|
|
380
|
+
],
|
|
381
|
+
"name": "IPAddress",
|
|
382
|
+
"non_null": false
|
|
383
|
+
},
|
|
384
|
+
"varName": "floatingIp"
|
|
385
|
+
},
|
|
386
|
+
"id": {
|
|
387
|
+
"args": {},
|
|
388
|
+
"deprecationReason": null,
|
|
389
|
+
"description": "The ID of the secondary vSocket",
|
|
390
|
+
"id_str": "updateSecondaryAzureVSocket___secondaryAzureVSocket___id",
|
|
391
|
+
"isDeprecated": false,
|
|
392
|
+
"name": "id",
|
|
393
|
+
"path": "updateSecondaryAzureVSocket.secondaryAzureVSocket.id",
|
|
394
|
+
"requestStr": "$id:ID! ",
|
|
395
|
+
"required": true,
|
|
396
|
+
"responseStr": "id:$id ",
|
|
397
|
+
"type": {
|
|
398
|
+
"kind": [
|
|
399
|
+
"NON_NULL",
|
|
400
|
+
"SCALAR"
|
|
401
|
+
],
|
|
402
|
+
"name": "ID",
|
|
403
|
+
"non_null": false
|
|
404
|
+
},
|
|
405
|
+
"varName": "id"
|
|
406
|
+
},
|
|
407
|
+
"interfaceIp": {
|
|
408
|
+
"args": {},
|
|
409
|
+
"deprecationReason": null,
|
|
410
|
+
"description": "The IP address of the interface",
|
|
411
|
+
"id_str": "updateSecondaryAzureVSocket___secondaryAzureVSocket___interfaceIp",
|
|
412
|
+
"isDeprecated": false,
|
|
413
|
+
"name": "interfaceIp",
|
|
414
|
+
"path": "updateSecondaryAzureVSocket.secondaryAzureVSocket.interfaceIp",
|
|
415
|
+
"requestStr": "$interfaceIp:IPAddress! ",
|
|
416
|
+
"required": true,
|
|
417
|
+
"responseStr": "interfaceIp:$interfaceIp ",
|
|
418
|
+
"type": {
|
|
419
|
+
"kind": [
|
|
420
|
+
"NON_NULL",
|
|
421
|
+
"SCALAR"
|
|
422
|
+
],
|
|
423
|
+
"name": "IPAddress",
|
|
424
|
+
"non_null": false
|
|
425
|
+
},
|
|
426
|
+
"varName": "interfaceIp"
|
|
427
|
+
},
|
|
428
|
+
"site": {
|
|
429
|
+
"alias": "siteSecondaryAzureVSocket: site",
|
|
430
|
+
"args": {},
|
|
431
|
+
"deprecationReason": null,
|
|
432
|
+
"description": "Information about the site where the secondary Azure vSocket is being added.",
|
|
433
|
+
"id_str": "updateSecondaryAzureVSocket___secondaryAzureVSocket___site",
|
|
434
|
+
"isDeprecated": false,
|
|
435
|
+
"name": "site",
|
|
436
|
+
"path": "updateSecondaryAzureVSocket.secondaryAzureVSocket.site",
|
|
437
|
+
"requestStr": "$siteRef:SiteRef! ",
|
|
438
|
+
"required": true,
|
|
439
|
+
"responseStr": "site:$siteRef ",
|
|
440
|
+
"type": {
|
|
441
|
+
"definition": {
|
|
442
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
443
|
+
"enumValues": null,
|
|
444
|
+
"fields": {
|
|
445
|
+
"id": {
|
|
446
|
+
"args": {},
|
|
447
|
+
"deprecationReason": null,
|
|
448
|
+
"description": null,
|
|
449
|
+
"id_str": "updateSecondaryAzureVSocket___secondaryAzureVSocket___site___id",
|
|
450
|
+
"isDeprecated": false,
|
|
451
|
+
"name": "id",
|
|
452
|
+
"path": "updateSecondaryAzureVSocket.secondaryAzureVSocket.site.id",
|
|
453
|
+
"requestStr": "$id:ID! ",
|
|
454
|
+
"required": true,
|
|
455
|
+
"responseStr": "id:$id ",
|
|
456
|
+
"type": {
|
|
457
|
+
"kind": [
|
|
458
|
+
"NON_NULL",
|
|
459
|
+
"SCALAR"
|
|
460
|
+
],
|
|
461
|
+
"name": "ID",
|
|
462
|
+
"non_null": false
|
|
463
|
+
},
|
|
464
|
+
"varName": "id"
|
|
465
|
+
},
|
|
466
|
+
"name": {
|
|
467
|
+
"args": {},
|
|
468
|
+
"deprecationReason": null,
|
|
469
|
+
"description": null,
|
|
470
|
+
"id_str": "updateSecondaryAzureVSocket___secondaryAzureVSocket___site___name",
|
|
471
|
+
"isDeprecated": false,
|
|
472
|
+
"name": "name",
|
|
473
|
+
"path": "updateSecondaryAzureVSocket.secondaryAzureVSocket.site.name",
|
|
474
|
+
"requestStr": "$name:String! ",
|
|
475
|
+
"required": true,
|
|
476
|
+
"responseStr": "name:$name ",
|
|
477
|
+
"type": {
|
|
478
|
+
"kind": [
|
|
479
|
+
"NON_NULL",
|
|
480
|
+
"SCALAR"
|
|
481
|
+
],
|
|
482
|
+
"name": "String",
|
|
483
|
+
"non_null": false
|
|
484
|
+
},
|
|
485
|
+
"varName": "name"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"inputFields": null,
|
|
489
|
+
"interfaces": {},
|
|
490
|
+
"kind": "OBJECT",
|
|
491
|
+
"name": "SiteRef",
|
|
492
|
+
"possibleTypes": null
|
|
493
|
+
},
|
|
494
|
+
"indexType": "object",
|
|
495
|
+
"kind": [
|
|
496
|
+
"NON_NULL",
|
|
497
|
+
"OBJECT"
|
|
498
|
+
],
|
|
499
|
+
"name": "SiteRef",
|
|
500
|
+
"non_null": false
|
|
501
|
+
},
|
|
502
|
+
"varName": "siteRef"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"inputFields": null,
|
|
506
|
+
"interfaces": {},
|
|
507
|
+
"kind": "OBJECT",
|
|
508
|
+
"name": "SecondaryAzureVSocket",
|
|
509
|
+
"possibleTypes": null
|
|
510
|
+
},
|
|
511
|
+
"indexType": "object",
|
|
512
|
+
"kind": [
|
|
513
|
+
"NON_NULL",
|
|
514
|
+
"OBJECT"
|
|
515
|
+
],
|
|
516
|
+
"name": "SecondaryAzureVSocket",
|
|
517
|
+
"non_null": false
|
|
518
|
+
},
|
|
519
|
+
"varName": "secondaryAzureVSocket"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
"inputFields": null,
|
|
523
|
+
"interfaces": {},
|
|
524
|
+
"kind": "OBJECT",
|
|
525
|
+
"name": "UpdateSecondaryAzureVSocketPayload",
|
|
526
|
+
"possibleTypes": null
|
|
527
|
+
},
|
|
528
|
+
"indexType": "object",
|
|
529
|
+
"kind": [
|
|
530
|
+
"OBJECT"
|
|
531
|
+
],
|
|
532
|
+
"name": "UpdateSecondaryAzureVSocketPayload",
|
|
533
|
+
"non_null": false
|
|
534
|
+
},
|
|
535
|
+
"varName": "updateSecondaryAzureVSocketPayload"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"inputFields": null,
|
|
539
|
+
"interfaces": [],
|
|
540
|
+
"kind": "OBJECT",
|
|
541
|
+
"name": "SiteMutations",
|
|
542
|
+
"possibleTypes": null
|
|
543
|
+
},
|
|
544
|
+
"indexType": "object",
|
|
545
|
+
"kind": [
|
|
546
|
+
"NON_NULL",
|
|
547
|
+
"OBJECT"
|
|
548
|
+
],
|
|
549
|
+
"name": "SiteMutations",
|
|
550
|
+
"non_null": false
|
|
551
|
+
},
|
|
552
|
+
"variablesPayload": {
|
|
553
|
+
"updateSecondaryAzureVSocketInput": {
|
|
554
|
+
"floatingIp": {
|
|
555
|
+
"floatingIp": "IPAddress"
|
|
556
|
+
},
|
|
557
|
+
"id": {
|
|
558
|
+
"id": "ID"
|
|
559
|
+
},
|
|
560
|
+
"interfaceIp": {
|
|
561
|
+
"interfaceIp": "IPAddress"
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
}
|