catocli 1.0.21__py3-none-any.whl → 2.0.1__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 +112 -25
  2. catocli/Utils/profile_manager.py +188 -0
  3. catocli/Utils/version_checker.py +192 -0
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/configure/__init__.py +115 -0
  6. catocli/parsers/configure/configure.py +307 -0
  7. catocli/parsers/custom/__init__.py +8 -0
  8. catocli/parsers/custom/export_rules/__init__.py +36 -0
  9. catocli/parsers/custom/export_rules/export_rules.py +361 -0
  10. catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
  11. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
  12. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  13. catocli/parsers/mutation_hardware/README.md +7 -0
  14. catocli/parsers/mutation_hardware/__init__.py +23 -0
  15. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
  16. catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
  17. catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
  18. catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
  19. catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
  20. catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
  21. catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
  22. catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
  23. catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
  24. catocli/parsers/query_auditFeed/README.md +1 -1
  25. catocli/parsers/query_catalogs/README.md +19 -0
  26. catocli/parsers/query_catalogs/__init__.py +17 -0
  27. catocli/parsers/query_devices/README.md +19 -0
  28. catocli/parsers/query_devices/__init__.py +17 -0
  29. catocli/parsers/query_eventsFeed/README.md +1 -1
  30. catocli/parsers/query_hardware/README.md +17 -0
  31. catocli/parsers/query_hardware/__init__.py +17 -0
  32. catocli/parsers/query_sandbox/README.md +1 -1
  33. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/top_level.txt +1 -0
  36. graphql_client/api/call_api.py +4 -0
  37. graphql_client/api_client_types.py +4 -3
  38. graphql_client/configuration.py +2 -0
  39. models/mutation.admin.addAdmin.json +130 -0
  40. models/mutation.hardware.updateHardwareShipping.json +2506 -0
  41. models/mutation.policy.appTenantRestriction.addRule.json +11 -11
  42. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
  43. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
  44. models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
  45. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
  46. models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
  47. models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
  48. models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
  49. models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
  50. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
  51. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
  52. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
  53. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
  54. models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
  55. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
  56. models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
  57. models/mutation.policy.internetFirewall.addRule.json +63 -63
  58. models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
  59. models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
  60. models/mutation.policy.internetFirewall.moveRule.json +45 -45
  61. models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
  62. models/mutation.policy.internetFirewall.removeRule.json +45 -45
  63. models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
  64. models/mutation.policy.internetFirewall.updateRule.json +63 -63
  65. models/mutation.policy.remotePortFwd.addRule.json +5 -5
  66. models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
  67. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
  68. models/mutation.policy.remotePortFwd.moveRule.json +5 -5
  69. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
  70. models/mutation.policy.remotePortFwd.removeRule.json +5 -5
  71. models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
  72. models/mutation.policy.remotePortFwd.updateRule.json +5 -5
  73. models/mutation.policy.socketLan.addRule.json +3580 -125
  74. models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
  75. models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
  76. models/mutation.policy.socketLan.moveRule.json +3580 -125
  77. models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
  78. models/mutation.policy.socketLan.removeRule.json +3580 -125
  79. models/mutation.policy.socketLan.updatePolicy.json +3580 -125
  80. models/mutation.policy.socketLan.updateRule.json +3580 -125
  81. models/mutation.policy.wanFirewall.addRule.json +77 -77
  82. models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
  83. models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
  84. models/mutation.policy.wanFirewall.moveRule.json +59 -59
  85. models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
  86. models/mutation.policy.wanFirewall.removeRule.json +59 -59
  87. models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
  88. models/mutation.policy.wanFirewall.updateRule.json +77 -77
  89. models/mutation.policy.wanNetwork.addRule.json +49 -49
  90. models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
  91. models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
  92. models/mutation.policy.wanNetwork.moveRule.json +49 -49
  93. models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
  94. models/mutation.policy.wanNetwork.removeRule.json +49 -49
  95. models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
  96. models/mutation.policy.wanNetwork.updateRule.json +49 -49
  97. models/mutation.site.addBgpPeer.json +2812 -217
  98. models/mutation.site.addNetworkRange.json +114 -0
  99. models/mutation.site.addSocketSite.json +18 -0
  100. models/mutation.site.removeBgpPeer.json +667 -1
  101. models/mutation.site.updateBgpPeer.json +3152 -559
  102. models/mutation.site.updateNetworkRange.json +114 -0
  103. models/mutation.sites.addBgpPeer.json +2812 -217
  104. models/mutation.sites.addNetworkRange.json +114 -0
  105. models/mutation.sites.addSocketSite.json +18 -0
  106. models/mutation.sites.removeBgpPeer.json +667 -1
  107. models/mutation.sites.updateBgpPeer.json +3152 -559
  108. models/mutation.sites.updateNetworkRange.json +114 -0
  109. models/mutation.xdr.addStoryComment.json +2 -2
  110. models/mutation.xdr.analystFeedback.json +182 -42
  111. models/mutation.xdr.deleteStoryComment.json +2 -2
  112. models/query.accountMetrics.json +112 -0
  113. models/query.accountSnapshot.json +62 -0
  114. models/query.admin.json +46 -0
  115. models/query.admins.json +46 -0
  116. models/query.appStats.json +528 -0
  117. models/query.appStatsTimeSeries.json +396 -0
  118. models/query.auditFeed.json +273 -3336
  119. models/query.catalogs.json +9840 -0
  120. models/query.devices.json +15469 -0
  121. models/query.events.json +4606 -4318
  122. models/query.eventsFeed.json +1167 -1095
  123. models/query.eventsTimeSeries.json +3459 -3243
  124. models/query.hardware.json +5730 -0
  125. models/query.hardwareManagement.json +8 -2
  126. models/query.licensing.json +3 -3
  127. models/query.policy.json +3743 -298
  128. models/query.sandbox.json +6 -4
  129. models/query.site.json +1329 -4
  130. models/query.xdr.stories.json +182 -42
  131. models/query.xdr.story.json +182 -42
  132. schema/catolib.py +105 -28
  133. scripts/catolib.py +62 -0
  134. scripts/export_if_rules_to_json.py +188 -0
  135. scripts/export_wf_rules_to_json.py +111 -0
  136. scripts/import_wf_rules_to_tfstate.py +331 -0
  137. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/entry_points.txt +0 -0
