catocli 1.0.19__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/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_xdr_story/README.md +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/RECORD +100 -50
- 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 +3 -4
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.19.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
|
@@ -987,6 +987,26 @@
|
|
|
987
987
|
},
|
|
988
988
|
"varName": "downstreamBandwidth"
|
|
989
989
|
},
|
|
990
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
991
|
+
"args": {},
|
|
992
|
+
"deprecationReason": null,
|
|
993
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
994
|
+
"id_str": "sites___devices___interfaces___info___downstreamBandwidthMbpsPrecision",
|
|
995
|
+
"isDeprecated": false,
|
|
996
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
997
|
+
"path": "sites.devices.interfaces.info.downstreamBandwidthMbpsPrecision",
|
|
998
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
999
|
+
"required": false,
|
|
1000
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
1001
|
+
"type": {
|
|
1002
|
+
"kind": [
|
|
1003
|
+
"SCALAR"
|
|
1004
|
+
],
|
|
1005
|
+
"name": "Float",
|
|
1006
|
+
"non_null": false
|
|
1007
|
+
},
|
|
1008
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
1009
|
+
},
|
|
990
1010
|
"id": {
|
|
991
1011
|
"args": {},
|
|
992
1012
|
"deprecationReason": null,
|
|
@@ -1047,6 +1067,26 @@
|
|
|
1047
1067
|
"non_null": false
|
|
1048
1068
|
},
|
|
1049
1069
|
"varName": "upstreamBandwidth"
|
|
1070
|
+
},
|
|
1071
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
1072
|
+
"args": {},
|
|
1073
|
+
"deprecationReason": null,
|
|
1074
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
1075
|
+
"id_str": "sites___devices___interfaces___info___upstreamBandwidthMbpsPrecision",
|
|
1076
|
+
"isDeprecated": false,
|
|
1077
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
1078
|
+
"path": "sites.devices.interfaces.info.upstreamBandwidthMbpsPrecision",
|
|
1079
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
1080
|
+
"required": false,
|
|
1081
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
1082
|
+
"type": {
|
|
1083
|
+
"kind": [
|
|
1084
|
+
"SCALAR"
|
|
1085
|
+
],
|
|
1086
|
+
"name": "Float",
|
|
1087
|
+
"non_null": false
|
|
1088
|
+
},
|
|
1089
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
1050
1090
|
}
|
|
1051
1091
|
},
|
|
1052
1092
|
"inputFields": null,
|
|
@@ -3087,6 +3127,26 @@
|
|
|
3087
3127
|
},
|
|
3088
3128
|
"varName": "downstreamBandwidth"
|
|
3089
3129
|
},
|
|
3130
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
3131
|
+
"args": {},
|
|
3132
|
+
"deprecationReason": null,
|
|
3133
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
3134
|
+
"id_str": "sites___info___interfaces___downstreamBandwidthMbpsPrecision",
|
|
3135
|
+
"isDeprecated": false,
|
|
3136
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
3137
|
+
"path": "sites.info.interfaces.downstreamBandwidthMbpsPrecision",
|
|
3138
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
3139
|
+
"required": false,
|
|
3140
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
3141
|
+
"type": {
|
|
3142
|
+
"kind": [
|
|
3143
|
+
"SCALAR"
|
|
3144
|
+
],
|
|
3145
|
+
"name": "Float",
|
|
3146
|
+
"non_null": false
|
|
3147
|
+
},
|
|
3148
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
3149
|
+
},
|
|
3090
3150
|
"id": {
|
|
3091
3151
|
"args": {},
|
|
3092
3152
|
"deprecationReason": null,
|
|
@@ -3147,6 +3207,26 @@
|
|
|
3147
3207
|
"non_null": false
|
|
3148
3208
|
},
|
|
3149
3209
|
"varName": "upstreamBandwidth"
|
|
3210
|
+
},
|
|
3211
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
3212
|
+
"args": {},
|
|
3213
|
+
"deprecationReason": null,
|
|
3214
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
3215
|
+
"id_str": "sites___info___interfaces___upstreamBandwidthMbpsPrecision",
|
|
3216
|
+
"isDeprecated": false,
|
|
3217
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
3218
|
+
"path": "sites.info.interfaces.upstreamBandwidthMbpsPrecision",
|
|
3219
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
3220
|
+
"required": false,
|
|
3221
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
3222
|
+
"type": {
|
|
3223
|
+
"kind": [
|
|
3224
|
+
"SCALAR"
|
|
3225
|
+
],
|
|
3226
|
+
"name": "Float",
|
|
3227
|
+
"non_null": false
|
|
3228
|
+
},
|
|
3229
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
3150
3230
|
}
|
|
3151
3231
|
},
|
|
3152
3232
|
"inputFields": null,
|
|
@@ -4663,6 +4743,26 @@
|
|
|
4663
4743
|
},
|
|
4664
4744
|
"varName": "downstreamBandwidth"
|
|
4665
4745
|
},
|
|
4746
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
4747
|
+
"args": {},
|
|
4748
|
+
"deprecationReason": null,
|
|
4749
|
+
"description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
|
|
4750
|
+
"id_str": "users___devices___interfaces___info___downstreamBandwidthMbpsPrecision",
|
|
4751
|
+
"isDeprecated": false,
|
|
4752
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
4753
|
+
"path": "users.devices.interfaces.info.downstreamBandwidthMbpsPrecision",
|
|
4754
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
4755
|
+
"required": false,
|
|
4756
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
4757
|
+
"type": {
|
|
4758
|
+
"kind": [
|
|
4759
|
+
"SCALAR"
|
|
4760
|
+
],
|
|
4761
|
+
"name": "Float",
|
|
4762
|
+
"non_null": false
|
|
4763
|
+
},
|
|
4764
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
4765
|
+
},
|
|
4666
4766
|
"id": {
|
|
4667
4767
|
"args": {},
|
|
4668
4768
|
"deprecationReason": null,
|
|
@@ -4723,6 +4823,26 @@
|
|
|
4723
4823
|
"non_null": false
|
|
4724
4824
|
},
|
|
4725
4825
|
"varName": "upstreamBandwidth"
|
|
4826
|
+
},
|
|
4827
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
4828
|
+
"args": {},
|
|
4829
|
+
"deprecationReason": null,
|
|
4830
|
+
"description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
|
|
4831
|
+
"id_str": "users___devices___interfaces___info___upstreamBandwidthMbpsPrecision",
|
|
4832
|
+
"isDeprecated": false,
|
|
4833
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
4834
|
+
"path": "users.devices.interfaces.info.upstreamBandwidthMbpsPrecision",
|
|
4835
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
4836
|
+
"required": false,
|
|
4837
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
4838
|
+
"type": {
|
|
4839
|
+
"kind": [
|
|
4840
|
+
"SCALAR"
|
|
4841
|
+
],
|
|
4842
|
+
"name": "Float",
|
|
4843
|
+
"non_null": false
|
|
4844
|
+
},
|
|
4845
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
4726
4846
|
}
|
|
4727
4847
|
},
|
|
4728
4848
|
"inputFields": null,
|
|
@@ -2262,6 +2262,24 @@
|
|
|
2262
2262
|
},
|
|
2263
2263
|
"varName": "timeFrame"
|
|
2264
2264
|
},
|
|
2265
|
+
"useDefaultSizeBucket": {
|
|
2266
|
+
"defaultValue": "false",
|
|
2267
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
2268
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
2269
|
+
"name": "useDefaultSizeBucket",
|
|
2270
|
+
"path": "data.useDefaultSizeBucket",
|
|
2271
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
2272
|
+
"required": false,
|
|
2273
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
2274
|
+
"type": {
|
|
2275
|
+
"kind": [
|
|
2276
|
+
"SCALAR"
|
|
2277
|
+
],
|
|
2278
|
+
"name": "Boolean",
|
|
2279
|
+
"non_null": false
|
|
2280
|
+
},
|
|
2281
|
+
"varName": "useDefaultSizeBucket"
|
|
2282
|
+
},
|
|
2265
2283
|
"withMissingData": {
|
|
2266
2284
|
"defaultValue": "false",
|
|
2267
2285
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -2403,6 +2421,24 @@
|
|
|
2403
2421
|
},
|
|
2404
2422
|
"varName": "perSecond"
|
|
2405
2423
|
},
|
|
2424
|
+
"data___useDefaultSizeBucket": {
|
|
2425
|
+
"defaultValue": "false",
|
|
2426
|
+
"description": "In case we want to have the default size bucket (from properties)",
|
|
2427
|
+
"id_str": "data___useDefaultSizeBucket",
|
|
2428
|
+
"name": "useDefaultSizeBucket",
|
|
2429
|
+
"path": "data.useDefaultSizeBucket",
|
|
2430
|
+
"requestStr": "$useDefaultSizeBucket:Boolean ",
|
|
2431
|
+
"required": false,
|
|
2432
|
+
"responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
|
|
2433
|
+
"type": {
|
|
2434
|
+
"kind": [
|
|
2435
|
+
"SCALAR"
|
|
2436
|
+
],
|
|
2437
|
+
"name": "Boolean",
|
|
2438
|
+
"non_null": false
|
|
2439
|
+
},
|
|
2440
|
+
"varName": "useDefaultSizeBucket"
|
|
2441
|
+
},
|
|
2406
2442
|
"data___withMissingData": {
|
|
2407
2443
|
"defaultValue": "false",
|
|
2408
2444
|
"description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
|
|
@@ -2895,6 +2931,7 @@
|
|
|
2895
2931
|
},
|
|
2896
2932
|
"perSecond": "Boolean",
|
|
2897
2933
|
"timeFrame": "TimeFrame",
|
|
2934
|
+
"useDefaultSizeBucket": "Boolean",
|
|
2898
2935
|
"withMissingData": "Boolean"
|
|
2899
2936
|
}
|
|
2900
2937
|
}
|