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.

Files changed (102) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +174 -0
  4. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  5. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_sandbox/README.md +7 -0
  18. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  19. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  20. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  21. catocli/parsers/mutation_site/__init__.py +28 -0
  22. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  23. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  24. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  25. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  26. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  27. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  28. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  29. catocli/parsers/mutation_sites/__init__.py +28 -0
  30. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  31. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  32. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  33. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  34. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  35. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  36. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  37. catocli/parsers/mutation_xdr/README.md +7 -0
  38. catocli/parsers/mutation_xdr/__init__.py +51 -0
  39. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  40. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  41. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  42. catocli/parsers/parserApiClient.py +6 -6
  43. catocli/parsers/query_accountMetrics/README.md +2 -1
  44. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  45. catocli/parsers/query_eventsFeed/README.md +1 -1
  46. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  47. catocli/parsers/query_policy/README.md +2 -1
  48. catocli/parsers/query_sandbox/README.md +17 -0
  49. catocli/parsers/query_sandbox/__init__.py +17 -0
  50. catocli/parsers/query_siteLocation/README.md +1 -1
  51. catocli/parsers/query_xdr_story/README.md +1 -1
  52. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
  53. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/RECORD +102 -52
  54. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  55. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  56. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  57. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  58. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  59. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  60. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  61. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  62. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  63. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  64. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  65. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  66. models/mutation.sandbox.deleteReport.json +302 -0
  67. models/mutation.sandbox.uploadFile.json +301 -0
  68. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  69. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  70. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  71. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  72. models/mutation.site.addSocketSite.json +72 -15
  73. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  74. models/mutation.site.updateNetworkRange.json +3 -3
  75. models/mutation.site.updateSocketInterface.json +126 -18
  76. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  77. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  78. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  79. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  80. models/mutation.sites.addSocketSite.json +72 -15
  81. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  82. models/mutation.sites.updateNetworkRange.json +3 -3
  83. models/mutation.sites.updateSocketInterface.json +126 -18
  84. models/mutation.xdr.addStoryComment.json +622 -0
  85. models/mutation.xdr.analystFeedback.json +28820 -0
  86. models/mutation.xdr.deleteStoryComment.json +622 -0
  87. models/query.accountMetrics.json +341 -0
  88. models/query.accountSnapshot.json +120 -0
  89. models/query.appStatsTimeSeries.json +37 -0
  90. models/query.auditFeed.json +292 -52
  91. models/query.events.json +1196 -236
  92. models/query.eventsFeed.json +292 -52
  93. models/query.eventsTimeSeries.json +941 -184
  94. models/query.policy.json +2047 -156
  95. models/query.sandbox.json +2047 -0
  96. models/query.xdr.stories.json +134 -4
  97. models/query.xdr.story.json +116 -4
  98. schema/catolib.py +4 -5
  99. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
  100. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
  101. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
  102. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