@@ -53,12 +53,24 @@
53
53
  "isDeprecated": false,
54
54
  "name": "app"
55
55
  },
56
+ {
57
+ "deprecationReason": null,
58
+ "description": "The application identifier",
59
+ "isDeprecated": false,
60
+ "name": "application_id"
61
+ },
56
62
  {
57
63
  "deprecationReason": null,
58
64
  "description": "The application name",
59
65
  "isDeprecated": false,
60
66
  "name": "application"
61
67
  },
68
+ {
69
+ "deprecationReason": null,
70
+ "description": "The application name",
71
+ "isDeprecated": false,
72
+ "name": "application_name"
73
+ },
62
74
  {
63
75
  "deprecationReason": null,
64
76
  "description": "new cloud application identifier",
@@ -95,18 +107,36 @@
95
107
  "isDeprecated": false,
96
108
  "name": "risk_score"
97
109
  },
110
+ {
111
+ "deprecationReason": null,
112
+ "description": "The application risk score assigned by Cato",
113
+ "isDeprecated": false,
114
+ "name": "application_risk_score"
115
+ },
98
116
  {
99
117
  "deprecationReason": null,
100
118
  "description": "",
101
119
  "isDeprecated": false,
102
120
  "name": "risk_level"
103
121
  },
122
+ {
123
+ "deprecationReason": null,
124
+ "description": "",
125
+ "isDeprecated": false,
126
+ "name": "application_risk_level"
127
+ },
104
128
  {
105
129
  "deprecationReason": null,
106
130
  "description": "Is the application defined as sanctioned?",
107
131
  "isDeprecated": false,
108
132
  "name": "sanctioned"
109
133
  },
134
+ {
135
+ "deprecationReason": null,
136
+ "description": "Is the application defined as sanctioned?",
137
+ "isDeprecated": false,
138
+ "name": "is_sanctioned_app"
139
+ },
110
140
  {
111
141
  "deprecationReason": null,
112
142
  "description": "the country in which the registered application headquarteres is located",
@@ -125,12 +155,24 @@
125
155
  "isDeprecated": false,
126
156
  "name": "category"
127
157
  },
158
+ {
159
+ "deprecationReason": null,
160
+ "description": "Cato system categories of the application",
161
+ "isDeprecated": false,
162
+ "name": "categories"
163
+ },
128
164
  {
129
165
  "deprecationReason": null,
130
166
  "description": "Application description",
131
167
  "isDeprecated": false,
132
168
  "name": "description"
133
169
  },
170
+ {
171
+ "deprecationReason": null,
172
+ "description": "Application description",
173
+ "isDeprecated": false,
174
+ "name": "application_description"
175
+ },
134
176
  {
135
177
  "deprecationReason": null,
136
178
  "description": "",
@@ -143,6 +185,12 @@
143
185
  "isDeprecated": false,
144
186
  "name": "subnet"
145
187
  },
188
+ {
189
+ "deprecationReason": null,
190
+ "description": "Name of subnet as defined in Cato Management Application",
191
+ "isDeprecated": false,
192
+ "name": "subnet_name"
193
+ },
146
194
  {
147
195
  "deprecationReason": null,
148
196
  "description": "",
@@ -155,6 +203,12 @@
155
203
  "isDeprecated": false,
156
204
  "name": "dest_ip"
157
205
  },
206
+ {
207
+ "deprecationReason": null,
208
+ "description": "Top level domain",
209
+ "isDeprecated": false,
210
+ "name": "tld"
211
+ },
158
212
  {
159
213
  "deprecationReason": null,
160
214
  "description": "User identifier",
@@ -185,12 +239,24 @@
185
239
  "isDeprecated": false,
186
240
  "name": "site_country"
187
241
  },
242
+ {
243
+ "deprecationReason": null,
244
+ "description": "Site country code alpha2",
245
+ "isDeprecated": false,
246
+ "name": "src_site_country_code"
247
+ },
188
248
  {
189
249
  "deprecationReason": null,
190
250
  "description": "State in which the source host is located",
191
251
  "isDeprecated": false,
192
252
  "name": "site_state"
193
253
  },
254
+ {
255
+ "deprecationReason": null,
256
+ "description": "Site state code",
257
+ "isDeprecated": false,
258
+ "name": "src_site_state"
259
+ },
194
260
  {
195
261
  "deprecationReason": "use user_id instead",
196
262
  "description": "",
@@ -331,12 +397,24 @@
331
397
  "isDeprecated": false,
332
398
  "name": "app"
333
399
  },
400
+ {
401
+ "deprecationReason": null,
402
+ "description": "The application identifier",
403
+ "isDeprecated": false,
404
+ "name": "application_id"
405
+ },
334
406
  {
335
407
  "deprecationReason": null,
336
408
  "description": "The application name",
337
409
  "isDeprecated": false,
338
410
  "name": "application"
339
411
  },
