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.

Files changed (139) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/RECORD +139 -58
  55. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  56. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  57. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  58. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  59. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  60. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  61. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  62. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  63. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  64. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  65. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  66. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  67. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  68. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  69. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  70. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  71. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  72. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  73. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  74. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  75. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  76. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  77. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  78. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  79. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  80. models/mutation.site.addBgpPeer.json +3334 -0
  81. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  82. models/mutation.site.addCloudInterconnectSite.json +911 -0
  83. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  84. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  85. models/mutation.site.addNetworkRange.json +2 -2
  86. models/mutation.site.addSocketSite.json +2 -2
  87. models/mutation.site.addStaticHost.json +2 -2
  88. models/mutation.site.removeBgpPeer.json +1158 -0
  89. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  90. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  91. models/mutation.site.removeNetworkRange.json +2 -2
  92. models/mutation.site.removeSite.json +2 -2
  93. models/mutation.site.removeStaticHost.json +2 -2
  94. models/mutation.site.updateBgpPeer.json +3063 -0
  95. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  96. models/mutation.site.updateHa.json +2 -2
  97. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  99. models/mutation.site.updateNetworkRange.json +2 -2
  100. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  101. models/mutation.site.updateSocketInterface.json +2 -2
  102. models/mutation.site.updateStaticHost.json +2 -2
  103. models/mutation.sites.addBgpPeer.json +3334 -0
  104. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  105. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  106. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  107. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  108. models/mutation.sites.addNetworkRange.json +2 -2
  109. models/mutation.sites.addSocketSite.json +2 -2
  110. models/mutation.sites.addStaticHost.json +2 -2
  111. models/mutation.sites.removeBgpPeer.json +1158 -0
  112. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  113. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  114. models/mutation.sites.removeNetworkRange.json +2 -2
  115. models/mutation.sites.removeSite.json +2 -2
  116. models/mutation.sites.removeStaticHost.json +2 -2
  117. models/mutation.sites.updateBgpPeer.json +3063 -0
  118. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  119. models/mutation.sites.updateHa.json +2 -2
  120. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  122. models/mutation.sites.updateNetworkRange.json +2 -2
  123. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  124. models/mutation.sites.updateSocketInterface.json +2 -2
  125. models/mutation.sites.updateStaticHost.json +2 -2
  126. models/query.auditFeed.json +36 -12
  127. models/query.events.json +144 -48
  128. models/query.eventsFeed.json +36 -12
  129. models/query.eventsTimeSeries.json +108 -36
  130. models/query.hardwareManagement.json +192 -0
  131. models/query.licensing.json +304 -325
  132. models/query.policy.json +9605 -4234
  133. models/query.site.json +4138 -0
  134. models/query.xdr.stories.json +27 -27
  135. models/query.xdr.story.json +27 -27
  136. schema/catolib.py +11 -1
  137. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -382,9 +382,9 @@
382
382
  "description": null,