@@ -40,7 +40,7 @@
40
40
  "inputFields": {
41
41
  "connectionType": {
42
42
  "defaultValue": "SOCKET_X1500",
43
- "description": null,
43
+ "description": "",
44
44
  "id_str": "addSocketSite___input___connectionType",
45
45
  "name": "connectionType",
46
46
  "path": "addSocketSite.input.connectionType",
@@ -131,7 +131,7 @@
131
131
  },
132
132
  "name": {
133
133
  "defaultValue": null,
134
- "description": null,
134
+ "description": "The name of the site",
135
135
  "id_str": "addSocketSite___input___name",
136
136
  "name": "name",
137
137
  "path": "addSocketSite.input.name",
@@ -150,7 +150,7 @@
150
150
  },
151
151
  "nativeNetworkRange": {
152
152
  "defaultValue": null,
153
- "description": null,
153
+ "description": "The native range of the site",
154
154
  "id_str": "addSocketSite___input___nativeNetworkRange",
155
155
  "name": "nativeNetworkRange",
156
156
  "path": "addSocketSite.input.nativeNetworkRange",
@@ -169,7 +169,7 @@
169
169
  },
170
170
  "siteLocation": {
171
171
  "defaultValue": null,
172
- "description": null,
172
+ "description": "The location of the site",
173
173
  "id_str": "addSocketSite___input___siteLocation",
174
174
  "name": "siteLocation",
175
175
  "path": "addSocketSite.input.siteLocation",
@@ -292,7 +292,7 @@
292
292
  },
293
293
  "siteType": {
294
294
  "defaultValue": "BRANCH",
295
- "description": null,
295
+ "description": "Valid values are: BRANCH, HEADQUARTERS,\tCLOUD_DC, and DATACENTER.",
296
296
  "id_str": "addSocketSite___input___siteType",
297
297
  "name": "siteType",
298
298
  "path": "addSocketSite.input.siteType",
@@ -362,6 +362,24 @@
362
362
  "non_null": false
363
363
  },
364
364
  "varName": "translatedSubnet"
365
+ },
366
+ "vlan": {
367
+ "defaultValue": null,
368
+ "description": "VLAN ID for native range",
369
+ "id_str": "addSocketSite___input___vlan",
370
+ "name": "vlan",
371
+ "path": "addSocketSite.input.vlan",
372
+ "requestStr": "$vlan:Vlan ",
373
+ "required": false,
374
+ "responseStr": "vlan:$vlan ",
375
+ "type": {
376
+ "kind": [
377
+ "SCALAR"
378
+ ],
379
+ "name": "Vlan",
380
+ "non_null": false
381
+ },
382
+ "varName": "vlan"
365
383
  }
366
384
  },
367
385
  "interfaces": null,
@@ -438,7 +456,7 @@
438
456
  "inputFields": {
439
457
  "connectionType": {
440
458
  "defaultValue": "SOCKET_X1500",
441
- "description": null,
459
+ "description": "",
442
460
  "id_str": "addSocketSite___input___connectionType",
443
461
  "name": "connectionType",
444
462
  "path": "addSocketSite.input.connectionType",
@@ -529,7 +547,7 @@
529
547
  },
530
548
  "name": {
531
549
  "defaultValue": null,
532
- "description": null,
550
+ "description": "The name of the site",
533
551
  "id_str": "addSocketSite___input___name",
534
552
  "name": "name",
535
553
  "path": "addSocketSite.input.name",
@@ -548,7 +566,7 @@
548
566
  },
549
567
  "nativeNetworkRange": {
550
568
  "defaultValue": null,
551
- "description": null,
569
+ "description": "The native range of the site",
552
570
  "id_str": "addSocketSite___input___nativeNetworkRange",
553
571
  "name": "nativeNetworkRange",
554
572
  "path": "addSocketSite.input.nativeNetworkRange",
@@ -567,7 +585,7 @@
567
585
  },
568
586
  "siteLocation": {
569
587
  "defaultValue": null,
570
- "description": null,
588
+ "description": "The location of the site",
571
589
  "id_str": "addSocketSite___input___siteLocation",
572
590
  "name": "siteLocation",
573
591
  "path": "addSocketSite.input.siteLocation",
@@ -690,7 +708,7 @@
690
708
  },
691
709
  "siteType": {
692
710
  "defaultValue": "BRANCH",
693
- "description": null,
711
+ "description": "Valid values are: BRANCH, HEADQUARTERS,\tCLOUD_DC, and DATACENTER.",
694
712
  "id_str": "addSocketSite___input___siteType",
695
713
  "name": "siteType",
696
714
  "path": "addSocketSite.input.siteType",
@@ -760,6 +778,24 @@
760
778
  "non_null": false
761
779
  },
762
780
  "varName": "translatedSubnet"
781
+ },
782
+ "vlan": {
783
+ "defaultValue": null,
784
+ "description": "VLAN ID for native range",
785
+ "id_str": "addSocketSite___input___vlan",
786
+ "name": "vlan",
787
+ "path": "addSocketSite.input.vlan",
788
+ "requestStr": "$vlan:Vlan ",
789
+ "required": false,
790
+ "responseStr": "vlan:$vlan ",
791
+ "type": {
792
+ "kind": [
793
+ "SCALAR"
794
+ ],
795
+ "name": "Vlan",
796
+ "non_null": false
797
+ },
798
+ "varName": "vlan"
763
799
  }