412
+ {
413
+ "deprecationReason": null,
414
+ "description": "The application name",
415
+ "isDeprecated": false,
416
+ "name": "application_name"
417
+ },
340
418
  {
341
419
  "deprecationReason": null,
342
420
  "description": "new cloud application identifier",
@@ -373,18 +451,36 @@
373
451
  "isDeprecated": false,
374
452
  "name": "risk_score"
375
453
  },
454
+ {
455
+ "deprecationReason": null,
456
+ "description": "The application risk score assigned by Cato",
457
+ "isDeprecated": false,
458
+ "name": "application_risk_score"
459
+ },
376
460
  {
377
461
  "deprecationReason": null,
378
462
  "description": "",
379
463
  "isDeprecated": false,
380
464
  "name": "risk_level"
381
465
  },
466
+ {
467
+ "deprecationReason": null,
468
+ "description": "",
469
+ "isDeprecated": false,
470
+ "name": "application_risk_level"
471
+ },
382
472
  {
383
473
  "deprecationReason": null,
384
474
  "description": "Is the application defined as sanctioned?",
385
475
  "isDeprecated": false,
386
476
  "name": "sanctioned"
387
477
  },
478
+ {
479
+ "deprecationReason": null,
480
+ "description": "Is the application defined as sanctioned?",
481
+ "isDeprecated": false,
482
+ "name": "is_sanctioned_app"
483
+ },
388
484
  {
389
485
  "deprecationReason": null,
390
486
  "description": "the country in which the registered application headquarteres is located",
@@ -403,12 +499,24 @@
403
499
  "isDeprecated": false,
404
500
  "name": "category"
405
501
  },
502
+ {
503
+ "deprecationReason": null,
504
+ "description": "Cato system categories of the application",
505
+ "isDeprecated": false,
506
+ "name": "categories"
507
+ },
406
508
  {
407
509
  "deprecationReason": null,
408
510
  "description": "Application description",
409
511
  "isDeprecated": false,
410
512
  "name": "description"
411
513
  },
514
+ {
515
+ "deprecationReason": null,
516
+ "description": "Application description",
517
+ "isDeprecated": false,
518
+ "name": "application_description"
519
+ },
412
520
  {
413
521
  "deprecationReason": null,
414
522
  "description": "",
@@ -421,6 +529,12 @@
421
529
  "isDeprecated": false,
422
530
  "name": "subnet"
423
531
  },
532
+ {
533
+ "deprecationReason": null,
534
+ "description": "Name of subnet as defined in Cato Management Application",
535
+ "isDeprecated": false,
536
+ "name": "subnet_name"
537
+ },
424
538
  {
425
539
  "deprecationReason": null,
426
540
  "description": "",
@@ -433,6 +547,12 @@
433
547
  "isDeprecated": false,
434
548
  "name": "dest_ip"
435
549
  },
550
+ {
551
+ "deprecationReason": null,
552
+ "description": "Top level domain",
553
+ "isDeprecated": false,
554
+ "name": "tld"
555
+ },
436
556
  {
437
557
  "deprecationReason": null,
438
558
  "description": "User identifier",
@@ -463,12 +583,24 @@
463
583
  "isDeprecated": false,
464
584
  "name": "site_country"
465
585
  },
586
+ {
587
+ "deprecationReason": null,
588
+ "description": "Site country code alpha2",
589
+ "isDeprecated": false,
590
+ "name": "src_site_country_code"
591
+ },
466
592
  {
467
593
  "deprecationReason": null,
468
594
  "description": "State in which the source host is located",
469
595
  "isDeprecated": false,
470
596
  "name": "site_state"
471
597
  },
598
+ {
599
+ "deprecationReason": null,
600
+ "description": "Site state code",
601
+ "isDeprecated": false,
602
+ "name": "src_site_state"
603
+ },
472
604
  {
473
605
  "deprecationReason": "use user_id instead",
474
606
  "description": "",
@@ -825,12 +957,24 @@
825
957
  "isDeprecated": false,
826
958
  "name": "app"
827
959
  },
960
+ {
961
+ "deprecationReason": null,
962
+ "description": "The application identifier",
963
+ "isDeprecated": false,
964
+ "name": "application_id"
965
+ },
828
966
  {
829
967
  "deprecationReason": null,
830
968
  "description": "The application name",
831
969
  "isDeprecated": false,
832
970
  "name": "application"
833
971
  },
972
+ {
973
+ "deprecationReason": null,
974
+ "description": "The application name",
975
+ "isDeprecated": false,
976
+ "name": "application_name"
977
+ },
834
978
  {
835
979
  "deprecationReason": null,
836
980
  "description": "new cloud application identifier",
@@ -867,18 +1011,36 @@
867
1011
  "isDeprecated": false,
868
1012
  "name": "risk_score"
869
1013
  },
1014
+ {
1015
+ "deprecationReason": null,
1016
+ "description": "The application risk score assigned by Cato",
1017
+ "isDeprecated": false,
1018
+ "name": "application_risk_score"
1019
+ },
870
1020
  {
871
1021
  "deprecationReason": null,
872
1022
  "description": "",
873
1023
  "isDeprecated": false,
874
1024
  "name": "risk_level"
875
1025
  },
