catocli 1.0.15__py3-none-any.whl → 1.0.17__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 +14 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardwareManagement/README.md +1 -1
- catocli/parsers/query_policy/README.md +3 -1
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/RECORD +139 -58
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +2 -2
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addNetworkRange.json +2 -2
- models/mutation.site.addSocketSite.json +2 -2
- models/mutation.site.addStaticHost.json +2 -2
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeNetworkRange.json +2 -2
- models/mutation.site.removeSite.json +2 -2
- models/mutation.site.removeStaticHost.json +2 -2
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.site.updateNetworkRange.json +2 -2
- models/mutation.site.updateSiteGeneralDetails.json +2 -2
- models/mutation.site.updateSocketInterface.json +2 -2
- models/mutation.site.updateStaticHost.json +2 -2
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +2 -2
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addNetworkRange.json +2 -2
- models/mutation.sites.addSocketSite.json +2 -2
- models/mutation.sites.addStaticHost.json +2 -2
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeNetworkRange.json +2 -2
- models/mutation.sites.removeSite.json +2 -2
- models/mutation.sites.removeStaticHost.json +2 -2
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.sites.updateNetworkRange.json +2 -2
- models/mutation.sites.updateSiteGeneralDetails.json +2 -2
- models/mutation.sites.updateSocketInterface.json +2 -2
- models/mutation.sites.updateStaticHost.json +2 -2
- models/query.auditFeed.json +36 -12
- models/query.events.json +144 -48
- models/query.eventsFeed.json +36 -12
- models/query.eventsTimeSeries.json +108 -36
- models/query.hardwareManagement.json +192 -0
- models/query.licensing.json +304 -325
- models/query.policy.json +9605 -4234
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +27 -27
- models/query.xdr.story.json +27 -27
- schema/catolib.py +11 -1
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
|
@@ -139,12 +139,12 @@
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
|
-
"deprecationReason":
|
|
142
|
+
"deprecationReason": "in favor of site",
|
|
143
143
|
"description": null,
|
|
144
144
|
"fieldTypes": {
|
|
145
145
|
"UpdateStaticHostPayload": true
|
|
146
146
|
},
|
|
147
|
-
"isDeprecated":
|
|
147
|
+
"isDeprecated": true,
|
|
148
148
|
"name": "sites",
|
|
149
149
|
"operationArgs": {
|
|
150
150
|
"accountId": {
|
models/query.auditFeed.json
CHANGED
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"description": null,
|
|
167
167
|
"enumValues": [
|
|
168
168
|
{
|
|
169
|
-
"deprecationReason":
|
|
169
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
170
170
|
"description": "Name of site or user initiating the connection",
|
|
171
|
-
"isDeprecated":
|
|
171
|
+
"isDeprecated": true,
|
|
172
172
|
"name": "src_site"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
@@ -376,11 +376,17 @@
|
|
|
376
376
|
"name": "configured_host_name"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
|
-
"deprecationReason":
|
|
379
|
+
"deprecationReason": "use event_id instead",
|
|
380
380
|
"description": "Cato Internal-use only",
|
|
381
|
-
"isDeprecated":
|
|
381
|
+
"isDeprecated": true,
|
|
382
382
|
"name": "internalId"
|
|
383
383
|
},
|
|
384
|
+
{
|
|
385
|
+
"deprecationReason": null,
|
|
386
|
+
"description": "Event Id",
|
|
387
|
+
"isDeprecated": false,
|
|
388
|
+
"name": "event_id"
|
|
389
|
+
},
|
|
384
390
|
{
|
|
385
391
|
"deprecationReason": null,
|
|
386
392
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -664,9 +670,9 @@
|
|
|
664
670
|
"name": "incident_id"
|
|
665
671
|
},
|
|
666
672
|
{
|
|
667
|
-
"deprecationReason":
|
|
673
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
668
674
|
"description": "For Internet firewall, app for this event",
|
|
669
|
-
"isDeprecated":
|
|
675
|
+
"isDeprecated": true,
|
|
670
676
|
"name": "application"
|
|
671
677
|
},
|
|
672
678
|
{
|
|
@@ -957,6 +963,12 @@
|
|
|
957
963
|
"isDeprecated": false,
|
|
958
964
|
"name": "dns_protection_category"
|
|
959
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"deprecationReason": null,
|
|
968
|
+
"description": "If the events was part of the sinkhole flow",
|
|
969
|
+
"isDeprecated": false,
|
|
970
|
+
"name": "is_sinkhole"
|
|
971
|
+
},
|
|
960
972
|
{
|
|
961
973
|
"deprecationReason": null,
|
|
962
974
|
"description": null,
|
|
@@ -1868,9 +1880,9 @@
|
|
|
1868
1880
|
"description": null,
|
|
1869
1881
|
"enumValues": [
|
|
1870
1882
|
{
|
|
1871
|
-
"deprecationReason":
|
|
1883
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
1872
1884
|
"description": "Name of site or user initiating the connection",
|
|
1873
|
-
"isDeprecated":
|
|
1885
|
+
"isDeprecated": true,
|
|
1874
1886
|
"name": "src_site"
|
|
1875
1887
|
},
|
|
1876
1888
|
{
|
|
@@ -2078,11 +2090,17 @@
|
|
|
2078
2090
|
"name": "configured_host_name"
|
|
2079
2091
|
},
|
|
2080
2092
|
{
|
|
2081
|
-
"deprecationReason":
|
|
2093
|
+
"deprecationReason": "use event_id instead",
|
|
2082
2094
|
"description": "Cato Internal-use only",
|
|
2083
|
-
"isDeprecated":
|
|
2095
|
+
"isDeprecated": true,
|
|
2084
2096
|
"name": "internalId"
|
|
2085
2097
|
},
|
|
2098
|
+
{
|
|
2099
|
+
"deprecationReason": null,
|
|
2100
|
+
"description": "Event Id",
|
|
2101
|
+
"isDeprecated": false,
|
|
2102
|
+
"name": "event_id"
|
|
2103
|
+
},
|
|
2086
2104
|
{
|
|
2087
2105
|
"deprecationReason": null,
|
|
2088
2106
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -2366,9 +2384,9 @@
|
|
|
2366
2384
|
"name": "incident_id"
|
|
2367
2385
|
},
|
|
2368
2386
|
{
|
|
2369
|
-
"deprecationReason":
|
|
2387
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
2370
2388
|
"description": "For Internet firewall, app for this event",
|
|
2371
|
-
"isDeprecated":
|
|
2389
|
+
"isDeprecated": true,
|
|
2372
2390
|
"name": "application"
|
|
2373
2391
|
},
|
|
2374
2392
|
{
|
|
@@ -2659,6 +2677,12 @@
|
|
|
2659
2677
|
"isDeprecated": false,
|
|
2660
2678
|
"name": "dns_protection_category"
|
|
2661
2679
|
},
|
|
2680
|
+
{
|
|
2681
|
+
"deprecationReason": null,
|
|
2682
|
+
"description": "If the events was part of the sinkhole flow",
|
|
2683
|
+
"isDeprecated": false,
|
|
2684
|
+
"name": "is_sinkhole"
|
|
2685
|
+
},
|
|
2662
2686
|
{
|
|
2663
2687
|
"deprecationReason": null,
|
|
2664
2688
|
"description": null,
|
models/query.events.json
CHANGED
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"description": null,
|
|
49
49
|
"enumValues": [
|
|
50
50
|
{
|
|
51
|
-
"deprecationReason":
|
|
51
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
52
52
|
"description": "Name of site or user initiating the connection",
|
|
53
|
-
"isDeprecated":
|
|
53
|
+
"isDeprecated": true,
|
|
54
54
|
"name": "src_site"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
@@ -258,11 +258,17 @@
|
|
|
258
258
|
"name": "configured_host_name"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"deprecationReason":
|
|
261
|
+
"deprecationReason": "use event_id instead",
|
|
262
262
|
"description": "Cato Internal-use only",
|
|
263
|
-
"isDeprecated":
|
|
263
|
+
"isDeprecated": true,
|
|
264
264
|
"name": "internalId"
|
|
265
265
|
},
|
|
266
|
+
{
|
|
267
|
+
"deprecationReason": null,
|
|
268
|
+
"description": "Event Id",
|
|
269
|
+
"isDeprecated": false,
|
|
270
|
+
"name": "event_id"
|
|
271
|
+
},
|
|
266
272
|
{
|
|
267
273
|
"deprecationReason": null,
|
|
268
274
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -546,9 +552,9 @@
|
|
|
546
552
|
"name": "incident_id"
|
|
547
553
|
},
|
|
548
554
|
{
|
|
549
|
-
"deprecationReason":
|
|
555
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
550
556
|
"description": "For Internet firewall, app for this event",
|
|
551
|
-
"isDeprecated":
|
|
557
|
+
"isDeprecated": true,
|
|
552
558
|
"name": "application"
|
|
553
559
|
},
|
|
554
560
|
{
|
|
@@ -839,6 +845,12 @@
|
|
|
839
845
|
"isDeprecated": false,
|
|
840
846
|
"name": "dns_protection_category"
|
|
841
847
|
},
|
|
848
|
+
{
|
|
849
|
+
"deprecationReason": null,
|
|
850
|
+
"description": "If the events was part of the sinkhole flow",
|
|
851
|
+
"isDeprecated": false,
|
|
852
|
+
"name": "is_sinkhole"
|
|
853
|
+
},
|
|
842
854
|
{
|
|
843
855
|
"deprecationReason": null,
|
|
844
856
|
"description": null,
|
|
@@ -1448,9 +1460,9 @@
|
|
|
1448
1460
|
"description": null,
|
|
1449
1461
|
"enumValues": [
|
|
1450
1462
|
{
|
|
1451
|
-
"deprecationReason":
|
|
1463
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
1452
1464
|
"description": "Name of site or user initiating the connection",
|
|
1453
|
-
"isDeprecated":
|
|
1465
|
+
"isDeprecated": true,
|
|
1454
1466
|
"name": "src_site"
|
|
1455
1467
|
},
|
|
1456
1468
|
{
|
|
@@ -1658,11 +1670,17 @@
|
|
|
1658
1670
|
"name": "configured_host_name"
|
|
1659
1671
|
},
|
|
1660
1672
|
{
|
|
1661
|
-
"deprecationReason":
|
|
1673
|
+
"deprecationReason": "use event_id instead",
|
|
1662
1674
|
"description": "Cato Internal-use only",
|
|
1663
|
-
"isDeprecated":
|
|
1675
|
+
"isDeprecated": true,
|
|
1664
1676
|
"name": "internalId"
|
|
1665
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"deprecationReason": null,
|
|
1680
|
+
"description": "Event Id",
|
|
1681
|
+
"isDeprecated": false,
|
|
1682
|
+
"name": "event_id"
|
|
1683
|
+
},
|
|
1666
1684
|
{
|
|
1667
1685
|
"deprecationReason": null,
|
|
1668
1686
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -1946,9 +1964,9 @@
|
|
|
1946
1964
|
"name": "incident_id"
|
|
1947
1965
|
},
|
|
1948
1966
|
{
|
|
1949
|
-
"deprecationReason":
|
|
1967
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
1950
1968
|
"description": "For Internet firewall, app for this event",
|
|
1951
|
-
"isDeprecated":
|
|
1969
|
+
"isDeprecated": true,
|
|
1952
1970
|
"name": "application"
|
|
1953
1971
|
},
|
|
1954
1972
|
{
|
|
@@ -2239,6 +2257,12 @@
|
|
|
2239
2257
|
"isDeprecated": false,
|
|
2240
2258
|
"name": "dns_protection_category"
|
|
2241
2259
|
},
|
|
2260
|
+
{
|
|
2261
|
+
"deprecationReason": null,
|
|
2262
|
+
"description": "If the events was part of the sinkhole flow",
|
|
2263
|
+
"isDeprecated": false,
|
|
2264
|
+
"name": "is_sinkhole"
|
|
2265
|
+
},
|
|
2242
2266
|
{
|
|
2243
2267
|
"deprecationReason": null,
|
|
2244
2268
|
"description": null,
|
|
@@ -3064,9 +3088,9 @@
|
|
|
3064
3088
|
"description": null,
|
|
3065
3089
|
"enumValues": [
|
|
3066
3090
|
{
|
|
3067
|
-
"deprecationReason":
|
|
3091
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
3068
3092
|
"description": "Name of site or user initiating the connection",
|
|
3069
|
-
"isDeprecated":
|
|
3093
|
+
"isDeprecated": true,
|
|
3070
3094
|
"name": "src_site"
|
|
3071
3095
|
},
|
|
3072
3096
|
{
|
|
@@ -3274,11 +3298,17 @@
|
|
|
3274
3298
|
"name": "configured_host_name"
|
|
3275
3299
|
},
|
|
3276
3300
|
{
|
|
3277
|
-
"deprecationReason":
|
|
3301
|
+
"deprecationReason": "use event_id instead",
|
|
3278
3302
|
"description": "Cato Internal-use only",
|
|
3279
|
-
"isDeprecated":
|
|
3303
|
+
"isDeprecated": true,
|
|
3280
3304
|
"name": "internalId"
|
|
3281
3305
|
},
|
|
3306
|
+
{
|
|
3307
|
+
"deprecationReason": null,
|
|
3308
|
+
"description": "Event Id",
|
|
3309
|
+
"isDeprecated": false,
|
|
3310
|
+
"name": "event_id"
|
|
3311
|
+
},
|
|
3282
3312
|
{
|
|
3283
3313
|
"deprecationReason": null,
|
|
3284
3314
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -3562,9 +3592,9 @@
|
|
|
3562
3592
|
"name": "incident_id"
|
|
3563
3593
|
},
|
|
3564
3594
|
{
|
|
3565
|
-
"deprecationReason":
|
|
3595
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
3566
3596
|
"description": "For Internet firewall, app for this event",
|
|
3567
|
-
"isDeprecated":
|
|
3597
|
+
"isDeprecated": true,
|
|
3568
3598
|
"name": "application"
|
|
3569
3599
|
},
|
|
3570
3600
|
{
|
|
@@ -3855,6 +3885,12 @@
|
|
|
3855
3885
|
"isDeprecated": false,
|
|
3856
3886
|
"name": "dns_protection_category"
|
|
3857
3887
|
},
|
|
3888
|
+
{
|
|
3889
|
+
"deprecationReason": null,
|
|
3890
|
+
"description": "If the events was part of the sinkhole flow",
|
|
3891
|
+
"isDeprecated": false,
|
|
3892
|
+
"name": "is_sinkhole"
|
|
3893
|
+
},
|
|
3858
3894
|
{
|
|
3859
3895
|
"deprecationReason": null,
|
|
3860
3896
|
"description": null,
|
|
@@ -4482,9 +4518,9 @@
|
|
|
4482
4518
|
"description": null,
|
|
4483
4519
|
"enumValues": [
|
|
4484
4520
|
{
|
|
4485
|
-
"deprecationReason":
|
|
4521
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
4486
4522
|
"description": "Name of site or user initiating the connection",
|
|
4487
|
-
"isDeprecated":
|
|
4523
|
+
"isDeprecated": true,
|
|
4488
4524
|
"name": "src_site"
|
|
4489
4525
|
},
|
|
4490
4526
|
{
|
|
@@ -4692,11 +4728,17 @@
|
|
|
4692
4728
|
"name": "configured_host_name"
|
|
4693
4729
|
},
|
|
4694
4730
|
{
|
|
4695
|
-
"deprecationReason":
|
|
4731
|
+
"deprecationReason": "use event_id instead",
|
|
4696
4732
|
"description": "Cato Internal-use only",
|
|
4697
|
-
"isDeprecated":
|
|
4733
|
+
"isDeprecated": true,
|
|
4698
4734
|
"name": "internalId"
|
|
4699
4735
|
},
|
|
4736
|
+
{
|
|
4737
|
+
"deprecationReason": null,
|
|
4738
|
+
"description": "Event Id",
|
|
4739
|
+
"isDeprecated": false,
|
|
4740
|
+
"name": "event_id"
|
|
4741
|
+
},
|
|
4700
4742
|
{
|
|
4701
4743
|
"deprecationReason": null,
|
|
4702
4744
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -4980,9 +5022,9 @@
|
|
|
4980
5022
|
"name": "incident_id"
|
|
4981
5023
|
},
|
|
4982
5024
|
{
|
|
4983
|
-
"deprecationReason":
|
|
5025
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
4984
5026
|
"description": "For Internet firewall, app for this event",
|
|
4985
|
-
"isDeprecated":
|
|
5027
|
+
"isDeprecated": true,
|
|
4986
5028
|
"name": "application"
|
|
4987
5029
|
},
|
|
4988
5030
|
{
|
|
@@ -5273,6 +5315,12 @@
|
|
|
5273
5315
|
"isDeprecated": false,
|
|
5274
5316
|
"name": "dns_protection_category"
|
|
5275
5317
|
},
|
|
5318
|
+
{
|
|
5319
|
+
"deprecationReason": null,
|
|
5320
|
+
"description": "If the events was part of the sinkhole flow",
|
|
5321
|
+
"isDeprecated": false,
|
|
5322
|
+
"name": "is_sinkhole"
|
|
5323
|
+
},
|
|
5276
5324
|
{
|
|
5277
5325
|
"deprecationReason": null,
|
|
5278
5326
|
"description": null,
|
|
@@ -5973,9 +6021,9 @@
|
|
|
5973
6021
|
"description": null,
|
|
5974
6022
|
"enumValues": [
|
|
5975
6023
|
{
|
|
5976
|
-
"deprecationReason":
|
|
6024
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
5977
6025
|
"description": "Name of site or user initiating the connection",
|
|
5978
|
-
"isDeprecated":
|
|
6026
|
+
"isDeprecated": true,
|
|
5979
6027
|
"name": "src_site"
|
|
5980
6028
|
},
|
|
5981
6029
|
{
|
|
@@ -6183,11 +6231,17 @@
|
|
|
6183
6231
|
"name": "configured_host_name"
|
|
6184
6232
|
},
|
|
6185
6233
|
{
|
|
6186
|
-
"deprecationReason":
|
|
6234
|
+
"deprecationReason": "use event_id instead",
|
|
6187
6235
|
"description": "Cato Internal-use only",
|
|
6188
|
-
"isDeprecated":
|
|
6236
|
+
"isDeprecated": true,
|
|
6189
6237
|
"name": "internalId"
|
|
6190
6238
|
},
|
|
6239
|
+
{
|
|
6240
|
+
"deprecationReason": null,
|
|
6241
|
+
"description": "Event Id",
|
|
6242
|
+
"isDeprecated": false,
|
|
6243
|
+
"name": "event_id"
|
|
6244
|
+
},
|
|
6191
6245
|
{
|
|
6192
6246
|
"deprecationReason": null,
|
|
6193
6247
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -6471,9 +6525,9 @@
|
|
|
6471
6525
|
"name": "incident_id"
|
|
6472
6526
|
},
|
|
6473
6527
|
{
|
|
6474
|
-
"deprecationReason":
|
|
6528
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
6475
6529
|
"description": "For Internet firewall, app for this event",
|
|
6476
|
-
"isDeprecated":
|
|
6530
|
+
"isDeprecated": true,
|
|
6477
6531
|
"name": "application"
|
|
6478
6532
|
},
|
|
6479
6533
|
{
|
|
@@ -6764,6 +6818,12 @@
|
|
|
6764
6818
|
"isDeprecated": false,
|
|
6765
6819
|
"name": "dns_protection_category"
|
|
6766
6820
|
},
|
|
6821
|
+
{
|
|
6822
|
+
"deprecationReason": null,
|
|
6823
|
+
"description": "If the events was part of the sinkhole flow",
|
|
6824
|
+
"isDeprecated": false,
|
|
6825
|
+
"name": "is_sinkhole"
|
|
6826
|
+
},
|
|
6767
6827
|
{
|
|
6768
6828
|
"deprecationReason": null,
|
|
6769
6829
|
"description": null,
|
|
@@ -7373,9 +7433,9 @@
|
|
|
7373
7433
|
"description": null,
|
|
7374
7434
|
"enumValues": [
|
|
7375
7435
|
{
|
|
7376
|
-
"deprecationReason":
|
|
7436
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
7377
7437
|
"description": "Name of site or user initiating the connection",
|
|
7378
|
-
"isDeprecated":
|
|
7438
|
+
"isDeprecated": true,
|
|
7379
7439
|
"name": "src_site"
|
|
7380
7440
|
},
|
|
7381
7441
|
{
|
|
@@ -7583,11 +7643,17 @@
|
|
|
7583
7643
|
"name": "configured_host_name"
|
|
7584
7644
|
},
|
|
7585
7645
|
{
|
|
7586
|
-
"deprecationReason":
|
|
7646
|
+
"deprecationReason": "use event_id instead",
|
|
7587
7647
|
"description": "Cato Internal-use only",
|
|
7588
|
-
"isDeprecated":
|
|
7648
|
+
"isDeprecated": true,
|
|
7589
7649
|
"name": "internalId"
|
|
7590
7650
|
},
|
|
7651
|
+
{
|
|
7652
|
+
"deprecationReason": null,
|
|
7653
|
+
"description": "Event Id",
|
|
7654
|
+
"isDeprecated": false,
|
|
7655
|
+
"name": "event_id"
|
|
7656
|
+
},
|
|
7591
7657
|
{
|
|
7592
7658
|
"deprecationReason": null,
|
|
7593
7659
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -7871,9 +7937,9 @@
|
|
|
7871
7937
|
"name": "incident_id"
|
|
7872
7938
|
},
|
|
7873
7939
|
{
|
|
7874
|
-
"deprecationReason":
|
|
7940
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
7875
7941
|
"description": "For Internet firewall, app for this event",
|
|
7876
|
-
"isDeprecated":
|
|
7942
|
+
"isDeprecated": true,
|
|
7877
7943
|
"name": "application"
|
|
7878
7944
|
},
|
|
7879
7945
|
{
|
|
@@ -8164,6 +8230,12 @@
|
|
|
8164
8230
|
"isDeprecated": false,
|
|
8165
8231
|
"name": "dns_protection_category"
|
|
8166
8232
|
},
|
|
8233
|
+
{
|
|
8234
|
+
"deprecationReason": null,
|
|
8235
|
+
"description": "If the events was part of the sinkhole flow",
|
|
8236
|
+
"isDeprecated": false,
|
|
8237
|
+
"name": "is_sinkhole"
|
|
8238
|
+
},
|
|
8167
8239
|
{
|
|
8168
8240
|
"deprecationReason": null,
|
|
8169
8241
|
"description": null,
|
|
@@ -8989,9 +9061,9 @@
|
|
|
8989
9061
|
"description": null,
|
|
8990
9062
|
"enumValues": [
|
|
8991
9063
|
{
|
|
8992
|
-
"deprecationReason":
|
|
9064
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
8993
9065
|
"description": "Name of site or user initiating the connection",
|
|
8994
|
-
"isDeprecated":
|
|
9066
|
+
"isDeprecated": true,
|
|
8995
9067
|
"name": "src_site"
|
|
8996
9068
|
},
|
|
8997
9069
|
{
|
|
@@ -9199,11 +9271,17 @@
|
|
|
9199
9271
|
"name": "configured_host_name"
|
|
9200
9272
|
},
|
|
9201
9273
|
{
|
|
9202
|
-
"deprecationReason":
|
|
9274
|
+
"deprecationReason": "use event_id instead",
|
|
9203
9275
|
"description": "Cato Internal-use only",
|
|
9204
|
-
"isDeprecated":
|
|
9276
|
+
"isDeprecated": true,
|
|
9205
9277
|
"name": "internalId"
|
|
9206
9278
|
},
|
|
9279
|
+
{
|
|
9280
|
+
"deprecationReason": null,
|
|
9281
|
+
"description": "Event Id",
|
|
9282
|
+
"isDeprecated": false,
|
|
9283
|
+
"name": "event_id"
|
|
9284
|
+
},
|
|
9207
9285
|
{
|
|
9208
9286
|
"deprecationReason": null,
|
|
9209
9287
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -9487,9 +9565,9 @@
|
|
|
9487
9565
|
"name": "incident_id"
|
|
9488
9566
|
},
|
|
9489
9567
|
{
|
|
9490
|
-
"deprecationReason":
|
|
9568
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
9491
9569
|
"description": "For Internet firewall, app for this event",
|
|
9492
|
-
"isDeprecated":
|
|
9570
|
+
"isDeprecated": true,
|
|
9493
9571
|
"name": "application"
|
|
9494
9572
|
},
|
|
9495
9573
|
{
|
|
@@ -9780,6 +9858,12 @@
|
|
|
9780
9858
|
"isDeprecated": false,
|
|
9781
9859
|
"name": "dns_protection_category"
|
|
9782
9860
|
},
|
|
9861
|
+
{
|
|
9862
|
+
"deprecationReason": null,
|
|
9863
|
+
"description": "If the events was part of the sinkhole flow",
|
|
9864
|
+
"isDeprecated": false,
|
|
9865
|
+
"name": "is_sinkhole"
|
|
9866
|
+
},
|
|
9783
9867
|
{
|
|
9784
9868
|
"deprecationReason": null,
|
|
9785
9869
|
"description": null,
|
|
@@ -10407,9 +10491,9 @@
|
|
|
10407
10491
|
"description": null,
|
|
10408
10492
|
"enumValues": [
|
|
10409
10493
|
{
|
|
10410
|
-
"deprecationReason":
|
|
10494
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
10411
10495
|
"description": "Name of site or user initiating the connection",
|
|
10412
|
-
"isDeprecated":
|
|
10496
|
+
"isDeprecated": true,
|
|
10413
10497
|
"name": "src_site"
|
|
10414
10498
|
},
|
|
10415
10499
|
{
|
|
@@ -10617,11 +10701,17 @@
|
|
|
10617
10701
|
"name": "configured_host_name"
|
|
10618
10702
|
},
|
|
10619
10703
|
{
|
|
10620
|
-
"deprecationReason":
|
|
10704
|
+
"deprecationReason": "use event_id instead",
|
|
10621
10705
|
"description": "Cato Internal-use only",
|
|
10622
|
-
"isDeprecated":
|
|
10706
|
+
"isDeprecated": true,
|
|
10623
10707
|
"name": "internalId"
|
|
10624
10708
|
},
|
|
10709
|
+
{
|
|
10710
|
+
"deprecationReason": null,
|
|
10711
|
+
"description": "Event Id",
|
|
10712
|
+
"isDeprecated": false,
|
|
10713
|
+
"name": "event_id"
|
|
10714
|
+
},
|
|
10625
10715
|
{
|
|
10626
10716
|
"deprecationReason": null,
|
|
10627
10717
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -10905,9 +10995,9 @@
|
|
|
10905
10995
|
"name": "incident_id"
|
|
10906
10996
|
},
|
|
10907
10997
|
{
|
|
10908
|
-
"deprecationReason":
|
|
10998
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
10909
10999
|
"description": "For Internet firewall, app for this event",
|
|
10910
|
-
"isDeprecated":
|
|
11000
|
+
"isDeprecated": true,
|
|
10911
11001
|
"name": "application"
|
|
10912
11002
|
},
|
|
10913
11003
|
{
|
|
@@ -11198,6 +11288,12 @@
|
|
|
11198
11288
|
"isDeprecated": false,
|
|
11199
11289
|
"name": "dns_protection_category"
|
|
11200
11290
|
},
|
|
11291
|
+
{
|
|
11292
|
+
"deprecationReason": null,
|
|
11293
|
+
"description": "If the events was part of the sinkhole flow",
|
|
11294
|
+
"isDeprecated": false,
|
|
11295
|
+
"name": "is_sinkhole"
|
|
11296
|
+
},
|
|
11201
11297
|
{
|
|
11202
11298
|
"deprecationReason": null,
|
|
11203
11299
|
"description": null,
|