catocli 1.0.14__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 +5 -1
- 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_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_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 +2 -2
- 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_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 +2 -2
- 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.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
- 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 +102 -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 +47 -47
- 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 +102 -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 +47 -47
- 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 +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 +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 +735 -177
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +1 -11
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "removeIpsecIkeV2SiteTunnels___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "removeIpsecIkeV2SiteTunnels.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"name": "RemoveIpsecIkeV2SiteTunnelsInput",
|
|
122
122
|
"non_null": false
|
|
123
123
|
},
|
|
124
|
-
"varName": "
|
|
124
|
+
"varName": "removeIpsecIkeV2SiteTunnelsInput"
|
|
125
125
|
},
|
|
126
126
|
"removeIpsecIkeV2SiteTunnels___siteId": {
|
|
127
127
|
"defaultValue": null,
|
|
@@ -165,15 +165,34 @@
|
|
|
165
165
|
"isDeprecated": true,
|
|
166
166
|
"name": "site",
|
|
167
167
|
"operationArgs": {
|
|
168
|
-
"
|
|
168
|
+
"accountId": {
|
|
169
|
+
"defaultValue": null,
|
|
170
|
+
"description": null,
|
|
171
|
+
"id_str": "accountId",
|
|
172
|
+
"name": "accountId",
|
|
173
|
+
"path": "accountId",
|
|
174
|
+
"requestStr": "$accountId:ID! ",
|
|
175
|
+
"required": true,
|
|
176
|
+
"responseStr": "accountId:$accountId ",
|
|
177
|
+
"type": {
|
|
178
|
+
"kind": [
|
|
179
|
+
"NON_NULL",
|
|
180
|
+
"SCALAR"
|
|
181
|
+
],
|
|
182
|
+
"name": "ID",
|
|
183
|
+
"non_null": false
|
|
184
|
+
},
|
|
185
|
+
"varName": "accountId"
|
|
186
|
+
},
|
|
187
|
+
"removeIpsecIkeV2SiteTunnelsInput": {
|
|
169
188
|
"defaultValue": null,
|
|
170
189
|
"description": null,
|
|
171
190
|
"id_str": "removeIpsecIkeV2SiteTunnels___input",
|
|
172
191
|
"name": "input",
|
|
173
192
|
"path": "removeIpsecIkeV2SiteTunnels.input",
|
|
174
|
-
"requestStr": "$
|
|
193
|
+
"requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
|
|
175
194
|
"required": true,
|
|
176
|
-
"responseStr": "input:$
|
|
195
|
+
"responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
|
|
177
196
|
"type": {
|
|
178
197
|
"definition": {
|
|
179
198
|
"description": null,
|
|
@@ -263,26 +282,7 @@
|
|
|
263
282
|
"name": "RemoveIpsecIkeV2SiteTunnelsInput",
|
|
264
283
|
"non_null": false
|
|
265
284
|
},
|
|
266
|
-
"varName": "
|
|
267
|
-
},
|
|
268
|
-
"accountId": {
|
|
269
|
-
"defaultValue": null,
|
|
270
|
-
"description": null,
|
|
271
|
-
"id_str": "accountId",
|
|
272
|
-
"name": "accountId",
|
|
273
|
-
"path": "accountId",
|
|
274
|
-
"requestStr": "$accountId:ID! ",
|
|
275
|
-
"required": true,
|
|
276
|
-
"responseStr": "accountId:$accountId ",
|
|
277
|
-
"type": {
|
|
278
|
-
"kind": [
|
|
279
|
-
"NON_NULL",
|
|
280
|
-
"SCALAR"
|
|
281
|
-
],
|
|
282
|
-
"name": "ID",
|
|
283
|
-
"non_null": false
|
|
284
|
-
},
|
|
285
|
-
"varName": "accountId"
|
|
285
|
+
"varName": "removeIpsecIkeV2SiteTunnelsInput"
|
|
286
286
|
},
|
|
287
287
|
"siteId": {
|
|
288
288
|
"defaultValue": null,
|
|
@@ -318,9 +318,9 @@
|
|
|
318
318
|
"id_str": "removeIpsecIkeV2SiteTunnels___input",
|
|
319
319
|
"name": "input",
|
|
320
320
|
"path": "removeIpsecIkeV2SiteTunnels.input",
|
|
321
|
-
"requestStr": "$
|
|
321
|
+
"requestStr": "$removeIpsecIkeV2SiteTunnelsInput:RemoveIpsecIkeV2SiteTunnelsInput! ",
|
|
322
322
|
"required": true,
|
|
323
|
-
"responseStr": "input:$
|
|
323
|
+
"responseStr": "input:$removeIpsecIkeV2SiteTunnelsInput ",
|
|
324
324
|
"type": {
|
|
325
325
|
"definition": {
|
|
326
326
|
"description": null,
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
"name": "RemoveIpsecIkeV2SiteTunnelsInput",
|
|
411
411
|
"non_null": false
|
|
412
412
|
},
|
|
413
|
-
"varName": "
|
|
413
|
+
"varName": "removeIpsecIkeV2SiteTunnelsInput"
|
|
414
414
|
},
|
|
415
415
|
"removeIpsecIkeV2SiteTunnels___siteId": {
|
|
416
416
|
"defaultValue": null,
|
|
@@ -438,9 +438,9 @@
|
|
|
438
438
|
"isDeprecated": false,
|
|
439
439
|
"name": "removeIpsecIkeV2SiteTunnels",
|
|
440
440
|
"path": "removeIpsecIkeV2SiteTunnels",
|
|
441
|
-
"requestStr": "$
|
|
441
|
+
"requestStr": "$removeIpsecIkeV2SiteTunnelsPayload:RemoveIpsecIkeV2SiteTunnelsPayload ",
|
|
442
442
|
"required": false,
|
|
443
|
-
"responseStr": "removeIpsecIkeV2SiteTunnels:$
|
|
443
|
+
"responseStr": "removeIpsecIkeV2SiteTunnels:$removeIpsecIkeV2SiteTunnelsPayload ",
|
|
444
444
|
"type": {
|
|
445
445
|
"definition": {
|
|
446
446
|
"description": null,
|
|
@@ -454,9 +454,9 @@
|
|
|
454
454
|
"isDeprecated": false,
|
|
455
455
|
"name": "primary",
|
|
456
456
|
"path": "removeIpsecIkeV2SiteTunnels.primary",
|
|
457
|
-
"requestStr": "$
|
|
457
|
+
"requestStr": "$removeIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
|
|
458
458
|
"required": false,
|
|
459
|
-
"responseStr": "primary:$
|
|
459
|
+
"responseStr": "primary:$removeIpsecIkeV2SiteMultiTunnelPayload ",
|
|
460
460
|
"type": {
|
|
461
461
|
"definition": {
|
|
462
462
|
"description": null,
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
"isDeprecated": false,
|
|
491
491
|
"name": "tunnels",
|
|
492
492
|
"path": "removeIpsecIkeV2SiteTunnels.primary.tunnels",
|
|
493
|
-
"requestStr": "$
|
|
493
|
+
"requestStr": "$removeIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
|
|
494
494
|
"required": true,
|
|
495
|
-
"responseStr": "tunnels:$
|
|
495
|
+
"responseStr": "tunnels:$removeIpsecIkeV2SiteTunnelPayload ",
|
|
496
496
|
"type": {
|
|
497
497
|
"definition": {
|
|
498
498
|
"description": null,
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
"varName": "localId"
|
|
520
520
|
},
|
|
521
521
|
"tunnelId": {
|
|
522
|
-
"alias": "
|
|
522
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
523
523
|
"args": {},
|
|
524
524
|
"deprecationReason": null,
|
|
525
525
|
"description": "The ID of the tunnel",
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"name": "RemoveIpsecIkeV2SiteTunnelPayload",
|
|
605
605
|
"non_null": false
|
|
606
606
|
},
|
|
607
|
-
"varName": "
|
|
607
|
+
"varName": "removeIpsecIkeV2SiteTunnelPayload"
|
|
608
608
|
}
|
|
609
609
|
},
|
|
610
610
|
"inputFields": null,
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
|
|
621
621
|
"non_null": false
|
|
622
622
|
},
|
|
623
|
-
"varName": "
|
|
623
|
+
"varName": "removeIpsecIkeV2SiteMultiTunnelPayload"
|
|
624
624
|
},
|
|
625
625
|
"secondary": {
|
|
626
626
|
"args": {},
|
|
@@ -630,9 +630,9 @@
|
|
|
630
630
|
"isDeprecated": false,
|
|
631
631
|
"name": "secondary",
|
|
632
632
|
"path": "removeIpsecIkeV2SiteTunnels.secondary",
|
|
633
|
-
"requestStr": "$
|
|
633
|
+
"requestStr": "$removeIpsecIkeV2SiteMultiTunnelPayload:RemoveIpsecIkeV2SiteMultiTunnelPayload ",
|
|
634
634
|
"required": false,
|
|
635
|
-
"responseStr": "secondary:$
|
|
635
|
+
"responseStr": "secondary:$removeIpsecIkeV2SiteMultiTunnelPayload ",
|
|
636
636
|
"type": {
|
|
637
637
|
"definition": {
|
|
638
638
|
"description": null,
|
|
@@ -666,9 +666,9 @@
|
|
|
666
666
|
"isDeprecated": false,
|
|
667
667
|
"name": "tunnels",
|
|
668
668
|
"path": "removeIpsecIkeV2SiteTunnels.secondary.tunnels",
|
|
669
|
-
"requestStr": "$
|
|
669
|
+
"requestStr": "$removeIpsecIkeV2SiteTunnelPayload:[RemoveIpsecIkeV2SiteTunnelPayload]! ",
|
|
670
670
|
"required": true,
|
|
671
|
-
"responseStr": "tunnels:$
|
|
671
|
+
"responseStr": "tunnels:$removeIpsecIkeV2SiteTunnelPayload ",
|
|
672
672
|
"type": {
|
|
673
673
|
"definition": {
|
|
674
674
|
"description": null,
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"varName": "localId"
|
|
696
696
|
},
|
|
697
697
|
"tunnelId": {
|
|
698
|
-
"alias": "
|
|
698
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
699
699
|
"args": {},
|
|
700
700
|
"deprecationReason": null,
|
|
701
701
|
"description": "The ID of the tunnel",
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
"name": "RemoveIpsecIkeV2SiteTunnelPayload",
|
|
781
781
|
"non_null": false
|
|
782
782
|
},
|
|
783
|
-
"varName": "
|
|
783
|
+
"varName": "removeIpsecIkeV2SiteTunnelPayload"
|
|
784
784
|
}
|
|
785
785
|
},
|
|
786
786
|
"inputFields": null,
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
"name": "RemoveIpsecIkeV2SiteMultiTunnelPayload",
|
|
797
797
|
"non_null": false
|
|
798
798
|
},
|
|
799
|
-
"varName": "
|
|
799
|
+
"varName": "removeIpsecIkeV2SiteMultiTunnelPayload"
|
|
800
800
|
},
|
|
801
801
|
"siteId": {
|
|
802
802
|
"args": {},
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
"name": "RemoveIpsecIkeV2SiteTunnelsPayload",
|
|
834
834
|
"non_null": false
|
|
835
835
|
},
|
|
836
|
-
"varName": "
|
|
836
|
+
"varName": "removeIpsecIkeV2SiteTunnelsPayload"
|
|
837
837
|
}
|
|
838
838
|
},
|
|
839
839
|
"inputFields": null,
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
"non_null": false
|
|
852
852
|
},
|
|
853
853
|
"variablesPayload": {
|
|
854
|
-
"
|
|
854
|
+
"removeIpsecIkeV2SiteTunnelsInput": {
|
|
855
855
|
"tunnelId": {
|
|
856
856
|
"tunnelId": "enum(IPSecV2InterfaceId)"
|
|
857
857
|
}
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"isDeprecated": false,
|
|
136
136
|
"name": "removeNetworkRange",
|
|
137
137
|
"path": "removeNetworkRange",
|
|
138
|
-
"requestStr": "$
|
|
138
|
+
"requestStr": "$removeNetworkRangePayload:RemoveNetworkRangePayload ",
|
|
139
139
|
"required": false,
|
|
140
|
-
"responseStr": "removeNetworkRange:$
|
|
140
|
+
"responseStr": "removeNetworkRange:$removeNetworkRangePayload ",
|
|
141
141
|
"type": {
|
|
142
142
|
"definition": {
|
|
143
143
|
"description": null,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"name": "RemoveNetworkRangePayload",
|
|
179
179
|
"non_null": false
|
|
180
180
|
},
|
|
181
|
-
"varName": "
|
|
181
|
+
"varName": "removeNetworkRangePayload"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"inputFields": null,
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"isDeprecated": false,
|
|
136
136
|
"name": "removeSite",
|
|
137
137
|
"path": "removeSite",
|
|
138
|
-
"requestStr": "$
|
|
138
|
+
"requestStr": "$removeSitePayload:RemoveSitePayload ",
|
|
139
139
|
"required": false,
|
|
140
|
-
"responseStr": "removeSite:$
|
|
140
|
+
"responseStr": "removeSite:$removeSitePayload ",
|
|
141
141
|
"type": {
|
|
142
142
|
"definition": {
|
|
143
143
|
"description": null,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"name": "RemoveSitePayload",
|
|
179
179
|
"non_null": false
|
|
180
180
|
},
|
|
181
|
-
"varName": "
|
|
181
|
+
"varName": "removeSitePayload"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"inputFields": null,
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"isDeprecated": false,
|
|
136
136
|
"name": "removeStaticHost",
|
|
137
137
|
"path": "removeStaticHost",
|
|
138
|
-
"requestStr": "$
|
|
138
|
+
"requestStr": "$removeStaticHostPayload:RemoveStaticHostPayload ",
|
|
139
139
|
"required": false,
|
|
140
|
-
"responseStr": "removeStaticHost:$
|
|
140
|
+
"responseStr": "removeStaticHost:$removeStaticHostPayload ",
|
|
141
141
|
"type": {
|
|
142
142
|
"definition": {
|
|
143
143
|
"description": null,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"name": "RemoveStaticHostPayload",
|
|
179
179
|
"non_null": false
|
|
180
180
|
},
|
|
181
|
-
"varName": "
|
|
181
|
+
"varName": "removeStaticHostPayload"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"inputFields": null,
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "updateHa___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "updateHa.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$updateHaInput:UpdateHaInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$updateHaInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"name": "UpdateHaInput",
|
|
107
107
|
"non_null": false
|
|
108
108
|
},
|
|
109
|
-
"varName": "
|
|
109
|
+
"varName": "updateHaInput"
|
|
110
110
|
},
|
|
111
111
|
"updateHa___siteId": {
|
|
112
112
|
"defaultValue": null,
|
|
@@ -147,15 +147,53 @@
|
|
|
147
147
|
"isDeprecated": true,
|
|
148
148
|
"name": "site",
|
|
149
149
|
"operationArgs": {
|
|
150
|
-
"
|
|
150
|
+
"accountId": {
|
|
151
|
+
"defaultValue": null,
|
|
152
|
+
"description": null,
|
|
153
|
+
"id_str": "accountId",
|
|
154
|
+
"name": "accountId",
|
|
155
|
+
"path": "accountId",
|
|
156
|
+
"requestStr": "$accountId:ID! ",
|
|
157
|
+
"required": true,
|
|
158
|
+
"responseStr": "accountId:$accountId ",
|
|
159
|
+
"type": {
|
|
160
|
+
"kind": [
|
|
161
|
+
"NON_NULL",
|
|
162
|
+
"SCALAR"
|
|
163
|
+
],
|
|
164
|
+
"name": "ID",
|
|
165
|
+
"non_null": false
|
|
166
|
+
},
|
|
167
|
+
"varName": "accountId"
|
|
168
|
+
},
|
|
169
|
+
"siteId": {
|
|
170
|
+
"defaultValue": null,
|
|
171
|
+
"description": null,
|
|
172
|
+
"id_str": "updateHa___siteId",
|
|
173
|
+
"name": "siteId",
|
|
174
|
+
"path": "updateHa.siteId",
|
|
175
|
+
"requestStr": "$siteId:ID! ",
|
|
176
|
+
"required": true,
|
|
177
|
+
"responseStr": "siteId:$siteId ",
|
|
178
|
+
"type": {
|
|
179
|
+
"kind": [
|
|
180
|
+
"NON_NULL",
|
|
181
|
+
"SCALAR"
|
|
182
|
+
],
|
|
183
|
+
"name": "ID",
|
|
184
|
+
"non_null": false
|
|
185
|
+
},
|
|
186
|
+
"varName": "siteId"
|
|
187
|
+
},
|
|
188
|
+
"updateHaInput": {
|
|
151
189
|
"defaultValue": null,
|
|
152
190
|
"description": null,
|
|
153
191
|
"id_str": "updateHa___input",
|
|
154
192
|
"name": "input",
|
|
155
193
|
"path": "updateHa.input",
|
|
156
|
-
"requestStr": "$
|
|
194
|
+
"requestStr": "$updateHaInput:UpdateHaInput! ",
|
|
157
195
|
"required": true,
|
|
158
|
-
"responseStr": "input:$
|
|
196
|
+
"responseStr": "input:$updateHaInput ",
|
|
159
197
|
"type": {
|
|
160
198
|
"definition": {
|
|
161
199
|
"description": null,
|
|
@@ -230,45 +268,7 @@
|
|
|
230
268
|
"name": "UpdateHaInput",
|
|
231
269
|
"non_null": false
|
|
232
270
|
},
|
|
233
|
-
"varName": "
|
|
234
|
-
},
|
|
235
|
-
"accountId": {
|
|
236
|
-
"defaultValue": null,
|
|
237
|
-
"description": null,
|
|
238
|
-
"id_str": "accountId",
|
|
239
|
-
"name": "accountId",
|
|
240
|
-
"path": "accountId",
|
|
241
|
-
"requestStr": "$accountId:ID! ",
|
|
242
|
-
"required": true,
|
|
243
|
-
"responseStr": "accountId:$accountId ",
|
|
244
|
-
"type": {
|
|
245
|
-
"kind": [
|
|
246
|
-
"NON_NULL",
|
|
247
|
-
"SCALAR"
|
|
248
|
-
],
|
|
249
|
-
"name": "ID",
|
|
250
|
-
"non_null": false
|
|
251
|
-
},
|
|
252
|
-
"varName": "accountId"
|
|
253
|
-
},
|
|
254
|
-
"siteId": {
|
|
255
|
-
"defaultValue": null,
|
|
256
|
-
"description": null,
|
|
257
|
-
"id_str": "updateHa___siteId",
|
|
258
|
-
"name": "siteId",
|
|
259
|
-
"path": "updateHa.siteId",
|
|
260
|
-
"requestStr": "$siteId:ID! ",
|
|
261
|
-
"required": true,
|
|
262
|
-
"responseStr": "siteId:$siteId ",
|
|
263
|
-
"type": {
|
|
264
|
-
"kind": [
|
|
265
|
-
"NON_NULL",
|
|
266
|
-
"SCALAR"
|
|
267
|
-
],
|
|
268
|
-
"name": "ID",
|
|
269
|
-
"non_null": false
|
|
270
|
-
},
|
|
271
|
-
"varName": "siteId"
|
|
271
|
+
"varName": "updateHaInput"
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
"path": "mutation.site.updateHa",
|
|
@@ -285,9 +285,9 @@
|
|
|
285
285
|
"id_str": "updateHa___input",
|
|
286
286
|
"name": "input",
|
|
287
287
|
"path": "updateHa.input",
|
|
288
|
-
"requestStr": "$
|
|
288
|
+
"requestStr": "$updateHaInput:UpdateHaInput! ",
|
|
289
289
|
"required": true,
|
|
290
|
-
"responseStr": "input:$
|
|
290
|
+
"responseStr": "input:$updateHaInput ",
|
|
291
291
|
"type": {
|
|
292
292
|
"definition": {
|
|
293
293
|
"description": null,
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"name": "UpdateHaInput",
|
|
363
363
|
"non_null": false
|
|
364
364
|
},
|
|
365
|
-
"varName": "
|
|
365
|
+
"varName": "updateHaInput"
|
|
366
366
|
},
|
|
367
367
|
"updateHa___siteId": {
|
|
368
368
|
"defaultValue": null,
|
|
@@ -390,9 +390,9 @@
|
|
|
390
390
|
"isDeprecated": false,
|
|
391
391
|
"name": "updateHa",
|
|
392
392
|
"path": "updateHa",
|
|
393
|
-
"requestStr": "$
|
|
393
|
+
"requestStr": "$updateHaPayload:UpdateHaPayload ",
|
|
394
394
|
"required": false,
|
|
395
|
-
"responseStr": "updateHa:$
|
|
395
|
+
"responseStr": "updateHa:$updateHaPayload ",
|
|
396
396
|
"type": {
|
|
397
397
|
"definition": {
|
|
398
398
|
"description": null,
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"name": "UpdateHaPayload",
|
|
434
434
|
"non_null": false
|
|
435
435
|
},
|
|
436
|
-
"varName": "
|
|
436
|
+
"varName": "updateHaPayload"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
"inputFields": null,
|
|
@@ -451,7 +451,8 @@
|
|
|
451
451
|
"non_null": false
|
|
452
452
|
},
|
|
453
453
|
"variablesPayload": {
|
|
454
|
-
"
|
|
454
|
+
"siteId": "ID",
|
|
455
|
+
"updateHaInput": {
|
|
455
456
|
"primaryManagementIp": {
|
|
456
457
|
"primaryManagementIp": "IPAddress"
|
|
457
458
|
},
|
|
@@ -461,7 +462,6 @@
|
|
|
461
462
|
"vrid": {
|
|
462
463
|
"vrid": "Int"
|
|
463
464
|
}
|
|
464
|
-
}
|
|
465
|
-
"siteId": "ID"
|
|
465
|
+
}
|
|
466
466
|
}
|
|
467
467
|
}
|