1026
+ {
1027
+ "deprecationReason": null,
1028
+ "description": "",
1029
+ "isDeprecated": false,
1030
+ "name": "application_risk_level"
1031
+ },
876
1032
  {
877
1033
  "deprecationReason": null,
878
1034
  "description": "Is the application defined as sanctioned?",
879
1035
  "isDeprecated": false,
880
1036
  "name": "sanctioned"
881
1037
  },
1038
+ {
1039
+ "deprecationReason": null,
1040
+ "description": "Is the application defined as sanctioned?",
1041
+ "isDeprecated": false,
1042
+ "name": "is_sanctioned_app"
1043
+ },
882
1044
  {
883
1045
  "deprecationReason": null,
884
1046
  "description": "the country in which the registered application headquarteres is located",
@@ -897,12 +1059,24 @@
897
1059
  "isDeprecated": false,
898
1060
  "name": "category"
899
1061
  },
1062
+ {
1063
+ "deprecationReason": null,
1064
+ "description": "Cato system categories of the application",
1065
+ "isDeprecated": false,
1066
+ "name": "categories"
1067
+ },
900
1068
  {
901
1069
  "deprecationReason": null,
902
1070
  "description": "Application description",
903
1071
  "isDeprecated": false,
904
1072
  "name": "description"
905
1073
  },
1074
+ {
1075
+ "deprecationReason": null,
1076
+ "description": "Application description",
1077
+ "isDeprecated": false,
1078
+ "name": "application_description"
1079
+ },
906
1080
  {
907
1081
  "deprecationReason": null,
908
1082
  "description": "",
@@ -915,6 +1089,12 @@
915
1089
  "isDeprecated": false,
916
1090
  "name": "subnet"
917
1091
  },
1092
+ {
1093
+ "deprecationReason": null,
1094
+ "description": "Name of subnet as defined in Cato Management Application",
1095
+ "isDeprecated": false,
1096
+ "name": "subnet_name"
1097
+ },
918
1098
  {
919
1099
  "deprecationReason": null,
920
1100
  "description": "",
@@ -927,6 +1107,12 @@
927
1107
  "isDeprecated": false,
928
1108
  "name": "dest_ip"
929
1109
  },
1110
+ {
1111
+ "deprecationReason": null,
1112
+ "description": "Top level domain",
1113
+ "isDeprecated": false,
1114
+ "name": "tld"
1115
+ },
930
1116
  {
931
1117
  "deprecationReason": null,
932
1118
  "description": "User identifier",
@@ -957,12 +1143,24 @@
957
1143
  "isDeprecated": false,
958
1144
  "name": "site_country"
959
1145
  },
1146
+ {
1147
+ "deprecationReason": null,
1148
+ "description": "Site country code alpha2",
1149
+ "isDeprecated": false,
1150
+ "name": "src_site_country_code"
1151
+ },
960
1152
  {
961
1153
  "deprecationReason": null,
962
1154
  "description": "State in which the source host is located",
963
1155
  "isDeprecated": false,
964
1156
  "name": "site_state"
965
1157
  },
1158
+ {
1159
+ "deprecationReason": null,
1160
+ "description": "Site state code",
1161
+ "isDeprecated": false,
1162
+ "name": "src_site_state"
1163
+ },
966
1164
  {
967
1165
  "deprecationReason": "use user_id instead",
968
1166
  "description": "",
@@ -1121,12 +1319,24 @@
1121
1319
  "isDeprecated": false,
1122
1320
  "name": "app"
1123
1321
  },
1322
+ {
1323
+ "deprecationReason": null,
1324
+ "description": "The application identifier",
1325
+ "isDeprecated": false,
1326
+ "name": "application_id"
1327
+ },
1124
1328
  {
1125
1329
  "deprecationReason": null,
1126
1330
  "description": "The application name",
1127
1331
  "isDeprecated": false,
1128
1332
  "name": "application"
1129
1333
  },
1334
+ {
1335
+ "deprecationReason": null,
1336
+ "description": "The application name",
1337
+ "isDeprecated": false,
1338
+ "name": "application_name"
1339
+ },
1130
1340
  {
1131
1341
  "deprecationReason": null,
1132
1342
  "description": "new cloud application identifier",
@@ -1163,18 +1373,36 @@
1163
1373
  "isDeprecated": false,
1164
1374
  "name": "risk_score"
1165
1375
  },
1376
+ {
1377
+ "deprecationReason": null,
1378
+ "description": "The application risk score assigned by Cato",
1379
+ "isDeprecated": false,
1380
+ "name": "application_risk_score"
1381
+ },
1166
1382
  {
1167
1383
  "deprecationReason": null,
1168
1384
  "description": "",
1169
1385
  "isDeprecated": false,
1170
1386
  "name": "risk_level"
1171
1387
  },
1388
+ {
1389
+ "deprecationReason": null,
1390
+ "description": "",
1391
+ "isDeprecated": false,
1392
+ "name": "application_risk_level"
1393
+ },
1172
1394
  {
1173
1395
  "deprecationReason": null,
1174
1396
  "description": "Is the application defined as sanctioned?",
1175
1397
  "isDeprecated": false,
1176
1398
  "name": "sanctioned"
1177
1399
  },
1400
+ {
1401
+ "deprecationReason": null,
1402
+ "description": "Is the application defined as sanctioned?",
1403
+ "isDeprecated": false,
1404
+ "name": "is_sanctioned_app"
1405
+ },
1178
1406
  {
1179
1407
  "deprecationReason": null,
1180
1408
  "description": "the country in which the registered application headquarteres is located",
@@ -1193,12 +1421,24 @@
1193
1421
  "isDeprecated": false,
1194
1422
  "name": "category"
1195
1423
  },
