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": "addIpsecIkeV2SiteTunnels___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "addIpsecIkeV2SiteTunnels.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$addIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$addIpsecIkeV2SiteTunnelsInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary",
|
|
45
45
|
"name": "primary",
|
|
46
46
|
"path": "addIpsecIkeV2SiteTunnels.input.primary",
|
|
47
|
-
"requestStr": "$
|
|
47
|
+
"requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
|
|
48
48
|
"required": false,
|
|
49
|
-
"responseStr": "primary:$
|
|
49
|
+
"responseStr": "primary:$addIpsecIkeV2TunnelsInput ",
|
|
50
50
|
"type": {
|
|
51
51
|
"definition": {
|
|
52
52
|
"description": null,
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
138
138
|
"name": "tunnels",
|
|
139
139
|
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
140
|
-
"requestStr": "$
|
|
140
|
+
"requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
|
|
141
141
|
"required": true,
|
|
142
|
-
"responseStr": "tunnels:$
|
|
142
|
+
"responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
|
|
143
143
|
"type": {
|
|
144
144
|
"definition": {
|
|
145
145
|
"description": null,
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
153
153
|
"name": "lastMileBw",
|
|
154
154
|
"path": "addIpsecIkeV2SiteTunnels.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
|
"name": {
|
|
216
216
|
"defaultValue": null,
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"name": "AddIpsecIkeV2TunnelInput",
|
|
368
368
|
"non_null": false
|
|
369
369
|
},
|
|
370
|
-
"varName": "
|
|
370
|
+
"varName": "addIpsecIkeV2TunnelInput"
|
|
371
371
|
}
|
|
372
372
|
},
|
|
373
373
|
"interfaces": null,
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"name": "AddIpsecIkeV2TunnelsInput",
|
|
383
383
|
"non_null": false
|
|
384
384
|
},
|
|
385
|
-
"varName": "
|
|
385
|
+
"varName": "addIpsecIkeV2TunnelsInput"
|
|
386
386
|
},
|
|
387
387
|
"secondary": {
|
|
388
388
|
"defaultValue": null,
|
|
@@ -390,9 +390,9 @@
|
|
|
390
390
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary",
|
|
391
391
|
"name": "secondary",
|
|
392
392
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary",
|
|
393
|
-
"requestStr": "$
|
|
393
|
+
"requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
|
|
394
394
|
"required": false,
|
|
395
|
-
"responseStr": "secondary:$
|
|
395
|
+
"responseStr": "secondary:$addIpsecIkeV2TunnelsInput ",
|
|
396
396
|
"type": {
|
|
397
397
|
"definition": {
|
|
398
398
|
"description": null,
|
|
@@ -483,9 +483,9 @@
|
|
|
483
483
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
484
484
|
"name": "tunnels",
|
|
485
485
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
486
|
-
"requestStr": "$
|
|
486
|
+
"requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
|
|
487
487
|
"required": true,
|
|
488
|
-
"responseStr": "tunnels:$
|
|
488
|
+
"responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
|
|
489
489
|
"type": {
|
|
490
490
|
"definition": {
|
|
491
491
|
"description": null,
|
|
@@ -498,9 +498,9 @@
|
|
|
498
498
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
499
499
|
"name": "lastMileBw",
|
|
500
500
|
"path": "addIpsecIkeV2SiteTunnels.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
|
"name": {
|
|
562
562
|
"defaultValue": null,
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"name": "AddIpsecIkeV2TunnelInput",
|
|
714
714
|
"non_null": false
|
|
715
715
|
},
|
|
716
|
-
"varName": "
|
|
716
|
+
"varName": "addIpsecIkeV2TunnelInput"
|
|
717
717
|
}
|
|
718
718
|
},
|
|
719
719
|
"interfaces": null,
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"name": "AddIpsecIkeV2TunnelsInput",
|
|
729
729
|
"non_null": false
|
|
730
730
|
},
|
|
731
|
-
"varName": "
|
|
731
|
+
"varName": "addIpsecIkeV2TunnelsInput"
|
|
732
732
|
}
|
|
733
733
|
},
|
|
734
734
|
"interfaces": null,
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"name": "AddIpsecIkeV2SiteTunnelsInput",
|
|
745
745
|
"non_null": false
|
|
746
746
|
},
|
|
747
|
-
"varName": "
|
|
747
|
+
"varName": "addIpsecIkeV2SiteTunnelsInput"
|
|
748
748
|
},
|
|
749
749
|
"addIpsecIkeV2SiteTunnels___siteId": {
|
|
750
750
|
"defaultValue": null,
|
|
@@ -793,15 +793,34 @@
|
|
|
793
793
|
"isDeprecated": true,
|
|
794
794
|
"name": "site",
|
|
795
795
|
"operationArgs": {
|
|
796
|
-
"
|
|
796
|
+
"accountId": {
|
|
797
|
+
"defaultValue": null,
|
|
798
|
+
"description": null,
|
|
799
|
+
"id_str": "accountId",
|
|
800
|
+
"name": "accountId",
|
|
801
|
+
"path": "accountId",
|
|
802
|
+
"requestStr": "$accountId:ID! ",
|
|
803
|
+
"required": true,
|
|
804
|
+
"responseStr": "accountId:$accountId ",
|
|
805
|
+
"type": {
|
|
806
|
+
"kind": [
|
|
807
|
+
"NON_NULL",
|
|
808
|
+
"SCALAR"
|
|
809
|
+
],
|
|
810
|
+
"name": "ID",
|
|
811
|
+
"non_null": false
|
|
812
|
+
},
|
|
813
|
+
"varName": "accountId"
|
|
814
|
+
},
|
|
815
|
+
"addIpsecIkeV2SiteTunnelsInput": {
|
|
797
816
|
"defaultValue": null,
|
|
798
817
|
"description": null,
|
|
799
818
|
"id_str": "addIpsecIkeV2SiteTunnels___input",
|
|
800
819
|
"name": "input",
|
|
801
820
|
"path": "addIpsecIkeV2SiteTunnels.input",
|
|
802
|
-
"requestStr": "$
|
|
821
|
+
"requestStr": "$addIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
|
|
803
822
|
"required": true,
|
|
804
|
-
"responseStr": "input:$
|
|
823
|
+
"responseStr": "input:$addIpsecIkeV2SiteTunnelsInput ",
|
|
805
824
|
"type": {
|
|
806
825
|
"definition": {
|
|
807
826
|
"description": null,
|
|
@@ -814,9 +833,9 @@
|
|
|
814
833
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary",
|
|
815
834
|
"name": "primary",
|
|
816
835
|
"path": "addIpsecIkeV2SiteTunnels.input.primary",
|
|
817
|
-
"requestStr": "$
|
|
836
|
+
"requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
|
|
818
837
|
"required": false,
|
|
819
|
-
"responseStr": "primary:$
|
|
838
|
+
"responseStr": "primary:$addIpsecIkeV2TunnelsInput ",
|
|
820
839
|
"type": {
|
|
821
840
|
"definition": {
|
|
822
841
|
"description": null,
|
|
@@ -907,9 +926,9 @@
|
|
|
907
926
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
908
927
|
"name": "tunnels",
|
|
909
928
|
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
910
|
-
"requestStr": "$
|
|
929
|
+
"requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
|
|
911
930
|
"required": true,
|
|
912
|
-
"responseStr": "tunnels:$
|
|
931
|
+
"responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
|
|
913
932
|
"type": {
|
|
914
933
|
"definition": {
|
|
915
934
|
"description": null,
|
|
@@ -922,9 +941,9 @@
|
|
|
922
941
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
923
942
|
"name": "lastMileBw",
|
|
924
943
|
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
|
|
925
|
-
"requestStr": "$
|
|
944
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
926
945
|
"required": false,
|
|
927
|
-
"responseStr": "lastMileBw:$
|
|
946
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
928
947
|
"type": {
|
|
929
948
|
"definition": {
|
|
930
949
|
"description": null,
|
|
@@ -980,7 +999,7 @@
|
|
|
980
999
|
"name": "LastMileBwInput",
|
|
981
1000
|
"non_null": false
|
|
982
1001
|
},
|
|
983
|
-
"varName": "
|
|
1002
|
+
"varName": "lastMileBwInput"
|
|
984
1003
|
},
|
|
985
1004
|
"name": {
|
|
986
1005
|
"defaultValue": null,
|
|
@@ -1137,7 +1156,7 @@
|
|
|
1137
1156
|
"name": "AddIpsecIkeV2TunnelInput",
|
|
1138
1157
|
"non_null": false
|
|
1139
1158
|
},
|
|
1140
|
-
"varName": "
|
|
1159
|
+
"varName": "addIpsecIkeV2TunnelInput"
|
|
1141
1160
|
}
|
|
1142
1161
|
},
|
|
1143
1162
|
"interfaces": null,
|
|
@@ -1152,7 +1171,7 @@
|
|
|
1152
1171
|
"name": "AddIpsecIkeV2TunnelsInput",
|
|
1153
1172
|
"non_null": false
|
|
1154
1173
|
},
|
|
1155
|
-
"varName": "
|
|
1174
|
+
"varName": "addIpsecIkeV2TunnelsInput"
|
|
1156
1175
|
},
|
|
1157
1176
|
"secondary": {
|
|
1158
1177
|
"defaultValue": null,
|
|
@@ -1160,9 +1179,9 @@
|
|
|
1160
1179
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary",
|
|
1161
1180
|
"name": "secondary",
|
|
1162
1181
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary",
|
|
1163
|
-
"requestStr": "$
|
|
1182
|
+
"requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
|
|
1164
1183
|
"required": false,
|
|
1165
|
-
"responseStr": "secondary:$
|
|
1184
|
+
"responseStr": "secondary:$addIpsecIkeV2TunnelsInput ",
|
|
1166
1185
|
"type": {
|
|
1167
1186
|
"definition": {
|
|
1168
1187
|
"description": null,
|
|
@@ -1253,9 +1272,9 @@
|
|
|
1253
1272
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
1254
1273
|
"name": "tunnels",
|
|
1255
1274
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
1256
|
-
"requestStr": "$
|
|
1275
|
+
"requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
|
|
1257
1276
|
"required": true,
|
|
1258
|
-
"responseStr": "tunnels:$
|
|
1277
|
+
"responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
|
|
1259
1278
|
"type": {
|
|
1260
1279
|
"definition": {
|
|
1261
1280
|
"description": null,
|
|
@@ -1268,9 +1287,9 @@
|
|
|
1268
1287
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
1269
1288
|
"name": "lastMileBw",
|
|
1270
1289
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
1271
|
-
"requestStr": "$
|
|
1290
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
1272
1291
|
"required": false,
|
|
1273
|
-
"responseStr": "lastMileBw:$
|
|
1292
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
1274
1293
|
"type": {
|
|
1275
1294
|
"definition": {
|
|
1276
1295
|
"description": null,
|
|
@@ -1326,7 +1345,7 @@
|
|
|
1326
1345
|
"name": "LastMileBwInput",
|
|
1327
1346
|
"non_null": false
|
|
1328
1347
|
},
|
|
1329
|
-
"varName": "
|
|
1348
|
+
"varName": "lastMileBwInput"
|
|
1330
1349
|
},
|
|
1331
1350
|
"name": {
|
|
1332
1351
|
"defaultValue": null,
|
|
@@ -1483,7 +1502,7 @@
|
|
|
1483
1502
|
"name": "AddIpsecIkeV2TunnelInput",
|
|
1484
1503
|
"non_null": false
|
|
1485
1504
|
},
|
|
1486
|
-
"varName": "
|
|
1505
|
+
"varName": "addIpsecIkeV2TunnelInput"
|
|
1487
1506
|
}
|
|
1488
1507
|
},
|
|
1489
1508
|
"interfaces": null,
|
|
@@ -1498,7 +1517,7 @@
|
|
|
1498
1517
|
"name": "AddIpsecIkeV2TunnelsInput",
|
|
1499
1518
|
"non_null": false
|
|
1500
1519
|
},
|
|
1501
|
-
"varName": "
|
|
1520
|
+
"varName": "addIpsecIkeV2TunnelsInput"
|
|
1502
1521
|
}
|
|
1503
1522
|
},
|
|
1504
1523
|
"interfaces": null,
|
|
@@ -1514,26 +1533,7 @@
|
|
|
1514
1533
|
"name": "AddIpsecIkeV2SiteTunnelsInput",
|
|
1515
1534
|
"non_null": false
|
|
1516
1535
|
},
|
|
1517
|
-
"varName": "
|
|
1518
|
-
},
|
|
1519
|
-
"accountId": {
|
|
1520
|
-
"defaultValue": null,
|
|
1521
|
-
"description": null,
|
|
1522
|
-
"id_str": "accountId",
|
|
1523
|
-
"name": "accountId",
|
|
1524
|
-
"path": "accountId",
|
|
1525
|
-
"requestStr": "$accountId:ID! ",
|
|
1526
|
-
"required": true,
|
|
1527
|
-
"responseStr": "accountId:$accountId ",
|
|
1528
|
-
"type": {
|
|
1529
|
-
"kind": [
|
|
1530
|
-
"NON_NULL",
|
|
1531
|
-
"SCALAR"
|
|
1532
|
-
],
|
|
1533
|
-
"name": "ID",
|
|
1534
|
-
"non_null": false
|
|
1535
|
-
},
|
|
1536
|
-
"varName": "accountId"
|
|
1536
|
+
"varName": "addIpsecIkeV2SiteTunnelsInput"
|
|
1537
1537
|
},
|
|
1538
1538
|
"siteId": {
|
|
1539
1539
|
"defaultValue": null,
|
|
@@ -1569,9 +1569,9 @@
|
|
|
1569
1569
|
"id_str": "addIpsecIkeV2SiteTunnels___input",
|
|
1570
1570
|
"name": "input",
|
|
1571
1571
|
"path": "addIpsecIkeV2SiteTunnels.input",
|
|
1572
|
-
"requestStr": "$
|
|
1572
|
+
"requestStr": "$addIpsecIkeV2SiteTunnelsInput:AddIpsecIkeV2SiteTunnelsInput! ",
|
|
1573
1573
|
"required": true,
|
|
1574
|
-
"responseStr": "input:$
|
|
1574
|
+
"responseStr": "input:$addIpsecIkeV2SiteTunnelsInput ",
|
|
1575
1575
|
"type": {
|
|
1576
1576
|
"definition": {
|
|
1577
1577
|
"description": null,
|
|
@@ -1584,9 +1584,9 @@
|
|
|
1584
1584
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary",
|
|
1585
1585
|
"name": "primary",
|
|
1586
1586
|
"path": "addIpsecIkeV2SiteTunnels.input.primary",
|
|
1587
|
-
"requestStr": "$
|
|
1587
|
+
"requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
|
|
1588
1588
|
"required": false,
|
|
1589
|
-
"responseStr": "primary:$
|
|
1589
|
+
"responseStr": "primary:$addIpsecIkeV2TunnelsInput ",
|
|
1590
1590
|
"type": {
|
|
1591
1591
|
"definition": {
|
|
1592
1592
|
"description": null,
|
|
@@ -1677,9 +1677,9 @@
|
|
|
1677
1677
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels",
|
|
1678
1678
|
"name": "tunnels",
|
|
1679
1679
|
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels",
|
|
1680
|
-
"requestStr": "$
|
|
1680
|
+
"requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
|
|
1681
1681
|
"required": true,
|
|
1682
|
-
"responseStr": "tunnels:$
|
|
1682
|
+
"responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
|
|
1683
1683
|
"type": {
|
|
1684
1684
|
"definition": {
|
|
1685
1685
|
"description": null,
|
|
@@ -1692,9 +1692,9 @@
|
|
|
1692
1692
|
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw",
|
|
1693
1693
|
"name": "lastMileBw",
|
|
1694
1694
|
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw",
|
|
1695
|
-
"requestStr": "$
|
|
1695
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
1696
1696
|
"required": false,
|
|
1697
|
-
"responseStr": "lastMileBw:$
|
|
1697
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
1698
1698
|
"type": {
|
|
1699
1699
|
"definition": {
|
|
1700
1700
|
"description": null,
|
|
@@ -1750,7 +1750,7 @@
|
|
|
1750
1750
|
"name": "LastMileBwInput",
|
|
1751
1751
|
"non_null": false
|
|
1752
1752
|
},
|
|
1753
|
-
"varName": "
|
|
1753
|
+
"varName": "lastMileBwInput"
|
|
1754
1754
|
},
|
|
1755
1755
|
"name": {
|
|
1756
1756
|
"defaultValue": null,
|
|
@@ -1907,7 +1907,7 @@
|
|
|
1907
1907
|
"name": "AddIpsecIkeV2TunnelInput",
|
|
1908
1908
|
"non_null": false
|
|
1909
1909
|
},
|
|
1910
|
-
"varName": "
|
|
1910
|
+
"varName": "addIpsecIkeV2TunnelInput"
|
|
1911
1911
|
}
|
|
1912
1912
|
},
|
|
1913
1913
|
"interfaces": null,
|
|
@@ -1922,7 +1922,7 @@
|
|
|
1922
1922
|
"name": "AddIpsecIkeV2TunnelsInput",
|
|
1923
1923
|
"non_null": false
|
|
1924
1924
|
},
|
|
1925
|
-
"varName": "
|
|
1925
|
+
"varName": "addIpsecIkeV2TunnelsInput"
|
|
1926
1926
|
},
|
|
1927
1927
|
"secondary": {
|
|
1928
1928
|
"defaultValue": null,
|
|
@@ -1930,9 +1930,9 @@
|
|
|
1930
1930
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary",
|
|
1931
1931
|
"name": "secondary",
|
|
1932
1932
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary",
|
|
1933
|
-
"requestStr": "$
|
|
1933
|
+
"requestStr": "$addIpsecIkeV2TunnelsInput:AddIpsecIkeV2TunnelsInput ",
|
|
1934
1934
|
"required": false,
|
|
1935
|
-
"responseStr": "secondary:$
|
|
1935
|
+
"responseStr": "secondary:$addIpsecIkeV2TunnelsInput ",
|
|
1936
1936
|
"type": {
|
|
1937
1937
|
"definition": {
|
|
1938
1938
|
"description": null,
|
|
@@ -2023,9 +2023,9 @@
|
|
|
2023
2023
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels",
|
|
2024
2024
|
"name": "tunnels",
|
|
2025
2025
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels",
|
|
2026
|
-
"requestStr": "$
|
|
2026
|
+
"requestStr": "$addIpsecIkeV2TunnelInput:[AddIpsecIkeV2TunnelInput]! ",
|
|
2027
2027
|
"required": true,
|
|
2028
|
-
"responseStr": "tunnels:$
|
|
2028
|
+
"responseStr": "tunnels:$addIpsecIkeV2TunnelInput ",
|
|
2029
2029
|
"type": {
|
|
2030
2030
|
"definition": {
|
|
2031
2031
|
"description": null,
|
|
@@ -2038,9 +2038,9 @@
|
|
|
2038
2038
|
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw",
|
|
2039
2039
|
"name": "lastMileBw",
|
|
2040
2040
|
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw",
|
|
2041
|
-
"requestStr": "$
|
|
2041
|
+
"requestStr": "$lastMileBwInput:LastMileBwInput ",
|
|
2042
2042
|
"required": false,
|
|
2043
|
-
"responseStr": "lastMileBw:$
|
|
2043
|
+
"responseStr": "lastMileBw:$lastMileBwInput ",
|
|
2044
2044
|
"type": {
|
|
2045
2045
|
"definition": {
|
|
2046
2046
|
"description": null,
|
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
"name": "LastMileBwInput",
|
|
2097
2097
|
"non_null": false
|
|
2098
2098
|
},
|
|
2099
|
-
"varName": "
|
|
2099
|
+
"varName": "lastMileBwInput"
|
|
2100
2100
|
},
|
|
2101
2101
|
"name": {
|
|
2102
2102
|
"defaultValue": null,
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
"name": "AddIpsecIkeV2TunnelInput",
|
|
2254
2254
|
"non_null": false
|
|
2255
2255
|
},
|
|
2256
|
-
"varName": "
|
|
2256
|
+
"varName": "addIpsecIkeV2TunnelInput"
|
|
2257
2257
|
}
|
|
2258
2258
|
},
|
|
2259
2259
|
"interfaces": null,
|
|
@@ -2268,7 +2268,7 @@
|
|
|
2268
2268
|
"name": "AddIpsecIkeV2TunnelsInput",
|
|
2269
2269
|
"non_null": false
|
|
2270
2270
|
},
|
|
2271
|
-
"varName": "
|
|
2271
|
+
"varName": "addIpsecIkeV2TunnelsInput"
|
|
2272
2272
|
}
|
|
2273
2273
|
},
|
|
2274
2274
|
"interfaces": null,
|
|
@@ -2284,7 +2284,7 @@
|
|
|
2284
2284
|
"name": "AddIpsecIkeV2SiteTunnelsInput",
|
|
2285
2285
|
"non_null": false
|
|
2286
2286
|
},
|
|
2287
|
-
"varName": "
|
|
2287
|
+
"varName": "addIpsecIkeV2SiteTunnelsInput"
|
|
2288
2288
|
},
|
|
2289
2289
|
"addIpsecIkeV2SiteTunnels___siteId": {
|
|
2290
2290
|
"defaultValue": null,
|
|
@@ -2312,9 +2312,9 @@
|
|
|
2312
2312
|
"isDeprecated": false,
|
|
2313
2313
|
"name": "addIpsecIkeV2SiteTunnels",
|
|
2314
2314
|
"path": "addIpsecIkeV2SiteTunnels",
|
|
2315
|
-
"requestStr": "$
|
|
2315
|
+
"requestStr": "$addIpsecIkeV2SiteTunnelsPayload:AddIpsecIkeV2SiteTunnelsPayload ",
|
|
2316
2316
|
"required": false,
|
|
2317
|
-
"responseStr": "addIpsecIkeV2SiteTunnels:$
|
|
2317
|
+
"responseStr": "addIpsecIkeV2SiteTunnels:$addIpsecIkeV2SiteTunnelsPayload ",
|
|
2318
2318
|
"type": {
|
|
2319
2319
|
"definition": {
|
|
2320
2320
|
"description": null,
|
|
@@ -2328,9 +2328,9 @@
|
|
|
2328
2328
|
"isDeprecated": false,
|
|
2329
2329
|
"name": "primary",
|
|
2330
2330
|
"path": "addIpsecIkeV2SiteTunnels.primary",
|
|
2331
|
-
"requestStr": "$
|
|
2331
|
+
"requestStr": "$addIpsecIkeV2SiteMultiTunnelPayload:AddIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2332
2332
|
"required": false,
|
|
2333
|
-
"responseStr": "primary:$
|
|
2333
|
+
"responseStr": "primary:$addIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2334
2334
|
"type": {
|
|
2335
2335
|
"definition": {
|
|
2336
2336
|
"description": null,
|
|
@@ -2364,9 +2364,9 @@
|
|
|
2364
2364
|
"isDeprecated": false,
|
|
2365
2365
|
"name": "tunnels",
|
|
2366
2366
|
"path": "addIpsecIkeV2SiteTunnels.primary.tunnels",
|
|
2367
|
-
"requestStr": "$
|
|
2367
|
+
"requestStr": "$addIpsecIkeV2SiteTunnelPayload:[AddIpsecIkeV2SiteTunnelPayload]! ",
|
|
2368
2368
|
"required": true,
|
|
2369
|
-
"responseStr": "tunnels:$
|
|
2369
|
+
"responseStr": "tunnels:$addIpsecIkeV2SiteTunnelPayload ",
|
|
2370
2370
|
"type": {
|
|
2371
2371
|
"definition": {
|
|
2372
2372
|
"description": null,
|
|
@@ -2393,7 +2393,7 @@
|
|
|
2393
2393
|
"varName": "localId"
|
|
2394
2394
|
},
|
|
2395
2395
|
"tunnelId": {
|
|
2396
|
-
"alias": "
|
|
2396
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
2397
2397
|
"args": {},
|
|
2398
2398
|
"deprecationReason": null,
|
|
2399
2399
|
"description": "The ID of the tunnel",
|
|
@@ -2478,7 +2478,7 @@
|
|
|
2478
2478
|
"name": "AddIpsecIkeV2SiteTunnelPayload",
|
|
2479
2479
|
"non_null": false
|
|
2480
2480
|
},
|
|
2481
|
-
"varName": "
|
|
2481
|
+
"varName": "addIpsecIkeV2SiteTunnelPayload"
|
|
2482
2482
|
}
|
|
2483
2483
|
},
|
|
2484
2484
|
"inputFields": null,
|
|
@@ -2494,7 +2494,7 @@
|
|
|
2494
2494
|
"name": "AddIpsecIkeV2SiteMultiTunnelPayload",
|
|
2495
2495
|
"non_null": false
|
|
2496
2496
|
},
|
|
2497
|
-
"varName": "
|
|
2497
|
+
"varName": "addIpsecIkeV2SiteMultiTunnelPayload"
|
|
2498
2498
|
},
|
|
2499
2499
|
"secondary": {
|
|
2500
2500
|
"args": {},
|
|
@@ -2504,9 +2504,9 @@
|
|
|
2504
2504
|
"isDeprecated": false,
|
|
2505
2505
|
"name": "secondary",
|
|
2506
2506
|
"path": "addIpsecIkeV2SiteTunnels.secondary",
|
|
2507
|
-
"requestStr": "$
|
|
2507
|
+
"requestStr": "$addIpsecIkeV2SiteMultiTunnelPayload:AddIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2508
2508
|
"required": false,
|
|
2509
|
-
"responseStr": "secondary:$
|
|
2509
|
+
"responseStr": "secondary:$addIpsecIkeV2SiteMultiTunnelPayload ",
|
|
2510
2510
|
"type": {
|
|
2511
2511
|
"definition": {
|
|
2512
2512
|
"description": null,
|
|
@@ -2540,9 +2540,9 @@
|
|
|
2540
2540
|
"isDeprecated": false,
|
|
2541
2541
|
"name": "tunnels",
|
|
2542
2542
|
"path": "addIpsecIkeV2SiteTunnels.secondary.tunnels",
|
|
2543
|
-
"requestStr": "$
|
|
2543
|
+
"requestStr": "$addIpsecIkeV2SiteTunnelPayload:[AddIpsecIkeV2SiteTunnelPayload]! ",
|
|
2544
2544
|
"required": true,
|
|
2545
|
-
"responseStr": "tunnels:$
|
|
2545
|
+
"responseStr": "tunnels:$addIpsecIkeV2SiteTunnelPayload ",
|
|
2546
2546
|
"type": {
|
|
2547
2547
|
"definition": {
|
|
2548
2548
|
"description": null,
|
|
@@ -2569,7 +2569,7 @@
|
|
|
2569
2569
|
"varName": "localId"
|
|
2570
2570
|
},
|
|
2571
2571
|
"tunnelId": {
|
|
2572
|
-
"alias": "
|
|
2572
|
+
"alias": "iPSecV2InterfaceIdTunnelId: tunnelId",
|
|
2573
2573
|
"args": {},
|
|
2574
2574
|
"deprecationReason": null,
|
|
2575
2575
|
"description": "The ID of the tunnel",
|
|
@@ -2654,7 +2654,7 @@
|
|
|
2654
2654
|
"name": "AddIpsecIkeV2SiteTunnelPayload",
|
|
2655
2655
|
"non_null": false
|
|
2656
2656
|
},
|
|
2657
|
-
"varName": "
|
|
2657
|
+
"varName": "addIpsecIkeV2SiteTunnelPayload"
|
|
2658
2658
|
}
|
|
2659
2659
|
},
|
|
2660
2660
|
"inputFields": null,
|
|
@@ -2670,7 +2670,7 @@
|
|
|
2670
2670
|
"name": "AddIpsecIkeV2SiteMultiTunnelPayload",
|
|
2671
2671
|
"non_null": false
|
|
2672
2672
|
},
|
|
2673
|
-
"varName": "
|
|
2673
|
+
"varName": "addIpsecIkeV2SiteMultiTunnelPayload"
|
|
2674
2674
|
},
|
|
2675
2675
|
"siteId": {
|
|
2676
2676
|
"args": {},
|
|
@@ -2707,7 +2707,7 @@
|
|
|
2707
2707
|
"name": "AddIpsecIkeV2SiteTunnelsPayload",
|
|
2708
2708
|
"non_null": false
|
|
2709
2709
|
},
|
|
2710
|
-
"varName": "
|
|
2710
|
+
"varName": "addIpsecIkeV2SiteTunnelsPayload"
|
|
2711
2711
|
}
|
|
2712
2712
|
},
|
|
2713
2713
|
"inputFields": null,
|
|
@@ -2725,8 +2725,8 @@
|
|
|
2725
2725
|
"non_null": false
|
|
2726
2726
|
},
|
|
2727
2727
|
"variablesPayload": {
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2728
|
+
"addIpsecIkeV2SiteTunnelsInput": {
|
|
2729
|
+
"addIpsecIkeV2TunnelsInput": {
|
|
2730
2730
|
"destinationType": {
|
|
2731
2731
|
"destinationType": "enum(DestinationType)"
|
|
2732
2732
|
},
|