catocli 1.0.13__py3-none-any.whl → 1.0.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +15 -2
- catocli/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +3 -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_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_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 +14 -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_removeIpsecIkeV2SiteTunnels/README.md +18 -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 +14 -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_removeIpsecIkeV2SiteTunnels/README.md +18 -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 +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- catocli-1.0.15.dist-info/RECORD +275 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
- graphql_client/api_client_types.py +4 -0
- 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.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.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.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +278 -118
- 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 +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +933 -249
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +12 -13
- build/lib/catocli/Utils/clidriver.py +0 -117
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/custom/__init__.py +0 -47
- build/lib/catocli/parsers/custom/customLib.py +0 -70
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
- build/lib/catocli/parsers/parserApiClient.py +0 -309
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
- build/lib/catocli/parsers/query_admin/__init__.py +0 -17
- build/lib/catocli/parsers/query_admins/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_container/__init__.py +0 -17
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
- build/lib/catocli/parsers/query_events/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
- build/lib/catocli/parsers/query_policy/__init__.py +0 -17
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
- build/lib/catocli/parsers/raw/__init__.py +0 -9
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -73
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -404
- build/lib/graphql_client/configuration.py +0 -230
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1016
- build/lib/schema/importSchema.py +0 -60
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- catocli-1.0.13.dist-info/RECORD +0 -344
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.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,7 @@
|
|
|
210
210
|
"name": "LastMileBwInput",
|
|
211
211
|
"non_null": false
|
|
212
212
|
},
|
|
213
|
-
"varName": "
|
|
213
|
+
"varName": "lastMileBwInput"
|
|
214
214
|
},
|
|
215
215
|
"privateCatoIp": {
|
|
216
216
|
"defaultValue": null,
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
368
368
|
"non_null": false
|
|
369
369
|
},
|
|
370
|
-
"varName": "
|
|
370
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
"interfaces": null,
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
383
383
|
"non_null": false
|
|
384
384
|
},
|
|
385
|
-
"varName": "
|
|
385
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
386
386
|
},
|
|
387
387
|
"secondary": {
|
|
388
388
|
"defaultValue": null,
|
|
@@ -390,9 +390,9 @@
|
|
|
390
390
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary",
|
|
391
391
|
"name": "secondary",
|
|
392
392
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary",
|
|
393
|
-
"requestStr": "$
|
|
393
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
394
394
|
"required": false,
|
|
395
|
-
"responseStr": "secondary:$
|
|
395
|
+
"responseStr": "secondary:$updateIpsecIkeV2TunnelsInput ",
|
|
396
396
|
"type": {
|
|
397
397
|
"definition": {
|
|
398
398
|
"description": null,
|
|
@@ -483,9 +483,9 @@
|
|
|
483
483
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
484
484
|
"name": "tunnels",
|
|
485
485
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
486
|
-
"requestStr": "$
|
|
486
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
487
487
|
"required": true,
|
|
488
|
-
"responseStr": "tunnels:$
|
|
488
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
489
489
|
"type": {
|
|
490
490
|
"definition": {
|
|
491
491
|
"description": null,
|
|
@@ -498,9 +498,9 @@
|
|
|
498
498
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
499
499
|
"name": "lastMileBw",
|
|
500
500
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
501
|
-
"requestStr": "$
|
|
501
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
502
502
|
"required": false,
|
|
503
|
-
"responseStr": "lastMileBw:$
|
|
503
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
504
504
|
"type": {
|
|
505
505
|
"definition": {
|
|
506
506
|
"description": null,
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
"name": "LastMileBwInput",
|
|
557
557
|
"non_null": false
|
|
558
558
|
},
|
|
559
|
-
"varName": "
|
|
559
|
+
"varName": "lastMileBwInput"
|
|
560
560
|
},
|
|
561
561
|
"privateCatoIp": {
|
|
562
562
|
"defaultValue": null,
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
714
714
|
"non_null": false
|
|
715
715
|
},
|
|
716
|
-
"varName": "
|
|
716
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
717
717
|
}
|
|
718
718
|
},
|
|
719
719
|
"interfaces": null,
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
729
729
|
"non_null": false
|
|
730
730
|
},
|
|
731
|
-
"varName": "
|
|
731
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
732
732
|
}
|
|
733
733
|
},
|
|
734
734
|
"interfaces": null,
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"name": "UpdateIpsecIkeV2SiteTunnelsInput",
|
|
745
745
|
"non_null": false
|
|
746
746
|
},
|
|
747
|
-
"varName": "
|
|
747
|
+
"varName": "updateIpsecIkeV2SiteTunnelsInput"
|
|
748
748
|
},
|
|
749
749
|
"updateIpsecIkeV2SiteTunnels___siteId": {
|
|
750
750
|
"defaultValue": null,
|
|
@@ -792,15 +792,53 @@
|
|
|
792
792
|
"isDeprecated": false,
|
|
793
793
|
"name": "sites",
|
|
794
794
|
"operationArgs": {
|
|
795
|
-
"
|
|
795
|
+
"accountId": {
|
|
796
|
+
"defaultValue": null,
|
|
797
|
+
"description": null,
|
|
798
|
+
"id_str": "accountId",
|
|
799
|
+
"name": "accountId",
|
|
800
|
+
"path": "accountId",
|
|
801
|
+
"requestStr": "$accountId:ID! ",
|
|
802
|
+
"required": true,
|
|
803
|
+
"responseStr": "accountId:$accountId ",
|
|
804
|
+
"type": {
|
|
805
|
+
"kind": [
|
|
806
|
+
"NON_NULL",
|
|
807
|
+
"SCALAR"
|
|
808
|
+
],
|
|
809
|
+
"name": "ID",
|
|
810
|
+
"non_null": false
|
|
811
|
+
},
|
|
812
|
+
"varName": "accountId"
|
|
813
|
+
},
|
|
814
|
+
"siteId": {
|
|
815
|
+
"defaultValue": null,
|
|
816
|
+
"description": null,
|
|
817
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___siteId",
|
|
818
|
+
"name": "siteId",
|
|
819
|
+
"path": "updateIpsecIkeV2SiteTunnels.siteId",
|
|
820
|
+
"requestStr": "$siteId:ID! ",
|
|
821
|
+
"required": true,
|
|
822
|
+
"responseStr": "siteId:$siteId ",
|
|
823
|
+
"type": {
|
|
824
|
+
"kind": [
|
|
825
|
+
"NON_NULL",
|
|
826
|
+
"SCALAR"
|
|
827
|
+
],
|
|
828
|
+
"name": "ID",
|
|
829
|
+
"non_null": false
|
|
830
|
+
},
|
|
831
|
+
"varName": "siteId"
|
|
832
|
+
},
|
|
833
|
+
"updateIpsecIkeV2SiteTunnelsInput": {
|
|
796
834
|
"defaultValue": null,
|
|
797
835
|
"description": null,
|
|
798
836
|
"id_str": "updateIpsecIkeV2SiteTunnels___input",
|
|
799
837
|
"name": "input",
|
|
800
838
|
"path": "updateIpsecIkeV2SiteTunnels.input",
|
|
801
|
-
"requestStr": "$
|
|
839
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelsInput:UpdateIpsecIkeV2SiteTunnelsInput! ",
|
|
802
840
|
"required": true,
|
|
803
|
-
"responseStr": "input:$
|
|
841
|
+
"responseStr": "input:$updateIpsecIkeV2SiteTunnelsInput ",
|
|
804
842
|
"type": {
|
|
805
843
|
"definition": {
|
|
806
844
|
"description": null,
|
|
@@ -813,9 +851,9 @@
|
|
|
813
851
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary",
|
|
814
852
|
"name": "primary",
|
|
815
853
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary",
|
|
816
|
-
"requestStr": "$
|
|
854
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
817
855
|
"required": false,
|
|
818
|
-
"responseStr": "primary:$
|
|
856
|
+
"responseStr": "primary:$updateIpsecIkeV2TunnelsInput ",
|
|
819
857
|
"type": {
|
|
820
858
|
"definition": {
|
|
821
859
|
"description": null,
|
|
@@ -906,9 +944,9 @@
|
|
|
906
944
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
907
945
|
"name": "tunnels",
|
|
908
946
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
909
|
-
"requestStr": "$
|
|
947
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
910
948
|
"required": true,
|
|
911
|
-
"responseStr": "tunnels:$
|
|
949
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
912
950
|
"type": {
|
|
913
951
|
"definition": {
|
|
914
952
|
"description": null,
|
|
@@ -921,9 +959,9 @@
|
|
|
921
959
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
922
960
|
"name": "lastMileBw",
|
|
923
961
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
|
|
924
|
-
"requestStr": "$
|
|
962
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
925
963
|
"required": false,
|
|
926
|
-
"responseStr": "lastMileBw:$
|
|
964
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
927
965
|
"type": {
|
|
928
966
|
"definition": {
|
|
929
967
|
"description": null,
|
|
@@ -979,7 +1017,7 @@
|
|
|
979
1017
|
"name": "LastMileBwInput",
|
|
980
1018
|
"non_null": false
|
|
981
1019
|
},
|
|
982
|
-
"varName": "
|
|
1020
|
+
"varName": "lastMileBwInput"
|
|
983
1021
|
},
|
|
984
1022
|
"privateCatoIp": {
|
|
985
1023
|
"defaultValue": null,
|
|
@@ -1136,7 +1174,7 @@
|
|
|
1136
1174
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
1137
1175
|
"non_null": false
|
|
1138
1176
|
},
|
|
1139
|
-
"varName": "
|
|
1177
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
1140
1178
|
}
|
|
1141
1179
|
},
|
|
1142
1180
|
"interfaces": null,
|
|
@@ -1151,7 +1189,7 @@
|
|
|
1151
1189
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
1152
1190
|
"non_null": false
|
|
1153
1191
|
},
|
|
1154
|
-
"varName": "
|
|
1192
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
1155
1193
|
},
|
|
1156
1194
|
"secondary": {
|
|
1157
1195
|
"defaultValue": null,
|
|
@@ -1159,9 +1197,9 @@
|
|
|
1159
1197
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary",
|
|
1160
1198
|
"name": "secondary",
|
|
1161
1199
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary",
|
|
1162
|
-
"requestStr": "$
|
|
1200
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
1163
1201
|
"required": false,
|
|
1164
|
-
"responseStr": "secondary:$
|
|
1202
|
+
"responseStr": "secondary:$updateIpsecIkeV2TunnelsInput ",
|
|
1165
1203
|
"type": {
|
|
1166
1204
|
"definition": {
|
|
1167
1205
|
"description": null,
|
|
@@ -1252,9 +1290,9 @@
|
|
|
1252
1290
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
1253
1291
|
"name": "tunnels",
|
|
1254
1292
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
1255
|
-
"requestStr": "$
|
|
1293
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
1256
1294
|
"required": true,
|
|
1257
|
-
"responseStr": "tunnels:$
|
|
1295
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
1258
1296
|
"type": {
|
|
1259
1297
|
"definition": {
|
|
1260
1298
|
"description": null,
|
|
@@ -1267,9 +1305,9 @@
|
|
|
1267
1305
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
1268
1306
|
"name": "lastMileBw",
|
|
1269
1307
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
1270
|
-
"requestStr": "$
|
|
1308
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
1271
1309
|
"required": false,
|
|
1272
|
-
"responseStr": "lastMileBw:$
|
|
1310
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
1273
1311
|
"type": {
|
|
1274
1312
|
"definition": {
|
|
1275
1313
|
"description": null,
|
|
@@ -1325,7 +1363,7 @@
|
|
|
1325
1363
|
"name": "LastMileBwInput",
|
|
1326
1364
|
"non_null": false
|
|
1327
1365
|
},
|
|
1328
|
-
"varName": "
|
|
1366
|
+
"varName": "lastMileBwInput"
|
|
1329
1367
|
},
|
|
1330
1368
|
"privateCatoIp": {
|
|
1331
1369
|
"defaultValue": null,
|
|
@@ -1482,7 +1520,7 @@
|
|
|
1482
1520
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
1483
1521
|
"non_null": false
|
|
1484
1522
|
},
|
|
1485
|
-
"varName": "
|
|
1523
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
1486
1524
|
}
|
|
1487
1525
|
},
|
|
1488
1526
|
"interfaces": null,
|
|
@@ -1497,7 +1535,7 @@
|
|
|
1497
1535
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
1498
1536
|
"non_null": false
|
|
1499
1537
|
},
|
|
1500
|
-
"varName": "
|
|
1538
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
1501
1539
|
}
|
|
1502
1540
|
},
|
|
1503
1541
|
"interfaces": null,
|
|
@@ -1513,45 +1551,7 @@
|
|
|
1513
1551
|
"name": "UpdateIpsecIkeV2SiteTunnelsInput",
|
|
1514
1552
|
"non_null": false
|
|
1515
1553
|
},
|
|
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"
|
|
1554
|
+
"varName": "updateIpsecIkeV2SiteTunnelsInput"
|
|
1555
1555
|
}
|
|
1556
1556
|
},
|
|
1557
1557
|
"path": "mutation.sites.updateIpsecIkeV2SiteTunnels",
|
|
@@ -1568,9 +1568,9 @@
|
|
|
1568
1568
|
"id_str": "updateIpsecIkeV2SiteTunnels___input",
|
|
1569
1569
|
"name": "input",
|
|
1570
1570
|
"path": "updateIpsecIkeV2SiteTunnels.input",
|
|
1571
|
-
"requestStr": "$
|
|
1571
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelsInput:UpdateIpsecIkeV2SiteTunnelsInput! ",
|
|
1572
1572
|
"required": true,
|
|
1573
|
-
"responseStr": "input:$
|
|
1573
|
+
"responseStr": "input:$updateIpsecIkeV2SiteTunnelsInput ",
|
|
1574
1574
|
"type": {
|
|
1575
1575
|
"definition": {
|
|
1576
1576
|
"description": null,
|
|
@@ -1583,9 +1583,9 @@
|
|
|
1583
1583
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary",
|
|
1584
1584
|
"name": "primary",
|
|
1585
1585
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary",
|
|
1586
|
-
"requestStr": "$
|
|
1586
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
1587
1587
|
"required": false,
|
|
1588
|
-
"responseStr": "primary:$
|
|
1588
|
+
"responseStr": "primary:$updateIpsecIkeV2TunnelsInput ",
|
|
1589
1589
|
"type": {
|
|
1590
1590
|
"definition": {
|
|
1591
1591
|
"description": null,
|
|
@@ -1676,9 +1676,9 @@
|
|
|
1676
1676
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
1677
1677
|
"name": "tunnels",
|
|
1678
1678
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
1679
|
-
"requestStr": "$
|
|
1679
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
1680
1680
|
"required": true,
|
|
1681
|
-
"responseStr": "tunnels:$
|
|
1681
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
1682
1682
|
"type": {
|
|
1683
1683
|
"definition": {
|
|
1684
1684
|
"description": null,
|
|
@@ -1691,9 +1691,9 @@
|
|
|
1691
1691
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
1692
1692
|
"name": "lastMileBw",
|
|
1693
1693
|
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
|
|
1694
|
-
"requestStr": "$
|
|
1694
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
1695
1695
|
"required": false,
|
|
1696
|
-
"responseStr": "lastMileBw:$
|
|
1696
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
1697
1697
|
"type": {
|
|
1698
1698
|
"definition": {
|
|
1699
1699
|
"description": null,
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
"name": "LastMileBwInput",
|
|
1750
1750
|
"non_null": false
|
|
1751
1751
|
},
|
|
1752
|
-
"varName": "
|
|
1752
|
+
"varName": "lastMileBwInput"
|
|
1753
1753
|
},
|
|
1754
1754
|
"privateCatoIp": {
|
|
1755
1755
|
"defaultValue": null,
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
1907
1907
|
"non_null": false
|
|
1908
1908
|
},
|
|
1909
|
-
"varName": "
|
|
1909
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
1910
1910
|
}
|
|
1911
1911
|
},
|
|
1912
1912
|
"interfaces": null,
|
|
@@ -1921,7 +1921,7 @@
|
|
|
1921
1921
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
1922
1922
|
"non_null": false
|
|
1923
1923
|
},
|
|
1924
|
-
"varName": "
|
|
1924
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
1925
1925
|
},
|
|
1926
1926
|
"secondary": {
|
|
1927
1927
|
"defaultValue": null,
|
|
@@ -1929,9 +1929,9 @@
|
|
|
1929
1929
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary",
|
|
1930
1930
|
"name": "secondary",
|
|
1931
1931
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary",
|
|
1932
|
-
"requestStr": "$
|
|
1932
|
+
"requestStr": "$updateIpsecIkeV2TunnelsInput:UpdateIpsecIkeV2TunnelsInput ",
|
|
1933
1933
|
"required": false,
|
|
1934
|
-
"responseStr": "secondary:$
|
|
1934
|
+
"responseStr": "secondary:$updateIpsecIkeV2TunnelsInput ",
|
|
1935
1935
|
"type": {
|
|
1936
1936
|
"definition": {
|
|
1937
1937
|
"description": null,
|
|
@@ -2022,9 +2022,9 @@
|
|
|
2022
2022
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
2023
2023
|
"name": "tunnels",
|
|
2024
2024
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
2025
|
-
"requestStr": "$
|
|
2025
|
+
"requestStr": "$updateIpsecIkeV2TunnelInput:[UpdateIpsecIkeV2TunnelInput]! ",
|
|
2026
2026
|
"required": true,
|
|
2027
|
-
"responseStr": "tunnels:$
|
|
2027
|
+
"responseStr": "tunnels:$updateIpsecIkeV2TunnelInput ",
|
|
2028
2028
|
"type": {
|
|
2029
2029
|
"definition": {
|
|
2030
2030
|
"description": null,
|
|
@@ -2037,9 +2037,9 @@
|
|
|
2037
2037
|
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
2038
2038
|
"name": "lastMileBw",
|
|
2039
2039
|
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
2040
|
-
"requestStr": "$
|
|
2040
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
2041
2041
|
"required": false,
|
|
2042
|
-
"responseStr": "lastMileBw:$
|
|
2042
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
2043
2043
|
"type": {
|
|
2044
2044
|
"definition": {
|
|
2045
2045
|
"description": null,
|
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
"name": "LastMileBwInput",
|
|
2096
2096
|
"non_null": false
|
|
2097
2097
|
},
|
|
2098
|
-
"varName": "
|
|
2098
|
+
"varName": "lastMileBwInput"
|
|
2099
2099
|
},
|
|
2100
2100
|
"privateCatoIp": {
|
|
2101
2101
|
"defaultValue": null,
|
|
@@ -2252,7 +2252,7 @@
|
|
|
2252
2252
|
"name": "UpdateIpsecIkeV2TunnelInput",
|
|
2253
2253
|
"non_null": false
|
|
2254
2254
|
},
|
|
2255
|
-
"varName": "
|
|
2255
|
+
"varName": "updateIpsecIkeV2TunnelInput"
|
|
2256
2256
|
}
|
|
2257
2257
|
},
|
|
2258
2258
|
"interfaces": null,
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
"name": "UpdateIpsecIkeV2TunnelsInput",
|
|
2268
2268
|
"non_null": false
|
|
2269
2269
|
},
|
|
2270
|
-
"varName": "
|
|
2270
|
+
"varName": "updateIpsecIkeV2TunnelsInput"
|
|
2271
2271
|
}
|
|
2272
2272
|
},
|
|
2273
2273
|
"interfaces": null,
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
"name": "UpdateIpsecIkeV2SiteTunnelsInput",
|
|
2284
2284
|
"non_null": false
|
|
2285
2285
|
},
|
|
2286
|
-
"varName": "
|
|
2286
|
+
"varName": "updateIpsecIkeV2SiteTunnelsInput"
|
|
2287
2287
|
},
|
|
2288
2288
|
"updateIpsecIkeV2SiteTunnels___siteId": {
|
|
2289
2289
|
"defaultValue": null,
|
|
@@ -2311,9 +2311,9 @@
|
|
|
2311
2311
|
"isDeprecated": false,
|
|
2312
2312
|
"name": "updateIpsecIkeV2SiteTunnels",
|
|
2313
2313
|
"path": "updateIpsecIkeV2SiteTunnels",
|
|
2314
|
-
"requestStr": "$
|
|
2314
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelsPayload:UpdateIpsecIkeV2SiteTunnelsPayload ",
|
|
2315
2315
|
"required": false,
|
|
2316
|
-
"responseStr": "updateIpsecIkeV2SiteTunnels:$
|
|
2316
|
+
"responseStr": "updateIpsecIkeV2SiteTunnels:$updateIpsecIkeV2SiteTunnelsPayload ",
|
|
2317
2317
|
"type": {
|
|
2318
2318
|
"definition": {
|
|
2319
2319
|
"description": null,
|
|
@@ -2327,9 +2327,9 @@
|
|
|
2327
2327
|
"isDeprecated": false,
|
|
2328
2328
|
"name": "primary",
|
|
2329
2329
|
"path": "updateIpsecIkeV2SiteTunnels.primary",
|
|
2330
|
-
"requestStr": "$
|
|
2330
|
+
"requestStr": "$updateIpsecIkeV2SiteMultiTunnelPayload:UpdateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2331
2331
|
"required": false,
|
|
2332
|
-
"responseStr": "primary:$
|
|
2332
|
+
"responseStr": "primary:$updateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2333
2333
|
"type": {
|
|
2334
2334
|
"definition": {
|
|
2335
2335
|
"description": null,
|
|
@@ -2363,9 +2363,9 @@
|
|
|
2363
2363
|
"isDeprecated": false,
|
|
2364
2364
|
"name": "tunnels",
|
|
2365
2365
|
"path": "updateIpsecIkeV2SiteTunnels.primary.tunnels",
|
|
2366
|
-
"requestStr": "$
|
|
2366
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelPayload:[UpdateIpsecIkeV2SiteTunnelPayload]! ",
|
|
2367
2367
|
"required": true,
|
|
2368
|
-
"responseStr": "tunnels:$
|
|
2368
|
+
"responseStr": "tunnels:$updateIpsecIkeV2SiteTunnelPayload ",
|
|
2369
2369
|
"type": {
|
|
2370
2370
|
"definition": {
|
|
2371
2371
|
"description": null,
|
|
@@ -2392,7 +2392,7 @@
|
|
|
2392
2392
|
"varName": "localId"
|
|
2393
2393
|
},
|
|
2394
2394
|
"tunnelId": {
|
|
2395
|
-
"alias": "
|
|
2395
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
2396
2396
|
"args": {},
|
|
2397
2397
|
"deprecationReason": null,
|
|
2398
2398
|
"description": "The ID of the tunnel",
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
"name": "UpdateIpsecIkeV2SiteTunnelPayload",
|
|
2478
2478
|
"non_null": false
|
|
2479
2479
|
},
|
|
2480
|
-
"varName": "
|
|
2480
|
+
"varName": "updateIpsecIkeV2SiteTunnelPayload"
|
|
2481
2481
|
}
|
|
2482
2482
|
},
|
|
2483
2483
|
"inputFields": null,
|
|
@@ -2493,7 +2493,7 @@
|
|
|
2493
2493
|
"name": "UpdateIpsecIkeV2SiteMultiTunnelPayload",
|
|
2494
2494
|
"non_null": false
|
|
2495
2495
|
},
|
|
2496
|
-
"varName": "
|
|
2496
|
+
"varName": "updateIpsecIkeV2SiteMultiTunnelPayload"
|
|
2497
2497
|
},
|
|
2498
2498
|
"secondary": {
|
|
2499
2499
|
"args": {},
|
|
@@ -2503,9 +2503,9 @@
|
|
|
2503
2503
|
"isDeprecated": false,
|
|
2504
2504
|
"name": "secondary",
|
|
2505
2505
|
"path": "updateIpsecIkeV2SiteTunnels.secondary",
|
|
2506
|
-
"requestStr": "$
|
|
2506
|
+
"requestStr": "$updateIpsecIkeV2SiteMultiTunnelPayload:UpdateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2507
2507
|
"required": false,
|
|
2508
|
-
"responseStr": "secondary:$
|
|
2508
|
+
"responseStr": "secondary:$updateIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2509
2509
|
"type": {
|
|
2510
2510
|
"definition": {
|
|
2511
2511
|
"description": null,
|
|
@@ -2539,9 +2539,9 @@
|
|
|
2539
2539
|
"isDeprecated": false,
|
|
2540
2540
|
"name": "tunnels",
|
|
2541
2541
|
"path": "updateIpsecIkeV2SiteTunnels.secondary.tunnels",
|
|
2542
|
-
"requestStr": "$
|
|
2542
|
+
"requestStr": "$updateIpsecIkeV2SiteTunnelPayload:[UpdateIpsecIkeV2SiteTunnelPayload]! ",
|
|
2543
2543
|
"required": true,
|
|
2544
|
-
"responseStr": "tunnels:$
|
|
2544
|
+
"responseStr": "tunnels:$updateIpsecIkeV2SiteTunnelPayload ",
|
|
2545
2545
|
"type": {
|
|
2546
2546
|
"definition": {
|
|
2547
2547
|
"description": null,
|
|
@@ -2568,7 +2568,7 @@
|
|
|
2568
2568
|
"varName": "localId"
|
|
2569
2569
|
},
|
|
2570
2570
|
"tunnelId": {
|
|
2571
|
-
"alias": "
|
|
2571
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
2572
2572
|
"args": {},
|
|
2573
2573
|
"deprecationReason": null,
|
|
2574
2574
|
"description": "The ID of the tunnel",
|
|
@@ -2653,7 +2653,7 @@
|
|
|
2653
2653
|
"name": "UpdateIpsecIkeV2SiteTunnelPayload",
|
|
2654
2654
|
"non_null": false
|
|
2655
2655
|
},
|
|
2656
|
-
"varName": "
|
|
2656
|
+
"varName": "updateIpsecIkeV2SiteTunnelPayload"
|
|
2657
2657
|
}
|
|
2658
2658
|
},
|
|
2659
2659
|
"inputFields": null,
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
"name": "UpdateIpsecIkeV2SiteMultiTunnelPayload",
|
|
2670
2670
|
"non_null": false
|
|
2671
2671
|
},
|
|
2672
|
-
"varName": "
|
|
2672
|
+
"varName": "updateIpsecIkeV2SiteMultiTunnelPayload"
|
|
2673
2673
|
},
|
|
2674
2674
|
"siteId": {
|
|
2675
2675
|
"args": {},
|
|
@@ -2706,7 +2706,7 @@
|
|
|
2706
2706
|
"name": "UpdateIpsecIkeV2SiteTunnelsPayload",
|
|
2707
2707
|
"non_null": false
|
|
2708
2708
|
},
|
|
2709
|
-
"varName": "
|
|
2709
|
+
"varName": "updateIpsecIkeV2SiteTunnelsPayload"
|
|
2710
2710
|
}
|
|
2711
2711
|
},
|
|
2712
2712
|
"inputFields": null,
|
|
@@ -2724,8 +2724,9 @@
|
|
|
2724
2724
|
"non_null": false
|
|
2725
2725
|
},
|
|
2726
2726
|
"variablesPayload": {
|
|
2727
|
-
"
|
|
2728
|
-
|
|
2727
|
+
"siteId": "ID",
|
|
2728
|
+
"updateIpsecIkeV2SiteTunnelsInput": {
|
|
2729
|
+
"updateIpsecIkeV2TunnelsInput": {
|
|
2729
2730
|
"destinationType": {
|
|
2730
2731
|
"destinationType": "enum(DestinationType)"
|
|
2731
2732
|
},
|
|
@@ -2761,7 +2762,6 @@
|
|
|
2761
2762
|
}
|
|
2762
2763
|
}
|
|
2763
2764
|
}
|
|
2764
|
-
}
|
|
2765
|
-
"siteId": "ID"
|
|
2765
|
+
}
|
|
2766
2766
|
}
|
|
2767
2767
|
}
|