catocli 1.0.18__py3-none-any.whl → 1.0.20__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 +6 -0
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +174 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
- catocli/parsers/mutation_sandbox/README.md +7 -0
- catocli/parsers/mutation_sandbox/__init__.py +37 -0
- catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
- catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
- catocli/parsers/mutation_site/__init__.py +28 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +28 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_xdr/README.md +7 -0
- catocli/parsers/mutation_xdr/__init__.py +51 -0
- catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
- catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
- catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
- catocli/parsers/parserApiClient.py +6 -6
- catocli/parsers/query_accountMetrics/README.md +2 -1
- catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_eventsTimeSeries/README.md +2 -1
- catocli/parsers/query_policy/README.md +2 -1
- catocli/parsers/query_sandbox/README.md +17 -0
- catocli/parsers/query_sandbox/__init__.py +17 -0
- catocli/parsers/query_siteLocation/README.md +1 -1
- catocli/parsers/query_xdr_story/README.md +1 -1
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/RECORD +102 -52
- models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
- models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
- models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
- models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
- models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
- models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
- models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
- models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
- models/mutation.sandbox.deleteReport.json +302 -0
- models/mutation.sandbox.uploadFile.json +301 -0
- models/mutation.site.addIpsecIkeV2Site.json +57 -0
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.addSecondaryAwsVSocket.json +707 -0
- models/mutation.site.addSecondaryAzureVSocket.json +647 -0
- models/mutation.site.addSocketSite.json +72 -15
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.updateNetworkRange.json +3 -3
- models/mutation.site.updateSocketInterface.json +126 -18
- models/mutation.sites.addIpsecIkeV2Site.json +57 -0
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
- models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
- models/mutation.sites.addSocketSite.json +72 -15
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.updateNetworkRange.json +3 -3
- models/mutation.sites.updateSocketInterface.json +126 -18
- models/mutation.xdr.addStoryComment.json +622 -0
- models/mutation.xdr.analystFeedback.json +28820 -0
- models/mutation.xdr.deleteStoryComment.json +622 -0
- models/query.accountMetrics.json +341 -0
- models/query.accountSnapshot.json +120 -0
- models/query.appStatsTimeSeries.json +37 -0
- models/query.auditFeed.json +292 -52
- models/query.events.json +1196 -236
- models/query.eventsFeed.json +292 -52
- models/query.eventsTimeSeries.json +941 -184
- models/query.policy.json +2047 -156
- models/query.sandbox.json +2047 -0
- models/query.xdr.stories.json +134 -4
- models/query.xdr.story.json +116 -4
- schema/catolib.py +4 -5
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
|
@@ -271,6 +271,24 @@
|
|
|
271
271
|
"non_null": false
|
|
272
272
|
},
|
|
273
273
|
"varName": "siteType"
|
|
274
|
+
},
|
|
275
|
+
"vlan": {
|
|
276
|
+
"defaultValue": null,
|
|
277
|
+
"description": "VLAN ID for native range",
|
|
278
|
+
"id_str": "addIpsecIkeV2Site___input___vlan",
|
|
279
|
+
"name": "vlan",
|
|
280
|
+
"path": "addIpsecIkeV2Site.input.vlan",
|
|
281
|
+
"requestStr": "$vlan:Vlan ",
|
|
282
|
+
"required": false,
|
|
283
|
+
"responseStr": "vlan:$vlan ",
|
|
284
|
+
"type": {
|
|
285
|
+
"kind": [
|
|
286
|
+
"SCALAR"
|
|
287
|
+
],
|
|
288
|
+
"name": "Vlan",
|
|
289
|
+
"non_null": false
|
|
290
|
+
},
|
|
291
|
+
"varName": "vlan"
|
|
274
292
|
}
|
|
275
293
|
},
|
|
276
294
|
"interfaces": null,
|
|
@@ -577,6 +595,24 @@
|
|
|
577
595
|
"non_null": false
|
|
578
596
|
},
|
|
579
597
|
"varName": "siteType"
|
|
598
|
+
},
|
|
599
|
+
"vlan": {
|
|
600
|
+
"defaultValue": null,
|
|
601
|
+
"description": "VLAN ID for native range",
|
|
602
|
+
"id_str": "addIpsecIkeV2Site___input___vlan",
|
|
603
|
+
"name": "vlan",
|
|
604
|
+
"path": "addIpsecIkeV2Site.input.vlan",
|
|
605
|
+
"requestStr": "$vlan:Vlan ",
|
|
606
|
+
"required": false,
|
|
607
|
+
"responseStr": "vlan:$vlan ",
|
|
608
|
+
"type": {
|
|
609
|
+
"kind": [
|
|
610
|
+
"SCALAR"
|
|
611
|
+
],
|
|
612
|
+
"name": "Vlan",
|
|
613
|
+
"non_null": false
|
|
614
|
+
},
|
|
615
|
+
"varName": "vlan"
|
|
580
616
|
}
|
|
581
617
|
},
|
|
582
618
|
"interfaces": null,
|
|
@@ -851,6 +887,24 @@
|
|
|
851
887
|
"non_null": false
|
|
852
888
|
},
|
|
853
889
|
"varName": "siteType"
|
|
890
|
+
},
|
|
891
|
+
"vlan": {
|
|
892
|
+
"defaultValue": null,
|
|
893
|
+
"description": "VLAN ID for native range",
|
|
894
|
+
"id_str": "addIpsecIkeV2Site___input___vlan",
|
|
895
|
+
"name": "vlan",
|
|
896
|
+
"path": "addIpsecIkeV2Site.input.vlan",
|
|
897
|
+
"requestStr": "$vlan:Vlan ",
|
|
898
|
+
"required": false,
|
|
899
|
+
"responseStr": "vlan:$vlan ",
|
|
900
|
+
"type": {
|
|
901
|
+
"kind": [
|
|
902
|
+
"SCALAR"
|
|
903
|
+
],
|
|
904
|
+
"name": "Vlan",
|
|
905
|
+
"non_null": false
|
|
906
|
+
},
|
|
907
|
+
"varName": "vlan"
|
|
854
908
|
}
|
|
855
909
|
},
|
|
856
910
|
"interfaces": null,
|
|
@@ -965,6 +1019,9 @@
|
|
|
965
1019
|
},
|
|
966
1020
|
"siteType": {
|
|
967
1021
|
"siteType": "enum(SiteType)"
|
|
1022
|
+
},
|
|
1023
|
+
"vlan": {
|
|
1024
|
+
"vlan": "Vlan"
|
|
968
1025
|
}
|
|
969
1026
|
}
|
|
970
1027
|
}
|
|
@@ -179,6 +179,24 @@
|
|
|
179
179
|
},
|
|
180
180
|
"varName": "downstream"
|
|
181
181
|
},
|
|
182
|
+
"downstreamMbpsPrecision": {
|
|
183
|
+
"defaultValue": null,
|
|
184
|
+
"description": "The maximum downstream bandwidth from the Cato Cloud to the site, in Mbps with single decimal precision. This value can be used for capping the downstream traffic. It should not be set above the ISP downstream bandwidth or the site license bandwidth.",
|
|
185
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___downstreamMbpsPrecision",
|
|
186
|
+
"name": "downstreamMbpsPrecision",
|
|
187
|
+
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.downstreamMbpsPrecision",
|
|
188
|
+
"requestStr": "$downstreamMbpsPrecision:Float ",
|
|
189
|
+
"required": false,
|
|
190
|
+
"responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
|
|
191
|
+
"type": {
|
|
192
|
+
"kind": [
|
|
193
|
+
"SCALAR"
|
|
194
|
+
],
|
|
195
|
+
"name": "Float",
|
|
196
|
+
"non_null": false
|
|
197
|
+
},
|
|
198
|
+
"varName": "downstreamMbpsPrecision"
|
|
199
|
+
},
|
|
182
200
|
"upstream": {
|
|
183
201
|
"defaultValue": null,
|
|
184
202
|
"description": "The maximum upstream bandwidth, in Mbps. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
@@ -196,6 +214,24 @@
|
|
|
196
214
|
"non_null": false
|
|
197
215
|
},
|
|
198
216
|
"varName": "upstream"
|
|
217
|
+
},
|
|
218
|
+
"upstreamMbpsPrecision": {
|
|
219
|
+
"defaultValue": null,
|
|
220
|
+
"description": "The maximum upstream bandwidth, in Mbps with single decimal precision. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
221
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___upstreamMbpsPrecision",
|
|
222
|
+
"name": "upstreamMbpsPrecision",
|
|
223
|
+
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.upstreamMbpsPrecision",
|
|
224
|
+
"requestStr": "$upstreamMbpsPrecision:Float ",
|
|
225
|
+
"required": false,
|
|
226
|
+
"responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
|
|
227
|
+
"type": {
|
|
228
|
+
"kind": [
|
|
229
|
+
"SCALAR"
|
|
230
|
+
],
|
|
231
|
+
"name": "Float",
|
|
232
|
+
"non_null": false
|
|
233
|
+
},
|
|
234
|
+
"varName": "upstreamMbpsPrecision"
|
|
199
235
|
}
|
|
200
236
|
},
|
|
201
237
|
"interfaces": null,
|
|
@@ -525,6 +561,24 @@
|
|
|
525
561
|
},
|
|
526
562
|
"varName": "downstream"
|
|
527
563
|
},
|
|
564
|
+
"downstreamMbpsPrecision": {
|
|
565
|
+
"defaultValue": null,
|
|
566
|
+
"description": "The maximum downstream bandwidth from the Cato Cloud to the site, in Mbps with single decimal precision. This value can be used for capping the downstream traffic. It should not be set above the ISP downstream bandwidth or the site license bandwidth.",
|
|
567
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___downstreamMbpsPrecision",
|
|
568
|
+
"name": "downstreamMbpsPrecision",
|
|
569
|
+
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.downstreamMbpsPrecision",
|
|
570
|
+
"requestStr": "$downstreamMbpsPrecision:Float ",
|
|
571
|
+
"required": false,
|
|
572
|
+
"responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
|
|
573
|
+
"type": {
|
|
574
|
+
"kind": [
|
|
575
|
+
"SCALAR"
|
|
576
|
+
],
|
|
577
|
+
"name": "Float",
|
|
578
|
+
"non_null": false
|
|
579
|
+
},
|
|
580
|
+
"varName": "downstreamMbpsPrecision"
|
|
581
|
+
},
|
|
528
582
|
"upstream": {
|
|
529
583
|
"defaultValue": null,
|
|
530
584
|
"description": "The maximum upstream bandwidth, in Mbps. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
@@ -542,6 +596,24 @@
|
|
|
542
596
|
"non_null": false
|
|
543
597
|
},
|
|
544
598
|
"varName": "upstream"
|
|
599
|
+
},
|
|
600
|
+
"upstreamMbpsPrecision": {
|
|
601
|
+
"defaultValue": null,
|
|
602
|
+
"description": "The maximum upstream bandwidth, in Mbps with single decimal precision. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
603
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___upstreamMbpsPrecision",
|
|
604
|
+
"name": "upstreamMbpsPrecision",
|
|
605
|
+
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.upstreamMbpsPrecision",
|
|
606
|
+
"requestStr": "$upstreamMbpsPrecision:Float ",
|
|
607
|
+
"required": false,
|
|
608
|
+
"responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
|
|
609
|
+
"type": {
|
|
610
|
+
"kind": [
|
|
611
|
+
"SCALAR"
|
|
612
|
+
],
|
|
613
|
+
"name": "Float",
|
|
614
|
+
"non_null": false
|
|
615
|
+
},
|
|
616
|
+
"varName": "upstreamMbpsPrecision"
|
|
545
617
|
}
|
|
546
618
|
},
|
|
547
619
|
"interfaces": null,
|
|
@@ -968,6 +1040,24 @@
|
|
|
968
1040
|
},
|
|
969
1041
|
"varName": "downstream"
|
|
970
1042
|
},
|
|
1043
|
+
"downstreamMbpsPrecision": {
|
|
1044
|
+
"defaultValue": null,
|
|
1045
|
+
"description": "The maximum downstream bandwidth from the Cato Cloud to the site, in Mbps with single decimal precision. This value can be used for capping the downstream traffic. It should not be set above the ISP downstream bandwidth or the site license bandwidth.",
|
|
1046
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___downstreamMbpsPrecision",
|
|
1047
|
+
"name": "downstreamMbpsPrecision",
|
|
1048
|
+
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.downstreamMbpsPrecision",
|
|
1049
|
+
"requestStr": "$downstreamMbpsPrecision:Float ",
|
|
1050
|
+
"required": false,
|
|
1051
|
+
"responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
|
|
1052
|
+
"type": {
|
|
1053
|
+
"kind": [
|
|
1054
|
+
"SCALAR"
|
|
1055
|
+
],
|
|
1056
|
+
"name": "Float",
|
|
1057
|
+
"non_null": false
|
|
1058
|
+
},
|
|
1059
|
+
"varName": "downstreamMbpsPrecision"
|
|
1060
|
+
},
|
|
971
1061
|
"upstream": {
|
|
972
1062
|
"defaultValue": null,
|
|
973
1063
|
"description": "The maximum upstream bandwidth, in Mbps. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
@@ -985,6 +1075,24 @@
|
|
|
985
1075
|
"non_null": false
|
|
986
1076
|
},
|
|
987
1077
|
"varName": "upstream"
|
|
1078
|
+
},
|
|
1079
|
+
"upstreamMbpsPrecision": {
|
|
1080
|
+
"defaultValue": null,
|
|
1081
|
+
"description": "The maximum upstream bandwidth, in Mbps with single decimal precision. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
1082
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___upstreamMbpsPrecision",
|
|
1083
|
+
"name": "upstreamMbpsPrecision",
|
|
1084
|
+
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.upstreamMbpsPrecision",
|
|
1085
|
+
"requestStr": "$upstreamMbpsPrecision:Float ",
|
|
1086
|
+
"required": false,
|
|
1087
|
+
"responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
|
|
1088
|
+
"type": {
|
|
1089
|
+
"kind": [
|
|
1090
|
+
"SCALAR"
|
|
1091
|
+
],
|
|
1092
|
+
"name": "Float",
|
|
1093
|
+
"non_null": false
|
|
1094
|
+
},
|
|
1095
|
+
"varName": "upstreamMbpsPrecision"
|
|
988
1096
|
}
|
|
989
1097
|
},
|
|
990
1098
|
"interfaces": null,
|
|
@@ -1314,6 +1422,24 @@
|
|
|
1314
1422
|
},
|
|
1315
1423
|
"varName": "downstream"
|
|
1316
1424
|
},
|
|
1425
|
+
"downstreamMbpsPrecision": {
|
|
1426
|
+
"defaultValue": null,
|
|
1427
|
+
"description": "The maximum downstream bandwidth from the Cato Cloud to the site, in Mbps with single decimal precision. This value can be used for capping the downstream traffic. It should not be set above the ISP downstream bandwidth or the site license bandwidth.",
|
|
1428
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___downstreamMbpsPrecision",
|
|
1429
|
+
"name": "downstreamMbpsPrecision",
|
|
1430
|
+
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.downstreamMbpsPrecision",
|
|
1431
|
+
"requestStr": "$downstreamMbpsPrecision:Float ",
|
|
1432
|
+
"required": false,
|
|
1433
|
+
"responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
|
|
1434
|
+
"type": {
|
|
1435
|
+
"kind": [
|
|
1436
|
+
"SCALAR"
|
|
1437
|
+
],
|
|
1438
|
+
"name": "Float",
|
|
1439
|
+
"non_null": false
|
|
1440
|
+
},
|
|
1441
|
+
"varName": "downstreamMbpsPrecision"
|
|
1442
|
+
},
|
|
1317
1443
|
"upstream": {
|
|
1318
1444
|
"defaultValue": null,
|
|
1319
1445
|
"description": "The maximum upstream bandwidth, in Mbps. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
@@ -1331,6 +1457,24 @@
|
|
|
1331
1457
|
"non_null": false
|
|
1332
1458
|
},
|
|
1333
1459
|
"varName": "upstream"
|
|
1460
|
+
},
|
|
1461
|
+
"upstreamMbpsPrecision": {
|
|
1462
|
+
"defaultValue": null,
|
|
1463
|
+
"description": "The maximum upstream bandwidth, in Mbps with single decimal precision. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
1464
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___upstreamMbpsPrecision",
|
|
1465
|
+
"name": "upstreamMbpsPrecision",
|
|
1466
|
+
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.upstreamMbpsPrecision",
|
|
1467
|
+
"requestStr": "$upstreamMbpsPrecision:Float ",
|
|
1468
|
+
"required": false,
|
|
1469
|
+
"responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"kind": [
|
|
1472
|
+
"SCALAR"
|
|
1473
|
+
],
|
|
1474
|
+
"name": "Float",
|
|
1475
|
+
"non_null": false
|
|
1476
|
+
},
|
|
1477
|
+
"varName": "upstreamMbpsPrecision"
|
|
1334
1478
|
}
|
|
1335
1479
|
},
|
|
1336
1480
|
"interfaces": null,
|
|
@@ -1719,6 +1863,24 @@
|
|
|
1719
1863
|
},
|
|
1720
1864
|
"varName": "downstream"
|
|
1721
1865
|
},
|
|
1866
|
+
"downstreamMbpsPrecision": {
|
|
1867
|
+
"defaultValue": null,
|
|
1868
|
+
"description": "The maximum downstream bandwidth from the Cato Cloud to the site, in Mbps with single decimal precision. This value can be used for capping the downstream traffic. It should not be set above the ISP downstream bandwidth or the site license bandwidth.",
|
|
1869
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___downstreamMbpsPrecision",
|
|
1870
|
+
"name": "downstreamMbpsPrecision",
|
|
1871
|
+
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.downstreamMbpsPrecision",
|
|
1872
|
+
"requestStr": "$downstreamMbpsPrecision:Float ",
|
|
1873
|
+
"required": false,
|
|
1874
|
+
"responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
|
|
1875
|
+
"type": {
|
|
1876
|
+
"kind": [
|
|
1877
|
+
"SCALAR"
|
|
1878
|
+
],
|
|
1879
|
+
"name": "Float",
|
|
1880
|
+
"non_null": false
|
|
1881
|
+
},
|
|
1882
|
+
"varName": "downstreamMbpsPrecision"
|
|
1883
|
+
},
|
|
1722
1884
|
"upstream": {
|
|
1723
1885
|
"defaultValue": null,
|
|
1724
1886
|
"description": "The maximum upstream bandwidth, in Mbps. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
@@ -1736,6 +1898,24 @@
|
|
|
1736
1898
|
"non_null": false
|
|
1737
1899
|
},
|
|
1738
1900
|
"varName": "upstream"
|
|
1901
|
+
},
|
|
1902
|
+
"upstreamMbpsPrecision": {
|
|
1903
|
+
"defaultValue": null,
|
|
1904
|
+
"description": "The maximum upstream bandwidth, in Mbps with single decimal precision. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
1905
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___upstreamMbpsPrecision",
|
|
1906
|
+
"name": "upstreamMbpsPrecision",
|
|
1907
|
+
"path": "addIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.upstreamMbpsPrecision",
|
|
1908
|
+
"requestStr": "$upstreamMbpsPrecision:Float ",
|
|
1909
|
+
"required": false,
|
|
1910
|
+
"responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
|
|
1911
|
+
"type": {
|
|
1912
|
+
"kind": [
|
|
1913
|
+
"SCALAR"
|
|
1914
|
+
],
|
|
1915
|
+
"name": "Float",
|
|
1916
|
+
"non_null": false
|
|
1917
|
+
},
|
|
1918
|
+
"varName": "upstreamMbpsPrecision"
|
|
1739
1919
|
}
|
|
1740
1920
|
},
|
|
1741
1921
|
"interfaces": null,
|
|
@@ -2065,6 +2245,24 @@
|
|
|
2065
2245
|
},
|
|
2066
2246
|
"varName": "downstream"
|
|
2067
2247
|
},
|
|
2248
|
+
"downstreamMbpsPrecision": {
|
|
2249
|
+
"defaultValue": null,
|
|
2250
|
+
"description": "The maximum downstream bandwidth from the Cato Cloud to the site, in Mbps with single decimal precision. This value can be used for capping the downstream traffic. It should not be set above the ISP downstream bandwidth or the site license bandwidth.",
|
|
2251
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___downstreamMbpsPrecision",
|
|
2252
|
+
"name": "downstreamMbpsPrecision",
|
|
2253
|
+
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.downstreamMbpsPrecision",
|
|
2254
|
+
"requestStr": "$downstreamMbpsPrecision:Float ",
|
|
2255
|
+
"required": false,
|
|
2256
|
+
"responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
|
|
2257
|
+
"type": {
|
|
2258
|
+
"kind": [
|
|
2259
|
+
"SCALAR"
|
|
2260
|
+
],
|
|
2261
|
+
"name": "Float",
|
|
2262
|
+
"non_null": false
|
|
2263
|
+
},
|
|
2264
|
+
"varName": "downstreamMbpsPrecision"
|
|
2265
|
+
},
|
|
2068
2266
|
"upstream": {
|
|
2069
2267
|
"defaultValue": null,
|
|
2070
2268
|
"description": "The maximum upstream bandwidth, in Mbps. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
@@ -2082,6 +2280,24 @@
|
|
|
2082
2280
|
"non_null": false
|
|
2083
2281
|
},
|
|
2084
2282
|
"varName": "upstream"
|
|
2283
|
+
},
|
|
2284
|
+
"upstreamMbpsPrecision": {
|
|
2285
|
+
"defaultValue": null,
|
|
2286
|
+
"description": "The maximum upstream bandwidth, in Mbps with single decimal precision. The Cato Cloud cannot cap this direction, and this setting is used as a best-effort indication by the Cato Cloud.",
|
|
2287
|
+
"id_str": "addIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___upstreamMbpsPrecision",
|
|
2288
|
+
"name": "upstreamMbpsPrecision",
|
|
2289
|
+
"path": "addIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.upstreamMbpsPrecision",
|
|
2290
|
+
"requestStr": "$upstreamMbpsPrecision:Float ",
|
|
2291
|
+
"required": false,
|
|
2292
|
+
"responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
|
|
2293
|
+
"type": {
|
|
2294
|
+
"kind": [
|
|
2295
|
+
"SCALAR"
|
|
2296
|
+
],
|
|
2297
|
+
"name": "Float",
|
|
2298
|
+
"non_null": false
|
|
2299
|
+
},
|
|
2300
|
+
"varName": "upstreamMbpsPrecision"
|
|
2085
2301
|
}
|
|
2086
2302
|
},
|
|
2087
2303
|
"interfaces": null,
|
|
@@ -2741,8 +2957,14 @@
|
|
|
2741
2957
|
"downstream": {
|
|
2742
2958
|
"downstream": "Int"
|
|
2743
2959
|
},
|
|
2960
|
+
"downstreamMbpsPrecision": {
|
|
2961
|
+
"downstreamMbpsPrecision": "Float"
|
|
2962
|
+
},
|
|
2744
2963
|
"upstream": {
|
|
2745
2964
|
"upstream": "Int"
|
|
2965
|
+
},
|
|
2966
|
+
"upstreamMbpsPrecision": {
|
|
2967
|
+
"upstreamMbpsPrecision": "Float"
|
|
2746
2968
|
}
|
|
2747
2969
|
},
|
|
2748
2970
|
"name": {
|