1424
+ {
1425
+ "deprecationReason": null,
1426
+ "description": "Cato system categories of the application",
1427
+ "isDeprecated": false,
1428
+ "name": "categories"
1429
+ },
1196
1430
  {
1197
1431
  "deprecationReason": null,
1198
1432
  "description": "Application description",
1199
1433
  "isDeprecated": false,
1200
1434
  "name": "description"
1201
1435
  },
1436
+ {
1437
+ "deprecationReason": null,
1438
+ "description": "Application description",
1439
+ "isDeprecated": false,
1440
+ "name": "application_description"
1441
+ },
1202
1442
  {
1203
1443
  "deprecationReason": null,
1204
1444
  "description": "",
@@ -1211,6 +1451,12 @@
1211
1451
  "isDeprecated": false,
1212
1452
  "name": "subnet"
1213
1453
  },
1454
+ {
1455
+ "deprecationReason": null,
1456
+ "description": "Name of subnet as defined in Cato Management Application",
1457
+ "isDeprecated": false,
1458
+ "name": "subnet_name"
1459
+ },
1214
1460
  {
1215
1461
  "deprecationReason": null,
1216
1462
  "description": "",
@@ -1223,6 +1469,12 @@
1223
1469
  "isDeprecated": false,
1224
1470
  "name": "dest_ip"
1225
1471
  },
1472
+ {
1473
+ "deprecationReason": null,
1474
+ "description": "Top level domain",
1475
+ "isDeprecated": false,
1476
+ "name": "tld"
1477
+ },
1226
1478
  {
1227
1479
  "deprecationReason": null,
1228
1480
  "description": "User identifier",
@@ -1253,12 +1505,24 @@
1253
1505
  "isDeprecated": false,
1254
1506
  "name": "site_country"
1255
1507
  },
1508
+ {
1509
+ "deprecationReason": null,
1510
+ "description": "Site country code alpha2",
1511
+ "isDeprecated": false,
1512
+ "name": "src_site_country_code"
1513
+ },
1256
1514
  {
1257
1515
  "deprecationReason": null,
1258
1516
  "description": "State in which the source host is located",
1259
1517
  "isDeprecated": false,
1260
1518
  "name": "site_state"
1261
1519
  },
1520
+ {
1521
+ "deprecationReason": null,
1522
+ "description": "Site state code",
1523
+ "isDeprecated": false,
1524
+ "name": "src_site_state"
1525
+ },
1262
1526
  {
1263
1527
  "deprecationReason": "use user_id instead",
1264
1528
  "description": "",
@@ -1490,12 +1754,24 @@
1490
1754
  "isDeprecated": false,
1491
1755
  "name": "app"
1492
1756
  },
1757
+ {
1758
+ "deprecationReason": null,
1759
+ "description": "The application identifier",
1760
+ "isDeprecated": false,
1761
+ "name": "application_id"
1762
+ },
1493
1763
  {
1494
1764
  "deprecationReason": null,
1495
1765
  "description": "The application name",
1496
1766
  "isDeprecated": false,
1497
1767
  "name": "application"
1498
1768
  },
1769
+ {
1770
+ "deprecationReason": null,
1771
+ "description": "The application name",
1772
+ "isDeprecated": false,
1773
+ "name": "application_name"
1774
+ },
1499
1775
  {
1500
1776
  "deprecationReason": null,
1501
1777
  "description": "new cloud application identifier",
@@ -1532,18 +1808,36 @@
1532
1808
  "isDeprecated": false,
1533
1809
  "name": "risk_score"
1534
1810
  },
1811
+ {
1812
+ "deprecationReason": null,
1813
+ "description": "The application risk score assigned by Cato",
1814
+ "isDeprecated": false,
1815
+ "name": "application_risk_score"
1816
+ },
1535
1817
  {
1536
1818
  "deprecationReason": null,
1537
1819
  "description": "",
1538
1820
  "isDeprecated": false,
1539
1821
  "name": "risk_level"
1540
1822
  },
1823
+ {
1824
+ "deprecationReason": null,
1825
+ "description": "",
1826
+ "isDeprecated": false,
1827
+ "name": "application_risk_level"
1828
+ },
1541
1829
  {
1542
1830
  "deprecationReason": null,
1543
1831
  "description": "Is the application defined as sanctioned?",
1544
1832
  "isDeprecated": false,
1545
1833
  "name": "sanctioned"
1546
1834
  },
1835
+ {
1836
+ "deprecationReason": null,
1837
+ "description": "Is the application defined as sanctioned?",
1838
+ "isDeprecated": false,
1839
+ "name": "is_sanctioned_app"
1840
+ },
1547
1841
  {
1548
1842
  "deprecationReason": null,
1549
1843
  "description": "the country in which the registered application headquarteres is located",
@@ -1562,12 +1856,24 @@
1562
1856
  "isDeprecated": false,
1563
1857
  "name": "category"
1564
1858
  },
1859
+ {
1860
+ "deprecationReason": null,
1861
+ "description": "Cato system categories of the application",
1862
+ "isDeprecated": false,
1863
+ "name": "categories"
1864
+ },
1565
1865
  {
1566
1866
  "deprecationReason": null,
1567
1867
  "description": "Application description",
1568
1868
  "isDeprecated": false,
1569
1869
  "name": "description"
1570
1870
  },