764
800
  },
765
801
  "interfaces": null,
@@ -803,7 +839,7 @@
803
839
  "inputFields": {
804
840
  "connectionType": {
805
841
  "defaultValue": "SOCKET_X1500",
806
- "description": null,
842
+ "description": "",
807
843
  "id_str": "addSocketSite___input___connectionType",
808
844
  "name": "connectionType",
809
845
  "path": "addSocketSite.input.connectionType",
@@ -894,7 +930,7 @@
894
930
  },
895
931
  "name": {
896
932
  "defaultValue": null,
897
- "description": null,
933
+ "description": "The name of the site",
898
934
  "id_str": "addSocketSite___input___name",
899
935
  "name": "name",
900
936
  "path": "addSocketSite.input.name",
@@ -913,7 +949,7 @@
913
949
  },
914
950
  "nativeNetworkRange": {
915
951
  "defaultValue": null,
916
- "description": null,
952
+ "description": "The native range of the site",
917
953
  "id_str": "addSocketSite___input___nativeNetworkRange",
918
954
  "name": "nativeNetworkRange",
919
955
  "path": "addSocketSite.input.nativeNetworkRange",
@@ -932,7 +968,7 @@
932
968
  },
933
969
  "siteLocation": {
934
970
  "defaultValue": null,
935
- "description": null,
971
+ "description": "The location of the site",
936
972
  "id_str": "addSocketSite___input___siteLocation",
937
973
  "name": "siteLocation",
938
974
  "path": "addSocketSite.input.siteLocation",
@@ -1055,7 +1091,7 @@
1055
1091
  },
1056
1092
  "siteType": {
1057
1093
  "defaultValue": "BRANCH",
1058
- "description": null,
1094
+ "description": "Valid values are: BRANCH, HEADQUARTERS,\tCLOUD_DC, and DATACENTER.",
1059
1095
  "id_str": "addSocketSite___input___siteType",
1060
1096
  "name": "siteType",
1061
1097
  "path": "addSocketSite.input.siteType",
@@ -1125,6 +1161,24 @@
1125
1161
  "non_null": false
1126
1162
  },
1127
1163
  "varName": "translatedSubnet"
1164
+ },
1165
+ "vlan": {
1166
+ "defaultValue": null,
1167
+ "description": "VLAN ID for native range",
1168
+ "id_str": "addSocketSite___input___vlan",
1169
+ "name": "vlan",
1170
+ "path": "addSocketSite.input.vlan",
1171
+ "requestStr": "$vlan:Vlan ",
1172
+ "required": false,
1173
+ "responseStr": "vlan:$vlan ",
1174
+ "type": {
1175
+ "kind": [
1176
+ "SCALAR"
1177
+ ],
1178
+ "name": "Vlan",
1179
+ "non_null": false
1180
+ },
1181
+ "varName": "vlan"
1128
1182
  }
1129
1183
  },
1130
1184
  "interfaces": null,
@@ -1245,6 +1299,9 @@
1245
1299
  },
1246
1300
  "translatedSubnet": {
1247
1301
  "translatedSubnet": "IPSubnet"
1302
+ },
1303
+ "vlan": {
1304
+ "vlan": "Vlan"
1248
1305
  }
1249
1306
  }
1250
1307
  }