383
383
  "enumValues": [
384
384
  {
385
- "deprecationReason": null,
385
+ "deprecationReason": "use src_site_id/src_site_name instead",
386
386
  "description": "Name of site or user initiating the connection",
387
- "isDeprecated": false,
387
+ "isDeprecated": true,
388
388
  "name": "src_site"
389
389
  },
390
390
  {
@@ -592,11 +592,17 @@
592
592
  "name": "configured_host_name"
593
593
  },
594
594
  {
595
- "deprecationReason": null,
595
+ "deprecationReason": "use event_id instead",
596
596
  "description": "Cato Internal-use only",
597
- "isDeprecated": false,
597
+ "isDeprecated": true,
598
598
  "name": "internalId"
599
599
  },
600
+ {
601
+ "deprecationReason": null,
602
+ "description": "Event Id",
603
+ "isDeprecated": false,
604
+ "name": "event_id"
605
+ },
600
606
  {
601
607
  "deprecationReason": null,
602
608
  "description": "Type of LDAP Domain Controller sync event",
@@ -880,9 +886,9 @@
880
886
  "name": "incident_id"
881
887
  },
882
888
  {
883
- "deprecationReason": null,
889
+ "deprecationReason": "use application_id/application_name instead",
884
890
  "description": "For Internet firewall, app for this event",
885
- "isDeprecated": false,
891
+ "isDeprecated": true,
886
892
  "name": "application"
887
893
  },
888
894
  {
@@ -1173,6 +1179,12 @@
1173
1179
  "isDeprecated": false,
1174
1180
  "name": "dns_protection_category"
1175
1181
  },
1182
+ {
1183
+ "deprecationReason": null,
1184
+ "description": "If the events was part of the sinkhole flow",
1185
+ "isDeprecated": false,
1186
+ "name": "is_sinkhole"
1187
+ },
1176
1188
  {
1177
1189
  "deprecationReason": null,
1178
1190
  "description": null,
@@ -1836,9 +1848,9 @@
1836
1848
  "description": null,
1837
1849
  "enumValues": [
1838
1850
  {
1839
- "deprecationReason": null,
1851
+ "deprecationReason": "use src_site_id/src_site_name instead",
1840
1852
  "description": "Name of site or user initiating the connection",
1841
- "isDeprecated": false,
1853
+ "isDeprecated": true,
1842
1854
  "name": "src_site"
1843
1855
  },
1844
1856
  {
@@ -2046,11 +2058,17 @@
2046
2058
  "name": "configured_host_name"
2047
2059
  },
2048
2060
  {
2049
- "deprecationReason": null,
2061
+ "deprecationReason": "use event_id instead",
2050
2062
  "description": "Cato Internal-use only",
2051
- "isDeprecated": false,
2063
+ "isDeprecated": true,
2052
2064
  "name": "internalId"
2053
2065
  },
2066
+ {
2067
+ "deprecationReason": null,
2068
+ "description": "Event Id",
2069
+ "isDeprecated": false,
2070
+ "name": "event_id"
2071
+ },
2054
2072
  {
2055
2073
  "deprecationReason": null,
2056
2074
  "description": "Type of LDAP Domain Controller sync event",
@@ -2334,9 +2352,9 @@
2334
2352
  "name": "incident_id"
2335
2353
  },
2336
2354
  {
2337
- "deprecationReason": null,
2355
+ "deprecationReason": "use application_id/application_name instead",
2338
2356
  "description": "For Internet firewall, app for this event",
2339
- "isDeprecated": false,
2357
+ "isDeprecated": true,
2340
2358
  "name": "application"
2341
2359
  },
2342
2360
  {
@@ -2627,6 +2645,12 @@
2627
2645
  "isDeprecated": false,
2628
2646
  "name": "dns_protection_category"
2629
2647
  },
2648
+ {
2649
+ "deprecationReason": null,
2650
+ "description": "If the events was part of the sinkhole flow",
2651
+ "isDeprecated": false,
2652
+ "name": "is_sinkhole"
2653
+ },
2630
2654
  {
2631
2655
  "deprecationReason": null,
2632
2656
  "description": null,
@@ -48,9 +48,9 @@
48
48
  "description": null,
49
49
  "enumValues": [
50
50
  {
51
- "deprecationReason": null,
51
+ "deprecationReason": "use src_site_id/src_site_name instead",
52
52
  "description": "Name of site or user initiating the connection",
53
- "isDeprecated": false,
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": null,
261
+ "deprecationReason": "use event_id instead",
262
262
  "description": "Cato Internal-use only",
263
- "isDeprecated": false,
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": null,
555
+ "deprecationReason": "use application_id/application_name instead",
550
556
  "description": "For Internet firewall, app for this event",
551
- "isDeprecated": false,
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": null,
1463
+ "deprecationReason": "use src_site_id/src_site_name instead",
1452
1464
  "description": "Name of site or user initiating the connection",
1453
- "isDeprecated": false,
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": null,
1673
+ "deprecationReason": "use event_id instead",
1662
1674
  "description": "Cato Internal-use only",
1663
- "isDeprecated": false,
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": null,
1967
+ "deprecationReason": "use application_id/application_name instead",
1950
1968
  "description": "For Internet firewall, app for this event",
1951
- "isDeprecated": false,
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": null,
3091
+ "deprecationReason": "use src_site_id/src_site_name instead",
3068
3092
  "description": "Name of site or user initiating the connection",
3069
- "isDeprecated": false,
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": null,
3301
+ "deprecationReason": "use event_id instead",
3278
3302
  "description": "Cato Internal-use only",
3279
- "isDeprecated": false,
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": null,
3595
+ "deprecationReason": "use application_id/application_name instead",
3566
3596
  "description": "For Internet firewall, app for this event",
3567
- "isDeprecated": false,
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,
@@ -4552,9 +4588,9 @@
4552
4588
  "description": null,
4553
4589
  "enumValues": [
4554
4590
  {
4555
- "deprecationReason": null,
4591
+ "deprecationReason": "use src_site_id/src_site_name instead",
4556
4592
  "description": "Name of site or user initiating the connection",
4557
- "isDeprecated": false,
4593
+ "isDeprecated": true,
4558
4594
  "name": "src_site"
4559
4595
  },
4560
4596
  {
@@ -4762,11 +4798,17 @@
4762
4798
  "name": "configured_host_name"
4763
4799
  },
4764
4800
  {
4765
- "deprecationReason": null,
4801
+ "deprecationReason": "use event_id instead",
4766
4802
  "description": "Cato Internal-use only",
4767
- "isDeprecated": false,
4803
+ "isDeprecated": true,
4768
4804
  "name": "internalId"
4769
4805
  },
4806
+ {
4807
+ "deprecationReason": null,
4808
+ "description": "Event Id",
4809
+ "isDeprecated": false,
4810
+ "name": "event_id"
4811
+ },
4770
4812
  {
4771
4813
  "deprecationReason": null,
4772
4814
  "description": "Type of LDAP Domain Controller sync event",
@@ -5050,9 +5092,9 @@
5050
5092
  "name": "incident_id"
5051
5093
  },
5052
5094
  {
5053
- "deprecationReason": null,
5095
+ "deprecationReason": "use application_id/application_name instead",
5054
5096
  "description": "For Internet firewall, app for this event",
5055
- "isDeprecated": false,
5097
+ "isDeprecated": true,
5056
5098
  "name": "application"
5057
5099
  },
5058
5100
  {
@@ -5343,6 +5385,12 @@
5343
5385
  "isDeprecated": false,
5344
5386
  "name": "dns_protection_category"
5345
5387
  },
5388
+ {
5389
+ "deprecationReason": null,
5390
+ "description": "If the events was part of the sinkhole flow",
5391
+ "isDeprecated": false,
5392
+ "name": "is_sinkhole"
5393
+ },
5346
5394
  {
5347
5395
  "deprecationReason": null,
5348
5396
  "description": null,
@@ -5952,9 +6000,9 @@
5952
6000
  "description": null,
5953
6001
  "enumValues": [
5954
6002
  {
5955
- "deprecationReason": null,
6003
+ "deprecationReason": "use src_site_id/src_site_name instead",
5956
6004
  "description": "Name of site or user initiating the connection",
5957
- "isDeprecated": false,
6005
+ "isDeprecated": true,
5958
6006
  "name": "src_site"
5959
6007
  },
5960
6008
  {
@@ -6162,11 +6210,17 @@
6162
6210
  "name": "configured_host_name"
6163
6211
  },
6164
6212
  {
6165
- "deprecationReason": null,
6213
+ "deprecationReason": "use event_id instead",
6166
6214
  "description": "Cato Internal-use only",
6167
- "isDeprecated": false,
6215
+ "isDeprecated": true,
6168
6216
  "name": "internalId"
6169
6217
  },
6218
+ {
6219
+ "deprecationReason": null,
6220
+ "description": "Event Id",
6221
+ "isDeprecated": false,
6222
+ "name": "event_id"
6223
+ },
6170
6224
  {
6171
6225
  "deprecationReason": null,
6172
6226
  "description": "Type of LDAP Domain Controller sync event",
@@ -6450,9 +6504,9 @@
6450
6504
  "name": "incident_id"
6451
6505
  },
6452
6506
  {
6453
- "deprecationReason": null,
6507
+ "deprecationReason": "use application_id/application_name instead",
6454
6508
  "description": "For Internet firewall, app for this event",
6455
- "isDeprecated": false,
6509
+ "isDeprecated": true,
6456
6510
  "name": "application"
6457
6511
  },
6458
6512
  {
@@ -6743,6 +6797,12 @@
6743
6797
  "isDeprecated": false,
6744
6798
  "name": "dns_protection_category"
6745
6799
  },
6800
+ {
6801
+ "deprecationReason": null,
6802
+ "description": "If the events was part of the sinkhole flow",
6803
+ "isDeprecated": false,
6804
+ "name": "is_sinkhole"
6805
+ },
6746
6806
  {
6747
6807
  "deprecationReason": null,
6748
6808
  "description": null,
@@ -7568,9 +7628,9 @@
7568
7628
  "description": null,
7569
7629
  "enumValues": [
7570
7630
  {
7571
- "deprecationReason": null,
7631
+ "deprecationReason": "use src_site_id/src_site_name instead",
7572
7632
  "description": "Name of site or user initiating the connection",
7573
- "isDeprecated": false,
7633
+ "isDeprecated": true,
7574
7634
  "name": "src_site"
7575
7635
  },
7576
7636
  {
@@ -7778,11 +7838,17 @@
7778
7838
  "name": "configured_host_name"
7779
7839
  },
7780
7840
  {
7781
- "deprecationReason": null,
7841
+ "deprecationReason": "use event_id instead",
7782
7842
  "description": "Cato Internal-use only",
7783
- "isDeprecated": false,
7843
+ "isDeprecated": true,
7784
7844
  "name": "internalId"
7785
7845
  },
7846
+ {
7847
+ "deprecationReason": null,
7848
+ "description": "Event Id",
7849
+ "isDeprecated": false,
7850
+ "name": "event_id"
7851
+ },
7786
7852
  {
7787
7853
  "deprecationReason": null,
7788
7854
  "description": "Type of LDAP Domain Controller sync event",
@@ -8066,9 +8132,9 @@
8066
8132
  "name": "incident_id"
8067
8133
  },
8068
8134
  {
8069
- "deprecationReason": null,
8135
+ "deprecationReason": "use application_id/application_name instead",
8070
8136
  "description": "For Internet firewall, app for this event",
8071
- "isDeprecated": false,
8137
+ "isDeprecated": true,
8072
8138
  "name": "application"
8073
8139
  },
8074
8140
  {
@@ -8359,6 +8425,12 @@
8359
8425
  "isDeprecated": false,
8360
8426
  "name": "dns_protection_category"
8361
8427
  },
8428
+ {
8429
+ "deprecationReason": null,
8430
+ "description": "If the events was part of the sinkhole flow",
8431
+ "isDeprecated": false,
8432
+ "name": "is_sinkhole"
8433
+ },
8362
8434
  {
8363
8435
  "deprecationReason": null,
8364
8436
  "description": null,