1871
+ {
1872
+ "deprecationReason": null,
1873
+ "description": "Application description",
1874
+ "isDeprecated": false,
1875
+ "name": "application_description"
1876
+ },
1571
1877
  {
1572
1878
  "deprecationReason": null,
1573
1879
  "description": "",
@@ -1580,6 +1886,12 @@
1580
1886
  "isDeprecated": false,
1581
1887
  "name": "subnet"
1582
1888
  },
1889
+ {
1890
+ "deprecationReason": null,
1891
+ "description": "Name of subnet as defined in Cato Management Application",
1892
+ "isDeprecated": false,
1893
+ "name": "subnet_name"
1894
+ },
1583
1895
  {
1584
1896
  "deprecationReason": null,
1585
1897
  "description": "",
@@ -1592,6 +1904,12 @@
1592
1904
  "isDeprecated": false,
1593
1905
  "name": "dest_ip"
1594
1906
  },
1907
+ {
1908
+ "deprecationReason": null,
1909
+ "description": "Top level domain",
1910
+ "isDeprecated": false,
1911
+ "name": "tld"
1912
+ },
1595
1913
  {
1596
1914
  "deprecationReason": null,
1597
1915
  "description": "User identifier",
@@ -1622,12 +1940,24 @@
1622
1940
  "isDeprecated": false,
1623
1941
  "name": "site_country"
1624
1942
  },
1943
+ {
1944
+ "deprecationReason": null,
1945
+ "description": "Site country code alpha2",
1946
+ "isDeprecated": false,
1947
+ "name": "src_site_country_code"
1948
+ },
1625
1949
  {
1626
1950
  "deprecationReason": null,
1627
1951
  "description": "State in which the source host is located",
1628
1952
  "isDeprecated": false,
1629
1953
  "name": "site_state"
1630
1954
  },
1955
+ {
1956
+ "deprecationReason": null,
1957
+ "description": "Site state code",
1958
+ "isDeprecated": false,
1959
+ "name": "src_site_state"
1960
+ },
1631
1961
  {
1632
1962
  "deprecationReason": "use user_id instead",
1633
1963
  "description": "",
@@ -1893,12 +2223,24 @@
1893
2223
  "isDeprecated": false,
1894
2224
  "name": "app"
1895
2225
  },
2226
+ {
2227
+ "deprecationReason": null,
2228
+ "description": "The application identifier",
2229
+ "isDeprecated": false,
2230
+ "name": "application_id"
2231
+ },
1896
2232
  {
1897
2233
  "deprecationReason": null,
1898
2234
  "description": "The application name",
1899
2235
  "isDeprecated": false,
1900
2236
  "name": "application"
1901
2237
  },
2238
+ {
2239
+ "deprecationReason": null,
2240
+ "description": "The application name",
2241
+ "isDeprecated": false,
2242
+ "name": "application_name"
2243
+ },
1902
2244
  {
1903
2245
  "deprecationReason": null,
1904
2246
  "description": "new cloud application identifier",
@@ -1935,18 +2277,36 @@
1935
2277
  "isDeprecated": false,
1936
2278
  "name": "risk_score"
1937
2279
  },
2280
+ {
2281
+ "deprecationReason": null,
2282
+ "description": "The application risk score assigned by Cato",
2283
+ "isDeprecated": false,
2284
+ "name": "application_risk_score"
2285
+ },
1938
2286
  {
1939
2287
  "deprecationReason": null,
1940
2288
  "description": "",
1941
2289
  "isDeprecated": false,
1942
2290
  "name": "risk_level"
1943
2291
  },
2292
+ {
2293
+ "deprecationReason": null,
2294
+ "description": "",
2295
+ "isDeprecated": false,
2296
+ "name": "application_risk_level"
2297
+ },
1944
2298
  {
1945
2299
  "deprecationReason": null,
1946
2300
  "description": "Is the application defined as sanctioned?",
1947
2301
  "isDeprecated": false,
1948
2302
  "name": "sanctioned"
1949
2303
  },
2304
+ {
2305
+ "deprecationReason": null,
2306
+ "description": "Is the application defined as sanctioned?",
2307
+ "isDeprecated": false,
2308
+ "name": "is_sanctioned_app"
2309
+ },
1950
2310
  {
1951
2311
  "deprecationReason": null,
1952
2312
  "description": "the country in which the registered application headquarteres is located",
@@ -1965,12 +2325,24 @@
1965
2325
  "isDeprecated": false,
1966
2326
  "name": "category"
1967
2327
  },
2328
+ {
2329
+ "deprecationReason": null,
2330
+ "description": "Cato system categories of the application",
2331
+ "isDeprecated": false,
2332
+ "name": "categories"
2333
+ },
1968
2334
  {
1969
2335
  "deprecationReason": null,
1970
2336
  "description": "Application description",
1971
2337
  "isDeprecated": false,
1972
2338
  "name": "description"
1973
2339
  },
2340
+ {
2341
+ "deprecationReason": null,
2342
+ "description": "Application description",
2343
+ "isDeprecated": false,
2344
+ "name": "application_description"
2345
+ },
1974
2346
  {
1975
2347
  "deprecationReason": null,
1976
2348
  "description": "",
@@ -1983,6 +2355,12 @@
1983
2355
  "isDeprecated": false,
1984
2356
  "name": "subnet"
1985
2357
  },
2358
+ {
2359
+ "deprecationReason": null,
2360
+ "description": "Name of subnet as defined in Cato Management Application",
2361
+ "isDeprecated": false,
2362
+ "name": "subnet_name"
2363
+ },
1986
2364
  {
1987
2365
  "deprecationReason": null,
1988
2366
  "description": "",
@@ -1995,6 +2373,12 @@
1995
2373
  "isDeprecated": false,
1996
2374
  "name": "dest_ip"
1997
2375
  },
