catocli 1.0.14__py3-none-any.whl → 1.0.17__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +19 -2
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +3 -3
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +5 -3
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
- catocli-1.0.17.dist-info/RECORD +356 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +45 -45
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.site.addNetworkRange.json +55 -55
- models/mutation.site.addSocketSite.json +45 -45
- models/mutation.site.addStaticHost.json +35 -35
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.site.removeNetworkRange.json +5 -5
- models/mutation.site.removeSite.json +5 -5
- models/mutation.site.removeStaticHost.json +5 -5
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +56 -56
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.site.updateNetworkRange.json +76 -76
- models/mutation.site.updateSiteGeneralDetails.json +75 -75
- models/mutation.site.updateSocketInterface.json +284 -284
- models/mutation.site.updateStaticHost.json +56 -56
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +45 -45
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
- models/mutation.sites.addNetworkRange.json +55 -55
- models/mutation.sites.addSocketSite.json +45 -45
- models/mutation.sites.addStaticHost.json +35 -35
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
- models/mutation.sites.removeNetworkRange.json +5 -5
- models/mutation.sites.removeSite.json +5 -5
- models/mutation.sites.removeStaticHost.json +5 -5
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +56 -56
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
- models/mutation.sites.updateNetworkRange.json +76 -76
- models/mutation.sites.updateSiteGeneralDetails.json +75 -75
- models/mutation.sites.updateSocketInterface.json +284 -284
- models/mutation.sites.updateStaticHost.json +56 -56
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +116 -116
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +113 -89
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +198 -102
- models/query.eventsFeed.json +74 -50
- models/query.eventsTimeSeries.json +186 -114
- models/query.hardwareManagement.json +317 -125
- models/query.licensing.json +971 -434
- models/query.policy.json +10946 -5043
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +869 -869
- models/query.xdr.story.json +637 -637
- schema/catolib.py +12 -12
- catocli-1.0.14.dist-info/RECORD +0 -264
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
models/query.events.json
CHANGED
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"id_str": "dimensions",
|
|
26
26
|
"name": "dimensions",
|
|
27
27
|
"path": "dimensions",
|
|
28
|
-
"requestStr": "$
|
|
28
|
+
"requestStr": "$eventsDimension:[EventsDimension] ",
|
|
29
29
|
"required": false,
|
|
30
|
-
"responseStr": "dimensions:$
|
|
30
|
+
"responseStr": "dimensions:$eventsDimension ",
|
|
31
31
|
"type": {
|
|
32
32
|
"definition": {
|
|
33
33
|
"description": null,
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"description": null,
|
|
49
49
|
"enumValues": [
|
|
50
50
|
{
|
|
51
|
-
"deprecationReason":
|
|
51
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
52
52
|
"description": "Name of site or user initiating the connection",
|
|
53
|
-
"isDeprecated":
|
|
53
|
+
"isDeprecated": true,
|
|
54
54
|
"name": "src_site"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
@@ -258,11 +258,17 @@
|
|
|
258
258
|
"name": "configured_host_name"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"deprecationReason":
|
|
261
|
+
"deprecationReason": "use event_id instead",
|
|
262
262
|
"description": "Cato Internal-use only",
|
|
263
|
-
"isDeprecated":
|
|
263
|
+
"isDeprecated": true,
|
|
264
264
|
"name": "internalId"
|
|
265
265
|
},
|
|
266
|
+
{
|
|
267
|
+
"deprecationReason": null,
|
|
268
|
+
"description": "Event Id",
|
|
269
|
+
"isDeprecated": false,
|
|
270
|
+
"name": "event_id"
|
|
271
|
+
},
|
|
266
272
|
{
|
|
267
273
|
"deprecationReason": null,
|
|
268
274
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -546,9 +552,9 @@
|
|
|
546
552
|
"name": "incident_id"
|
|
547
553
|
},
|
|
548
554
|
{
|
|
549
|
-
"deprecationReason":
|
|
555
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
550
556
|
"description": "For Internet firewall, app for this event",
|
|
551
|
-
"isDeprecated":
|
|
557
|
+
"isDeprecated": true,
|
|
552
558
|
"name": "application"
|
|
553
559
|
},
|
|
554
560
|
{
|
|
@@ -839,6 +845,12 @@
|
|
|
839
845
|
"isDeprecated": false,
|
|
840
846
|
"name": "dns_protection_category"
|
|
841
847
|
},
|
|
848
|
+
{
|
|
849
|
+
"deprecationReason": null,
|
|
850
|
+
"description": "If the events was part of the sinkhole flow",
|
|
851
|
+
"isDeprecated": false,
|
|
852
|
+
"name": "is_sinkhole"
|
|
853
|
+
},
|
|
842
854
|
{
|
|
843
855
|
"deprecationReason": null,
|
|
844
856
|
"description": null,
|
|
@@ -1417,7 +1429,7 @@
|
|
|
1417
1429
|
"name": "EventsDimension",
|
|
1418
1430
|
"non_null": false
|
|
1419
1431
|
},
|
|
1420
|
-
"varName": "
|
|
1432
|
+
"varName": "eventsDimension"
|
|
1421
1433
|
},
|
|
1422
1434
|
"filters": {
|
|
1423
1435
|
"defaultValue": null,
|
|
@@ -1425,9 +1437,9 @@
|
|
|
1425
1437
|
"id_str": "filters",
|
|
1426
1438
|
"name": "filters",
|
|
1427
1439
|
"path": "filters",
|
|
1428
|
-
"requestStr": "$
|
|
1440
|
+
"requestStr": "$eventsFilter:[EventsFilter!] ",
|
|
1429
1441
|
"required": false,
|
|
1430
|
-
"responseStr": "filters:$
|
|
1442
|
+
"responseStr": "filters:$eventsFilter ",
|
|
1431
1443
|
"type": {
|
|
1432
1444
|
"definition": {
|
|
1433
1445
|
"description": null,
|
|
@@ -1448,9 +1460,9 @@
|
|
|
1448
1460
|
"description": null,
|
|
1449
1461
|
"enumValues": [
|
|
1450
1462
|
{
|
|
1451
|
-
"deprecationReason":
|
|
1463
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
1452
1464
|
"description": "Name of site or user initiating the connection",
|
|
1453
|
-
"isDeprecated":
|
|
1465
|
+
"isDeprecated": true,
|
|
1454
1466
|
"name": "src_site"
|
|
1455
1467
|
},
|
|
1456
1468
|
{
|
|
@@ -1658,11 +1670,17 @@
|
|
|
1658
1670
|
"name": "configured_host_name"
|
|
1659
1671
|
},
|
|
1660
1672
|
{
|
|
1661
|
-
"deprecationReason":
|
|
1673
|
+
"deprecationReason": "use event_id instead",
|
|
1662
1674
|
"description": "Cato Internal-use only",
|
|
1663
|
-
"isDeprecated":
|
|
1675
|
+
"isDeprecated": true,
|
|
1664
1676
|
"name": "internalId"
|
|
1665
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"deprecationReason": null,
|
|
1680
|
+
"description": "Event Id",
|
|
1681
|
+
"isDeprecated": false,
|
|
1682
|
+
"name": "event_id"
|
|
1683
|
+
},
|
|
1666
1684
|
{
|
|
1667
1685
|
"deprecationReason": null,
|
|
1668
1686
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -1946,9 +1964,9 @@
|
|
|
1946
1964
|
"name": "incident_id"
|
|
1947
1965
|
},
|
|
1948
1966
|
{
|
|
1949
|
-
"deprecationReason":
|
|
1967
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
1950
1968
|
"description": "For Internet firewall, app for this event",
|
|
1951
|
-
"isDeprecated":
|
|
1969
|
+
"isDeprecated": true,
|
|
1952
1970
|
"name": "application"
|
|
1953
1971
|
},
|
|
1954
1972
|
{
|
|
@@ -2239,6 +2257,12 @@
|
|
|
2239
2257
|
"isDeprecated": false,
|
|
2240
2258
|
"name": "dns_protection_category"
|
|
2241
2259
|
},
|
|
2260
|
+
{
|
|
2261
|
+
"deprecationReason": null,
|
|
2262
|
+
"description": "If the events was part of the sinkhole flow",
|
|
2263
|
+
"isDeprecated": false,
|
|
2264
|
+
"name": "is_sinkhole"
|
|
2265
|
+
},
|
|
2242
2266
|
{
|
|
2243
2267
|
"deprecationReason": null,
|
|
2244
2268
|
"description": null,
|
|
@@ -2942,7 +2966,7 @@
|
|
|
2942
2966
|
"name": "EventsFilter",
|
|
2943
2967
|
"non_null": false
|
|
2944
2968
|
},
|
|
2945
|
-
"varName": "
|
|
2969
|
+
"varName": "eventsFilter"
|
|
2946
2970
|
},
|
|
2947
2971
|
"measures": {
|
|
2948
2972
|
"defaultValue": null,
|
|
@@ -2950,9 +2974,9 @@
|
|
|
2950
2974
|
"id_str": "measures",
|
|
2951
2975
|
"name": "measures",
|
|
2952
2976
|
"path": "measures",
|
|
2953
|
-
"requestStr": "$
|
|
2977
|
+
"requestStr": "$eventsMeasure:[EventsMeasure] ",
|
|
2954
2978
|
"required": false,
|
|
2955
|
-
"responseStr": "measures:$
|
|
2979
|
+
"responseStr": "measures:$eventsMeasure ",
|
|
2956
2980
|
"type": {
|
|
2957
2981
|
"definition": {
|
|
2958
2982
|
"description": null,
|
|
@@ -3064,9 +3088,9 @@
|
|
|
3064
3088
|
"description": null,
|
|
3065
3089
|
"enumValues": [
|
|
3066
3090
|
{
|
|
3067
|
-
"deprecationReason":
|
|
3091
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
3068
3092
|
"description": "Name of site or user initiating the connection",
|
|
3069
|
-
"isDeprecated":
|
|
3093
|
+
"isDeprecated": true,
|
|
3070
3094
|
"name": "src_site"
|
|
3071
3095
|
},
|
|
3072
3096
|
{
|
|
@@ -3274,11 +3298,17 @@
|
|
|
3274
3298
|
"name": "configured_host_name"
|
|
3275
3299
|
},
|
|
3276
3300
|
{
|
|
3277
|
-
"deprecationReason":
|
|
3301
|
+
"deprecationReason": "use event_id instead",
|
|
3278
3302
|
"description": "Cato Internal-use only",
|
|
3279
|
-
"isDeprecated":
|
|
3303
|
+
"isDeprecated": true,
|
|
3280
3304
|
"name": "internalId"
|
|
3281
3305
|
},
|
|
3306
|
+
{
|
|
3307
|
+
"deprecationReason": null,
|
|
3308
|
+
"description": "Event Id",
|
|
3309
|
+
"isDeprecated": false,
|
|
3310
|
+
"name": "event_id"
|
|
3311
|
+
},
|
|
3282
3312
|
{
|
|
3283
3313
|
"deprecationReason": null,
|
|
3284
3314
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -3562,9 +3592,9 @@
|
|
|
3562
3592
|
"name": "incident_id"
|
|
3563
3593
|
},
|
|
3564
3594
|
{
|
|
3565
|
-
"deprecationReason":
|
|
3595
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
3566
3596
|
"description": "For Internet firewall, app for this event",
|
|
3567
|
-
"isDeprecated":
|
|
3597
|
+
"isDeprecated": true,
|
|
3568
3598
|
"name": "application"
|
|
3569
3599
|
},
|
|
3570
3600
|
{
|
|
@@ -3855,6 +3885,12 @@
|
|
|
3855
3885
|
"isDeprecated": false,
|
|
3856
3886
|
"name": "dns_protection_category"
|
|
3857
3887
|
},
|
|
3888
|
+
{
|
|
3889
|
+
"deprecationReason": null,
|
|
3890
|
+
"description": "If the events was part of the sinkhole flow",
|
|
3891
|
+
"isDeprecated": false,
|
|
3892
|
+
"name": "is_sinkhole"
|
|
3893
|
+
},
|
|
3858
3894
|
{
|
|
3859
3895
|
"deprecationReason": null,
|
|
3860
3896
|
"description": null,
|
|
@@ -4451,7 +4487,7 @@
|
|
|
4451
4487
|
"name": "EventsMeasure",
|
|
4452
4488
|
"non_null": false
|
|
4453
4489
|
},
|
|
4454
|
-
"varName": "
|
|
4490
|
+
"varName": "eventsMeasure"
|
|
4455
4491
|
},
|
|
4456
4492
|
"sort": {
|
|
4457
4493
|
"defaultValue": null,
|
|
@@ -4459,9 +4495,9 @@
|
|
|
4459
4495
|
"id_str": "sort",
|
|
4460
4496
|
"name": "sort",
|
|
4461
4497
|
"path": "sort",
|
|
4462
|
-
"requestStr": "$
|
|
4498
|
+
"requestStr": "$eventsSort:[EventsSort!] ",
|
|
4463
4499
|
"required": false,
|
|
4464
|
-
"responseStr": "sort:$
|
|
4500
|
+
"responseStr": "sort:$eventsSort ",
|
|
4465
4501
|
"type": {
|
|
4466
4502
|
"definition": {
|
|
4467
4503
|
"description": null,
|
|
@@ -4482,9 +4518,9 @@
|
|
|
4482
4518
|
"description": null,
|
|
4483
4519
|
"enumValues": [
|
|
4484
4520
|
{
|
|
4485
|
-
"deprecationReason":
|
|
4521
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
4486
4522
|
"description": "Name of site or user initiating the connection",
|
|
4487
|
-
"isDeprecated":
|
|
4523
|
+
"isDeprecated": true,
|
|
4488
4524
|
"name": "src_site"
|
|
4489
4525
|
},
|
|
4490
4526
|
{
|
|
@@ -4692,11 +4728,17 @@
|
|
|
4692
4728
|
"name": "configured_host_name"
|
|
4693
4729
|
},
|
|
4694
4730
|
{
|
|
4695
|
-
"deprecationReason":
|
|
4731
|
+
"deprecationReason": "use event_id instead",
|
|
4696
4732
|
"description": "Cato Internal-use only",
|
|
4697
|
-
"isDeprecated":
|
|
4733
|
+
"isDeprecated": true,
|
|
4698
4734
|
"name": "internalId"
|
|
4699
4735
|
},
|
|
4736
|
+
{
|
|
4737
|
+
"deprecationReason": null,
|
|
4738
|
+
"description": "Event Id",
|
|
4739
|
+
"isDeprecated": false,
|
|
4740
|
+
"name": "event_id"
|
|
4741
|
+
},
|
|
4700
4742
|
{
|
|
4701
4743
|
"deprecationReason": null,
|
|
4702
4744
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -4980,9 +5022,9 @@
|
|
|
4980
5022
|
"name": "incident_id"
|
|
4981
5023
|
},
|
|
4982
5024
|
{
|
|
4983
|
-
"deprecationReason":
|
|
5025
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
4984
5026
|
"description": "For Internet firewall, app for this event",
|
|
4985
|
-
"isDeprecated":
|
|
5027
|
+
"isDeprecated": true,
|
|
4986
5028
|
"name": "application"
|
|
4987
5029
|
},
|
|
4988
5030
|
{
|
|
@@ -5273,6 +5315,12 @@
|
|
|
5273
5315
|
"isDeprecated": false,
|
|
5274
5316
|
"name": "dns_protection_category"
|
|
5275
5317
|
},
|
|
5318
|
+
{
|
|
5319
|
+
"deprecationReason": null,
|
|
5320
|
+
"description": "If the events was part of the sinkhole flow",
|
|
5321
|
+
"isDeprecated": false,
|
|
5322
|
+
"name": "is_sinkhole"
|
|
5323
|
+
},
|
|
5276
5324
|
{
|
|
5277
5325
|
"deprecationReason": null,
|
|
5278
5326
|
"description": null,
|
|
@@ -5895,7 +5943,7 @@
|
|
|
5895
5943
|
"name": "EventsSort",
|
|
5896
5944
|
"non_null": false
|
|
5897
5945
|
},
|
|
5898
|
-
"varName": "
|
|
5946
|
+
"varName": "eventsSort"
|
|
5899
5947
|
},
|
|
5900
5948
|
"timeFrame": {
|
|
5901
5949
|
"defaultValue": null,
|
|
@@ -5925,15 +5973,34 @@
|
|
|
5925
5973
|
"isDeprecated": false,
|
|
5926
5974
|
"name": "events",
|
|
5927
5975
|
"operationArgs": {
|
|
5928
|
-
"
|
|
5976
|
+
"accountID": {
|
|
5977
|
+
"defaultValue": null,
|
|
5978
|
+
"description": "Account ID",
|
|
5979
|
+
"id_str": "accountID",
|
|
5980
|
+
"name": "accountID",
|
|
5981
|
+
"path": "accountID",
|
|
5982
|
+
"requestStr": "$accountID:ID! ",
|
|
5983
|
+
"required": true,
|
|
5984
|
+
"responseStr": "accountID:$accountID ",
|
|
5985
|
+
"type": {
|
|
5986
|
+
"kind": [
|
|
5987
|
+
"NON_NULL",
|
|
5988
|
+
"SCALAR"
|
|
5989
|
+
],
|
|
5990
|
+
"name": "ID",
|
|
5991
|
+
"non_null": false
|
|
5992
|
+
},
|
|
5993
|
+
"varName": "accountID"
|
|
5994
|
+
},
|
|
5995
|
+
"eventsDimension": {
|
|
5929
5996
|
"defaultValue": null,
|
|
5930
5997
|
"description": null,
|
|
5931
5998
|
"id_str": "dimensions",
|
|
5932
5999
|
"name": "dimensions",
|
|
5933
6000
|
"path": "dimensions",
|
|
5934
|
-
"requestStr": "$
|
|
6001
|
+
"requestStr": "$eventsDimension:[EventsDimension] ",
|
|
5935
6002
|
"required": false,
|
|
5936
|
-
"responseStr": "dimensions:$
|
|
6003
|
+
"responseStr": "dimensions:$eventsDimension ",
|
|
5937
6004
|
"type": {
|
|
5938
6005
|
"definition": {
|
|
5939
6006
|
"description": null,
|
|
@@ -5954,9 +6021,9 @@
|
|
|
5954
6021
|
"description": null,
|
|
5955
6022
|
"enumValues": [
|
|
5956
6023
|
{
|
|
5957
|
-
"deprecationReason":
|
|
6024
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
5958
6025
|
"description": "Name of site or user initiating the connection",
|
|
5959
|
-
"isDeprecated":
|
|
6026
|
+
"isDeprecated": true,
|
|
5960
6027
|
"name": "src_site"
|
|
5961
6028
|
},
|
|
5962
6029
|
{
|
|
@@ -6164,11 +6231,17 @@
|
|
|
6164
6231
|
"name": "configured_host_name"
|
|
6165
6232
|
},
|
|
6166
6233
|
{
|
|
6167
|
-
"deprecationReason":
|
|
6234
|
+
"deprecationReason": "use event_id instead",
|
|
6168
6235
|
"description": "Cato Internal-use only",
|
|
6169
|
-
"isDeprecated":
|
|
6236
|
+
"isDeprecated": true,
|
|
6170
6237
|
"name": "internalId"
|
|
6171
6238
|
},
|
|
6239
|
+
{
|
|
6240
|
+
"deprecationReason": null,
|
|
6241
|
+
"description": "Event Id",
|
|
6242
|
+
"isDeprecated": false,
|
|
6243
|
+
"name": "event_id"
|
|
6244
|
+
},
|
|
6172
6245
|
{
|
|
6173
6246
|
"deprecationReason": null,
|
|
6174
6247
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -6452,9 +6525,9 @@
|
|
|
6452
6525
|
"name": "incident_id"
|
|
6453
6526
|
},
|
|
6454
6527
|
{
|
|
6455
|
-
"deprecationReason":
|
|
6528
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
6456
6529
|
"description": "For Internet firewall, app for this event",
|
|
6457
|
-
"isDeprecated":
|
|
6530
|
+
"isDeprecated": true,
|
|
6458
6531
|
"name": "application"
|
|
6459
6532
|
},
|
|
6460
6533
|
{
|
|
@@ -6745,6 +6818,12 @@
|
|
|
6745
6818
|
"isDeprecated": false,
|
|
6746
6819
|
"name": "dns_protection_category"
|
|
6747
6820
|
},
|
|
6821
|
+
{
|
|
6822
|
+
"deprecationReason": null,
|
|
6823
|
+
"description": "If the events was part of the sinkhole flow",
|
|
6824
|
+
"isDeprecated": false,
|
|
6825
|
+
"name": "is_sinkhole"
|
|
6826
|
+
},
|
|
6748
6827
|
{
|
|
6749
6828
|
"deprecationReason": null,
|
|
6750
6829
|
"description": null,
|
|
@@ -7323,17 +7402,17 @@
|
|
|
7323
7402
|
"name": "EventsDimension",
|
|
7324
7403
|
"non_null": false
|
|
7325
7404
|
},
|
|
7326
|
-
"varName": "
|
|
7405
|
+
"varName": "eventsDimension"
|
|
7327
7406
|
},
|
|
7328
|
-
"
|
|
7407
|
+
"eventsFilter": {
|
|
7329
7408
|
"defaultValue": null,
|
|
7330
7409
|
"description": null,
|
|
7331
7410
|
"id_str": "filters",
|
|
7332
7411
|
"name": "filters",
|
|
7333
7412
|
"path": "filters",
|
|
7334
|
-
"requestStr": "$
|
|
7413
|
+
"requestStr": "$eventsFilter:[EventsFilter!] ",
|
|
7335
7414
|
"required": false,
|
|
7336
|
-
"responseStr": "filters:$
|
|
7415
|
+
"responseStr": "filters:$eventsFilter ",
|
|
7337
7416
|
"type": {
|
|
7338
7417
|
"definition": {
|
|
7339
7418
|
"description": null,
|
|
@@ -7354,9 +7433,9 @@
|
|
|
7354
7433
|
"description": null,
|
|
7355
7434
|
"enumValues": [
|
|
7356
7435
|
{
|
|
7357
|
-
"deprecationReason":
|
|
7436
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
7358
7437
|
"description": "Name of site or user initiating the connection",
|
|
7359
|
-
"isDeprecated":
|
|
7438
|
+
"isDeprecated": true,
|
|
7360
7439
|
"name": "src_site"
|
|
7361
7440
|
},
|
|
7362
7441
|
{
|
|
@@ -7564,11 +7643,17 @@
|
|
|
7564
7643
|
"name": "configured_host_name"
|
|
7565
7644
|
},
|
|
7566
7645
|
{
|
|
7567
|
-
"deprecationReason":
|
|
7646
|
+
"deprecationReason": "use event_id instead",
|
|
7568
7647
|
"description": "Cato Internal-use only",
|
|
7569
|
-
"isDeprecated":
|
|
7648
|
+
"isDeprecated": true,
|
|
7570
7649
|
"name": "internalId"
|
|
7571
7650
|
},
|
|
7651
|
+
{
|
|
7652
|
+
"deprecationReason": null,
|
|
7653
|
+
"description": "Event Id",
|
|
7654
|
+
"isDeprecated": false,
|
|
7655
|
+
"name": "event_id"
|
|
7656
|
+
},
|
|
7572
7657
|
{
|
|
7573
7658
|
"deprecationReason": null,
|
|
7574
7659
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -7852,9 +7937,9 @@
|
|
|
7852
7937
|
"name": "incident_id"
|
|
7853
7938
|
},
|
|
7854
7939
|
{
|
|
7855
|
-
"deprecationReason":
|
|
7940
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
7856
7941
|
"description": "For Internet firewall, app for this event",
|
|
7857
|
-
"isDeprecated":
|
|
7942
|
+
"isDeprecated": true,
|
|
7858
7943
|
"name": "application"
|
|
7859
7944
|
},
|
|
7860
7945
|
{
|
|
@@ -8145,6 +8230,12 @@
|
|
|
8145
8230
|
"isDeprecated": false,
|
|
8146
8231
|
"name": "dns_protection_category"
|
|
8147
8232
|
},
|
|
8233
|
+
{
|
|
8234
|
+
"deprecationReason": null,
|
|
8235
|
+
"description": "If the events was part of the sinkhole flow",
|
|
8236
|
+
"isDeprecated": false,
|
|
8237
|
+
"name": "is_sinkhole"
|
|
8238
|
+
},
|
|
8148
8239
|
{
|
|
8149
8240
|
"deprecationReason": null,
|
|
8150
8241
|
"description": null,
|
|
@@ -8848,17 +8939,17 @@
|
|
|
8848
8939
|
"name": "EventsFilter",
|
|
8849
8940
|
"non_null": false
|
|
8850
8941
|
},
|
|
8851
|
-
"varName": "
|
|
8942
|
+
"varName": "eventsFilter"
|
|
8852
8943
|
},
|
|
8853
|
-
"
|
|
8944
|
+
"eventsMeasure": {
|
|
8854
8945
|
"defaultValue": null,
|
|
8855
8946
|
"description": null,
|
|
8856
8947
|
"id_str": "measures",
|
|
8857
8948
|
"name": "measures",
|
|
8858
8949
|
"path": "measures",
|
|
8859
|
-
"requestStr": "$
|
|
8950
|
+
"requestStr": "$eventsMeasure:[EventsMeasure] ",
|
|
8860
8951
|
"required": false,
|
|
8861
|
-
"responseStr": "measures:$
|
|
8952
|
+
"responseStr": "measures:$eventsMeasure ",
|
|
8862
8953
|
"type": {
|
|
8863
8954
|
"definition": {
|
|
8864
8955
|
"description": null,
|
|
@@ -8970,9 +9061,9 @@
|
|
|
8970
9061
|
"description": null,
|
|
8971
9062
|
"enumValues": [
|
|
8972
9063
|
{
|
|
8973
|
-
"deprecationReason":
|
|
9064
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
8974
9065
|
"description": "Name of site or user initiating the connection",
|
|
8975
|
-
"isDeprecated":
|
|
9066
|
+
"isDeprecated": true,
|
|
8976
9067
|
"name": "src_site"
|
|
8977
9068
|
},
|
|
8978
9069
|
{
|
|
@@ -9180,11 +9271,17 @@
|
|
|
9180
9271
|
"name": "configured_host_name"
|
|
9181
9272
|
},
|
|
9182
9273
|
{
|
|
9183
|
-
"deprecationReason":
|
|
9274
|
+
"deprecationReason": "use event_id instead",
|
|
9184
9275
|
"description": "Cato Internal-use only",
|
|
9185
|
-
"isDeprecated":
|
|
9276
|
+
"isDeprecated": true,
|
|
9186
9277
|
"name": "internalId"
|
|
9187
9278
|
},
|
|
9279
|
+
{
|
|
9280
|
+
"deprecationReason": null,
|
|
9281
|
+
"description": "Event Id",
|
|
9282
|
+
"isDeprecated": false,
|
|
9283
|
+
"name": "event_id"
|
|
9284
|
+
},
|
|
9188
9285
|
{
|
|
9189
9286
|
"deprecationReason": null,
|
|
9190
9287
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -9468,9 +9565,9 @@
|
|
|
9468
9565
|
"name": "incident_id"
|
|
9469
9566
|
},
|
|
9470
9567
|
{
|
|
9471
|
-
"deprecationReason":
|
|
9568
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
9472
9569
|
"description": "For Internet firewall, app for this event",
|
|
9473
|
-
"isDeprecated":
|
|
9570
|
+
"isDeprecated": true,
|
|
9474
9571
|
"name": "application"
|
|
9475
9572
|
},
|
|
9476
9573
|
{
|
|
@@ -9761,6 +9858,12 @@
|
|
|
9761
9858
|
"isDeprecated": false,
|
|
9762
9859
|
"name": "dns_protection_category"
|
|
9763
9860
|
},
|
|
9861
|
+
{
|
|
9862
|
+
"deprecationReason": null,
|
|
9863
|
+
"description": "If the events was part of the sinkhole flow",
|
|
9864
|
+
"isDeprecated": false,
|
|
9865
|
+
"name": "is_sinkhole"
|
|
9866
|
+
},
|
|
9764
9867
|
{
|
|
9765
9868
|
"deprecationReason": null,
|
|
9766
9869
|
"description": null,
|
|
@@ -10357,17 +10460,17 @@
|
|
|
10357
10460
|
"name": "EventsMeasure",
|
|
10358
10461
|
"non_null": false
|
|
10359
10462
|
},
|
|
10360
|
-
"varName": "
|
|
10463
|
+
"varName": "eventsMeasure"
|
|
10361
10464
|
},
|
|
10362
|
-
"
|
|
10465
|
+
"eventsSort": {
|
|
10363
10466
|
"defaultValue": null,
|
|
10364
10467
|
"description": null,
|
|
10365
10468
|
"id_str": "sort",
|
|
10366
10469
|
"name": "sort",
|
|
10367
10470
|
"path": "sort",
|
|
10368
|
-
"requestStr": "$
|
|
10471
|
+
"requestStr": "$eventsSort:[EventsSort!] ",
|
|
10369
10472
|
"required": false,
|
|
10370
|
-
"responseStr": "sort:$
|
|
10473
|
+
"responseStr": "sort:$eventsSort ",
|
|
10371
10474
|
"type": {
|
|
10372
10475
|
"definition": {
|
|
10373
10476
|
"description": null,
|
|
@@ -10388,9 +10491,9 @@
|
|
|
10388
10491
|
"description": null,
|
|
10389
10492
|
"enumValues": [
|
|
10390
10493
|
{
|
|
10391
|
-
"deprecationReason":
|
|
10494
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
10392
10495
|
"description": "Name of site or user initiating the connection",
|
|
10393
|
-
"isDeprecated":
|
|
10496
|
+
"isDeprecated": true,
|
|
10394
10497
|
"name": "src_site"
|
|
10395
10498
|
},
|
|
10396
10499
|
{
|
|
@@ -10598,11 +10701,17 @@
|
|
|
10598
10701
|
"name": "configured_host_name"
|
|
10599
10702
|
},
|
|
10600
10703
|
{
|
|
10601
|
-
"deprecationReason":
|
|
10704
|
+
"deprecationReason": "use event_id instead",
|
|
10602
10705
|
"description": "Cato Internal-use only",
|
|
10603
|
-
"isDeprecated":
|
|
10706
|
+
"isDeprecated": true,
|
|
10604
10707
|
"name": "internalId"
|
|
10605
10708
|
},
|
|
10709
|
+
{
|
|
10710
|
+
"deprecationReason": null,
|
|
10711
|
+
"description": "Event Id",
|
|
10712
|
+
"isDeprecated": false,
|
|
10713
|
+
"name": "event_id"
|
|
10714
|
+
},
|
|
10606
10715
|
{
|
|
10607
10716
|
"deprecationReason": null,
|
|
10608
10717
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -10886,9 +10995,9 @@
|
|
|
10886
10995
|
"name": "incident_id"
|
|
10887
10996
|
},
|
|
10888
10997
|
{
|
|
10889
|
-
"deprecationReason":
|
|
10998
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
10890
10999
|
"description": "For Internet firewall, app for this event",
|
|
10891
|
-
"isDeprecated":
|
|
11000
|
+
"isDeprecated": true,
|
|
10892
11001
|
"name": "application"
|
|
10893
11002
|
},
|
|
10894
11003
|
{
|
|
@@ -11179,6 +11288,12 @@
|
|
|
11179
11288
|
"isDeprecated": false,
|
|
11180
11289
|
"name": "dns_protection_category"
|
|
11181
11290
|
},
|
|
11291
|
+
{
|
|
11292
|
+
"deprecationReason": null,
|
|
11293
|
+
"description": "If the events was part of the sinkhole flow",
|
|
11294
|
+
"isDeprecated": false,
|
|
11295
|
+
"name": "is_sinkhole"
|
|
11296
|
+
},
|
|
11182
11297
|
{
|
|
11183
11298
|
"deprecationReason": null,
|
|
11184
11299
|
"description": null,
|
|
@@ -11801,26 +11916,7 @@
|
|
|
11801
11916
|
"name": "EventsSort",
|
|
11802
11917
|
"non_null": false
|
|
11803
11918
|
},
|
|
11804
|
-
"varName": "
|
|
11805
|
-
},
|
|
11806
|
-
"accountID": {
|
|
11807
|
-
"defaultValue": null,
|
|
11808
|
-
"description": "Account ID",
|
|
11809
|
-
"id_str": "accountID",
|
|
11810
|
-
"name": "accountID",
|
|
11811
|
-
"path": "accountID",
|
|
11812
|
-
"requestStr": "$accountID:ID! ",
|
|
11813
|
-
"required": true,
|
|
11814
|
-
"responseStr": "accountID:$accountID ",
|
|
11815
|
-
"type": {
|
|
11816
|
-
"kind": [
|
|
11817
|
-
"NON_NULL",
|
|
11818
|
-
"SCALAR"
|
|
11819
|
-
],
|
|
11820
|
-
"name": "ID",
|
|
11821
|
-
"non_null": false
|
|
11822
|
-
},
|
|
11823
|
-
"varName": "accountID"
|
|
11919
|
+
"varName": "eventsSort"
|
|
11824
11920
|
},
|
|
11825
11921
|
"from": {
|
|
11826
11922
|
"defaultValue": null,
|
|
@@ -11969,9 +12065,9 @@
|
|
|
11969
12065
|
"isDeprecated": false,
|
|
11970
12066
|
"name": "records",
|
|
11971
12067
|
"path": "records",
|
|
11972
|
-
"requestStr": "$
|
|
12068
|
+
"requestStr": "$eventsRecord:[EventsRecord] ",
|
|
11973
12069
|
"required": false,
|
|
11974
|
-
"responseStr": "records:$
|
|
12070
|
+
"responseStr": "records:$eventsRecord ",
|
|
11975
12071
|
"type": {
|
|
11976
12072
|
"definition": {
|
|
11977
12073
|
"description": null,
|
|
@@ -12056,7 +12152,7 @@
|
|
|
12056
12152
|
"name": "EventsRecord",
|
|
12057
12153
|
"non_null": false
|
|
12058
12154
|
},
|
|
12059
|
-
"varName": "
|
|
12155
|
+
"varName": "eventsRecord"
|
|
12060
12156
|
},
|
|
12061
12157
|
"to": {
|
|
12062
12158
|
"args": {},
|
|
@@ -12133,12 +12229,12 @@
|
|
|
12133
12229
|
"non_null": false
|
|
12134
12230
|
},
|
|
12135
12231
|
"variablesPayload": {
|
|
12136
|
-
"
|
|
12232
|
+
"eventsDimension": {
|
|
12137
12233
|
"fieldName": {
|
|
12138
12234
|
"fieldName": "enum(EventFieldName)"
|
|
12139
12235
|
}
|
|
12140
12236
|
},
|
|
12141
|
-
"
|
|
12237
|
+
"eventsFilter": {
|
|
12142
12238
|
"fieldName": {
|
|
12143
12239
|
"fieldName": "enum(EventFieldName)"
|
|
12144
12240
|
},
|
|
@@ -12151,7 +12247,7 @@
|
|
|
12151
12247
|
]
|
|
12152
12248
|
}
|
|
12153
12249
|
},
|
|
12154
|
-
"
|
|
12250
|
+
"eventsMeasure": {
|
|
12155
12251
|
"aggType": {
|
|
12156
12252
|
"aggType": "enum(AggregationType)"
|
|
12157
12253
|
},
|
|
@@ -12162,7 +12258,7 @@
|
|
|
12162
12258
|
"trend": "Boolean"
|
|
12163
12259
|
}
|
|
12164
12260
|
},
|
|
12165
|
-
"
|
|
12261
|
+
"eventsSort": {
|
|
12166
12262
|
"fieldName": {
|
|
12167
12263
|
"fieldName": "enum(EventFieldName)"
|
|
12168
12264
|
},
|