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
models/query.accountMetrics.json
CHANGED
|
@@ -432,6 +432,24 @@
|
|
|
432
432
|
},
|
|
433
433
|
"varName": "types"
|
|
434
434
|
},
|
|
435
|
+
"useDefaultSizeBucket": {
|
|
436
|
+
"defaultValue": "false",
|
|
437
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
438
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
439
|
+
"name": "useDefaultSizeBucket",
|
|
440
|
+
"path": "data.useDefaultSizeBucket",
|
|
441
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
442
|
+
"required": false,
|
|
443
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
444
|
+
"type": {
|
|
445
|
+
"kind": [
|
|
446
|
+
"SCALAR"
|
|
447
|
+
],
|
|
448
|
+
"name": "Boolean",
|
|
449
|
+
"non_null": false
|
|
450
|
+
},
|
|
451
|
+
"varName": "useDefaultSizeBucket"
|
|
452
|
+
},
|
|
435
453
|
"userIDs": {
|
|
436
454
|
"defaultValue": null,
|
|
437
455
|
"description": "A list of unique IDs for each user. If specified, only users in this list are returned. Otherwise, no user metrics are returned.",
|
|
@@ -611,6 +629,24 @@
|
|
|
611
629
|
},
|
|
612
630
|
"varName": "perSecond"
|
|
613
631
|
},
|
|
632
|
+
"data___useDefaultSizeBucket": {
|
|
633
|
+
"defaultValue": "false",
|
|
634
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
635
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
636
|
+
"name": "useDefaultSizeBucket",
|
|
637
|
+
"path": "data.useDefaultSizeBucket",
|
|
638
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
639
|
+
"required": false,
|
|
640
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
641
|
+
"type": {
|
|
642
|
+
"kind": [
|
|
643
|
+
"SCALAR"
|
|
644
|
+
],
|
|
645
|
+
"name": "Boolean",
|
|
646
|
+
"non_null": false
|
|
647
|
+
},
|
|
648
|
+
"varName": "useDefaultSizeBucket"
|
|
649
|
+
},
|
|
614
650
|
"data___withMissingData": {
|
|
615
651
|
"defaultValue": "false",
|
|
616
652
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -1068,6 +1104,24 @@
|
|
|
1068
1104
|
},
|
|
1069
1105
|
"varName": "perSecond"
|
|
1070
1106
|
},
|
|
1107
|
+
"data___useDefaultSizeBucket": {
|
|
1108
|
+
"defaultValue": "false",
|
|
1109
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
1110
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
1111
|
+
"name": "useDefaultSizeBucket",
|
|
1112
|
+
"path": "data.useDefaultSizeBucket",
|
|
1113
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
1114
|
+
"required": false,
|
|
1115
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
1116
|
+
"type": {
|
|
1117
|
+
"kind": [
|
|
1118
|
+
"SCALAR"
|
|
1119
|
+
],
|
|
1120
|
+
"name": "Boolean",
|
|
1121
|
+
"non_null": false
|
|
1122
|
+
},
|
|
1123
|
+
"varName": "useDefaultSizeBucket"
|
|
1124
|
+
},
|
|
1071
1125
|
"data___withMissingData": {
|
|
1072
1126
|
"defaultValue": "false",
|
|
1073
1127
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -1525,6 +1579,24 @@
|
|
|
1525
1579
|
},
|
|
1526
1580
|
"varName": "perSecond"
|
|
1527
1581
|
},
|
|
1582
|
+
"data___useDefaultSizeBucket": {
|
|
1583
|
+
"defaultValue": "false",
|
|
1584
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
1585
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
1586
|
+
"name": "useDefaultSizeBucket",
|
|
1587
|
+
"path": "data.useDefaultSizeBucket",
|
|
1588
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
1589
|
+
"required": false,
|
|
1590
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
1591
|
+
"type": {
|
|
1592
|
+
"kind": [
|
|
1593
|
+
"SCALAR"
|
|
1594
|
+
],
|
|
1595
|
+
"name": "Boolean",
|
|
1596
|
+
"non_null": false
|
|
1597
|
+
},
|
|
1598
|
+
"varName": "useDefaultSizeBucket"
|
|
1599
|
+
},
|
|
1528
1600
|
"data___withMissingData": {
|
|
1529
1601
|
"defaultValue": "false",
|
|
1530
1602
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -2262,6 +2334,26 @@
|
|
|
2262
2334
|
},
|
|
2263
2335
|
"varName": "downstreamBandwidth"
|
|
2264
2336
|
},
|
|
2337
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
2338
|
+
"args": {},
|
|
2339
|
+
"deprecationReason": null,
|
|
2340
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
2341
|
+
"id_str": "sites___info___interfaces___downstreamBandwidthMbpsPrecision",
|
|
2342
|
+
"isDeprecated": false,
|
|
2343
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
2344
|
+
"path": "sites.info.interfaces.downstreamBandwidthMbpsPrecision",
|
|
2345
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
2346
|
+
"required": false,
|
|
2347
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
2348
|
+
"type": {
|
|
2349
|
+
"kind": [
|
|
2350
|
+
"SCALAR"
|
|
2351
|
+
],
|
|
2352
|
+
"name": "Float",
|
|
2353
|
+
"non_null": false
|
|
2354
|
+
},
|
|
2355
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
2356
|
+
},
|
|
2265
2357
|
"id": {
|
|
2266
2358
|
"args": {},
|
|
2267
2359
|
"deprecationReason": null,
|
|
@@ -2322,6 +2414,26 @@
|
|
|
2322
2414
|
"non_null": false
|
|
2323
2415
|
},
|
|
2324
2416
|
"varName": "upstreamBandwidth"
|
|
2417
|
+
},
|
|
2418
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
2419
|
+
"args": {},
|
|
2420
|
+
"deprecationReason": null,
|
|
2421
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
2422
|
+
"id_str": "sites___info___interfaces___upstreamBandwidthMbpsPrecision",
|
|
2423
|
+
"isDeprecated": false,
|
|
2424
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
2425
|
+
"path": "sites.info.interfaces.upstreamBandwidthMbpsPrecision",
|
|
2426
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
2427
|
+
"required": false,
|
|
2428
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
2429
|
+
"type": {
|
|
2430
|
+
"kind": [
|
|
2431
|
+
"SCALAR"
|
|
2432
|
+
],
|
|
2433
|
+
"name": "Float",
|
|
2434
|
+
"non_null": false
|
|
2435
|
+
},
|
|
2436
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
2325
2437
|
}
|
|
2326
2438
|
},
|
|
2327
2439
|
"inputFields": null,
|
|
@@ -3065,6 +3177,26 @@
|
|
|
3065
3177
|
},
|
|
3066
3178
|
"varName": "downstreamBandwidth"
|
|
3067
3179
|
},
|
|
3180
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
3181
|
+
"args": {},
|
|
3182
|
+
"deprecationReason": null,
|
|
3183
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
3184
|
+
"id_str": "sites___interfaces___interfaceInfo___downstreamBandwidthMbpsPrecision",
|
|
3185
|
+
"isDeprecated": false,
|
|
3186
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
3187
|
+
"path": "sites.interfaces.interfaceInfo.downstreamBandwidthMbpsPrecision",
|
|
3188
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
3189
|
+
"required": false,
|
|
3190
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
3191
|
+
"type": {
|
|
3192
|
+
"kind": [
|
|
3193
|
+
"SCALAR"
|
|
3194
|
+
],
|
|
3195
|
+
"name": "Float",
|
|
3196
|
+
"non_null": false
|
|
3197
|
+
},
|
|
3198
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
3199
|
+
},
|
|
3068
3200
|
"id": {
|
|
3069
3201
|
"args": {},
|
|
3070
3202
|
"deprecationReason": null,
|
|
@@ -3125,6 +3257,26 @@
|
|
|
3125
3257
|
"non_null": false
|
|
3126
3258
|
},
|
|
3127
3259
|
"varName": "upstreamBandwidth"
|
|
3260
|
+
},
|
|
3261
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
3262
|
+
"args": {},
|
|
3263
|
+
"deprecationReason": null,
|
|
3264
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
3265
|
+
"id_str": "sites___interfaces___interfaceInfo___upstreamBandwidthMbpsPrecision",
|
|
3266
|
+
"isDeprecated": false,
|
|
3267
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
3268
|
+
"path": "sites.interfaces.interfaceInfo.upstreamBandwidthMbpsPrecision",
|
|
3269
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
3270
|
+
"required": false,
|
|
3271
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
3272
|
+
"type": {
|
|
3273
|
+
"kind": [
|
|
3274
|
+
"SCALAR"
|
|
3275
|
+
],
|
|
3276
|
+
"name": "Float",
|
|
3277
|
+
"non_null": false
|
|
3278
|
+
},
|
|
3279
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
3128
3280
|
}
|
|
3129
3281
|
},
|
|
3130
3282
|
"inputFields": null,
|
|
@@ -4538,6 +4690,24 @@
|
|
|
4538
4690
|
},
|
|
4539
4691
|
"varName": "perSecond"
|
|
4540
4692
|
},
|
|
4693
|
+
"data___useDefaultSizeBucket": {
|
|
4694
|
+
"defaultValue": "false",
|
|
4695
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
4696
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
4697
|
+
"name": "useDefaultSizeBucket",
|
|
4698
|
+
"path": "data.useDefaultSizeBucket",
|
|
4699
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
4700
|
+
"required": false,
|
|
4701
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
4702
|
+
"type": {
|
|
4703
|
+
"kind": [
|
|
4704
|
+
"SCALAR"
|
|
4705
|
+
],
|
|
4706
|
+
"name": "Boolean",
|
|
4707
|
+
"non_null": false
|
|
4708
|
+
},
|
|
4709
|
+
"varName": "useDefaultSizeBucket"
|
|
4710
|
+
},
|
|
4541
4711
|
"data___withMissingData": {
|
|
4542
4712
|
"defaultValue": "false",
|
|
4543
4713
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -5690,6 +5860,24 @@
|
|
|
5690
5860
|
},
|
|
5691
5861
|
"varName": "perSecond"
|
|
5692
5862
|
},
|
|
5863
|
+
"data___useDefaultSizeBucket": {
|
|
5864
|
+
"defaultValue": "false",
|
|
5865
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
5866
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
5867
|
+
"name": "useDefaultSizeBucket",
|
|
5868
|
+
"path": "data.useDefaultSizeBucket",
|
|
5869
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
5870
|
+
"required": false,
|
|
5871
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
5872
|
+
"type": {
|
|
5873
|
+
"kind": [
|
|
5874
|
+
"SCALAR"
|
|
5875
|
+
],
|
|
5876
|
+
"name": "Boolean",
|
|
5877
|
+
"non_null": false
|
|
5878
|
+
},
|
|
5879
|
+
"varName": "useDefaultSizeBucket"
|
|
5880
|
+
},
|
|
5693
5881
|
"data___withMissingData": {
|
|
5694
5882
|
"defaultValue": "false",
|
|
5695
5883
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -6209,6 +6397,24 @@
|
|
|
6209
6397
|
},
|
|
6210
6398
|
"varName": "perSecond"
|
|
6211
6399
|
},
|
|
6400
|
+
"data___useDefaultSizeBucket": {
|
|
6401
|
+
"defaultValue": "false",
|
|
6402
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
6403
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
6404
|
+
"name": "useDefaultSizeBucket",
|
|
6405
|
+
"path": "data.useDefaultSizeBucket",
|
|
6406
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
6407
|
+
"required": false,
|
|
6408
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
6409
|
+
"type": {
|
|
6410
|
+
"kind": [
|
|
6411
|
+
"SCALAR"
|
|
6412
|
+
],
|
|
6413
|
+
"name": "Boolean",
|
|
6414
|
+
"non_null": false
|
|
6415
|
+
},
|
|
6416
|
+
"varName": "useDefaultSizeBucket"
|
|
6417
|
+
},
|
|
6212
6418
|
"data___withMissingData": {
|
|
6213
6419
|
"defaultValue": "false",
|
|
6214
6420
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -6666,6 +6872,24 @@
|
|
|
6666
6872
|
},
|
|
6667
6873
|
"varName": "perSecond"
|
|
6668
6874
|
},
|
|
6875
|
+
"data___useDefaultSizeBucket": {
|
|
6876
|
+
"defaultValue": "false",
|
|
6877
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
6878
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
6879
|
+
"name": "useDefaultSizeBucket",
|
|
6880
|
+
"path": "data.useDefaultSizeBucket",
|
|
6881
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
6882
|
+
"required": false,
|
|
6883
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
6884
|
+
"type": {
|
|
6885
|
+
"kind": [
|
|
6886
|
+
"SCALAR"
|
|
6887
|
+
],
|
|
6888
|
+
"name": "Boolean",
|
|
6889
|
+
"non_null": false
|
|
6890
|
+
},
|
|
6891
|
+
"varName": "useDefaultSizeBucket"
|
|
6892
|
+
},
|
|
6669
6893
|
"data___withMissingData": {
|
|
6670
6894
|
"defaultValue": "false",
|
|
6671
6895
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -7123,6 +7347,24 @@
|
|
|
7123
7347
|
},
|
|
7124
7348
|
"varName": "perSecond"
|
|
7125
7349
|
},
|
|
7350
|
+
"data___useDefaultSizeBucket": {
|
|
7351
|
+
"defaultValue": "false",
|
|
7352
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
7353
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
7354
|
+
"name": "useDefaultSizeBucket",
|
|
7355
|
+
"path": "data.useDefaultSizeBucket",
|
|
7356
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
7357
|
+
"required": false,
|
|
7358
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
7359
|
+
"type": {
|
|
7360
|
+
"kind": [
|
|
7361
|
+
"SCALAR"
|
|
7362
|
+
],
|
|
7363
|
+
"name": "Boolean",
|
|
7364
|
+
"non_null": false
|
|
7365
|
+
},
|
|
7366
|
+
"varName": "useDefaultSizeBucket"
|
|
7367
|
+
},
|
|
7126
7368
|
"data___withMissingData": {
|
|
7127
7369
|
"defaultValue": "false",
|
|
7128
7370
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -7860,6 +8102,26 @@
|
|
|
7860
8102
|
},
|
|
7861
8103
|
"varName": "downstreamBandwidth"
|
|
7862
8104
|
},
|
|
8105
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
8106
|
+
"args": {},
|
|
8107
|
+
"deprecationReason": null,
|
|
8108
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
8109
|
+
"id_str": "users___info___interfaces___downstreamBandwidthMbpsPrecision",
|
|
8110
|
+
"isDeprecated": false,
|
|
8111
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
8112
|
+
"path": "users.info.interfaces.downstreamBandwidthMbpsPrecision",
|
|
8113
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
8114
|
+
"required": false,
|
|
8115
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
8116
|
+
"type": {
|
|
8117
|
+
"kind": [
|
|
8118
|
+
"SCALAR"
|
|
8119
|
+
],
|
|
8120
|
+
"name": "Float",
|
|
8121
|
+
"non_null": false
|
|
8122
|
+
},
|
|
8123
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
8124
|
+
},
|
|
7863
8125
|
"id": {
|
|
7864
8126
|
"args": {},
|
|
7865
8127
|
"deprecationReason": null,
|
|
@@ -7920,6 +8182,26 @@
|
|
|
7920
8182
|
"non_null": false
|
|
7921
8183
|
},
|
|
7922
8184
|
"varName": "upstreamBandwidth"
|
|
8185
|
+
},
|
|
8186
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
8187
|
+
"args": {},
|
|
8188
|
+
"deprecationReason": null,
|
|
8189
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
8190
|
+
"id_str": "users___info___interfaces___upstreamBandwidthMbpsPrecision",
|
|
8191
|
+
"isDeprecated": false,
|
|
8192
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
8193
|
+
"path": "users.info.interfaces.upstreamBandwidthMbpsPrecision",
|
|
8194
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
8195
|
+
"required": false,
|
|
8196
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
8197
|
+
"type": {
|
|
8198
|
+
"kind": [
|
|
8199
|
+
"SCALAR"
|
|
8200
|
+
],
|
|
8201
|
+
"name": "Float",
|
|
8202
|
+
"non_null": false
|
|
8203
|
+
},
|
|
8204
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
7923
8205
|
}
|
|
7924
8206
|
},
|
|
7925
8207
|
"inputFields": null,
|
|
@@ -8663,6 +8945,26 @@
|
|
|
8663
8945
|
},
|
|
8664
8946
|
"varName": "downstreamBandwidth"
|
|
8665
8947
|
},
|
|
8948
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
8949
|
+
"args": {},
|
|
8950
|
+
"deprecationReason": null,
|
|
8951
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
8952
|
+
"id_str": "users___interfaces___interfaceInfo___downstreamBandwidthMbpsPrecision",
|
|
8953
|
+
"isDeprecated": false,
|
|
8954
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
8955
|
+
"path": "users.interfaces.interfaceInfo.downstreamBandwidthMbpsPrecision",
|
|
8956
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
8957
|
+
"required": false,
|
|
8958
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
8959
|
+
"type": {
|
|
8960
|
+
"kind": [
|
|
8961
|
+
"SCALAR"
|
|
8962
|
+
],
|
|
8963
|
+
"name": "Float",
|
|
8964
|
+
"non_null": false
|
|
8965
|
+
},
|
|
8966
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
8967
|
+
},
|
|
8666
8968
|
"id": {
|
|
8667
8969
|
"args": {},
|
|
8668
8970
|
"deprecationReason": null,
|
|
@@ -8723,6 +9025,26 @@
|
|
|
8723
9025
|
"non_null": false
|
|
8724
9026
|
},
|
|
8725
9027
|
"varName": "upstreamBandwidth"
|
|
9028
|
+
},
|
|
9029
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
9030
|
+
"args": {},
|
|
9031
|
+
"deprecationReason": null,
|
|
9032
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
9033
|
+
"id_str": "users___interfaces___interfaceInfo___upstreamBandwidthMbpsPrecision",
|
|
9034
|
+
"isDeprecated": false,
|
|
9035
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
9036
|
+
"path": "users.interfaces.interfaceInfo.upstreamBandwidthMbpsPrecision",
|
|
9037
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
9038
|
+
"required": false,
|
|
9039
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
9040
|
+
"type": {
|
|
9041
|
+
"kind": [
|
|
9042
|
+
"SCALAR"
|
|
9043
|
+
],
|
|
9044
|
+
"name": "Float",
|
|
9045
|
+
"non_null": false
|
|
9046
|
+
},
|
|
9047
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
8726
9048
|
}
|
|
8727
9049
|
},
|
|
8728
9050
|
"inputFields": null,
|
|
@@ -10136,6 +10458,24 @@
|
|
|
10136
10458
|
},
|
|
10137
10459
|
"varName": "perSecond"
|
|
10138
10460
|
},
|
|
10461
|
+
"data___useDefaultSizeBucket": {
|
|
10462
|
+
"defaultValue": "false",
|
|
10463
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
10464
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
10465
|
+
"name": "useDefaultSizeBucket",
|
|
10466
|
+
"path": "data.useDefaultSizeBucket",
|
|
10467
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
10468
|
+
"required": false,
|
|
10469
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
10470
|
+
"type": {
|
|
10471
|
+
"kind": [
|
|
10472
|
+
"SCALAR"
|
|
10473
|
+
],
|
|
10474
|
+
"name": "Boolean",
|
|
10475
|
+
"non_null": false
|
|
10476
|
+
},
|
|
10477
|
+
"varName": "useDefaultSizeBucket"
|
|
10478
|
+
},
|
|
10139
10479
|
"data___withMissingData": {
|
|
10140
10480
|
"defaultValue": "false",
|
|
10141
10481
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -11097,6 +11437,7 @@
|
|
|
11097
11437
|
"types": [
|
|
11098
11438
|
"String"
|
|
11099
11439
|
],
|
|
11440
|
+
"useDefaultSizeBucket": "Boolean",
|
|
11100
11441
|
"userIDs": [
|
|
11101
11442
|
"ID"
|
|
11102
11443
|
],
|