@@ -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": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___downstreamMbpsPrecision",
186
+ "name": "downstreamMbpsPrecision",
187
+ "path": "updateIpsecIkeV2SiteTunnels.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": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___upstreamMbpsPrecision",
222
+ "name": "upstreamMbpsPrecision",
223
+ "path": "updateIpsecIkeV2SiteTunnels.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,
@@ -591,6 +627,24 @@
591
627
  },
592
628
  "varName": "downstream"
593
629
  },
630
+ "downstreamMbpsPrecision": {
631
+ "defaultValue": null,
632
+ "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.",
633
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___downstreamMbpsPrecision",
634
+ "name": "downstreamMbpsPrecision",
635
+ "path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.downstreamMbpsPrecision",
636
+ "requestStr": "$downstreamMbpsPrecision:Float ",
637
+ "required": false,
638
+ "responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
639
+ "type": {
640
+ "kind": [
641
+ "SCALAR"
642
+ ],
643
+ "name": "Float",
644
+ "non_null": false
645
+ },
646
+ "varName": "downstreamMbpsPrecision"
647
+ },
594
648
  "upstream": {
595
649
  "defaultValue": null,
596
650
  "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.",
@@ -608,6 +662,24 @@
608
662
  "non_null": false
609
663
  },
610
664
  "varName": "upstream"
665
+ },
666
+ "upstreamMbpsPrecision": {
667
+ "defaultValue": null,
668
+ "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.",
669
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___upstreamMbpsPrecision",
670
+ "name": "upstreamMbpsPrecision",
671
+ "path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.upstreamMbpsPrecision",
672
+ "requestStr": "$upstreamMbpsPrecision:Float ",
673
+ "required": false,
674
+ "responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
675
+ "type": {
676
+ "kind": [
677
+ "SCALAR"
678
+ ],
679
+ "name": "Float",
680
+ "non_null": false
681
+ },
682
+ "varName": "upstreamMbpsPrecision"
611
683
  }
612
684
  },
613
685
  "interfaces": null,
@@ -1119,6 +1191,24 @@
1119
1191
  },
1120
1192
  "varName": "downstream"
1121
1193
  },
1194
+ "downstreamMbpsPrecision": {
1195
+ "defaultValue": null,
1196
+ "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.",
1197
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___downstreamMbpsPrecision",
1198
+ "name": "downstreamMbpsPrecision",
1199
+ "path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.downstreamMbpsPrecision",
1200
+ "requestStr": "$downstreamMbpsPrecision:Float ",
1201
+ "required": false,
1202
+ "responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
1203
+ "type": {
1204
+ "kind": [
1205
+ "SCALAR"
1206
+ ],
1207
+ "name": "Float",
1208
+ "non_null": false
1209
+ },
1210
+ "varName": "downstreamMbpsPrecision"
1211
+ },
1122
1212
  "upstream": {
1123
1213
  "defaultValue": null,
1124
1214
  "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.",
@@ -1136,6 +1226,24 @@
1136
1226
  "non_null": false
1137
1227
  },
1138
1228
  "varName": "upstream"
1229
+ },
1230
+ "upstreamMbpsPrecision": {
1231
+ "defaultValue": null,
1232
+ "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.",
1233
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___upstreamMbpsPrecision",
1234
+ "name": "upstreamMbpsPrecision",
1235
+ "path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.upstreamMbpsPrecision",
1236
+ "requestStr": "$upstreamMbpsPrecision:Float ",
1237
+ "required": false,
1238
+ "responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
1239
+ "type": {
1240
+ "kind": [
1241
+ "SCALAR"
1242
+ ],
1243
+ "name": "Float",
1244
+ "non_null": false
1245
+ },
1246
+ "varName": "upstreamMbpsPrecision"
1139
1247
  }
1140
1248
  },
1141
1249
  "interfaces": null,
@@ -1531,6 +1639,24 @@
1531
1639
  },
1532
1640
  "varName": "downstream"
