catocli 1.0.15__py3-none-any.whl → 1.0.18__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 +14 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardwareManagement/README.md +1 -1
- catocli/parsers/query_policy/README.md +3 -1
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
- graphql_client/api_client_types.py +1 -1
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +2 -2
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addNetworkRange.json +2 -2
- models/mutation.site.addSocketSite.json +2 -2
- models/mutation.site.addStaticHost.json +2 -2
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeNetworkRange.json +2 -2
- models/mutation.site.removeSite.json +2 -2
- models/mutation.site.removeStaticHost.json +2 -2
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.site.updateNetworkRange.json +2 -2
- models/mutation.site.updateSiteGeneralDetails.json +2 -2
- models/mutation.site.updateSocketInterface.json +2 -2
- models/mutation.site.updateStaticHost.json +2 -2
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +2 -2
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addNetworkRange.json +2 -2
- models/mutation.sites.addSocketSite.json +2 -2
- models/mutation.sites.addStaticHost.json +2 -2
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeNetworkRange.json +2 -2
- models/mutation.sites.removeSite.json +2 -2
- models/mutation.sites.removeStaticHost.json +2 -2
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.sites.updateNetworkRange.json +2 -2
- models/mutation.sites.updateSiteGeneralDetails.json +2 -2
- models/mutation.sites.updateSocketInterface.json +2 -2
- models/mutation.sites.updateStaticHost.json +2 -2
- models/query.auditFeed.json +36 -12
- models/query.events.json +144 -48
- models/query.eventsFeed.json +36 -12
- models/query.eventsTimeSeries.json +108 -36
- models/query.hardwareManagement.json +192 -0
- models/query.licensing.json +304 -325
- models/query.policy.json +9605 -4234
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +27 -27
- models/query.xdr.story.json +27 -27
- schema/catolib.py +11 -1
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/top_level.txt +0 -0
|
@@ -139,12 +139,12 @@
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
|
-
"deprecationReason":
|
|
142
|
+
"deprecationReason": "in favor of site",
|
|
143
143
|
"description": null,
|
|
144
144
|
"fieldTypes": {
|
|
145
145
|
"UpdateHaPayload": true
|
|
146
146
|
},
|
|
147
|
-
"isDeprecated":
|
|
147
|
+
"isDeprecated": true,
|
|
148
148
|
"name": "sites",
|
|
149
149
|
"operationArgs": {
|
|
150
150
|
"accountId": {
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
}
|
|
873
873
|
}
|
|
874
874
|
},
|
|
875
|
-
"deprecationReason":
|
|
875
|
+
"deprecationReason": "in favor of site",
|
|
876
876
|
"description": null,
|
|
877
877
|
"fieldTypes": {
|
|
878
878
|
"ConnectionMode": true,
|
|
@@ -883,7 +883,7 @@
|
|
|
883
883
|
"IpsecIkeV2MessageInput": true,
|
|
884
884
|
"UpdateIpsecIkeV2SiteGeneralDetailsPayload": true
|
|
885
885
|
},
|
|
886
|
-
"isDeprecated":
|
|
886
|
+
"isDeprecated": true,
|
|
887
887
|
"name": "sites",
|
|
888
888
|
"operationArgs": {
|
|
889
889
|
"accountId": {
|
|
@@ -212,6 +212,24 @@
|
|
|
212
212
|
},
|
|
213
213
|
"varName": "lastMileBwInput"
|
|
214
214
|
},
|
|
215
|
+
"name": {
|
|
216
|
+
"defaultValue": null,
|
|
217
|
+
"description": "Tunnel name",
|
|
218
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
|
|
219
|
+
"name": "name",
|
|
220
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
|
|
221
|
+
"requestStr": "$name:String ",
|
|
222
|
+
"required": false,
|
|
223
|
+
"responseStr": "name:$name ",
|
|
224
|
+
"type": {
|
|
225
|
+
"kind": [
|
|
226
|
+
"SCALAR"
|
|
227
|
+
],
|
|
228
|
+
"name": "String",
|
|
229
|
+
"non_null": false
|
|
230
|
+
},
|
|
231
|
+
"varName": "name"
|
|
232
|
+
},
|
|
215
233
|
"privateCatoIp": {
|
|
216
234
|
"defaultValue": null,
|
|
217
235
|
"description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
|
|
@@ -284,6 +302,54 @@
|
|
|
284
302
|
},
|
|
285
303
|
"varName": "publicSiteIp"
|
|
286
304
|
},
|
|
305
|
+
"role": {
|
|
306
|
+
"defaultValue": null,
|
|
307
|
+
"description": "Tunnel role",
|
|
308
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
|
|
309
|
+
"name": "role",
|
|
310
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
|
|
311
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
312
|
+
"required": false,
|
|
313
|
+
"responseStr": "role:$role ",
|
|
314
|
+
"type": {
|
|
315
|
+
"definition": {
|
|
316
|
+
"description": null,
|
|
317
|
+
"enumValues": [
|
|
318
|
+
{
|
|
319
|
+
"deprecationReason": null,
|
|
320
|
+
"description": null,
|
|
321
|
+
"isDeprecated": false,
|
|
322
|
+
"name": "WAN1"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"deprecationReason": null,
|
|
326
|
+
"description": null,
|
|
327
|
+
"isDeprecated": false,
|
|
328
|
+
"name": "WAN2"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"deprecationReason": null,
|
|
332
|
+
"description": null,
|
|
333
|
+
"isDeprecated": false,
|
|
334
|
+
"name": "WAN3"
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"fields": null,
|
|
338
|
+
"inputFields": null,
|
|
339
|
+
"interfaces": null,
|
|
340
|
+
"kind": "ENUM",
|
|
341
|
+
"name": "IPSecV2TunnelRole",
|
|
342
|
+
"possibleTypes": null
|
|
343
|
+
},
|
|
344
|
+
"indexType": "enum",
|
|
345
|
+
"kind": [
|
|
346
|
+
"ENUM"
|
|
347
|
+
],
|
|
348
|
+
"name": "IPSecV2TunnelRole",
|
|
349
|
+
"non_null": false
|
|
350
|
+
},
|
|
351
|
+
"varName": "role"
|
|
352
|
+
},
|
|
287
353
|
"tunnelId": {
|
|
288
354
|
"defaultValue": null,
|
|
289
355
|
"description": "The ID of the tunnel",
|
|
@@ -558,6 +624,24 @@
|
|
|
558
624
|
},
|
|
559
625
|
"varName": "lastMileBwInput"
|
|
560
626
|
},
|
|
627
|
+
"name": {
|
|
628
|
+
"defaultValue": null,
|
|
629
|
+
"description": "Tunnel name",
|
|
630
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
|
|
631
|
+
"name": "name",
|
|
632
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
|
|
633
|
+
"requestStr": "$name:String ",
|
|
634
|
+
"required": false,
|
|
635
|
+
"responseStr": "name:$name ",
|
|
636
|
+
"type": {
|
|
637
|
+
"kind": [
|
|
638
|
+
"SCALAR"
|
|
639
|
+
],
|
|
640
|
+
"name": "String",
|
|
641
|
+
"non_null": false
|
|
642
|
+
},
|
|
643
|
+
"varName": "name"
|
|
644
|
+
},
|
|
561
645
|
"privateCatoIp": {
|
|
562
646
|
"defaultValue": null,
|
|
563
647
|
"description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
|
|
@@ -630,6 +714,54 @@
|
|
|
630
714
|
},
|
|
631
715
|
"varName": "publicSiteIp"
|
|
632
716
|
},
|
|
717
|
+
"role": {
|
|
718
|
+
"defaultValue": null,
|
|
719
|
+
"description": "Tunnel role",
|
|
720
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
|
|
721
|
+
"name": "role",
|
|
722
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
|
|
723
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
724
|
+
"required": false,
|
|
725
|
+
"responseStr": "role:$role ",
|
|
726
|
+
"type": {
|
|
727
|
+
"definition": {
|
|
728
|
+
"description": null,
|
|
729
|
+
"enumValues": [
|
|
730
|
+
{
|
|
731
|
+
"deprecationReason": null,
|
|
732
|
+
"description": null,
|
|
733
|
+
"isDeprecated": false,
|
|
734
|
+
"name": "WAN1"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"deprecationReason": null,
|
|
738
|
+
"description": null,
|
|
739
|
+
"isDeprecated": false,
|
|
740
|
+
"name": "WAN2"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"deprecationReason": null,
|
|
744
|
+
"description": null,
|
|
745
|
+
"isDeprecated": false,
|
|
746
|
+
"name": "WAN3"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"fields": null,
|
|
750
|
+
"inputFields": null,
|
|
751
|
+
"interfaces": null,
|
|
752
|
+
"kind": "ENUM",
|
|
753
|
+
"name": "IPSecV2TunnelRole",
|
|
754
|
+
"possibleTypes": null
|
|
755
|
+
},
|
|
756
|
+
"indexType": "enum",
|
|
757
|
+
"kind": [
|
|
758
|
+
"ENUM"
|
|
759
|
+
],
|
|
760
|
+
"name": "IPSecV2TunnelRole",
|
|
761
|
+
"non_null": false
|
|
762
|
+
},
|
|
763
|
+
"varName": "role"
|
|
764
|
+
},
|
|
633
765
|
"tunnelId": {
|
|
634
766
|
"defaultValue": null,
|
|
635
767
|
"description": "The ID of the tunnel",
|
|
@@ -777,11 +909,12 @@
|
|
|
777
909
|
}
|
|
778
910
|
}
|
|
779
911
|
},
|
|
780
|
-
"deprecationReason":
|
|
912
|
+
"deprecationReason": "in favor of site",
|
|
781
913
|
"description": null,
|
|
782
914
|
"fieldTypes": {
|
|
783
915
|
"DestinationType": true,
|
|
784
916
|
"IPSecV2InterfaceId": true,
|
|
917
|
+
"IPSecV2TunnelRole": true,
|
|
785
918
|
"LastMileBwInput": true,
|
|
786
919
|
"UpdateIpsecIkeV2SiteMultiTunnelPayload": true,
|
|
787
920
|
"UpdateIpsecIkeV2SiteTunnelPayload": true,
|
|
@@ -789,7 +922,7 @@
|
|
|
789
922
|
"UpdateIpsecIkeV2TunnelInput": true,
|
|
790
923
|
"UpdateIpsecIkeV2TunnelsInput": true
|
|
791
924
|
},
|
|
792
|
-
"isDeprecated":
|
|
925
|
+
"isDeprecated": true,
|
|
793
926
|
"name": "sites",
|
|
794
927
|
"operationArgs": {
|
|
795
928
|
"accountId": {
|
|
@@ -1019,6 +1152,24 @@
|
|
|
1019
1152
|
},
|
|
1020
1153
|
"varName": "lastMileBwInput"
|
|
1021
1154
|
},
|
|
1155
|
+
"name": {
|
|
1156
|
+
"defaultValue": null,
|
|
1157
|
+
"description": "Tunnel name",
|
|
1158
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
|
|
1159
|
+
"name": "name",
|
|
1160
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
|
|
1161
|
+
"requestStr": "$name:String ",
|
|
1162
|
+
"required": false,
|
|
1163
|
+
"responseStr": "name:$name ",
|
|
1164
|
+
"type": {
|
|
1165
|
+
"kind": [
|
|
1166
|
+
"SCALAR"
|
|
1167
|
+
],
|
|
1168
|
+
"name": "String",
|
|
1169
|
+
"non_null": false
|
|
1170
|
+
},
|
|
1171
|
+
"varName": "name"
|
|
1172
|
+
},
|
|
1022
1173
|
"privateCatoIp": {
|
|
1023
1174
|
"defaultValue": null,
|
|
1024
1175
|
"description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
|
|
@@ -1091,6 +1242,54 @@
|
|
|
1091
1242
|
},
|
|
1092
1243
|
"varName": "publicSiteIp"
|
|
1093
1244
|
},
|
|
1245
|
+
"role": {
|
|
1246
|
+
"defaultValue": null,
|
|
1247
|
+
"description": "Tunnel role",
|
|
1248
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
|
|
1249
|
+
"name": "role",
|
|
1250
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
|
|
1251
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
1252
|
+
"required": false,
|
|
1253
|
+
"responseStr": "role:$role ",
|
|
1254
|
+
"type": {
|
|
1255
|
+
"definition": {
|
|
1256
|
+
"description": null,
|
|
1257
|
+
"enumValues": [
|
|
1258
|
+
{
|
|
1259
|
+
"deprecationReason": null,
|
|
1260
|
+
"description": null,
|
|
1261
|
+
"isDeprecated": false,
|
|
1262
|
+
"name": "WAN1"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"deprecationReason": null,
|
|
1266
|
+
"description": null,
|
|
1267
|
+
"isDeprecated": false,
|
|
1268
|
+
"name": "WAN2"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"deprecationReason": null,
|
|
1272
|
+
"description": null,
|
|
1273
|
+
"isDeprecated": false,
|
|
1274
|
+
"name": "WAN3"
|
|
1275
|
+
}
|
|
1276
|
+
],
|
|
1277
|
+
"fields": null,
|
|
1278
|
+
"inputFields": null,
|
|
1279
|
+
"interfaces": null,
|
|
1280
|
+
"kind": "ENUM",
|
|
1281
|
+
"name": "IPSecV2TunnelRole",
|
|
1282
|
+
"possibleTypes": null
|
|
1283
|
+
},
|
|
1284
|
+
"indexType": "enum",
|
|
1285
|
+
"kind": [
|
|
1286
|
+
"ENUM"
|
|
1287
|
+
],
|
|
1288
|
+
"name": "IPSecV2TunnelRole",
|
|
1289
|
+
"non_null": false
|
|
1290
|
+
},
|
|
1291
|
+
"varName": "role"
|
|
1292
|
+
},
|
|
1094
1293
|
"tunnelId": {
|
|
1095
1294
|
"defaultValue": null,
|
|
1096
1295
|
"description": "The ID of the tunnel",
|
|
@@ -1365,6 +1564,24 @@
|
|
|
1365
1564
|
},
|
|
1366
1565
|
"varName": "lastMileBwInput"
|
|
1367
1566
|
},
|
|
1567
|
+
"name": {
|
|
1568
|
+
"defaultValue": null,
|
|
1569
|
+
"description": "Tunnel name",
|
|
1570
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
|
|
1571
|
+
"name": "name",
|
|
1572
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
|
|
1573
|
+
"requestStr": "$name:String ",
|
|
1574
|
+
"required": false,
|
|
1575
|
+
"responseStr": "name:$name ",
|
|
1576
|
+
"type": {
|
|
1577
|
+
"kind": [
|
|
1578
|
+
"SCALAR"
|
|
1579
|
+
],
|
|
1580
|
+
"name": "String",
|
|
1581
|
+
"non_null": false
|
|
1582
|
+
},
|
|
1583
|
+
"varName": "name"
|
|
1584
|
+
},
|
|
1368
1585
|
"privateCatoIp": {
|
|
1369
1586
|
"defaultValue": null,
|
|
1370
1587
|
"description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
|
|
@@ -1437,6 +1654,54 @@
|
|
|
1437
1654
|
},
|
|
1438
1655
|
"varName": "publicSiteIp"
|
|
1439
1656
|
},
|
|
1657
|
+
"role": {
|
|
1658
|
+
"defaultValue": null,
|
|
1659
|
+
"description": "Tunnel role",
|
|
1660
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
|
|
1661
|
+
"name": "role",
|
|
1662
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
|
|
1663
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
1664
|
+
"required": false,
|
|
1665
|
+
"responseStr": "role:$role ",
|
|
1666
|
+
"type": {
|
|
1667
|
+
"definition": {
|
|
1668
|
+
"description": null,
|
|
1669
|
+
"enumValues": [
|
|
1670
|
+
{
|
|
1671
|
+
"deprecationReason": null,
|
|
1672
|
+
"description": null,
|
|
1673
|
+
"isDeprecated": false,
|
|
1674
|
+
"name": "WAN1"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"deprecationReason": null,
|
|
1678
|
+
"description": null,
|
|
1679
|
+
"isDeprecated": false,
|
|
1680
|
+
"name": "WAN2"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"deprecationReason": null,
|
|
1684
|
+
"description": null,
|
|
1685
|
+
"isDeprecated": false,
|
|
1686
|
+
"name": "WAN3"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"fields": null,
|
|
1690
|
+
"inputFields": null,
|
|
1691
|
+
"interfaces": null,
|
|
1692
|
+
"kind": "ENUM",
|
|
1693
|
+
"name": "IPSecV2TunnelRole",
|
|
1694
|
+
"possibleTypes": null
|
|
1695
|
+
},
|
|
1696
|
+
"indexType": "enum",
|
|
1697
|
+
"kind": [
|
|
1698
|
+
"ENUM"
|
|
1699
|
+
],
|
|
1700
|
+
"name": "IPSecV2TunnelRole",
|
|
1701
|
+
"non_null": false
|
|
1702
|
+
},
|
|
1703
|
+
"varName": "role"
|
|
1704
|
+
},
|
|
1440
1705
|
"tunnelId": {
|
|
1441
1706
|
"defaultValue": null,
|
|
1442
1707
|
"description": "The ID of the tunnel",
|
|
@@ -1751,6 +2016,24 @@
|
|
|
1751
2016
|
},
|
|
1752
2017
|
"varName": "lastMileBwInput"
|
|
1753
2018
|
},
|
|
2019
|
+
"name": {
|
|
2020
|
+
"defaultValue": null,
|
|
2021
|
+
"description": "Tunnel name",
|
|
2022
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___name",
|
|
2023
|
+
"name": "name",
|
|
2024
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.name",
|
|
2025
|
+
"requestStr": "$name:String ",
|
|
2026
|
+
"required": false,
|
|
2027
|
+
"responseStr": "name:$name ",
|
|
2028
|
+
"type": {
|
|
2029
|
+
"kind": [
|
|
2030
|
+
"SCALAR"
|
|
2031
|
+
],
|
|
2032
|
+
"name": "String",
|
|
2033
|
+
"non_null": false
|
|
2034
|
+
},
|
|
2035
|
+
"varName": "name"
|
|
2036
|
+
},
|
|
1754
2037
|
"privateCatoIp": {
|
|
1755
2038
|
"defaultValue": null,
|
|
1756
2039
|
"description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
|
|
@@ -1823,6 +2106,54 @@
|
|
|
1823
2106
|
},
|
|
1824
2107
|
"varName": "publicSiteIp"
|
|
1825
2108
|
},
|
|
2109
|
+
"role": {
|
|
2110
|
+
"defaultValue": null,
|
|
2111
|
+
"description": "Tunnel role",
|
|
2112
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___role",
|
|
2113
|
+
"name": "role",
|
|
2114
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.role",
|
|
2115
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
2116
|
+
"required": false,
|
|
2117
|
+
"responseStr": "role:$role ",
|
|
2118
|
+
"type": {
|
|
2119
|
+
"definition": {
|
|
2120
|
+
"description": null,
|
|
2121
|
+
"enumValues": [
|
|
2122
|
+
{
|
|
2123
|
+
"deprecationReason": null,
|
|
2124
|
+
"description": null,
|
|
2125
|
+
"isDeprecated": false,
|
|
2126
|
+
"name": "WAN1"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"deprecationReason": null,
|
|
2130
|
+
"description": null,
|
|
2131
|
+
"isDeprecated": false,
|
|
2132
|
+
"name": "WAN2"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"deprecationReason": null,
|
|
2136
|
+
"description": null,
|
|
2137
|
+
"isDeprecated": false,
|
|
2138
|
+
"name": "WAN3"
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"fields": null,
|
|
2142
|
+
"inputFields": null,
|
|
2143
|
+
"interfaces": null,
|
|
2144
|
+
"kind": "ENUM",
|
|
2145
|
+
"name": "IPSecV2TunnelRole",
|
|
2146
|
+
"possibleTypes": null
|
|
2147
|
+
},
|
|
2148
|
+
"indexType": "enum",
|
|
2149
|
+
"kind": [
|
|
2150
|
+
"ENUM"
|
|
2151
|
+
],
|
|
2152
|
+
"name": "IPSecV2TunnelRole",
|
|
2153
|
+
"non_null": false
|
|
2154
|
+
},
|
|
2155
|
+
"varName": "role"
|
|
2156
|
+
},
|
|
1826
2157
|
"tunnelId": {
|
|
1827
2158
|
"defaultValue": null,
|
|
1828
2159
|
"description": "The ID of the tunnel",
|
|
@@ -2097,6 +2428,24 @@
|
|
|
2097
2428
|
},
|
|
2098
2429
|
"varName": "lastMileBwInput"
|
|
2099
2430
|
},
|
|
2431
|
+
"name": {
|
|
2432
|
+
"defaultValue": null,
|
|
2433
|
+
"description": "Tunnel name",
|
|
2434
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___name",
|
|
2435
|
+
"name": "name",
|
|
2436
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.name",
|
|
2437
|
+
"requestStr": "$name:String ",
|
|
2438
|
+
"required": false,
|
|
2439
|
+
"responseStr": "name:$name ",
|
|
2440
|
+
"type": {
|
|
2441
|
+
"kind": [
|
|
2442
|
+
"SCALAR"
|
|
2443
|
+
],
|
|
2444
|
+
"name": "String",
|
|
2445
|
+
"non_null": false
|
|
2446
|
+
},
|
|
2447
|
+
"varName": "name"
|
|
2448
|
+
},
|
|
2100
2449
|
"privateCatoIp": {
|
|
2101
2450
|
"defaultValue": null,
|
|
2102
2451
|
"description": "Cato\u2019s private IP, used for BGP routing. Applicable for sites using BGP only",
|
|
@@ -2169,6 +2518,54 @@
|
|
|
2169
2518
|
},
|
|
2170
2519
|
"varName": "publicSiteIp"
|
|
2171
2520
|
},
|
|
2521
|
+
"role": {
|
|
2522
|
+
"defaultValue": null,
|
|
2523
|
+
"description": "Tunnel role",
|
|
2524
|
+
"id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___role",
|
|
2525
|
+
"name": "role",
|
|
2526
|
+
"path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.role",
|
|
2527
|
+
"requestStr": "$role:IPSecV2TunnelRole ",
|
|
2528
|
+
"required": false,
|
|
2529
|
+
"responseStr": "role:$role ",
|
|
2530
|
+
"type": {
|
|
2531
|
+
"definition": {
|
|
2532
|
+
"description": null,
|
|
2533
|
+
"enumValues": [
|
|
2534
|
+
{
|
|
2535
|
+
"deprecationReason": null,
|
|
2536
|
+
"description": null,
|
|
2537
|
+
"isDeprecated": false,
|
|
2538
|
+
"name": "WAN1"
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"deprecationReason": null,
|
|
2542
|
+
"description": null,
|
|
2543
|
+
"isDeprecated": false,
|
|
2544
|
+
"name": "WAN2"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"deprecationReason": null,
|
|
2548
|
+
"description": null,
|
|
2549
|
+
"isDeprecated": false,
|
|
2550
|
+
"name": "WAN3"
|
|
2551
|
+
}
|
|
2552
|
+
],
|
|
2553
|
+
"fields": null,
|
|
2554
|
+
"inputFields": null,
|
|
2555
|
+
"interfaces": null,
|
|
2556
|
+
"kind": "ENUM",
|
|
2557
|
+
"name": "IPSecV2TunnelRole",
|
|
2558
|
+
"possibleTypes": null
|
|
2559
|
+
},
|
|
2560
|
+
"indexType": "enum",
|
|
2561
|
+
"kind": [
|
|
2562
|
+
"ENUM"
|
|
2563
|
+
],
|
|
2564
|
+
"name": "IPSecV2TunnelRole",
|
|
2565
|
+
"non_null": false
|
|
2566
|
+
},
|
|
2567
|
+
"varName": "role"
|
|
2568
|
+
},
|
|
2172
2569
|
"tunnelId": {
|
|
2173
2570
|
"defaultValue": null,
|
|
2174
2571
|
"description": "The ID of the tunnel",
|
|
@@ -2745,6 +3142,9 @@
|
|
|
2745
3142
|
"upstream": "Int"
|
|
2746
3143
|
}
|
|
2747
3144
|
},
|
|
3145
|
+
"name": {
|
|
3146
|
+
"name": "String"
|
|
3147
|
+
},
|
|
2748
3148
|
"privateCatoIp": {
|
|
2749
3149
|
"privateCatoIp": "IPAddress"
|
|
2750
3150
|
},
|
|
@@ -2757,6 +3157,9 @@
|
|
|
2757
3157
|
"publicSiteIp": {
|
|
2758
3158
|
"publicSiteIp": "IPAddress"
|
|
2759
3159
|
},
|
|
3160
|
+
"role": {
|
|
3161
|
+
"role": "enum(IPSecV2TunnelRole)"
|
|
3162
|
+
},
|
|
2760
3163
|
"tunnelId": {
|
|
2761
3164
|
"tunnelId": "enum(IPSecV2InterfaceId)"
|
|
2762
3165
|
}
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
},
|
|
413
|
-
"deprecationReason":
|
|
413
|
+
"deprecationReason": "in favor of site",
|
|
414
414
|
"description": null,
|
|
415
415
|
"fieldTypes": {
|
|
416
416
|
"DhcpType": true,
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"SubnetType": true,
|
|
419
419
|
"UpdateNetworkRangePayload": true
|
|
420
420
|
},
|
|
421
|
-
"isDeprecated":
|
|
421
|
+
"isDeprecated": true,
|
|
422
422
|
"name": "sites",
|
|
423
423
|
"operationArgs": {
|
|
424
424
|
"accountId": {
|
|
@@ -295,14 +295,14 @@
|
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
|
-
"deprecationReason":
|
|
298
|
+
"deprecationReason": "in favor of site",
|
|
299
299
|
"description": null,
|
|
300
300
|
"fieldTypes": {
|
|
301
301
|
"SiteType": true,
|
|
302
302
|
"UpdateSiteGeneralDetailsPayload": true,
|
|
303
303
|
"UpdateSiteLocationInput": true
|
|
304
304
|
},
|
|
305
|
-
"isDeprecated":
|
|
305
|
+
"isDeprecated": true,
|
|
306
306
|
"name": "sites",
|
|
307
307
|
"operationArgs": {
|
|
308
308
|
"accountId": {
|
|
@@ -1022,7 +1022,7 @@
|
|
|
1022
1022
|
}
|
|
1023
1023
|
}
|
|
1024
1024
|
},
|
|
1025
|
-
"deprecationReason":
|
|
1025
|
+
"deprecationReason": "in favor of site",
|
|
1026
1026
|
"description": null,
|
|
1027
1027
|
"fieldTypes": {
|
|
1028
1028
|
"SocketInterfaceAltWanInput": true,
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
"UpdateSocketInterfacePayload": true,
|
|
1040
1040
|
"VrrpType": true
|
|
1041
1041
|
},
|
|
1042
|
-
"isDeprecated":
|
|
1042
|
+
"isDeprecated": true,
|
|
1043
1043
|
"name": "sites",
|
|
1044
1044
|
"operationArgs": {
|
|
1045
1045
|
"accountId": {
|