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.
- catocli/Utils/clidriver.py +112 -25
- catocli/Utils/profile_manager.py +188 -0
- catocli/Utils/version_checker.py +192 -0
- catocli/__init__.py +1 -1
- catocli/parsers/configure/__init__.py +115 -0
- catocli/parsers/configure/configure.py +307 -0
- catocli/parsers/custom/__init__.py +8 -0
- catocli/parsers/custom/export_rules/__init__.py +36 -0
- catocli/parsers/custom/export_rules/export_rules.py +361 -0
- catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
- catocli/parsers/mutation_hardware/README.md +7 -0
- catocli/parsers/mutation_hardware/__init__.py +23 -0
- catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
- catocli/parsers/query_auditFeed/README.md +1 -1
- catocli/parsers/query_catalogs/README.md +19 -0
- catocli/parsers/query_catalogs/__init__.py +17 -0
- catocli/parsers/query_devices/README.md +19 -0
- catocli/parsers/query_devices/__init__.py +17 -0
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardware/README.md +17 -0
- catocli/parsers/query_hardware/__init__.py +17 -0
- catocli/parsers/query_sandbox/README.md +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/METADATA +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/top_level.txt +1 -0
- graphql_client/api/call_api.py +4 -0
- graphql_client/api_client_types.py +4 -3
- graphql_client/configuration.py +2 -0
- models/mutation.admin.addAdmin.json +130 -0
- models/mutation.hardware.updateHardwareShipping.json +2506 -0
- models/mutation.policy.appTenantRestriction.addRule.json +11 -11
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
- models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
- models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +63 -63
- models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.moveRule.json +45 -45
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.removeRule.json +45 -45
- models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
- models/mutation.policy.internetFirewall.updateRule.json +63 -63
- models/mutation.policy.remotePortFwd.addRule.json +5 -5
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.moveRule.json +5 -5
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.removeRule.json +5 -5
- models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
- models/mutation.policy.remotePortFwd.updateRule.json +5 -5
- models/mutation.policy.socketLan.addRule.json +3580 -125
- models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.moveRule.json +3580 -125
- models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.removeRule.json +3580 -125
- models/mutation.policy.socketLan.updatePolicy.json +3580 -125
- models/mutation.policy.socketLan.updateRule.json +3580 -125
- models/mutation.policy.wanFirewall.addRule.json +77 -77
- models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.moveRule.json +59 -59
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.removeRule.json +59 -59
- models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
- models/mutation.policy.wanFirewall.updateRule.json +77 -77
- models/mutation.policy.wanNetwork.addRule.json +49 -49
- models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.moveRule.json +49 -49
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.removeRule.json +49 -49
- models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
- models/mutation.policy.wanNetwork.updateRule.json +49 -49
- models/mutation.site.addBgpPeer.json +2812 -217
- models/mutation.site.addNetworkRange.json +114 -0
- models/mutation.site.addSocketSite.json +18 -0
- models/mutation.site.removeBgpPeer.json +667 -1
- models/mutation.site.updateBgpPeer.json +3152 -559
- models/mutation.site.updateNetworkRange.json +114 -0
- models/mutation.sites.addBgpPeer.json +2812 -217
- models/mutation.sites.addNetworkRange.json +114 -0
- models/mutation.sites.addSocketSite.json +18 -0
- models/mutation.sites.removeBgpPeer.json +667 -1
- models/mutation.sites.updateBgpPeer.json +3152 -559
- models/mutation.sites.updateNetworkRange.json +114 -0
- models/mutation.xdr.addStoryComment.json +2 -2
- models/mutation.xdr.analystFeedback.json +182 -42
- models/mutation.xdr.deleteStoryComment.json +2 -2
- models/query.accountMetrics.json +112 -0
- models/query.accountSnapshot.json +62 -0
- models/query.admin.json +46 -0
- models/query.admins.json +46 -0
- models/query.appStats.json +528 -0
- models/query.appStatsTimeSeries.json +396 -0
- models/query.auditFeed.json +273 -3336
- models/query.catalogs.json +9840 -0
- models/query.devices.json +15469 -0
- models/query.events.json +4606 -4318
- models/query.eventsFeed.json +1167 -1095
- models/query.eventsTimeSeries.json +3459 -3243
- models/query.hardware.json +5730 -0
- models/query.hardwareManagement.json +8 -2
- models/query.licensing.json +3 -3
- models/query.policy.json +3743 -298
- models/query.sandbox.json +6 -4
- models/query.site.json +1329 -4
- models/query.xdr.stories.json +182 -42
- models/query.xdr.story.json +182 -42
- schema/catolib.py +105 -28
- scripts/catolib.py +62 -0
- scripts/export_if_rules_to_json.py +188 -0
- scripts/export_wf_rules_to_json.py +111 -0
- scripts/import_wf_rules_to_tfstate.py +331 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/LICENSE +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
- {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": "",
|
|
@@ -1172,12 +1370,24 @@
|
|
|
1172
1370
|
"isDeprecated": false,
|
|
1173
1371
|
"name": "app"
|
|
1174
1372
|
},
|
|
1373
|
+
{
|
|
1374
|
+
"deprecationReason": null,
|
|
1375
|
+
"description": "The application identifier",
|
|
1376
|
+
"isDeprecated": false,
|
|
1377
|
+
"name": "application_id"
|
|
1378
|
+
},
|
|
1175
1379
|
{
|
|
1176
1380
|
"deprecationReason": null,
|
|
1177
1381
|
"description": "The application name",
|
|
1178
1382
|
"isDeprecated": false,
|
|
1179
1383
|
"name": "application"
|
|
1180
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
"deprecationReason": null,
|
|
1387
|
+
"description": "The application name",
|
|
1388
|
+
"isDeprecated": false,
|
|
1389
|
+
"name": "application_name"
|
|
1390
|
+
},
|
|
1181
1391
|
{
|
|
1182
1392
|
"deprecationReason": null,
|
|
1183
1393
|
"description": "new cloud application identifier",
|
|
@@ -1214,18 +1424,36 @@
|
|
|
1214
1424
|
"isDeprecated": false,
|
|
1215
1425
|
"name": "risk_score"
|
|
1216
1426
|
},
|
|
1427
|
+
{
|
|
1428
|
+
"deprecationReason": null,
|
|
1429
|
+
"description": "The application risk score assigned by Cato",
|
|
1430
|
+
"isDeprecated": false,
|
|
1431
|
+
"name": "application_risk_score"
|
|
1432
|
+
},
|
|
1217
1433
|
{
|
|
1218
1434
|
"deprecationReason": null,
|
|
1219
1435
|
"description": "",
|
|
1220
1436
|
"isDeprecated": false,
|
|
1221
1437
|
"name": "risk_level"
|
|
1222
1438
|
},
|
|
1439
|
+
{
|
|
1440
|
+
"deprecationReason": null,
|
|
1441
|
+
"description": "",
|
|
1442
|
+
"isDeprecated": false,
|
|
1443
|
+
"name": "application_risk_level"
|
|
1444
|
+
},
|
|
1223
1445
|
{
|
|
1224
1446
|
"deprecationReason": null,
|
|
1225
1447
|
"description": "Is the application defined as sanctioned?",
|
|
1226
1448
|
"isDeprecated": false,
|
|
1227
1449
|
"name": "sanctioned"
|
|
1228
1450
|
},
|
|
1451
|
+
{
|
|
1452
|
+
"deprecationReason": null,
|
|
1453
|
+
"description": "Is the application defined as sanctioned?",
|
|
1454
|
+
"isDeprecated": false,
|
|
1455
|
+
"name": "is_sanctioned_app"
|
|
1456
|
+
},
|
|
1229
1457
|
{
|
|
1230
1458
|
"deprecationReason": null,
|
|
1231
1459
|
"description": "the country in which the registered application headquarteres is located",
|
|
@@ -1244,12 +1472,24 @@
|
|
|
1244
1472
|
"isDeprecated": false,
|
|
1245
1473
|
"name": "category"
|
|
1246
1474
|
},
|
|
1475
|
+
{
|
|
1476
|
+
"deprecationReason": null,
|
|
1477
|
+
"description": "Cato system categories of the application",
|
|
1478
|
+
"isDeprecated": false,
|
|
1479
|
+
"name": "categories"
|
|
1480
|
+
},
|
|
1247
1481
|
{
|
|
1248
1482
|
"deprecationReason": null,
|
|
1249
1483
|
"description": "Application description",
|
|
1250
1484
|
"isDeprecated": false,
|
|
1251
1485
|
"name": "description"
|
|
1252
1486
|
},
|
|
1487
|
+
{
|
|
1488
|
+
"deprecationReason": null,
|
|
1489
|
+
"description": "Application description",
|
|
1490
|
+
"isDeprecated": false,
|
|
1491
|
+
"name": "application_description"
|
|
1492
|
+
},
|
|
1253
1493
|
{
|
|
1254
1494
|
"deprecationReason": null,
|
|
1255
1495
|
"description": "",
|
|
@@ -1262,6 +1502,12 @@
|
|
|
1262
1502
|
"isDeprecated": false,
|
|
1263
1503
|
"name": "subnet"
|
|
1264
1504
|
},
|
|
1505
|
+
{
|
|
1506
|
+
"deprecationReason": null,
|
|
1507
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
1508
|
+
"isDeprecated": false,
|
|
1509
|
+
"name": "subnet_name"
|
|
1510
|
+
},
|
|
1265
1511
|
{
|
|
1266
1512
|
"deprecationReason": null,
|
|
1267
1513
|
"description": "",
|
|
@@ -1274,6 +1520,12 @@
|
|
|
1274
1520
|
"isDeprecated": false,
|
|
1275
1521
|
"name": "dest_ip"
|
|
1276
1522
|
},
|
|
1523
|
+
{
|
|
1524
|
+
"deprecationReason": null,
|
|
1525
|
+
"description": "Top level domain",
|
|
1526
|
+
"isDeprecated": false,
|
|
1527
|
+
"name": "tld"
|
|
1528
|
+
},
|
|
1277
1529
|
{
|
|
1278
1530
|
"deprecationReason": null,
|
|
1279
1531
|
"description": "User identifier",
|
|
@@ -1304,12 +1556,24 @@
|
|
|
1304
1556
|
"isDeprecated": false,
|
|
1305
1557
|
"name": "site_country"
|
|
1306
1558
|
},
|
|
1559
|
+
{
|
|
1560
|
+
"deprecationReason": null,
|
|
1561
|
+
"description": "Site country code alpha2",
|
|
1562
|
+
"isDeprecated": false,
|
|
1563
|
+
"name": "src_site_country_code"
|
|
1564
|
+
},
|
|
1307
1565
|
{
|
|
1308
1566
|
"deprecationReason": null,
|
|
1309
1567
|
"description": "State in which the source host is located",
|
|
1310
1568
|
"isDeprecated": false,
|
|
1311
1569
|
"name": "site_state"
|
|
1312
1570
|
},
|
|
1571
|
+
{
|
|
1572
|
+
"deprecationReason": null,
|
|
1573
|
+
"description": "Site state code",
|
|
1574
|
+
"isDeprecated": false,
|
|
1575
|
+
"name": "src_site_state"
|
|
1576
|
+
},
|
|
1313
1577
|
{
|
|
1314
1578
|
"deprecationReason": "use user_id instead",
|
|
1315
1579
|
"description": "",
|
|
@@ -1594,12 +1858,24 @@
|
|
|
1594
1858
|
"isDeprecated": false,
|
|
1595
1859
|
"name": "app"
|
|
1596
1860
|
},
|
|
1861
|
+
{
|
|
1862
|
+
"deprecationReason": null,
|
|
1863
|
+
"description": "The application identifier",
|
|
1864
|
+
"isDeprecated": false,
|
|
1865
|
+
"name": "application_id"
|
|
1866
|
+
},
|
|
1597
1867
|
{
|
|
1598
1868
|
"deprecationReason": null,
|
|
1599
1869
|
"description": "The application name",
|
|
1600
1870
|
"isDeprecated": false,
|
|
1601
1871
|
"name": "application"
|
|
1602
1872
|
},
|
|
1873
|
+
{
|
|
1874
|
+
"deprecationReason": null,
|
|
1875
|
+
"description": "The application name",
|
|
1876
|
+
"isDeprecated": false,
|
|
1877
|
+
"name": "application_name"
|
|
1878
|
+
},
|
|
1603
1879
|
{
|
|
1604
1880
|
"deprecationReason": null,
|
|
1605
1881
|
"description": "new cloud application identifier",
|
|
@@ -1636,18 +1912,36 @@
|
|
|
1636
1912
|
"isDeprecated": false,
|
|
1637
1913
|
"name": "risk_score"
|
|
1638
1914
|
},
|
|
1915
|
+
{
|
|
1916
|
+
"deprecationReason": null,
|
|
1917
|
+
"description": "The application risk score assigned by Cato",
|
|
1918
|
+
"isDeprecated": false,
|
|
1919
|
+
"name": "application_risk_score"
|
|
1920
|
+
},
|
|
1639
1921
|
{
|
|
1640
1922
|
"deprecationReason": null,
|
|
1641
1923
|
"description": "",
|
|
1642
1924
|
"isDeprecated": false,
|
|
1643
1925
|
"name": "risk_level"
|
|
1644
1926
|
},
|
|
1927
|
+
{
|
|
1928
|
+
"deprecationReason": null,
|
|
1929
|
+
"description": "",
|
|
1930
|
+
"isDeprecated": false,
|
|
1931
|
+
"name": "application_risk_level"
|
|
1932
|
+
},
|
|
1645
1933
|
{
|
|
1646
1934
|
"deprecationReason": null,
|
|
1647
1935
|
"description": "Is the application defined as sanctioned?",
|
|
1648
1936
|
"isDeprecated": false,
|
|
1649
1937
|
"name": "sanctioned"
|
|
1650
1938
|
},
|
|
1939
|
+
{
|
|
1940
|
+
"deprecationReason": null,
|
|
1941
|
+
"description": "Is the application defined as sanctioned?",
|
|
1942
|
+
"isDeprecated": false,
|
|
1943
|
+
"name": "is_sanctioned_app"
|
|
1944
|
+
},
|
|
1651
1945
|
{
|
|
1652
1946
|
"deprecationReason": null,
|
|
1653
1947
|
"description": "the country in which the registered application headquarteres is located",
|
|
@@ -1666,12 +1960,24 @@
|
|
|
1666
1960
|
"isDeprecated": false,
|
|
1667
1961
|
"name": "category"
|
|
1668
1962
|
},
|
|
1963
|
+
{
|
|
1964
|
+
"deprecationReason": null,
|
|
1965
|
+
"description": "Cato system categories of the application",
|
|
1966
|
+
"isDeprecated": false,
|
|
1967
|
+
"name": "categories"
|
|
1968
|
+
},
|
|
1669
1969
|
{
|
|
1670
1970
|
"deprecationReason": null,
|
|
1671
1971
|
"description": "Application description",
|
|
1672
1972
|
"isDeprecated": false,
|
|
1673
1973
|
"name": "description"
|
|
1674
1974
|
},
|
|
1975
|
+
{
|
|
1976
|
+
"deprecationReason": null,
|
|
1977
|
+
"description": "Application description",
|
|
1978
|
+
"isDeprecated": false,
|
|
1979
|
+
"name": "application_description"
|
|
1980
|
+
},
|
|
1675
1981
|
{
|
|
1676
1982
|
"deprecationReason": null,
|
|
1677
1983
|
"description": "",
|
|
@@ -1684,6 +1990,12 @@
|
|
|
1684
1990
|
"isDeprecated": false,
|
|
1685
1991
|
"name": "subnet"
|
|
1686
1992
|
},
|
|
1993
|
+
{
|
|
1994
|
+
"deprecationReason": null,
|
|
1995
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
1996
|
+
"isDeprecated": false,
|
|
1997
|
+
"name": "subnet_name"
|
|
1998
|
+
},
|
|
1687
1999
|
{
|
|
1688
2000
|
"deprecationReason": null,
|
|
1689
2001
|
"description": "",
|
|
@@ -1696,6 +2008,12 @@
|
|
|
1696
2008
|
"isDeprecated": false,
|
|
1697
2009
|
"name": "dest_ip"
|
|
1698
2010
|
},
|
|
2011
|
+
{
|
|
2012
|
+
"deprecationReason": null,
|
|
2013
|
+
"description": "Top level domain",
|
|
2014
|
+
"isDeprecated": false,
|
|
2015
|
+
"name": "tld"
|
|
2016
|
+
},
|
|
1699
2017
|
{
|
|
1700
2018
|
"deprecationReason": null,
|
|
1701
2019
|
"description": "User identifier",
|
|
@@ -1726,12 +2044,24 @@
|
|
|
1726
2044
|
"isDeprecated": false,
|
|
1727
2045
|
"name": "site_country"
|
|
1728
2046
|
},
|
|
2047
|
+
{
|
|
2048
|
+
"deprecationReason": null,
|
|
2049
|
+
"description": "Site country code alpha2",
|
|
2050
|
+
"isDeprecated": false,
|
|
2051
|
+
"name": "src_site_country_code"
|
|
2052
|
+
},
|
|
1729
2053
|
{
|
|
1730
2054
|
"deprecationReason": null,
|
|
1731
2055
|
"description": "State in which the source host is located",
|
|
1732
2056
|
"isDeprecated": false,
|
|
1733
2057
|
"name": "site_state"
|
|
1734
2058
|
},
|
|
2059
|
+
{
|
|
2060
|
+
"deprecationReason": null,
|
|
2061
|
+
"description": "Site state code",
|
|
2062
|
+
"isDeprecated": false,
|
|
2063
|
+
"name": "src_site_state"
|
|
2064
|
+
},
|
|
1735
2065
|
{
|
|
1736
2066
|
"deprecationReason": "use user_id instead",
|
|
1737
2067
|
"description": "",
|
|
@@ -1963,12 +2293,24 @@
|
|
|
1963
2293
|
"isDeprecated": false,
|
|
1964
2294
|
"name": "app"
|
|
1965
2295
|
},
|
|
2296
|
+
{
|
|
2297
|
+
"deprecationReason": null,
|
|
2298
|
+
"description": "The application identifier",
|
|
2299
|
+
"isDeprecated": false,
|
|
2300
|
+
"name": "application_id"
|
|
2301
|
+
},
|
|
1966
2302
|
{
|
|
1967
2303
|
"deprecationReason": null,
|
|
1968
2304
|
"description": "The application name",
|
|
1969
2305
|
"isDeprecated": false,
|
|
1970
2306
|
"name": "application"
|
|
1971
2307
|
},
|
|
2308
|
+
{
|
|
2309
|
+
"deprecationReason": null,
|
|
2310
|
+
"description": "The application name",
|
|
2311
|
+
"isDeprecated": false,
|
|
2312
|
+
"name": "application_name"
|
|
2313
|
+
},
|
|
1972
2314
|
{
|
|
1973
2315
|
"deprecationReason": null,
|
|
1974
2316
|
"description": "new cloud application identifier",
|
|
@@ -2005,18 +2347,36 @@
|
|
|
2005
2347
|
"isDeprecated": false,
|
|
2006
2348
|
"name": "risk_score"
|
|
2007
2349
|
},
|
|
2350
|
+
{
|
|
2351
|
+
"deprecationReason": null,
|
|
2352
|
+
"description": "The application risk score assigned by Cato",
|
|
2353
|
+
"isDeprecated": false,
|
|
2354
|
+
"name": "application_risk_score"
|
|
2355
|
+
},
|
|
2008
2356
|
{
|
|
2009
2357
|
"deprecationReason": null,
|
|
2010
2358
|
"description": "",
|
|
2011
2359
|
"isDeprecated": false,
|
|
2012
2360
|
"name": "risk_level"
|
|
2013
2361
|
},
|
|
2362
|
+
{
|
|
2363
|
+
"deprecationReason": null,
|
|
2364
|
+
"description": "",
|
|
2365
|
+
"isDeprecated": false,
|
|
2366
|
+
"name": "application_risk_level"
|
|
2367
|
+
},
|
|
2014
2368
|
{
|
|
2015
2369
|
"deprecationReason": null,
|
|
2016
2370
|
"description": "Is the application defined as sanctioned?",
|
|
2017
2371
|
"isDeprecated": false,
|
|
2018
2372
|
"name": "sanctioned"
|
|
2019
2373
|
},
|
|
2374
|
+
{
|
|
2375
|
+
"deprecationReason": null,
|
|
2376
|
+
"description": "Is the application defined as sanctioned?",
|
|
2377
|
+
"isDeprecated": false,
|
|
2378
|
+
"name": "is_sanctioned_app"
|
|
2379
|
+
},
|
|
2020
2380
|
{
|
|
2021
2381
|
"deprecationReason": null,
|
|
2022
2382
|
"description": "the country in which the registered application headquarteres is located",
|
|
@@ -2035,12 +2395,24 @@
|
|
|
2035
2395
|
"isDeprecated": false,
|
|
2036
2396
|
"name": "category"
|
|
2037
2397
|
},
|
|
2398
|
+
{
|
|
2399
|
+
"deprecationReason": null,
|
|
2400
|
+
"description": "Cato system categories of the application",
|
|
2401
|
+
"isDeprecated": false,
|
|
2402
|
+
"name": "categories"
|
|
2403
|
+
},
|
|
2038
2404
|
{
|
|
2039
2405
|
"deprecationReason": null,
|
|
2040
2406
|
"description": "Application description",
|
|
2041
2407
|
"isDeprecated": false,
|
|
2042
2408
|
"name": "description"
|
|
2043
2409
|
},
|
|
2410
|
+
{
|
|
2411
|
+
"deprecationReason": null,
|
|
2412
|
+
"description": "Application description",
|
|
2413
|
+
"isDeprecated": false,
|
|
2414
|
+
"name": "application_description"
|
|
2415
|
+
},
|
|
2044
2416
|
{
|
|
2045
2417
|
"deprecationReason": null,
|
|
2046
2418
|
"description": "",
|
|
@@ -2053,6 +2425,12 @@
|
|
|
2053
2425
|
"isDeprecated": false,
|
|
2054
2426
|
"name": "subnet"
|
|
2055
2427
|
},
|
|
2428
|
+
{
|
|
2429
|
+
"deprecationReason": null,
|
|
2430
|
+
"description": "Name of subnet as defined in Cato Management Application",
|
|
2431
|
+
"isDeprecated": false,
|
|
2432
|
+
"name": "subnet_name"
|
|
2433
|
+
},
|
|
2056
2434
|
{
|
|
2057
2435
|
"deprecationReason": null,
|
|
2058
2436
|
"description": "",
|
|
@@ -2065,6 +2443,12 @@
|
|
|
2065
2443
|
"isDeprecated": false,
|
|
2066
2444
|
"name": "dest_ip"
|
|
2067
2445
|
},
|
|
2446
|
+
{
|
|
2447
|
+
"deprecationReason": null,
|
|
2448
|
+
"description": "Top level domain",
|
|
2449
|
+
"isDeprecated": false,
|
|
2450
|
+
"name": "tld"
|
|
2451
|
+
},
|
|
2068
2452
|
{
|
|
2069
2453
|
"deprecationReason": null,
|
|
2070
2454
|
"description": "User identifier",
|
|
@@ -2095,12 +2479,24 @@
|
|
|
2095
2479
|
"isDeprecated": false,
|
|
2096
2480
|
"name": "site_country"
|
|
2097
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"deprecationReason": null,
|
|
2484
|
+
"description": "Site country code alpha2",
|
|
2485
|
+
"isDeprecated": false,
|
|
2486
|
+
"name": "src_site_country_code"
|
|
2487
|
+
},
|
|
2098
2488
|
{
|
|
2099
2489
|
"deprecationReason": null,
|
|
2100
2490
|
"description": "State in which the source host is located",
|
|
2101
2491
|
"isDeprecated": false,
|
|
2102
2492
|
"name": "site_state"
|
|
2103
2493
|
},
|
|
2494
|
+
{
|
|
2495
|
+
"deprecationReason": null,
|
|
2496
|
+
"description": "Site state code",
|
|
2497
|
+
"isDeprecated": false,
|
|
2498
|
+
"name": "src_site_state"
|
|
2499
|
+
},
|
|
2104
2500
|
{
|
|
2105
2501
|
"deprecationReason": "use user_id instead",
|
|
2106
2502
|
"description": "",
|