1533
1641
  },
1642
+ "downstreamMbpsPrecision": {
1643
+ "defaultValue": null,
1644
+ "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.",
1645
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___downstreamMbpsPrecision",
1646
+ "name": "downstreamMbpsPrecision",
1647
+ "path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.downstreamMbpsPrecision",
1648
+ "requestStr": "$downstreamMbpsPrecision:Float ",
1649
+ "required": false,
1650
+ "responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
1651
+ "type": {
1652
+ "kind": [
1653
+ "SCALAR"
1654
+ ],
1655
+ "name": "Float",
1656
+ "non_null": false
1657
+ },
1658
+ "varName": "downstreamMbpsPrecision"
1659
+ },
1534
1660
  "upstream": {
1535
1661
  "defaultValue": null,
1536
1662
  "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.",
@@ -1548,6 +1674,24 @@
1548
1674
  "non_null": false
1549
1675
  },
1550
1676
  "varName": "upstream"
1677
+ },
1678
+ "upstreamMbpsPrecision": {
1679
+ "defaultValue": null,
1680
+ "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.",
1681
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___upstreamMbpsPrecision",
1682
+ "name": "upstreamMbpsPrecision",
1683
+ "path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.upstreamMbpsPrecision",
1684
+ "requestStr": "$upstreamMbpsPrecision:Float ",
1685
+ "required": false,
1686
+ "responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
1687
+ "type": {
1688
+ "kind": [
1689
+ "SCALAR"
1690
+ ],
1691
+ "name": "Float",
1692
+ "non_null": false
1693
+ },
1694
+ "varName": "upstreamMbpsPrecision"
1551
1695
  }
1552
1696
  },
1553
1697
  "interfaces": null,
@@ -1983,6 +2127,24 @@
1983
2127
  },
1984
2128
  "varName": "downstream"
1985
2129
  },
2130
+ "downstreamMbpsPrecision": {
2131
+ "defaultValue": null,
2132
+ "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.",
2133
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___downstreamMbpsPrecision",
2134
+ "name": "downstreamMbpsPrecision",
2135
+ "path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.downstreamMbpsPrecision",
2136
+ "requestStr": "$downstreamMbpsPrecision:Float ",
2137
+ "required": false,
2138
+ "responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
2139
+ "type": {
2140
+ "kind": [
2141
+ "SCALAR"
2142
+ ],
2143
+ "name": "Float",
2144
+ "non_null": false
2145
+ },
2146
+ "varName": "downstreamMbpsPrecision"
2147
+ },
1986
2148
  "upstream": {
1987
2149
  "defaultValue": null,
1988
2150
  "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.",
@@ -2000,6 +2162,24 @@
2000
2162
  "non_null": false
2001
2163
  },
2002
2164
  "varName": "upstream"
2165
+ },
2166
+ "upstreamMbpsPrecision": {
2167
+ "defaultValue": null,
2168
+ "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.",
2169
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___primary___tunnels___lastMileBw___upstreamMbpsPrecision",
2170
+ "name": "upstreamMbpsPrecision",
2171
+ "path": "updateIpsecIkeV2SiteTunnels.input.primary.tunnels.lastMileBw.upstreamMbpsPrecision",
2172
+ "requestStr": "$upstreamMbpsPrecision:Float ",
2173
+ "required": false,
2174
+ "responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
2175
+ "type": {
2176
+ "kind": [
2177
+ "SCALAR"
2178
+ ],
2179
+ "name": "Float",
2180
+ "non_null": false
2181
+ },
2182
+ "varName": "upstreamMbpsPrecision"
2003
2183
  }
2004
2184
  },
2005
2185
  "interfaces": null,
@@ -2395,6 +2575,24 @@
2395
2575
  },
2396
2576
  "varName": "downstream"
2397
2577
  },
