catocli 3.0.24__py3-none-any.whl → 3.0.26__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 +10 -10
- catocli/Utils/formatter_app_stats.py +29 -16
- catocli/Utils/formatter_app_stats_timeseries.py +15 -23
- catocli/Utils/formatter_utils.py +1 -0
- catocli/__init__.py +1 -1
- catocli/clisettings.json +2 -1
- catocli/parsers/query_appStatsTimeSeries/README.md +2 -0
- catocli/parsers/query_container/__init__.py +118 -10
- catocli/parsers/query_container_fqdn_downloadFile/README.md +27 -0
- catocli/parsers/query_container_fqdn_search/README.md +29 -0
- catocli/parsers/query_container_fqdn_searchFqdn/README.md +26 -0
- catocli/parsers/query_container_ipAddressRange_downloadFile/README.md +27 -0
- catocli/parsers/query_container_ipAddressRange_search/README.md +29 -0
- catocli/parsers/query_container_ipAddressRange_searchIpAddressRange/README.md +29 -0
- catocli/parsers/query_container_list/README.md +30 -0
- {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/METADATA +2 -5
- {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/RECORD +30 -17
- models/query.appStats.json +216 -0
- models/query.appStatsTimeSeries.json +144 -0
- models/query.container.fqdn.downloadFile.json +519 -0
- models/query.container.fqdn.search.json +790 -0
- models/query.container.fqdn.searchFqdn.json +567 -0
- models/query.container.ipAddressRange.downloadFile.json +519 -0
- models/query.container.ipAddressRange.search.json +790 -0
- models/query.container.ipAddressRange.searchIpAddressRange.json +720 -0
- models/query.container.list.json +1316 -0
- catocli/parsers/query_container/README.md +0 -65
- {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/WHEEL +0 -0
- {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/entry_points.txt +0 -0
- {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/licenses/LICENSE +0 -0
- {catocli-3.0.24.dist-info → catocli-3.0.26.dist-info}/top_level.txt +0 -0
|
@@ -203,6 +203,12 @@
|
|
|
203
203
|
"isDeprecated": false,
|
|
204
204
|
"name": "is_sanctioned_app"
|
|
205
205
|
},
|
|
206
|
+
{
|
|
207
|
+
"deprecationReason": null,
|
|
208
|
+
"description": "The ISP related to this event (when the IP address isn't provided by the ISP, then the event message is IP Addresses are assigned statically)",
|
|
209
|
+
"isDeprecated": false,
|
|
210
|
+
"name": "ISP_name"
|
|
211
|
+
},
|
|
206
212
|
{
|
|
207
213
|
"deprecationReason": null,
|
|
208
214
|
"description": "new cloud application identifier",
|
|
@@ -245,6 +251,18 @@
|
|
|
245
251
|
"isDeprecated": false,
|
|
246
252
|
"name": "socket_interface"
|
|
247
253
|
},
|
|
254
|
+
{
|
|
255
|
+
"deprecationReason": null,
|
|
256
|
+
"description": "Country in which the source host is located (detected via public IP address)",
|
|
257
|
+
"isDeprecated": false,
|
|
258
|
+
"name": "src_country"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"deprecationReason": null,
|
|
262
|
+
"description": "Country Code of country in which the source host is located (detected via public IP address)",
|
|
263
|
+
"isDeprecated": false,
|
|
264
|
+
"name": "src_country_code"
|
|
265
|
+
},
|
|
248
266
|
{
|
|
249
267
|
"deprecationReason": null,
|
|
250
268
|
"description": "IP for source host or Cato Client",
|
|
@@ -257,6 +275,12 @@
|
|
|
257
275
|
"isDeprecated": false,
|
|
258
276
|
"name": "src_is_site_or_vpn"
|
|
259
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"deprecationReason": null,
|
|
280
|
+
"description": "IP address provided by ISP to site or Client",
|
|
281
|
+
"isDeprecated": false,
|
|
282
|
+
"name": "src_isp_ip"
|
|
283
|
+
},
|
|
260
284
|
{
|
|
261
285
|
"deprecationReason": null,
|
|
262
286
|
"description": "Site country code alpha2",
|
|
@@ -553,6 +577,12 @@
|
|
|
553
577
|
"isDeprecated": false,
|
|
554
578
|
"name": "is_sanctioned_app"
|
|
555
579
|
},
|
|
580
|
+
{
|
|
581
|
+
"deprecationReason": null,
|
|
582
|
+
"description": "The ISP related to this event (when the IP address isn't provided by the ISP, then the event message is IP Addresses are assigned statically)",
|
|
583
|
+
"isDeprecated": false,
|
|
584
|
+
"name": "ISP_name"
|
|
585
|
+
},
|
|
556
586
|
{
|
|
557
587
|
"deprecationReason": null,
|
|
558
588
|
"description": "new cloud application identifier",
|
|
@@ -595,6 +625,18 @@
|
|
|
595
625
|
"isDeprecated": false,
|
|
596
626
|
"name": "socket_interface"
|
|
597
627
|
},
|
|
628
|
+
{
|
|
629
|
+
"deprecationReason": null,
|
|
630
|
+
"description": "Country in which the source host is located (detected via public IP address)",
|
|
631
|
+
"isDeprecated": false,
|
|
632
|
+
"name": "src_country"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"deprecationReason": null,
|
|
636
|
+
"description": "Country Code of country in which the source host is located (detected via public IP address)",
|
|
637
|
+
"isDeprecated": false,
|
|
638
|
+
"name": "src_country_code"
|
|
639
|
+
},
|
|
598
640
|
{
|
|
599
641
|
"deprecationReason": null,
|
|
600
642
|
"description": "IP for source host or Cato Client",
|
|
@@ -607,6 +649,12 @@
|
|
|
607
649
|
"isDeprecated": false,
|
|
608
650
|
"name": "src_is_site_or_vpn"
|
|
609
651
|
},
|
|
652
|
+
{
|
|
653
|
+
"deprecationReason": null,
|
|
654
|
+
"description": "IP address provided by ISP to site or Client",
|
|
655
|
+
"isDeprecated": false,
|
|
656
|
+
"name": "src_isp_ip"
|
|
657
|
+
},
|
|
610
658
|
{
|
|
611
659
|
"deprecationReason": null,
|
|
612
660
|
"description": "Site country code alpha2",
|
|
@@ -1119,6 +1167,12 @@
|
|
|
1119
1167
|
"isDeprecated": false,
|
|
1120
1168
|
"name": "is_sanctioned_app"
|
|
1121
1169
|
},
|
|
1170
|
+
{
|
|
1171
|
+
"deprecationReason": null,
|
|
1172
|
+
"description": "The ISP related to this event (when the IP address isn't provided by the ISP, then the event message is IP Addresses are assigned statically)",
|
|
1173
|
+
"isDeprecated": false,
|
|
1174
|
+
"name": "ISP_name"
|
|
1175
|
+
},
|
|
1122
1176
|
{
|
|
1123
1177
|
"deprecationReason": null,
|
|
1124
1178
|
"description": "new cloud application identifier",
|
|
@@ -1161,6 +1215,18 @@
|
|
|
1161
1215
|
"isDeprecated": false,
|
|
1162
1216
|
"name": "socket_interface"
|
|
1163
1217
|
},
|
|
1218
|
+
{
|
|
1219
|
+
"deprecationReason": null,
|
|
1220
|
+
"description": "Country in which the source host is located (detected via public IP address)",
|
|
1221
|
+
"isDeprecated": false,
|
|
1222
|
+
"name": "src_country"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"deprecationReason": null,
|
|
1226
|
+
"description": "Country Code of country in which the source host is located (detected via public IP address)",
|
|
1227
|
+
"isDeprecated": false,
|
|
1228
|
+
"name": "src_country_code"
|
|
1229
|
+
},
|
|
1164
1230
|
{
|
|
1165
1231
|
"deprecationReason": null,
|
|
1166
1232
|
"description": "IP for source host or Cato Client",
|
|
@@ -1173,6 +1239,12 @@
|
|
|
1173
1239
|
"isDeprecated": false,
|
|
1174
1240
|
"name": "src_is_site_or_vpn"
|
|
1175
1241
|
},
|
|
1242
|
+
{
|
|
1243
|
+
"deprecationReason": null,
|
|
1244
|
+
"description": "IP address provided by ISP to site or Client",
|
|
1245
|
+
"isDeprecated": false,
|
|
1246
|
+
"name": "src_isp_ip"
|
|
1247
|
+
},
|
|
1176
1248
|
{
|
|
1177
1249
|
"deprecationReason": null,
|
|
1178
1250
|
"description": "Site country code alpha2",
|
|
@@ -1532,6 +1604,12 @@
|
|
|
1532
1604
|
"isDeprecated": false,
|
|
1533
1605
|
"name": "is_sanctioned_app"
|
|
1534
1606
|
},
|
|
1607
|
+
{
|
|
1608
|
+
"deprecationReason": null,
|
|
1609
|
+
"description": "The ISP related to this event (when the IP address isn't provided by the ISP, then the event message is IP Addresses are assigned statically)",
|
|
1610
|
+
"isDeprecated": false,
|
|
1611
|
+
"name": "ISP_name"
|
|
1612
|
+
},
|
|
1535
1613
|
{
|
|
1536
1614
|
"deprecationReason": null,
|
|
1537
1615
|
"description": "new cloud application identifier",
|
|
@@ -1574,6 +1652,18 @@
|
|
|
1574
1652
|
"isDeprecated": false,
|
|
1575
1653
|
"name": "socket_interface"
|
|
1576
1654
|
},
|
|
1655
|
+
{
|
|
1656
|
+
"deprecationReason": null,
|
|
1657
|
+
"description": "Country in which the source host is located (detected via public IP address)",
|
|
1658
|
+
"isDeprecated": false,
|
|
1659
|
+
"name": "src_country"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"deprecationReason": null,
|
|
1663
|
+
"description": "Country Code of country in which the source host is located (detected via public IP address)",
|
|
1664
|
+
"isDeprecated": false,
|
|
1665
|
+
"name": "src_country_code"
|
|
1666
|
+
},
|
|
1577
1667
|
{
|
|
1578
1668
|
"deprecationReason": null,
|
|
1579
1669
|
"description": "IP for source host or Cato Client",
|
|
@@ -1586,6 +1676,12 @@
|
|
|
1586
1676
|
"isDeprecated": false,
|
|
1587
1677
|
"name": "src_is_site_or_vpn"
|
|
1588
1678
|
},
|
|
1679
|
+
{
|
|
1680
|
+
"deprecationReason": null,
|
|
1681
|
+
"description": "IP address provided by ISP to site or Client",
|
|
1682
|
+
"isDeprecated": false,
|
|
1683
|
+
"name": "src_isp_ip"
|
|
1684
|
+
},
|
|
1589
1685
|
{
|
|
1590
1686
|
"deprecationReason": null,
|
|
1591
1687
|
"description": "Site country code alpha2",
|
|
@@ -2026,6 +2122,12 @@
|
|
|
2026
2122
|
"isDeprecated": false,
|
|
2027
2123
|
"name": "is_sanctioned_app"
|
|
2028
2124
|
},
|
|
2125
|
+
{
|
|
2126
|
+
"deprecationReason": null,
|
|
2127
|
+
"description": "The ISP related to this event (when the IP address isn't provided by the ISP, then the event message is IP Addresses are assigned statically)",
|
|
2128
|
+
"isDeprecated": false,
|
|
2129
|
+
"name": "ISP_name"
|
|
2130
|
+
},
|
|
2029
2131
|
{
|
|
2030
2132
|
"deprecationReason": null,
|
|
2031
2133
|
"description": "new cloud application identifier",
|
|
@@ -2068,6 +2170,18 @@
|
|
|
2068
2170
|
"isDeprecated": false,
|
|
2069
2171
|
"name": "socket_interface"
|
|
2070
2172
|
},
|
|
2173
|
+
{
|
|
2174
|
+
"deprecationReason": null,
|
|
2175
|
+
"description": "Country in which the source host is located (detected via public IP address)",
|
|
2176
|
+
"isDeprecated": false,
|
|
2177
|
+
"name": "src_country"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"deprecationReason": null,
|
|
2181
|
+
"description": "Country Code of country in which the source host is located (detected via public IP address)",
|
|
2182
|
+
"isDeprecated": false,
|
|
2183
|
+
"name": "src_country_code"
|
|
2184
|
+
},
|
|
2071
2185
|
{
|
|
2072
2186
|
"deprecationReason": null,
|
|
2073
2187
|
"description": "IP for source host or Cato Client",
|
|
@@ -2080,6 +2194,12 @@
|
|
|
2080
2194
|
"isDeprecated": false,
|
|
2081
2195
|
"name": "src_is_site_or_vpn"
|
|
2082
2196
|
},
|
|
2197
|
+
{
|
|
2198
|
+
"deprecationReason": null,
|
|
2199
|
+
"description": "IP address provided by ISP to site or Client",
|
|
2200
|
+
"isDeprecated": false,
|
|
2201
|
+
"name": "src_isp_ip"
|
|
2202
|
+
},
|
|
2083
2203
|
{
|
|
2084
2204
|
"deprecationReason": null,
|
|
2085
2205
|
"description": "Site country code alpha2",
|
|
@@ -2467,6 +2587,12 @@
|
|
|
2467
2587
|
"isDeprecated": false,
|
|
2468
2588
|
"name": "is_sanctioned_app"
|
|
2469
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"deprecationReason": null,
|
|
2592
|
+
"description": "The ISP related to this event (when the IP address isn't provided by the ISP, then the event message is IP Addresses are assigned statically)",
|
|
2593
|
+
"isDeprecated": false,
|
|
2594
|
+
"name": "ISP_name"
|
|
2595
|
+
},
|
|
2470
2596
|
{
|
|
2471
2597
|
"deprecationReason": null,
|
|
2472
2598
|
"description": "new cloud application identifier",
|
|
@@ -2509,6 +2635,18 @@
|
|
|
2509
2635
|
"isDeprecated": false,
|
|
2510
2636
|
"name": "socket_interface"
|
|
2511
2637
|
},
|
|
2638
|
+
{
|
|
2639
|
+
"deprecationReason": null,
|
|
2640
|
+
"description": "Country in which the source host is located (detected via public IP address)",
|
|
2641
|
+
"isDeprecated": false,
|
|
2642
|
+
"name": "src_country"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"deprecationReason": null,
|
|
2646
|
+
"description": "Country Code of country in which the source host is located (detected via public IP address)",
|
|
2647
|
+
"isDeprecated": false,
|
|
2648
|
+
"name": "src_country_code"
|
|
2649
|
+
},
|
|
2512
2650
|
{
|
|
2513
2651
|
"deprecationReason": null,
|
|
2514
2652
|
"description": "IP for source host or Cato Client",
|
|
@@ -2521,6 +2659,12 @@
|
|
|
2521
2659
|
"isDeprecated": false,
|
|
2522
2660
|
"name": "src_is_site_or_vpn"
|
|
2523
2661
|
},
|
|
2662
|
+
{
|
|
2663
|
+
"deprecationReason": null,
|
|
2664
|
+
"description": "IP address provided by ISP to site or Client",
|
|
2665
|
+
"isDeprecated": false,
|
|
2666
|
+
"name": "src_isp_ip"
|
|
2667
|
+
},
|
|
2524
2668
|
{
|
|
2525
2669
|
"deprecationReason": null,
|
|
2526
2670
|
"description": "Site country code alpha2",
|