2376
+ {
2377
+ "deprecationReason": null,
2378
+ "description": "Top level domain",
2379
+ "isDeprecated": false,
2380
+ "name": "tld"
2381
+ },
1998
2382
  {
1999
2383
  "deprecationReason": null,
2000
2384
  "description": "User identifier",
@@ -2025,12 +2409,24 @@
2025
2409
  "isDeprecated": false,
2026
2410
  "name": "site_country"
2027
2411
  },
2412
+ {
2413
+ "deprecationReason": null,
2414
+ "description": "Site country code alpha2",
2415
+ "isDeprecated": false,
2416
+ "name": "src_site_country_code"
2417
+ },
2028
2418
  {
2029
2419
  "deprecationReason": null,
2030
2420
  "description": "State in which the source host is located",
2031
2421
  "isDeprecated": false,
2032
2422
  "name": "site_state"
2033
2423
  },
2424
+ {
2425
+ "deprecationReason": null,
2426
+ "description": "Site state code",
2427
+ "isDeprecated": false,
2428
+ "name": "src_site_state"
2429
+ },
2034
2430
  {
2035
2431
  "deprecationReason": "use user_id instead",
2036
2432
  "description": "",
@@ -2215,12 +2611,24 @@
2215
2611
  "isDeprecated": false,
2216
2612
  "name": "app"
2217
2613
  },
2614
+ {
2615
+ "deprecationReason": null,
2616
+ "description": "The application identifier",
2617
+ "isDeprecated": false,
2618
+ "name": "application_id"
2619
+ },
2218
2620
  {
2219
2621
  "deprecationReason": null,
2220
2622
  "description": "The application name",
2221
2623
  "isDeprecated": false,
2222
2624
  "name": "application"
2223
2625
  },
2626
+ {
2627
+ "deprecationReason": null,
2628
+ "description": "The application name",
2629
+ "isDeprecated": false,
2630
+ "name": "application_name"
2631
+ },
2224
2632
  {
2225
2633
  "deprecationReason": null,
2226
2634
  "description": "new cloud application identifier",
@@ -2257,18 +2665,36 @@
2257
2665
  "isDeprecated": false,
2258
2666
  "name": "risk_score"
2259
2667
  },
2668
+ {
2669
+ "deprecationReason": null,
2670
+ "description": "The application risk score assigned by Cato",
2671
+ "isDeprecated": false,
2672
+ "name": "application_risk_score"
2673
+ },
2260
2674
  {
2261
2675
  "deprecationReason": null,
2262
2676
  "description": "",
2263
2677
  "isDeprecated": false,
2264
2678
  "name": "risk_level"
2265
2679
  },
2680
+ {
2681
+ "deprecationReason": null,
2682
+ "description": "",
2683
+ "isDeprecated": false,
2684
+ "name": "application_risk_level"
2685
+ },
2266
2686
  {
2267
2687
  "deprecationReason": null,
2268
2688
  "description": "Is the application defined as sanctioned?",
2269
2689
  "isDeprecated": false,
2270
2690
  "name": "sanctioned"
2271
2691
  },
2692
+ {
2693
+ "deprecationReason": null,
2694
+ "description": "Is the application defined as sanctioned?",
2695
+ "isDeprecated": false,
2696
+ "name": "is_sanctioned_app"
2697
+ },
2272
2698
  {
2273
2699
  "deprecationReason": null,
2274
2700
  "description": "the country in which the registered application headquarteres is located",
@@ -2287,12 +2713,24 @@
2287
2713
  "isDeprecated": false,
2288
2714
  "name": "category"
2289
2715
  },
2716
+ {
2717
+ "deprecationReason": null,
2718
+ "description": "Cato system categories of the application",
2719
+ "isDeprecated": false,
2720
+ "name": "categories"
2721
+ },
2290
2722
  {
2291
2723
  "deprecationReason": null,
2292
2724
  "description": "Application description",
2293
2725
  "isDeprecated": false,
2294
2726
  "name": "description"
2295
2727
  },
2728
+ {
2729
+ "deprecationReason": null,
2730
+ "description": "Application description",
2731
+ "isDeprecated": false,
2732
+ "name": "application_description"
2733
+ },
2296
2734
  {
2297
2735
  "deprecationReason": null,
2298
2736
  "description": "",
@@ -2305,6 +2743,12 @@
2305
2743
  "isDeprecated": false,
2306
2744
  "name": "subnet"
2307
2745
  },
2746
+ {
2747
+ "deprecationReason": null,
2748
+ "description": "Name of subnet as defined in Cato Management Application",
2749
+ "isDeprecated": false,
2750
+ "name": "subnet_name"
2751
+ },
2308
2752
  {
2309
2753
  "deprecationReason": null,
2310
2754
  "description": "",
@@ -2317,6 +2761,12 @@
2317
2761
  "isDeprecated": false,
2318
2762
  "name": "dest_ip"
2319
2763
  },
2764
+ {
2765
+ "deprecationReason": null,
2766
+ "description": "Top level domain",
2767
+ "isDeprecated": false,
2768
+ "name": "tld"
2769
+ },
2320
2770
  {
2321
2771
  "deprecationReason": null,
2322
2772
  "description": "User identifier",
@@ -2347,12 +2797,24 @@
2347
2797
  "isDeprecated": false,
2348
2798
  "name": "site_country"
2349
2799
  },