2578
+ "downstreamMbpsPrecision": {
2579
+ "defaultValue": null,
2580
+ "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.",
2581
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___downstreamMbpsPrecision",
2582
+ "name": "downstreamMbpsPrecision",
2583
+ "path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.downstreamMbpsPrecision",
2584
+ "requestStr": "$downstreamMbpsPrecision:Float ",
2585
+ "required": false,
2586
+ "responseStr": "downstreamMbpsPrecision:$downstreamMbpsPrecision ",
2587
+ "type": {
2588
+ "kind": [
2589
+ "SCALAR"
2590
+ ],
2591
+ "name": "Float",
2592
+ "non_null": false
2593
+ },
2594
+ "varName": "downstreamMbpsPrecision"
2595
+ },
2398
2596
  "upstream": {
2399
2597
  "defaultValue": null,
2400
2598
  "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.",
@@ -2412,6 +2610,24 @@
2412
2610
  "non_null": false
2413
2611
  },
2414
2612
  "varName": "upstream"
2613
+ },
2614
+ "upstreamMbpsPrecision": {
2615
+ "defaultValue": null,
2616
+ "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.",
2617
+ "id_str": "updateIpsecIkeV2SiteTunnels___input___secondary___tunnels___lastMileBw___upstreamMbpsPrecision",
2618
+ "name": "upstreamMbpsPrecision",
2619
+ "path": "updateIpsecIkeV2SiteTunnels.input.secondary.tunnels.lastMileBw.upstreamMbpsPrecision",
2620
+ "requestStr": "$upstreamMbpsPrecision:Float ",
2621
+ "required": false,
2622
+ "responseStr": "upstreamMbpsPrecision:$upstreamMbpsPrecision ",
2623
+ "type": {
2624
+ "kind": [
2625
+ "SCALAR"
2626
+ ],
2627
+ "name": "Float",
2628
+ "non_null": false
2629
+ },
2630
+ "varName": "upstreamMbpsPrecision"
2415
2631
  }
2416
2632
  },
2417
2633
  "interfaces": null,
@@ -3138,8 +3354,14 @@
3138
3354
  "downstream": {
3139
3355
  "downstream": "Int"
3140
3356
  },
3357
+ "downstreamMbpsPrecision": {
3358
+ "downstreamMbpsPrecision": "Float"
3359
+ },
3141
3360
  "upstream": {
3142
3361
  "upstream": "Int"
3362
+ },
3363
+ "upstreamMbpsPrecision": {
3364
+ "upstreamMbpsPrecision": "Float"
3143
3365
  }
3144
3366
  },
3145
3367
  "name": {
@@ -347,7 +347,7 @@
347
347
  },
348
348
  "vlan": {
349
349
  "defaultValue": null,
350
- "description": "Only relevant for VLAN network rangeType",
350
+ "description": "Only relevant for NATIVE and VLAN network rangeType",
351
351
  "id_str": "updateNetworkRange___input___vlan",
352
352
  "name": "vlan",
353
353
  "path": "updateNetworkRange.input.vlan",
@@ -783,7 +783,7 @@
783
783
  },
784
784
  "vlan": {
785
785
  "defaultValue": null,
786
- "description": "Only relevant for VLAN network rangeType",
786
+ "description": "Only relevant for NATIVE and VLAN network rangeType",
787
787
  "id_str": "updateNetworkRange___input___vlan",
788
788
  "name": "vlan",
789
789
  "path": "updateNetworkRange.input.vlan",
@@ -1148,7 +1148,7 @@
1148
1148
  },
1149
1149
  "vlan": {
1150
1150
  "defaultValue": null,
1151
- "description": "Only relevant for VLAN network rangeType",
1151
+ "description": "Only relevant for NATIVE and VLAN network rangeType",
1152
1152
  "id_str": "updateNetworkRange___input___vlan",
1153
1153
  "name": "vlan",
1154
1154
  "path": "updateNetworkRange.input.vlan",