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": "updateIpsecIkeV2SiteTunnels___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "updateIpsecIkeV2SiteTunnels.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelsInput:UpdateIpsecIkeV2SiteTunnelsInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$updateIpsecIkeV2SiteTunnelsInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary",
|
|
45
45
|
"name": "primary",
|
|
46
46
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary",
|
|
47
|
-
"requestStr": "$
|
|
47
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
48
48
|
"required": false,
|
|
49
|
-
"responseStr": "primary:$
|
|
49
|
+
"responseStr": "primary:$updateIpsecIkeV2TunnelsInput ",
|
|
50
50
|
"type": {
|
|
51
51
|
"definition": {
|
|
52
52
|
"description": null,
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
138
138
|
"name": "tunnels",
|
|
139
139
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
140
|
-
"requestStr": "$
|
|
140
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
141
141
|
"required": true,
|
|
142
|
-
"responseStr": "tunnels:$
|
|
142
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
143
143
|
"type": {
|
|
144
144
|
"definition": {
|
|
145
145
|
"description": null,
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
153
153
|
"name": "lastMileBw",
|
|
154
154
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
|
|
155
|
-
"requestStr": "$
|
|
155
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
156
156
|
"required": false,
|
|
157
|
-
"responseStr": "lastMileBw:$
|
|
157
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
158
158
|
"type": {
|
|
159
159
|
"definition": {
|
|
160
160
|
"description": null,
|
|
@@ -210,7 +210,25 @@
|
|
|
210
210
|
"name": "LastMileBwInput",
|
|
211
211
|
"non_null": false
|
|
212
212
|
},
|
|
213
|
-
"varName": "
|
|
213
|
+
"varName": "lastMileBwInput"
|
|
214
|
+
},
|
|
215
|
+
"name": {
|
|
216
|
+
"defaultValue": null,
|
|
217
|
+
"description": "Tunnel name",
|
|
218
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
|
|
219
|
+
"name": "name",
|
|
220
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
|
|
221
|
+
"requestStr": "$name:String ",
|
|
222
|
+
"required": false,
|
|
223
|
+
"responseStr": "name:$name ",
|
|
224
|
+
"type": {
|
|
225
|
+
"kind": [
|
|
226
|
+
"SCALAR"
|
|
227
|
+
],
|
|
228
|
+
"name": "String",
|
|
229
|
+
"non_null": false
|
|
230
|
+
},
|
|
231
|
+
"varName": "name"
|
|
214
232
|
},
|
|
215
233
|
"privateCatoIp": {
|
|
216
234
|
"defaultValue": null,
|
|
@@ -284,6 +302,54 @@
|
|
|
284
302
|
},
|
|
285
303
|
"varName": "publicSiteIp"
|
|
286
304
|
},
|
|
305
|
+
"role": {
|
|
306
|
+
"defaultValue": null,
|
|
307
|
+
"description": "Tunnel role",
|
|
308
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
|
|
309
|
+
"name": "role",
|
|
310
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
|
|
311
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
312
|
+
"required": false,
|
|
313
|
+
"responseStr": "role:$role ",
|
|
314
|
+
"type": {
|
|
315
|
+
"definition": {
|
|
316
|
+
"description": null,
|
|
317
|
+
"enumValues": [
|
|
318
|
+
{
|
|
319
|
+
"deprecationReason": null,
|
|
320
|
+
"description": null,
|
|
321
|
+
"isDeprecated": false,
|
|
322
|
+
"name": "WAN1"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"deprecationReason": null,
|
|
326
|
+
"description": null,
|
|
327
|
+
"isDeprecated": false,
|
|
328
|
+
"name": "WAN2"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"deprecationReason": null,
|
|
332
|
+
"description": null,
|
|
333
|
+
"isDeprecated": false,
|
|
334
|
+
"name": "WAN3"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"fields": null,
|
|
338
|
+
"inputFields": null,
|
|
339
|
+
"interfaces": null,
|
|
340
|
+
"kind": "ENUM",
|
|
341
|
+
"name": "IPSecV2TunnelRole",
|
|
342
|
+
"possibleTypes": null
|
|
343
|
+
},
|
|
344
|
+
"indexType": "enum",
|
|
345
|
+
"kind": [
|
|
346
|
+
"ENUM"
|
|
347
|
+
],
|
|
348
|
+
"name": "IPSecV2TunnelRole",
|
|
349
|
+
"non_null": false
|
|
350
|
+
},
|
|
351
|
+
"varName": "role"
|
|
352
|
+
},
|
|
287
353
|
"tunnelId": {
|
|
288
354
|
"defaultValue": null,
|
|
289
355
|
"description": "The ID of the tunnel",
|
|
@@ -367,7 +433,7 @@
|
|
|
367
433
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
368
434
|
"non_null": false
|
|
369
435
|
},
|
|
370
|
-
"varName": "
|
|
436
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
371
437
|
}
|
|
372
438
|
},
|
|
373
439
|
"interfaces": null,
|
|
@@ -382,7 +448,7 @@
|
|
|
382
448
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
383
449
|
"non_null": false
|
|
384
450
|
},
|
|
385
|
-
"varName": "
|
|
451
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
386
452
|
},
|
|
387
453
|
"secondary": {
|
|
388
454
|
"defaultValue": null,
|
|
@@ -390,9 +456,9 @@
|
|
|
390
456
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary",
|
|
391
457
|
"name": "secondary",
|
|
392
458
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary",
|
|
393
|
-
"requestStr": "$
|
|
459
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
394
460
|
"required": false,
|
|
395
|
-
"responseStr": "secondary:$
|
|
461
|
+
"responseStr": "secondary:$updateIpsecIkeV2TunnelsInput ",
|
|
396
462
|
"type": {
|
|
397
463
|
"definition": {
|
|
398
464
|
"description": null,
|
|
@@ -483,9 +549,9 @@
|
|
|
483
549
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
484
550
|
"name": "tunnels",
|
|
485
551
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
486
|
-
"requestStr": "$
|
|
552
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
487
553
|
"required": true,
|
|
488
|
-
"responseStr": "tunnels:$
|
|
554
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
489
555
|
"type": {
|
|
490
556
|
"definition": {
|
|
491
557
|
"description": null,
|
|
@@ -498,9 +564,9 @@
|
|
|
498
564
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
499
565
|
"name": "lastMileBw",
|
|
500
566
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
501
|
-
"requestStr": "$
|
|
567
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
502
568
|
"required": false,
|
|
503
|
-
"responseStr": "lastMileBw:$
|
|
569
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
504
570
|
"type": {
|
|
505
571
|
"definition": {
|
|
506
572
|
"description": null,
|
|
@@ -556,7 +622,25 @@
|
|
|
556
622
|
"name": "LastMileBwInput",
|
|
557
623
|
"non_null": false
|
|
558
624
|
},
|
|
559
|
-
"varName": "
|
|
625
|
+
"varName": "lastMileBwInput"
|
|
626
|
+
},
|
|
627
|
+
"name": {
|
|
628
|
+
"defaultValue": null,
|
|
629
|
+
"description": "Tunnel name",
|
|
630
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
|
|
631
|
+
"name": "name",
|
|
632
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
|
|
633
|
+
"requestStr": "$name:String ",
|
|
634
|
+
"required": false,
|
|
635
|
+
"responseStr": "name:$name ",
|
|
636
|
+
"type": {
|
|
637
|
+
"kind": [
|
|
638
|
+
"SCALAR"
|
|
639
|
+
],
|
|
640
|
+
"name": "String",
|
|
641
|
+
"non_null": false
|
|
642
|
+
},
|
|
643
|
+
"varName": "name"
|
|
560
644
|
},
|
|
561
645
|
"privateCatoIp": {
|
|
562
646
|
"defaultValue": null,
|
|
@@ -630,6 +714,54 @@
|
|
|
630
714
|
},
|
|
631
715
|
"varName": "publicSiteIp"
|
|
632
716
|
},
|
|
717
|
+
"role": {
|
|
718
|
+
"defaultValue": null,
|
|
719
|
+
"description": "Tunnel role",
|
|
720
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
|
|
721
|
+
"name": "role",
|
|
722
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
|
|
723
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
724
|
+
"required": false,
|
|
725
|
+
"responseStr": "role:$role ",
|
|
726
|
+
"type": {
|
|
727
|
+
"definition": {
|
|
728
|
+
"description": null,
|
|
729
|
+
"enumValues": [
|
|
730
|
+
{
|
|
731
|
+
"deprecationReason": null,
|
|
732
|
+
"description": null,
|
|
733
|
+
"isDeprecated": false,
|
|
734
|
+
"name": "WAN1"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"deprecationReason": null,
|
|
738
|
+
"description": null,
|
|
739
|
+
"isDeprecated": false,
|
|
740
|
+
"name": "WAN2"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"deprecationReason": null,
|
|
744
|
+
"description": null,
|
|
745
|
+
"isDeprecated": false,
|
|
746
|
+
"name": "WAN3"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"fields": null,
|
|
750
|
+
"inputFields": null,
|
|
751
|
+
"interfaces": null,
|
|
752
|
+
"kind": "ENUM",
|
|
753
|
+
"name": "IPSecV2TunnelRole",
|
|
754
|
+
"possibleTypes": null
|
|
755
|
+
},
|
|
756
|
+
"indexType": "enum",
|
|
757
|
+
"kind": [
|
|
758
|
+
"ENUM"
|
|
759
|
+
],
|
|
760
|
+
"name": "IPSecV2TunnelRole",
|
|
761
|
+
"non_null": false
|
|
762
|
+
},
|
|
763
|
+
"varName": "role"
|
|
764
|
+
},
|
|
633
765
|
"tunnelId": {
|
|
634
766
|
"defaultValue": null,
|
|
635
767
|
"description": "The ID of the tunnel",
|
|
@@ -713,7 +845,7 @@
|
|
|
713
845
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
714
846
|
"non_null": false
|
|
715
847
|
},
|
|
716
|
-
"varName": "
|
|
848
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
717
849
|
}
|
|
718
850
|
},
|
|
719
851
|
"interfaces": null,
|
|
@@ -728,7 +860,7 @@
|
|
|
728
860
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
729
861
|
"non_null": false
|
|
730
862
|
},
|
|
731
|
-
"varName": "
|
|
863
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
732
864
|
}
|
|
733
865
|
},
|
|
734
866
|
"interfaces": null,
|
|
@@ -744,7 +876,7 @@
|
|
|
744
876
|
"name": "UpdateIpsecIkeV2SiteTunnelsInput",
|
|
745
877
|
"non_null": false
|
|
746
878
|
},
|
|
747
|
-
"varName": "
|
|
879
|
+
"varName": "updateIpsecIkeV2SiteTunnelsInput"
|
|
748
880
|
},
|
|
749
881
|
"updateIpsecIkeV2SiteTunnels___siteId": {
|
|
750
882
|
"defaultValue": null,
|
|
@@ -777,11 +909,12 @@
|
|
|
777
909
|
}
|
|
778
910
|
}
|
|
779
911
|
},
|
|
780
|
-
"deprecationReason":
|
|
912
|
+
"deprecationReason": "in favor of site",
|
|
781
913
|
"description": null,
|
|
782
914
|
"fieldTypes": {
|
|
783
915
|
"DestinationType": true,
|
|
784
916
|
"IPSecV2InterfaceId": true,
|
|
917
|
+
"IPSecV2TunnelRole": true,
|
|
785
918
|
"LastMileBwInput": true,
|
|
786
919
|
"UpdateIpsecIkeV2SiteMultiTunnelPayload": true,
|
|
787
920
|
"UpdateIpsecIkeV2SiteTunnelPayload": true,
|
|
@@ -789,18 +922,56 @@
|
|
|
789
922
|
"UpdateIpsecIkeV2TunnelInput": true,
|
|
790
923
|
"UpdateIpsecIkeV2TunnelsInput": true
|
|
791
924
|
},
|
|
792
|
-
"isDeprecated":
|
|
925
|
+
"isDeprecated": true,
|
|
793
926
|
"name": "sites",
|
|
794
927
|
"operationArgs": {
|
|
795
|
-
"
|
|
928
|
+
"accountId": {
|
|
929
|
+
"defaultValue": null,
|
|
930
|
+
"description": null,
|
|
931
|
+
"id_str": "accountId",
|
|
932
|
+
"name": "accountId",
|
|
933
|
+
"path": "accountId",
|
|
934
|
+
"requestStr": "$accountId:ID! ",
|
|
935
|
+
"required": true,
|
|
936
|
+
"responseStr": "accountId:$accountId ",
|
|
937
|
+
"type": {
|
|
938
|
+
"kind": [
|
|
939
|
+
"NON_NULL",
|
|
940
|
+
"SCALAR"
|
|
941
|
+
],
|
|
942
|
+
"name": "ID",
|
|
943
|
+
"non_null": false
|
|
944
|
+
},
|
|
945
|
+
"varName": "accountId"
|
|
946
|
+
},
|
|
947
|
+
"siteId": {
|
|
948
|
+
"defaultValue": null,
|
|
949
|
+
"description": null,
|
|
950
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___siteId",
|
|
951
|
+
"name": "siteId",
|
|
952
|
+
"path": "updateIpsecIkeV2SiteTunnels.siteId",
|
|
953
|
+
"requestStr": "$siteId:ID! ",
|
|
954
|
+
"required": true,
|
|
955
|
+
"responseStr": "siteId:$siteId ",
|
|
956
|
+
"type": {
|
|
957
|
+
"kind": [
|
|
958
|
+
"NON_NULL",
|
|
959
|
+
"SCALAR"
|
|
960
|
+
],
|
|
961
|
+
"name": "ID",
|
|
962
|
+
"non_null": false
|
|
963
|
+
},
|
|
964
|
+
"varName": "siteId"
|
|
965
|
+
},
|
|
966
|
+
"updateIpsecIkeV2SiteTunnelsInput": {
|
|
796
967
|
"defaultValue": null,
|
|
797
968
|
"description": null,
|
|
798
969
|
"id_str": "updateIpsecIkeV2SiteTunnels___input",
|
|
799
970
|
"name": "input",
|
|
800
971
|
"path": "updateIpsecIkeV2SiteTunnels.input",
|
|
801
|
-
"requestStr": "$
|
|
972
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelsInput:UpdateIpsecIkeV2SiteTunnelsInput! ",
|
|
802
973
|
"required": true,
|
|
803
|
-
"responseStr": "input:$
|
|
974
|
+
"responseStr": "input:$updateIpsecIkeV2SiteTunnelsInput ",
|
|
804
975
|
"type": {
|
|
805
976
|
"definition": {
|
|
806
977
|
"description": null,
|
|
@@ -813,9 +984,9 @@
|
|
|
813
984
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary",
|
|
814
985
|
"name": "primary",
|
|
815
986
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary",
|
|
816
|
-
"requestStr": "$
|
|
987
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
817
988
|
"required": false,
|
|
818
|
-
"responseStr": "primary:$
|
|
989
|
+
"responseStr": "primary:$updateIpsecIkeV2TunnelsInput ",
|
|
819
990
|
"type": {
|
|
820
991
|
"definition": {
|
|
821
992
|
"description": null,
|
|
@@ -906,9 +1077,9 @@
|
|
|
906
1077
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
907
1078
|
"name": "tunnels",
|
|
908
1079
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
909
|
-
"requestStr": "$
|
|
1080
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
910
1081
|
"required": true,
|
|
911
|
-
"responseStr": "tunnels:$
|
|
1082
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
912
1083
|
"type": {
|
|
913
1084
|
"definition": {
|
|
914
1085
|
"description": null,
|
|
@@ -921,9 +1092,9 @@
|
|
|
921
1092
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
922
1093
|
"name": "lastMileBw",
|
|
923
1094
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
|
|
924
|
-
"requestStr": "$
|
|
1095
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
925
1096
|
"required": false,
|
|
926
|
-
"responseStr": "lastMileBw:$
|
|
1097
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
927
1098
|
"type": {
|
|
928
1099
|
"definition": {
|
|
929
1100
|
"description": null,
|
|
@@ -979,7 +1150,25 @@
|
|
|
979
1150
|
"name": "LastMileBwInput",
|
|
980
1151
|
"non_null": false
|
|
981
1152
|
},
|
|
982
|
-
"varName": "
|
|
1153
|
+
"varName": "lastMileBwInput"
|
|
1154
|
+
},
|
|
1155
|
+
"name": {
|
|
1156
|
+
"defaultValue": null,
|
|
1157
|
+
"description": "Tunnel name",
|
|
1158
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
|
|
1159
|
+
"name": "name",
|
|
1160
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
|
|
1161
|
+
"requestStr": "$name:String ",
|
|
1162
|
+
"required": false,
|
|
1163
|
+
"responseStr": "name:$name ",
|
|
1164
|
+
"type": {
|
|
1165
|
+
"kind": [
|
|
1166
|
+
"SCALAR"
|
|
1167
|
+
],
|
|
1168
|
+
"name": "String",
|
|
1169
|
+
"non_null": false
|
|
1170
|
+
},
|
|
1171
|
+
"varName": "name"
|
|
983
1172
|
},
|
|
984
1173
|
"privateCatoIp": {
|
|
985
1174
|
"defaultValue": null,
|
|
@@ -1053,6 +1242,54 @@
|
|
|
1053
1242
|
},
|
|
1054
1243
|
"varName": "publicSiteIp"
|
|
1055
1244
|
},
|
|
1245
|
+
"role": {
|
|
1246
|
+
"defaultValue": null,
|
|
1247
|
+
"description": "Tunnel role",
|
|
1248
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
|
|
1249
|
+
"name": "role",
|
|
1250
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
|
|
1251
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
1252
|
+
"required": false,
|
|
1253
|
+
"responseStr": "role:$role ",
|
|
1254
|
+
"type": {
|
|
1255
|
+
"definition": {
|
|
1256
|
+
"description": null,
|
|
1257
|
+
"enumValues": [
|
|
1258
|
+
{
|
|
1259
|
+
"deprecationReason": null,
|
|
1260
|
+
"description": null,
|
|
1261
|
+
"isDeprecated": false,
|
|
1262
|
+
"name": "WAN1"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"deprecationReason": null,
|
|
1266
|
+
"description": null,
|
|
1267
|
+
"isDeprecated": false,
|
|
1268
|
+
"name": "WAN2"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"deprecationReason": null,
|
|
1272
|
+
"description": null,
|
|
1273
|
+
"isDeprecated": false,
|
|
1274
|
+
"name": "WAN3"
|
|
1275
|
+
}
|
|
1276
|
+
],
|
|
1277
|
+
"fields": null,
|
|
1278
|
+
"inputFields": null,
|
|
1279
|
+
"interfaces": null,
|
|
1280
|
+
"kind": "ENUM",
|
|
1281
|
+
"name": "IPSecV2TunnelRole",
|
|
1282
|
+
"possibleTypes": null
|
|
1283
|
+
},
|
|
1284
|
+
"indexType": "enum",
|
|
1285
|
+
"kind": [
|
|
1286
|
+
"ENUM"
|
|
1287
|
+
],
|
|
1288
|
+
"name": "IPSecV2TunnelRole",
|
|
1289
|
+
"non_null": false
|
|
1290
|
+
},
|
|
1291
|
+
"varName": "role"
|
|
1292
|
+
},
|
|
1056
1293
|
"tunnelId": {
|
|
1057
1294
|
"defaultValue": null,
|
|
1058
1295
|
"description": "The ID of the tunnel",
|
|
@@ -1136,7 +1373,7 @@
|
|
|
1136
1373
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
1137
1374
|
"non_null": false
|
|
1138
1375
|
},
|
|
1139
|
-
"varName": "
|
|
1376
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
1140
1377
|
}
|
|
1141
1378
|
},
|
|
1142
1379
|
"interfaces": null,
|
|
@@ -1151,7 +1388,7 @@
|
|
|
1151
1388
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
1152
1389
|
"non_null": false
|
|
1153
1390
|
},
|
|
1154
|
-
"varName": "
|
|
1391
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
1155
1392
|
},
|
|
1156
1393
|
"secondary": {
|
|
1157
1394
|
"defaultValue": null,
|
|
@@ -1159,9 +1396,9 @@
|
|
|
1159
1396
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary",
|
|
1160
1397
|
"name": "secondary",
|
|
1161
1398
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary",
|
|
1162
|
-
"requestStr": "$
|
|
1399
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
1163
1400
|
"required": false,
|
|
1164
|
-
"responseStr": "secondary:$
|
|
1401
|
+
"responseStr": "secondary:$updateIpsecIkeV2TunnelsInput ",
|
|
1165
1402
|
"type": {
|
|
1166
1403
|
"definition": {
|
|
1167
1404
|
"description": null,
|
|
@@ -1252,9 +1489,9 @@
|
|
|
1252
1489
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
1253
1490
|
"name": "tunnels",
|
|
1254
1491
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
1255
|
-
"requestStr": "$
|
|
1492
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
1256
1493
|
"required": true,
|
|
1257
|
-
"responseStr": "tunnels:$
|
|
1494
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
1258
1495
|
"type": {
|
|
1259
1496
|
"definition": {
|
|
1260
1497
|
"description": null,
|
|
@@ -1267,9 +1504,9 @@
|
|
|
1267
1504
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
1268
1505
|
"name": "lastMileBw",
|
|
1269
1506
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
1270
|
-
"requestStr": "$
|
|
1507
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
1271
1508
|
"required": false,
|
|
1272
|
-
"responseStr": "lastMileBw:$
|
|
1509
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
1273
1510
|
"type": {
|
|
1274
1511
|
"definition": {
|
|
1275
1512
|
"description": null,
|
|
@@ -1325,7 +1562,25 @@
|
|
|
1325
1562
|
"name": "LastMileBwInput",
|
|
1326
1563
|
"non_null": false
|
|
1327
1564
|
},
|
|
1328
|
-
"varName": "
|
|
1565
|
+
"varName": "lastMileBwInput"
|
|
1566
|
+
},
|
|
1567
|
+
"name": {
|
|
1568
|
+
"defaultValue": null,
|
|
1569
|
+
"description": "Tunnel name",
|
|
1570
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
|
|
1571
|
+
"name": "name",
|
|
1572
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
|
|
1573
|
+
"requestStr": "$name:String ",
|
|
1574
|
+
"required": false,
|
|
1575
|
+
"responseStr": "name:$name ",
|
|
1576
|
+
"type": {
|
|
1577
|
+
"kind": [
|
|
1578
|
+
"SCALAR"
|
|
1579
|
+
],
|
|
1580
|
+
"name": "String",
|
|
1581
|
+
"non_null": false
|
|
1582
|
+
},
|
|
1583
|
+
"varName": "name"
|
|
1329
1584
|
},
|
|
1330
1585
|
"privateCatoIp": {
|
|
1331
1586
|
"defaultValue": null,
|
|
@@ -1399,6 +1654,54 @@
|
|
|
1399
1654
|
},
|
|
1400
1655
|
"varName": "publicSiteIp"
|
|
1401
1656
|
},
|
|
1657
|
+
"role": {
|
|
1658
|
+
"defaultValue": null,
|
|
1659
|
+
"description": "Tunnel role",
|
|
1660
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
|
|
1661
|
+
"name": "role",
|
|
1662
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
|
|
1663
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
1664
|
+
"required": false,
|
|
1665
|
+
"responseStr": "role:$role ",
|
|
1666
|
+
"type": {
|
|
1667
|
+
"definition": {
|
|
1668
|
+
"description": null,
|
|
1669
|
+
"enumValues": [
|
|
1670
|
+
{
|
|
1671
|
+
"deprecationReason": null,
|
|
1672
|
+
"description": null,
|
|
1673
|
+
"isDeprecated": false,
|
|
1674
|
+
"name": "WAN1"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"deprecationReason": null,
|
|
1678
|
+
"description": null,
|
|
1679
|
+
"isDeprecated": false,
|
|
1680
|
+
"name": "WAN2"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"deprecationReason": null,
|
|
1684
|
+
"description": null,
|
|
1685
|
+
"isDeprecated": false,
|
|
1686
|
+
"name": "WAN3"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"fields": null,
|
|
1690
|
+
"inputFields": null,
|
|
1691
|
+
"interfaces": null,
|
|
1692
|
+
"kind": "ENUM",
|
|
1693
|
+
"name": "IPSecV2TunnelRole",
|
|
1694
|
+
"possibleTypes": null
|
|
1695
|
+
},
|
|
1696
|
+
"indexType": "enum",
|
|
1697
|
+
"kind": [
|
|
1698
|
+
"ENUM"
|
|
1699
|
+
],
|
|
1700
|
+
"name": "IPSecV2TunnelRole",
|
|
1701
|
+
"non_null": false
|
|
1702
|
+
},
|
|
1703
|
+
"varName": "role"
|
|
1704
|
+
},
|
|
1402
1705
|
"tunnelId": {
|
|
1403
1706
|
"defaultValue": null,
|
|
1404
1707
|
"description": "The ID of the tunnel",
|
|
@@ -1482,7 +1785,7 @@
|
|
|
1482
1785
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
1483
1786
|
"non_null": false
|
|
1484
1787
|
},
|
|
1485
|
-
"varName": "
|
|
1788
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
1486
1789
|
}
|
|
1487
1790
|
},
|
|
1488
1791
|
"interfaces": null,
|
|
@@ -1497,7 +1800,7 @@
|
|
|
1497
1800
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
1498
1801
|
"non_null": false
|
|
1499
1802
|
},
|
|
1500
|
-
"varName": "
|
|
1803
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
1501
1804
|
}
|
|
1502
1805
|
},
|
|
1503
1806
|
"interfaces": null,
|
|
@@ -1513,45 +1816,7 @@
|
|
|
1513
1816
|
"name": "UpdateIpsecIkeV2SiteTunnelsInput",
|
|
1514
1817
|
"non_null": false
|
|
1515
1818
|
},
|
|
1516
|
-
"varName": "
|
|
1517
|
-
},
|
|
1518
|
-
"accountId": {
|
|
1519
|
-
"defaultValue": null,
|
|
1520
|
-
"description": null,
|
|
1521
|
-
"id_str": "accountId",
|
|
1522
|
-
"name": "accountId",
|
|
1523
|
-
"path": "accountId",
|
|
1524
|
-
"requestStr": "$accountId:ID! ",
|
|
1525
|
-
"required": true,
|
|
1526
|
-
"responseStr": "accountId:$accountId ",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"kind": [
|
|
1529
|
-
"NON_NULL",
|
|
1530
|
-
"SCALAR"
|
|
1531
|
-
],
|
|
1532
|
-
"name": "ID",
|
|
1533
|
-
"non_null": false
|
|
1534
|
-
},
|
|
1535
|
-
"varName": "accountId"
|
|
1536
|
-
},
|
|
1537
|
-
"siteId": {
|
|
1538
|
-
"defaultValue": null,
|
|
1539
|
-
"description": null,
|
|
1540
|
-
"id_str": "updateIpsecIkeV2SiteTunnels___siteId",
|
|
1541
|
-
"name": "siteId",
|
|
1542
|
-
"path": "updateIpsecIkeV2SiteTunnels.siteId",
|
|
1543
|
-
"requestStr": "$siteId:ID! ",
|
|
1544
|
-
"required": true,
|
|
1545
|
-
"responseStr": "siteId:$siteId ",
|
|
1546
|
-
"type": {
|
|
1547
|
-
"kind": [
|
|
1548
|
-
"NON_NULL",
|
|
1549
|
-
"SCALAR"
|
|
1550
|
-
],
|
|
1551
|
-
"name": "ID",
|
|
1552
|
-
"non_null": false
|
|
1553
|
-
},
|
|
1554
|
-
"varName": "siteId"
|
|
1819
|
+
"varName": "updateIpsecIkeV2SiteTunnelsInput"
|
|
1555
1820
|
}
|
|
1556
1821
|
},
|
|
1557
1822
|
"path": "mutation.sites.updateIpsecIkeV2SiteTunnels",
|
|
@@ -1568,9 +1833,9 @@
|
|
|
1568
1833
|
"id_str": "updateIpsecIkeV2SiteTunnels___input",
|
|
1569
1834
|
"name": "input",
|
|
1570
1835
|
"path": "updateIpsecIkeV2SiteTunnels.input",
|
|
1571
|
-
"requestStr": "$
|
|
1836
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelsInput:UpdateIpsecIkeV2SiteTunnelsInput! ",
|
|
1572
1837
|
"required": true,
|
|
1573
|
-
"responseStr": "input:$
|
|
1838
|
+
"responseStr": "input:$updateIpsecIkeV2SiteTunnelsInput ",
|
|
1574
1839
|
"type": {
|
|
1575
1840
|
"definition": {
|
|
1576
1841
|
"description": null,
|
|
@@ -1583,9 +1848,9 @@
|
|
|
1583
1848
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary",
|
|
1584
1849
|
"name": "primary",
|
|
1585
1850
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary",
|
|
1586
|
-
"requestStr": "$
|
|
1851
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
1587
1852
|
"required": false,
|
|
1588
|
-
"responseStr": "primary:$
|
|
1853
|
+
"responseStr": "primary:$updateIpsecIkeV2TunnelsInput ",
|
|
1589
1854
|
"type": {
|
|
1590
1855
|
"definition": {
|
|
1591
1856
|
"description": null,
|
|
@@ -1676,9 +1941,9 @@
|
|
|
1676
1941
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
1677
1942
|
"name": "tunnels",
|
|
1678
1943
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
1679
|
-
"requestStr": "$
|
|
1944
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
1680
1945
|
"required": true,
|
|
1681
|
-
"responseStr": "tunnels:$
|
|
1946
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
1682
1947
|
"type": {
|
|
1683
1948
|
"definition": {
|
|
1684
1949
|
"description": null,
|
|
@@ -1691,9 +1956,9 @@
|
|
|
1691
1956
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
1692
1957
|
"name": "lastMileBw",
|
|
1693
1958
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
|
|
1694
|
-
"requestStr": "$
|
|
1959
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
1695
1960
|
"required": false,
|
|
1696
|
-
"responseStr": "lastMileBw:$
|
|
1961
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
1697
1962
|
"type": {
|
|
1698
1963
|
"definition": {
|
|
1699
1964
|
"description": null,
|
|
@@ -1749,7 +2014,25 @@
|
|
|
1749
2014
|
"name": "LastMileBwInput",
|
|
1750
2015
|
"non_null": false
|
|
1751
2016
|
},
|
|
1752
|
-
"varName": "
|
|
2017
|
+
"varName": "lastMileBwInput"
|
|
2018
|
+
},
|
|
2019
|
+
"name": {
|
|
2020
|
+
"defaultValue": null,
|
|
2021
|
+
"description": "Tunnel name",
|
|
2022
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
|
|
2023
|
+
"name": "name",
|
|
2024
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
|
|
2025
|
+
"requestStr": "$name:String ",
|
|
2026
|
+
"required": false,
|
|
2027
|
+
"responseStr": "name:$name ",
|
|
2028
|
+
"type": {
|
|
2029
|
+
"kind": [
|
|
2030
|
+
"SCALAR"
|
|
2031
|
+
],
|
|
2032
|
+
"name": "String",
|
|
2033
|
+
"non_null": false
|
|
2034
|
+
},
|
|
2035
|
+
"varName": "name"
|
|
1753
2036
|
},
|
|
1754
2037
|
"privateCatoIp": {
|
|
1755
2038
|
"defaultValue": null,
|
|
@@ -1823,6 +2106,54 @@
|
|
|
1823
2106
|
},
|
|
1824
2107
|
"varName": "publicSiteIp"
|
|
1825
2108
|
},
|
|
2109
|
+
"role": {
|
|
2110
|
+
"defaultValue": null,
|
|
2111
|
+
"description": "Tunnel role",
|
|
2112
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
|
|
2113
|
+
"name": "role",
|
|
2114
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
|
|
2115
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
2116
|
+
"required": false,
|
|
2117
|
+
"responseStr": "role:$role ",
|
|
2118
|
+
"type": {
|
|
2119
|
+
"definition": {
|
|
2120
|
+
"description": null,
|
|
2121
|
+
"enumValues": [
|
|
2122
|
+
{
|
|
2123
|
+
"deprecationReason": null,
|
|
2124
|
+
"description": null,
|
|
2125
|
+
"isDeprecated": false,
|
|
2126
|
+
"name": "WAN1"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"deprecationReason": null,
|
|
2130
|
+
"description": null,
|
|
2131
|
+
"isDeprecated": false,
|
|
2132
|
+
"name": "WAN2"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"deprecationReason": null,
|
|
2136
|
+
"description": null,
|
|
2137
|
+
"isDeprecated": false,
|
|
2138
|
+
"name": "WAN3"
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"fields": null,
|
|
2142
|
+
"inputFields": null,
|
|
2143
|
+
"interfaces": null,
|
|
2144
|
+
"kind": "ENUM",
|
|
2145
|
+
"name": "IPSecV2TunnelRole",
|
|
2146
|
+
"possibleTypes": null
|
|
2147
|
+
},
|
|
2148
|
+
"indexType": "enum",
|
|
2149
|
+
"kind": [
|
|
2150
|
+
"ENUM"
|
|
2151
|
+
],
|
|
2152
|
+
"name": "IPSecV2TunnelRole",
|
|
2153
|
+
"non_null": false
|
|
2154
|
+
},
|
|
2155
|
+
"varName": "role"
|
|
2156
|
+
},
|
|
1826
2157
|
"tunnelId": {
|
|
1827
2158
|
"defaultValue": null,
|
|
1828
2159
|
"description": "The ID of the tunnel",
|
|
@@ -1906,7 +2237,7 @@
|
|
|
1906
2237
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
1907
2238
|
"non_null": false
|
|
1908
2239
|
},
|
|
1909
|
-
"varName": "
|
|
2240
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
1910
2241
|
}
|
|
1911
2242
|
},
|
|
1912
2243
|
"interfaces": null,
|
|
@@ -1921,7 +2252,7 @@
|
|
|
1921
2252
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
1922
2253
|
"non_null": false
|
|
1923
2254
|
},
|
|
1924
|
-
"varName": "
|
|
2255
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
1925
2256
|
},
|
|
1926
2257
|
"secondary": {
|
|
1927
2258
|
"defaultValue": null,
|
|
@@ -1929,9 +2260,9 @@
|
|
|
1929
2260
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary",
|
|
1930
2261
|
"name": "secondary",
|
|
1931
2262
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary",
|
|
1932
|
-
"requestStr": "$
|
|
2263
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
1933
2264
|
"required": false,
|
|
1934
|
-
"responseStr": "secondary:$
|
|
2265
|
+
"responseStr": "secondary:$updateIpsecIkeV2TunnelsInput ",
|
|
1935
2266
|
"type": {
|
|
1936
2267
|
"definition": {
|
|
1937
2268
|
"description": null,
|
|
@@ -2022,9 +2353,9 @@
|
|
|
2022
2353
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
2023
2354
|
"name": "tunnels",
|
|
2024
2355
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
2025
|
-
"requestStr": "$
|
|
2356
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
2026
2357
|
"required": true,
|
|
2027
|
-
"responseStr": "tunnels:$
|
|
2358
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
2028
2359
|
"type": {
|
|
2029
2360
|
"definition": {
|
|
2030
2361
|
"description": null,
|
|
@@ -2037,9 +2368,9 @@
|
|
|
2037
2368
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
2038
2369
|
"name": "lastMileBw",
|
|
2039
2370
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
2040
|
-
"requestStr": "$
|
|
2371
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
2041
2372
|
"required": false,
|
|
2042
|
-
"responseStr": "lastMileBw:$
|
|
2373
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
2043
2374
|
"type": {
|
|
2044
2375
|
"definition": {
|
|
2045
2376
|
"description": null,
|
|
@@ -2095,7 +2426,25 @@
|
|
|
2095
2426
|
"name": "LastMileBwInput",
|
|
2096
2427
|
"non_null": false
|
|
2097
2428
|
},
|
|
2098
|
-
"varName": "
|
|
2429
|
+
"varName": "lastMileBwInput"
|
|
2430
|
+
},
|
|
2431
|
+
"name": {
|
|
2432
|
+
"defaultValue": null,
|
|
2433
|
+
"description": "Tunnel name",
|
|
2434
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
|
|
2435
|
+
"name": "name",
|
|
2436
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
|
|
2437
|
+
"requestStr": "$name:String ",
|
|
2438
|
+
"required": false,
|
|
2439
|
+
"responseStr": "name:$name ",
|
|
2440
|
+
"type": {
|
|
2441
|
+
"kind": [
|
|
2442
|
+
"SCALAR"
|
|
2443
|
+
],
|
|
2444
|
+
"name": "String",
|
|
2445
|
+
"non_null": false
|
|
2446
|
+
},
|
|
2447
|
+
"varName": "name"
|
|
2099
2448
|
},
|
|
2100
2449
|
"privateCatoIp": {
|
|
2101
2450
|
"defaultValue": null,
|
|
@@ -2169,6 +2518,54 @@
|
|
|
2169
2518
|
},
|
|
2170
2519
|
"varName": "publicSiteIp"
|
|
2171
2520
|
},
|
|
2521
|
+
"role": {
|
|
2522
|
+
"defaultValue": null,
|
|
2523
|
+
"description": "Tunnel role",
|
|
2524
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
|
|
2525
|
+
"name": "role",
|
|
2526
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
|
|
2527
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
2528
|
+
"required": false,
|
|
2529
|
+
"responseStr": "role:$role ",
|
|
2530
|
+
"type": {
|
|
2531
|
+
"definition": {
|
|
2532
|
+
"description": null,
|
|
2533
|
+
"enumValues": [
|
|
2534
|
+
{
|
|
2535
|
+
"deprecationReason": null,
|
|
2536
|
+
"description": null,
|
|
2537
|
+
"isDeprecated": false,
|
|
2538
|
+
"name": "WAN1"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"deprecationReason": null,
|
|
2542
|
+
"description": null,
|
|
2543
|
+
"isDeprecated": false,
|
|
2544
|
+
"name": "WAN2"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"deprecationReason": null,
|
|
2548
|
+
"description": null,
|
|
2549
|
+
"isDeprecated": false,
|
|
2550
|
+
"name": "WAN3"
|
|
2551
|
+
}
|
|
2552
|
+
],
|
|
2553
|
+
"fields": null,
|
|
2554
|
+
"inputFields": null,
|
|
2555
|
+
"interfaces": null,
|
|
2556
|
+
"kind": "ENUM",
|
|
2557
|
+
"name": "IPSecV2TunnelRole",
|
|
2558
|
+
"possibleTypes": null
|
|
2559
|
+
},
|
|
2560
|
+
"indexType": "enum",
|
|
2561
|
+
"kind": [
|
|
2562
|
+
"ENUM"
|
|
2563
|
+
],
|
|
2564
|
+
"name": "IPSecV2TunnelRole",
|
|
2565
|
+
"non_null": false
|
|
2566
|
+
},
|
|
2567
|
+
"varName": "role"
|
|
2568
|
+
},
|
|
2172
2569
|
"tunnelId": {
|
|
2173
2570
|
"defaultValue": null,
|
|
2174
2571
|
"description": "The ID of the tunnel",
|
|
@@ -2252,7 +2649,7 @@
|
|
|
2252
2649
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
2253
2650
|
"non_null": false
|
|
2254
2651
|
},
|
|
2255
|
-
"varName": "
|
|
2652
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
2256
2653
|
}
|
|
2257
2654
|
},
|
|
2258
2655
|
"interfaces": null,
|
|
@@ -2267,7 +2664,7 @@
|
|
|
2267
2664
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
2268
2665
|
"non_null": false
|
|
2269
2666
|
},
|
|
2270
|
-
"varName": "
|
|
2667
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
2271
2668
|
}
|
|
2272
2669
|
},
|
|
2273
2670
|
"interfaces": null,
|
|
@@ -2283,7 +2680,7 @@
|
|
|
2283
2680
|
"name": "UpdateIpsecIkeV2SiteTunnelsInput",
|
|
2284
2681
|
"non_null": false
|
|
2285
2682
|
},
|
|
2286
|
-
"varName": "
|
|
2683
|
+
"varName": "updateIpsecIkeV2SiteTunnelsInput"
|
|
2287
2684
|
},
|
|
2288
2685
|
"updateIpsecIkeV2SiteTunnels___siteId": {
|
|
2289
2686
|
"defaultValue": null,
|
|
@@ -2311,9 +2708,9 @@
|
|
|
2311
2708
|
"isDeprecated": false,
|
|
2312
2709
|
"name": "updateIpsecIkeV2SiteTunnels",
|
|
2313
2710
|
"path": "updateIpsecIkeV2SiteTunnels",
|
|
2314
|
-
"requestStr": "$
|
|
2711
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelsPayload:UpdateIpsecIkeV2SiteTunnelsPayload ",
|
|
2315
2712
|
"required": false,
|
|
2316
|
-
"responseStr": "updateIpsecIkeV2SiteTunnels:$
|
|
2713
|
+
"responseStr": "updateIpsecIkeV2SiteTunnels:$updateIpsecIkeV2SiteTunnelsPayload ",
|
|
2317
2714
|
"type": {
|
|
2318
2715
|
"definition": {
|
|
2319
2716
|
"description": null,
|
|
@@ -2327,9 +2724,9 @@
|
|
|
2327
2724
|
"isDeprecated": false,
|
|
2328
2725
|
"name": "primary",
|
|
2329
2726
|
"path": "updateIpsecIkeV2SiteTunnels.primary",
|
|
2330
|
-
"requestStr": "$
|
|
2727
|
+
"requestStr": "$updateIpsecIkeV2SiteMultiTunnelPayload:UpdateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2331
2728
|
"required": false,
|
|
2332
|
-
"responseStr": "primary:$
|
|
2729
|
+
"responseStr": "primary:$updateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2333
2730
|
"type": {
|
|
2334
2731
|
"definition": {
|
|
2335
2732
|
"description": null,
|
|
@@ -2363,9 +2760,9 @@
|
|
|
2363
2760
|
"isDeprecated": false,
|
|
2364
2761
|
"name": "tunnels",
|
|
2365
2762
|
"path": "updateIpsecIkeV2SiteTunnels.primary.tunnels",
|
|
2366
|
-
"requestStr": "$
|
|
2763
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelPayload:[UpdateIpsecIkeV2SiteTunnelPayload]! ",
|
|
2367
2764
|
"required": true,
|
|
2368
|
-
"responseStr": "tunnels:$
|
|
2765
|
+
"responseStr": "tunnels:$updateIpsecIkeV2SiteTunnelPayload ",
|
|
2369
2766
|
"type": {
|
|
2370
2767
|
"definition": {
|
|
2371
2768
|
"description": null,
|
|
@@ -2392,7 +2789,7 @@
|
|
|
2392
2789
|
"varName": "localId"
|
|
2393
2790
|
},
|
|
2394
2791
|
"tunnelId": {
|
|
2395
|
-
"alias": "
|
|
2792
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
2396
2793
|
"args": {},
|
|
2397
2794
|
"deprecationReason": null,
|
|
2398
2795
|
"description": "The ID of the tunnel",
|
|
@@ -2477,7 +2874,7 @@
|
|
|
2477
2874
|
"name": "UpdateIpsecIkeV2SiteTunnelPayload",
|
|
2478
2875
|
"non_null": false
|
|
2479
2876
|
},
|
|
2480
|
-
"varName": "
|
|
2877
|
+
"varName": "updateIpsecIkeV2SiteTunnelPayload"
|
|
2481
2878
|
}
|
|
2482
2879
|
},
|
|
2483
2880
|
"inputFields": null,
|
|
@@ -2493,7 +2890,7 @@
|
|
|
2493
2890
|
"name": "UpdateIpsecIkeV2SiteMultiTunnelPayload",
|
|
2494
2891
|
"non_null": false
|
|
2495
2892
|
},
|
|
2496
|
-
"varName": "
|
|
2893
|
+
"varName": "updateIpsecIkeV2SiteMultiTunnelPayload"
|
|
2497
2894
|
},
|
|
2498
2895
|
"secondary": {
|
|
2499
2896
|
"args": {},
|
|
@@ -2503,9 +2900,9 @@
|
|
|
2503
2900
|
"isDeprecated": false,
|
|
2504
2901
|
"name": "secondary",
|
|
2505
2902
|
"path": "updateIpsecIkeV2SiteTunnels.secondary",
|
|
2506
|
-
"requestStr": "$
|
|
2903
|
+
"requestStr": "$updateIpsecIkeV2SiteMultiTunnelPayload:UpdateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2507
2904
|
"required": false,
|
|
2508
|
-
"responseStr": "secondary:$
|
|
2905
|
+
"responseStr": "secondary:$updateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2509
2906
|
"type": {
|
|
2510
2907
|
"definition": {
|
|
2511
2908
|
"description": null,
|
|
@@ -2539,9 +2936,9 @@
|
|
|
2539
2936
|
"isDeprecated": false,
|
|
2540
2937
|
"name": "tunnels",
|
|
2541
2938
|
"path": "updateIpsecIkeV2SiteTunnels.secondary.tunnels",
|
|
2542
|
-
"requestStr": "$
|
|
2939
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelPayload:[UpdateIpsecIkeV2SiteTunnelPayload]! ",
|
|
2543
2940
|
"required": true,
|
|
2544
|
-
"responseStr": "tunnels:$
|
|
2941
|
+
"responseStr": "tunnels:$updateIpsecIkeV2SiteTunnelPayload ",
|
|
2545
2942
|
"type": {
|
|
2546
2943
|
"definition": {
|
|
2547
2944
|
"description": null,
|
|
@@ -2568,7 +2965,7 @@
|
|
|
2568
2965
|
"varName": "localId"
|
|
2569
2966
|
},
|
|
2570
2967
|
"tunnelId": {
|
|
2571
|
-
"alias": "
|
|
2968
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
2572
2969
|
"args": {},
|
|
2573
2970
|
"deprecationReason": null,
|
|
2574
2971
|
"description": "The ID of the tunnel",
|
|
@@ -2653,7 +3050,7 @@
|
|
|
2653
3050
|
"name": "UpdateIpsecIkeV2SiteTunnelPayload",
|
|
2654
3051
|
"non_null": false
|
|
2655
3052
|
},
|
|
2656
|
-
"varName": "
|
|
3053
|
+
"varName": "updateIpsecIkeV2SiteTunnelPayload"
|
|
2657
3054
|
}
|
|
2658
3055
|
},
|
|
2659
3056
|
"inputFields": null,
|
|
@@ -2669,7 +3066,7 @@
|
|
|
2669
3066
|
"name": "UpdateIpsecIkeV2SiteMultiTunnelPayload",
|
|
2670
3067
|
"non_null": false
|
|
2671
3068
|
},
|
|
2672
|
-
"varName": "
|
|
3069
|
+
"varName": "updateIpsecIkeV2SiteMultiTunnelPayload"
|
|
2673
3070
|
},
|
|
2674
3071
|
"siteId": {
|
|
2675
3072
|
"args": {},
|
|
@@ -2706,7 +3103,7 @@
|
|
|
2706
3103
|
"name": "UpdateIpsecIkeV2SiteTunnelsPayload",
|
|
2707
3104
|
"non_null": false
|
|
2708
3105
|
},
|
|
2709
|
-
"varName": "
|
|
3106
|
+
"varName": "updateIpsecIkeV2SiteTunnelsPayload"
|
|
2710
3107
|
}
|
|
2711
3108
|
},
|
|
2712
3109
|
"inputFields": null,
|
|
@@ -2724,8 +3121,9 @@
|
|
|
2724
3121
|
"non_null": false
|
|
2725
3122
|
},
|
|
2726
3123
|
"variablesPayload": {
|
|
2727
|
-
"
|
|
2728
|
-
|
|
3124
|
+
"siteId": "ID",
|
|
3125
|
+
"updateIpsecIkeV2SiteTunnelsInput": {
|
|
3126
|
+
"updateIpsecIkeV2TunnelsInput": {
|
|
2729
3127
|
"destinationType": {
|
|
2730
3128
|
"destinationType": "enum(DestinationType)"
|
|
2731
3129
|
},
|
|
@@ -2744,6 +3142,9 @@
|
|
|
2744
3142
|
"upstream": "Int"
|
|
2745
3143
|
}
|
|
2746
3144
|
},
|
|
3145
|
+
"name": {
|
|
3146
|
+
"name": "String"
|
|
3147
|
+
},
|
|
2747
3148
|
"privateCatoIp": {
|
|
2748
3149
|
"privateCatoIp": "IPAddress"
|
|
2749
3150
|
},
|
|
@@ -2756,12 +3157,14 @@
|
|
|
2756
3157
|
"publicSiteIp": {
|
|
2757
3158
|
"publicSiteIp": "IPAddress"
|
|
2758
3159
|
},
|
|
3160
|
+
"role": {
|
|
3161
|
+
"role": "enum(IPSecV2TunnelRole)"
|
|
3162
|
+
},
|
|
2759
3163
|
"tunnelId": {
|
|
2760
3164
|
"tunnelId": "enum(IPSecV2InterfaceId)"
|
|
2761
3165
|
}
|
|
2762
3166
|
}
|
|
2763
3167
|
}
|
|
2764
|
-
}
|
|
2765
|
-
"siteId": "ID"
|
|
3168
|
+
}
|
|
2766
3169
|
}
|
|
2767
3170
|
}
|