2800
+ {
2801
+ "deprecationReason": null,
2802
+ "description": "Site country code alpha2",
2803
+ "isDeprecated": false,
2804
+ "name": "src_site_country_code"
2805
+ },
2350
2806
  {
2351
2807
  "deprecationReason": null,
2352
2808
  "description": "State in which the source host is located",
2353
2809
  "isDeprecated": false,
2354
2810
  "name": "site_state"
2355
2811
  },
2812
+ {
2813
+ "deprecationReason": null,
2814
+ "description": "Site state code",
2815
+ "isDeprecated": false,
2816
+ "name": "src_site_state"
2817
+ },
2356
2818
  {
2357
2819
  "deprecationReason": "use user_id instead",
2358
2820
  "description": "",
@@ -2620,12 +3082,24 @@
2620
3082
  "isDeprecated": false,
2621
3083
  "name": "app"
2622
3084
  },
3085
+ {
3086
+ "deprecationReason": null,
3087
+ "description": "The application identifier",
3088
+ "isDeprecated": false,
3089
+ "name": "application_id"
3090
+ },
2623
3091
  {
2624
3092
  "deprecationReason": null,
2625
3093
  "description": "The application name",
2626
3094
  "isDeprecated": false,
2627
3095
  "name": "application"
2628
3096
  },
3097
+ {
3098
+ "deprecationReason": null,
3099
+ "description": "The application name",
3100
+ "isDeprecated": false,
3101
+ "name": "application_name"
3102
+ },
2629
3103
  {
2630
3104
  "deprecationReason": null,
2631
3105
  "description": "new cloud application identifier",
@@ -2662,18 +3136,36 @@
2662
3136
  "isDeprecated": false,
2663
3137
  "name": "risk_score"
2664
3138
  },
3139
+ {
3140
+ "deprecationReason": null,
3141
+ "description": "The application risk score assigned by Cato",
3142
+ "isDeprecated": false,
3143
+ "name": "application_risk_score"
3144
+ },
2665
3145
  {
2666
3146
  "deprecationReason": null,
2667
3147
  "description": "",
2668
3148
  "isDeprecated": false,
2669
3149
  "name": "risk_level"
2670
3150
  },
3151
+ {
3152
+ "deprecationReason": null,
3153
+ "description": "",
3154
+ "isDeprecated": false,
3155
+ "name": "application_risk_level"
3156
+ },
2671
3157
  {
2672
3158
  "deprecationReason": null,
2673
3159
  "description": "Is the application defined as sanctioned?",
2674
3160
  "isDeprecated": false,
2675
3161
  "name": "sanctioned"
2676
3162
  },
3163
+ {
3164
+ "deprecationReason": null,
3165
+ "description": "Is the application defined as sanctioned?",
3166
+ "isDeprecated": false,
3167
+ "name": "is_sanctioned_app"
3168
+ },
2677
3169
  {
2678
3170
  "deprecationReason": null,
2679
3171
  "description": "the country in which the registered application headquarteres is located",
@@ -2692,12 +3184,24 @@
2692
3184
  "isDeprecated": false,
2693
3185
  "name": "category"
2694
3186
  },
3187
+ {
3188
+ "deprecationReason": null,
3189
+ "description": "Cato system categories of the application",
3190
+ "isDeprecated": false,
3191
+ "name": "categories"
3192
+ },
2695
3193
  {
2696
3194
  "deprecationReason": null,
2697
3195
  "description": "Application description",
2698
3196
  "isDeprecated": false,
2699
3197
  "name": "description"
2700
3198
  },
3199
+ {
3200
+ "deprecationReason": null,
3201
+ "description": "Application description",
3202
+ "isDeprecated": false,
3203
+ "name": "application_description"
3204
+ },
2701
3205
  {
2702
3206
  "deprecationReason": null,
2703
3207
  "description": "",
@@ -2710,6 +3214,12 @@
2710
3214
  "isDeprecated": false,
2711
3215
  "name": "subnet"
2712
3216
  },
3217
+ {
3218
+ "deprecationReason": null,
3219
+ "description": "Name of subnet as defined in Cato Management Application",
3220
+ "isDeprecated": false,
3221
+ "name": "subnet_name"
3222
+ },
2713
3223
  {
2714
3224
  "deprecationReason": null,
2715
3225
  "description": "",
@@ -2722,6 +3232,12 @@
2722
3232
  "isDeprecated": false,
2723
3233
  "name": "dest_ip"
2724
3234
  },
3235
+ {
3236
+ "deprecationReason": null,
3237
+ "description": "Top level domain",
3238
+ "isDeprecated": false,
3239
+ "name": "tld"
3240
+ },
2725
3241
  {
2726
3242
  "deprecationReason": null,
2727
3243
  "description": "User identifier",
@@ -2752,12 +3268,24 @@
2752
3268
  "isDeprecated": false,
2753
3269
  "name": "site_country"
2754
3270
  },
3271
+ {
3272
+ "deprecationReason": null,
3273
+ "description": "Site country code alpha2",
3274
+ "isDeprecated": false,
3275
+ "name": "src_site_country_code"
3276
+ },
2755
3277
  {
2756
3278
  "deprecationReason": null,
2757
3279
  "description": "State in which the source host is located",
2758
3280
  "isDeprecated": false,
2759
3281
  "name": "site_state"
2760
3282
  },
3283
+ {
3284
+ "deprecationReason": null,
3285
+ "description": "Site state code",
3286
+ "isDeprecated": false,
3287
+ "name": "src_site_state"
3288
+ },
2761
3289
  {
2762
3290
  "deprecationReason": "use user_id instead",
2763
3291
  "description": "",