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.auditFeed.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"id_str": "filters",
|
|
27
27
|
"name": "filters",
|
|
28
28
|
"path": "filters",
|
|
29
|
-
"requestStr": "$
|
|
29
|
+
"requestStr": "$auditFieldFilterInput:[AuditFieldFilterInput!] ",
|
|
30
30
|
"required": false,
|
|
31
|
-
"responseStr": "filters:$
|
|
31
|
+
"responseStr": "filters:$auditFieldFilterInput ",
|
|
32
32
|
"type": {
|
|
33
33
|
"definition": {
|
|
34
34
|
"description": null,
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"id_str": "filters___fieldName",
|
|
42
42
|
"name": "fieldName",
|
|
43
43
|
"path": "filters.fieldName",
|
|
44
|
-
"requestStr": "$
|
|
44
|
+
"requestStr": "$fieldNameInput:FieldNameInput! ",
|
|
45
45
|
"required": true,
|
|
46
|
-
"responseStr": "fieldName:$
|
|
46
|
+
"responseStr": "fieldName:$fieldNameInput ",
|
|
47
47
|
"type": {
|
|
48
48
|
"definition": {
|
|
49
49
|
"description": "FieldName for the different types of FieldName inputs\nUse the EventFieldName for events, and AuditFieldName for audit",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"id_str": "filters___fieldName___AuditFieldName",
|
|
57
57
|
"name": "AuditFieldName",
|
|
58
58
|
"path": "filters.fieldName.AuditFieldName",
|
|
59
|
-
"requestStr": "$
|
|
59
|
+
"requestStr": "$auditFieldName:AuditFieldName ",
|
|
60
60
|
"required": false,
|
|
61
|
-
"responseStr": "AuditFieldName:$
|
|
61
|
+
"responseStr": "AuditFieldName:$auditFieldName ",
|
|
62
62
|
"type": {
|
|
63
63
|
"definition": {
|
|
64
64
|
"description": null,
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"name": "AuditFieldName",
|
|
151
151
|
"non_null": false
|
|
152
152
|
},
|
|
153
|
-
"varName": "
|
|
153
|
+
"varName": "auditFieldName"
|
|
154
154
|
},
|
|
155
155
|
"EventFieldName": {
|
|
156
156
|
"defaultValue": null,
|
|
@@ -158,17 +158,17 @@
|
|
|
158
158
|
"id_str": "filters___fieldName___EventFieldName",
|
|
159
159
|
"name": "EventFieldName",
|
|
160
160
|
"path": "filters.fieldName.EventFieldName",
|
|
161
|
-
"requestStr": "$
|
|
161
|
+
"requestStr": "$eventFieldName:EventFieldName ",
|
|
162
162
|
"required": false,
|
|
163
|
-
"responseStr": "EventFieldName:$
|
|
163
|
+
"responseStr": "EventFieldName:$eventFieldName ",
|
|
164
164
|
"type": {
|
|
165
165
|
"definition": {
|
|
166
166
|
"description": null,
|
|
167
167
|
"enumValues": [
|
|
168
168
|
{
|
|
169
|
-
"deprecationReason":
|
|
169
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
170
170
|
"description": "Name of site or user initiating the connection",
|
|
171
|
-
"isDeprecated":
|
|
171
|
+
"isDeprecated": true,
|
|
172
172
|
"name": "src_site"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
@@ -376,11 +376,17 @@
|
|
|
376
376
|
"name": "configured_host_name"
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
|
-
"deprecationReason":
|
|
379
|
+
"deprecationReason": "use event_id instead",
|
|
380
380
|
"description": "Cato Internal-use only",
|
|
381
|
-
"isDeprecated":
|
|
381
|
+
"isDeprecated": true,
|
|
382
382
|
"name": "internalId"
|
|
383
383
|
},
|
|
384
|
+
{
|
|
385
|
+
"deprecationReason": null,
|
|
386
|
+
"description": "Event Id",
|
|
387
|
+
"isDeprecated": false,
|
|
388
|
+
"name": "event_id"
|
|
389
|
+
},
|
|
384
390
|
{
|
|
385
391
|
"deprecationReason": null,
|
|
386
392
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -664,9 +670,9 @@
|
|
|
664
670
|
"name": "incident_id"
|
|
665
671
|
},
|
|
666
672
|
{
|
|
667
|
-
"deprecationReason":
|
|
673
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
668
674
|
"description": "For Internet firewall, app for this event",
|
|
669
|
-
"isDeprecated":
|
|
675
|
+
"isDeprecated": true,
|
|
670
676
|
"name": "application"
|
|
671
677
|
},
|
|
672
678
|
{
|
|
@@ -957,6 +963,12 @@
|
|
|
957
963
|
"isDeprecated": false,
|
|
958
964
|
"name": "dns_protection_category"
|
|
959
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"deprecationReason": null,
|
|
968
|
+
"description": "If the events was part of the sinkhole flow",
|
|
969
|
+
"isDeprecated": false,
|
|
970
|
+
"name": "is_sinkhole"
|
|
971
|
+
},
|
|
960
972
|
{
|
|
961
973
|
"deprecationReason": null,
|
|
962
974
|
"description": null,
|
|
@@ -1518,7 +1530,7 @@
|
|
|
1518
1530
|
"name": "EventFieldName",
|
|
1519
1531
|
"non_null": false
|
|
1520
1532
|
},
|
|
1521
|
-
"varName": "
|
|
1533
|
+
"varName": "eventFieldName"
|
|
1522
1534
|
}
|
|
1523
1535
|
},
|
|
1524
1536
|
"interfaces": null,
|
|
@@ -1534,7 +1546,7 @@
|
|
|
1534
1546
|
"name": "FieldNameInput",
|
|
1535
1547
|
"non_null": false
|
|
1536
1548
|
},
|
|
1537
|
-
"varName": "
|
|
1549
|
+
"varName": "fieldNameInput"
|
|
1538
1550
|
},
|
|
1539
1551
|
"operator": {
|
|
1540
1552
|
"defaultValue": null,
|
|
@@ -1650,7 +1662,7 @@
|
|
|
1650
1662
|
"name": "AuditFieldFilterInput",
|
|
1651
1663
|
"non_null": false
|
|
1652
1664
|
},
|
|
1653
|
-
"varName": "
|
|
1665
|
+
"varName": "auditFieldFilterInput"
|
|
1654
1666
|
},
|
|
1655
1667
|
"marker": {
|
|
1656
1668
|
"defaultValue": null,
|
|
@@ -1702,15 +1714,35 @@
|
|
|
1702
1714
|
"isDeprecated": false,
|
|
1703
1715
|
"name": "auditFeed",
|
|
1704
1716
|
"operationArgs": {
|
|
1705
|
-
"
|
|
1717
|
+
"accountIDs": {
|
|
1718
|
+
"defaultValue": null,
|
|
1719
|
+
"description": "List of Unique Account Identifiers.",
|
|
1720
|
+
"id_str": "accountIDs",
|
|
1721
|
+
"name": "accountIDs",
|
|
1722
|
+
"path": "accountIDs",
|
|
1723
|
+
"requestStr": "$accountIDs:[ID!] ",
|
|
1724
|
+
"required": false,
|
|
1725
|
+
"responseStr": "accountIDs:$accountIDs ",
|
|
1726
|
+
"type": {
|
|
1727
|
+
"kind": [
|
|
1728
|
+
"LIST",
|
|
1729
|
+
"NON_NULL",
|
|
1730
|
+
"SCALAR"
|
|
1731
|
+
],
|
|
1732
|
+
"name": "ID",
|
|
1733
|
+
"non_null": false
|
|
1734
|
+
},
|
|
1735
|
+
"varName": "accountIDs"
|
|
1736
|
+
},
|
|
1737
|
+
"auditFieldFilterInput": {
|
|
1706
1738
|
"defaultValue": null,
|
|
1707
1739
|
"description": null,
|
|
1708
1740
|
"id_str": "filters",
|
|
1709
1741
|
"name": "filters",
|
|
1710
1742
|
"path": "filters",
|
|
1711
|
-
"requestStr": "$
|
|
1743
|
+
"requestStr": "$auditFieldFilterInput:[AuditFieldFilterInput!] ",
|
|
1712
1744
|
"required": false,
|
|
1713
|
-
"responseStr": "filters:$
|
|
1745
|
+
"responseStr": "filters:$auditFieldFilterInput ",
|
|
1714
1746
|
"type": {
|
|
1715
1747
|
"definition": {
|
|
1716
1748
|
"description": null,
|
|
@@ -1723,9 +1755,9 @@
|
|
|
1723
1755
|
"id_str": "filters___fieldName",
|
|
1724
1756
|
"name": "fieldName",
|
|
1725
1757
|
"path": "filters.fieldName",
|
|
1726
|
-
"requestStr": "$
|
|
1758
|
+
"requestStr": "$fieldNameInput:FieldNameInput! ",
|
|
1727
1759
|
"required": true,
|
|
1728
|
-
"responseStr": "fieldName:$
|
|
1760
|
+
"responseStr": "fieldName:$fieldNameInput ",
|
|
1729
1761
|
"type": {
|
|
1730
1762
|
"definition": {
|
|
1731
1763
|
"description": "FieldName for the different types of FieldName inputs\nUse the EventFieldName for events, and AuditFieldName for audit",
|
|
@@ -1738,9 +1770,9 @@
|
|
|
1738
1770
|
"id_str": "filters___fieldName___AuditFieldName",
|
|
1739
1771
|
"name": "AuditFieldName",
|
|
1740
1772
|
"path": "filters.fieldName.AuditFieldName",
|
|
1741
|
-
"requestStr": "$
|
|
1773
|
+
"requestStr": "$auditFieldName:AuditFieldName ",
|
|
1742
1774
|
"required": false,
|
|
1743
|
-
"responseStr": "AuditFieldName:$
|
|
1775
|
+
"responseStr": "AuditFieldName:$auditFieldName ",
|
|
1744
1776
|
"type": {
|
|
1745
1777
|
"definition": {
|
|
1746
1778
|
"description": null,
|
|
@@ -1832,7 +1864,7 @@
|
|
|
1832
1864
|
"name": "AuditFieldName",
|
|
1833
1865
|
"non_null": false
|
|
1834
1866
|
},
|
|
1835
|
-
"varName": "
|
|
1867
|
+
"varName": "auditFieldName"
|
|
1836
1868
|
},
|
|
1837
1869
|
"EventFieldName": {
|
|
1838
1870
|
"defaultValue": null,
|
|
@@ -1840,17 +1872,17 @@
|
|
|
1840
1872
|
"id_str": "filters___fieldName___EventFieldName",
|
|
1841
1873
|
"name": "EventFieldName",
|
|
1842
1874
|
"path": "filters.fieldName.EventFieldName",
|
|
1843
|
-
"requestStr": "$
|
|
1875
|
+
"requestStr": "$eventFieldName:EventFieldName ",
|
|
1844
1876
|
"required": false,
|
|
1845
|
-
"responseStr": "EventFieldName:$
|
|
1877
|
+
"responseStr": "EventFieldName:$eventFieldName ",
|
|
1846
1878
|
"type": {
|
|
1847
1879
|
"definition": {
|
|
1848
1880
|
"description": null,
|
|
1849
1881
|
"enumValues": [
|
|
1850
1882
|
{
|
|
1851
|
-
"deprecationReason":
|
|
1883
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
1852
1884
|
"description": "Name of site or user initiating the connection",
|
|
1853
|
-
"isDeprecated":
|
|
1885
|
+
"isDeprecated": true,
|
|
1854
1886
|
"name": "src_site"
|
|
1855
1887
|
},
|
|
1856
1888
|
{
|
|
@@ -2058,11 +2090,17 @@
|
|
|
2058
2090
|
"name": "configured_host_name"
|
|
2059
2091
|
},
|
|
2060
2092
|
{
|
|
2061
|
-
"deprecationReason":
|
|
2093
|
+
"deprecationReason": "use event_id instead",
|
|
2062
2094
|
"description": "Cato Internal-use only",
|
|
2063
|
-
"isDeprecated":
|
|
2095
|
+
"isDeprecated": true,
|
|
2064
2096
|
"name": "internalId"
|
|
2065
2097
|
},
|
|
2098
|
+
{
|
|
2099
|
+
"deprecationReason": null,
|
|
2100
|
+
"description": "Event Id",
|
|
2101
|
+
"isDeprecated": false,
|
|
2102
|
+
"name": "event_id"
|
|
2103
|
+
},
|
|
2066
2104
|
{
|
|
2067
2105
|
"deprecationReason": null,
|
|
2068
2106
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -2346,9 +2384,9 @@
|
|
|
2346
2384
|
"name": "incident_id"
|
|
2347
2385
|
},
|
|
2348
2386
|
{
|
|
2349
|
-
"deprecationReason":
|
|
2387
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
2350
2388
|
"description": "For Internet firewall, app for this event",
|
|
2351
|
-
"isDeprecated":
|
|
2389
|
+
"isDeprecated": true,
|
|
2352
2390
|
"name": "application"
|
|
2353
2391
|
},
|
|
2354
2392
|
{
|
|
@@ -2639,6 +2677,12 @@
|
|
|
2639
2677
|
"isDeprecated": false,
|
|
2640
2678
|
"name": "dns_protection_category"
|
|
2641
2679
|
},
|
|
2680
|
+
{
|
|
2681
|
+
"deprecationReason": null,
|
|
2682
|
+
"description": "If the events was part of the sinkhole flow",
|
|
2683
|
+
"isDeprecated": false,
|
|
2684
|
+
"name": "is_sinkhole"
|
|
2685
|
+
},
|
|
2642
2686
|
{
|
|
2643
2687
|
"deprecationReason": null,
|
|
2644
2688
|
"description": null,
|
|
@@ -3200,7 +3244,7 @@
|
|
|
3200
3244
|
"name": "EventFieldName",
|
|
3201
3245
|
"non_null": false
|
|
3202
3246
|
},
|
|
3203
|
-
"varName": "
|
|
3247
|
+
"varName": "eventFieldName"
|
|
3204
3248
|
}
|
|
3205
3249
|
},
|
|
3206
3250
|
"interfaces": null,
|
|
@@ -3216,7 +3260,7 @@
|
|
|
3216
3260
|
"name": "FieldNameInput",
|
|
3217
3261
|
"non_null": false
|
|
3218
3262
|
},
|
|
3219
|
-
"varName": "
|
|
3263
|
+
"varName": "fieldNameInput"
|
|
3220
3264
|
},
|
|
3221
3265
|
"operator": {
|
|
3222
3266
|
"defaultValue": null,
|
|
@@ -3332,27 +3376,7 @@
|
|
|
3332
3376
|
"name": "AuditFieldFilterInput",
|
|
3333
3377
|
"non_null": false
|
|
3334
3378
|
},
|
|
3335
|
-
"varName": "
|
|
3336
|
-
},
|
|
3337
|
-
"accountIDs": {
|
|
3338
|
-
"defaultValue": null,
|
|
3339
|
-
"description": "List of Unique Account Identifiers.",
|
|
3340
|
-
"id_str": "accountIDs",
|
|
3341
|
-
"name": "accountIDs",
|
|
3342
|
-
"path": "accountIDs",
|
|
3343
|
-
"requestStr": "$accountIDs:[ID!] ",
|
|
3344
|
-
"required": false,
|
|
3345
|
-
"responseStr": "accountIDs:$accountIDs ",
|
|
3346
|
-
"type": {
|
|
3347
|
-
"kind": [
|
|
3348
|
-
"LIST",
|
|
3349
|
-
"NON_NULL",
|
|
3350
|
-
"SCALAR"
|
|
3351
|
-
],
|
|
3352
|
-
"name": "ID",
|
|
3353
|
-
"non_null": false
|
|
3354
|
-
},
|
|
3355
|
-
"varName": "accountIDs"
|
|
3379
|
+
"varName": "auditFieldFilterInput"
|
|
3356
3380
|
},
|
|
3357
3381
|
"fieldNames": {
|
|
3358
3382
|
"defaultValue": null,
|
|
@@ -3510,9 +3534,9 @@
|
|
|
3510
3534
|
"isDeprecated": false,
|
|
3511
3535
|
"name": "accounts",
|
|
3512
3536
|
"path": "accounts",
|
|
3513
|
-
"requestStr": "$
|
|
3537
|
+
"requestStr": "$auditFeedAccountRecords:[AuditFeedAccountRecords] ",
|
|
3514
3538
|
"required": false,
|
|
3515
|
-
"responseStr": "accounts:$
|
|
3539
|
+
"responseStr": "accounts:$auditFeedAccountRecords ",
|
|
3516
3540
|
"type": {
|
|
3517
3541
|
"definition": {
|
|
3518
3542
|
"description": null,
|
|
@@ -3539,7 +3563,7 @@
|
|
|
3539
3563
|
"varName": "id"
|
|
3540
3564
|
},
|
|
3541
3565
|
"records": {
|
|
3542
|
-
"alias": "
|
|
3566
|
+
"alias": "auditRecordRecords: records",
|
|
3543
3567
|
"args": {
|
|
3544
3568
|
"records___fieldNames": {
|
|
3545
3569
|
"defaultValue": null,
|
|
@@ -3652,16 +3676,16 @@
|
|
|
3652
3676
|
"isDeprecated": false,
|
|
3653
3677
|
"name": "records",
|
|
3654
3678
|
"path": "accounts.records",
|
|
3655
|
-
"requestStr": "$
|
|
3679
|
+
"requestStr": "$auditRecord:[AuditRecord] ",
|
|
3656
3680
|
"required": false,
|
|
3657
|
-
"responseStr": "records:$
|
|
3681
|
+
"responseStr": "records:$auditRecord ",
|
|
3658
3682
|
"type": {
|
|
3659
3683
|
"definition": {
|
|
3660
3684
|
"description": "Represents a single event in the audit database",
|
|
3661
3685
|
"enumValues": null,
|
|
3662
3686
|
"fields": {
|
|
3663
3687
|
"account": {
|
|
3664
|
-
"alias": "
|
|
3688
|
+
"alias": "entityInfoAccount: account",
|
|
3665
3689
|
"args": {},
|
|
3666
3690
|
"deprecationReason": null,
|
|
3667
3691
|
"description": null,
|
|
@@ -3669,9 +3693,9 @@
|
|
|
3669
3693
|
"isDeprecated": false,
|
|
3670
3694
|
"name": "account",
|
|
3671
3695
|
"path": "accounts.records.account",
|
|
3672
|
-
"requestStr": "$
|
|
3696
|
+
"requestStr": "$entityInfo:EntityInfo ",
|
|
3673
3697
|
"required": false,
|
|
3674
|
-
"responseStr": "account:$
|
|
3698
|
+
"responseStr": "account:$entityInfo ",
|
|
3675
3699
|
"type": {
|
|
3676
3700
|
"definition": {
|
|
3677
3701
|
"description": null,
|
|
@@ -3706,9 +3730,9 @@
|
|
|
3706
3730
|
"isDeprecated": false,
|
|
3707
3731
|
"name": "entity",
|
|
3708
3732
|
"path": "accounts.records.account.entity",
|
|
3709
|
-
"requestStr": "$
|
|
3733
|
+
"requestStr": "$entity:Entity! ",
|
|
3710
3734
|
"required": true,
|
|
3711
|
-
"responseStr": "entity:$
|
|
3735
|
+
"responseStr": "entity:$entity ",
|
|
3712
3736
|
"type": {
|
|
3713
3737
|
"definition": {
|
|
3714
3738
|
"description": null,
|
|
@@ -3756,7 +3780,7 @@
|
|
|
3756
3780
|
"varName": "name"
|
|
3757
3781
|
},
|
|
3758
3782
|
"type": {
|
|
3759
|
-
"alias": "
|
|
3783
|
+
"alias": "entityTypeType: type",
|
|
3760
3784
|
"args": {},
|
|
3761
3785
|
"deprecationReason": null,
|
|
3762
3786
|
"description": null,
|
|
@@ -3948,7 +3972,7 @@
|
|
|
3948
3972
|
"name": "Entity",
|
|
3949
3973
|
"non_null": false
|
|
3950
3974
|
},
|
|
3951
|
-
"varName": "
|
|
3975
|
+
"varName": "entity"
|
|
3952
3976
|
},
|
|
3953
3977
|
"helperFields": {
|
|
3954
3978
|
"args": {},
|
|
@@ -3985,10 +4009,10 @@
|
|
|
3985
4009
|
"name": "EntityInfo",
|
|
3986
4010
|
"non_null": false
|
|
3987
4011
|
},
|
|
3988
|
-
"varName": "
|
|
4012
|
+
"varName": "entityInfo"
|
|
3989
4013
|
},
|
|
3990
4014
|
"admin": {
|
|
3991
|
-
"alias": "
|
|
4015
|
+
"alias": "entityAdmin: admin",
|
|
3992
4016
|
"args": {},
|
|
3993
4017
|
"deprecationReason": null,
|
|
3994
4018
|
"description": null,
|
|
@@ -3996,9 +4020,9 @@
|
|
|
3996
4020
|
"isDeprecated": false,
|
|
3997
4021
|
"name": "admin",
|
|
3998
4022
|
"path": "accounts.records.admin",
|
|
3999
|
-
"requestStr": "$
|
|
4023
|
+
"requestStr": "$entity:Entity ",
|
|
4000
4024
|
"required": false,
|
|
4001
|
-
"responseStr": "admin:$
|
|
4025
|
+
"responseStr": "admin:$entity ",
|
|
4002
4026
|
"type": {
|
|
4003
4027
|
"definition": {
|
|
4004
4028
|
"description": null,
|
|
@@ -4236,10 +4260,10 @@
|
|
|
4236
4260
|
"name": "Entity",
|
|
4237
4261
|
"non_null": false
|
|
4238
4262
|
},
|
|
4239
|
-
"varName": "
|
|
4263
|
+
"varName": "entity"
|
|
4240
4264
|
},
|
|
4241
4265
|
"apiKey": {
|
|
4242
|
-
"alias": "
|
|
4266
|
+
"alias": "entityApiKey: apiKey",
|
|
4243
4267
|
"args": {},
|
|
4244
4268
|
"deprecationReason": null,
|
|
4245
4269
|
"description": null,
|
|
@@ -4247,9 +4271,9 @@
|
|
|
4247
4271
|
"isDeprecated": false,
|
|
4248
4272
|
"name": "apiKey",
|
|
4249
4273
|
"path": "accounts.records.apiKey",
|
|
4250
|
-
"requestStr": "$
|
|
4274
|
+
"requestStr": "$entity:Entity ",
|
|
4251
4275
|
"required": false,
|
|
4252
|
-
"responseStr": "apiKey:$
|
|
4276
|
+
"responseStr": "apiKey:$entity ",
|
|
4253
4277
|
"type": {
|
|
4254
4278
|
"definition": {
|
|
4255
4279
|
"description": null,
|
|
@@ -4487,7 +4511,7 @@
|
|
|
4487
4511
|
"name": "Entity",
|
|
4488
4512
|
"non_null": false
|
|
4489
4513
|
},
|
|
4490
|
-
"varName": "
|
|
4514
|
+
"varName": "entity"
|
|
4491
4515
|
},
|
|
4492
4516
|
"flatFields": {
|
|
4493
4517
|
"args": {},
|
|
@@ -4513,7 +4537,7 @@
|
|
|
4513
4537
|
"varName": "flatFields"
|
|
4514
4538
|
},
|
|
4515
4539
|
"object": {
|
|
4516
|
-
"alias": "
|
|
4540
|
+
"alias": "entityObject: object",
|
|
4517
4541
|
"args": {},
|
|
4518
4542
|
"deprecationReason": null,
|
|
4519
4543
|
"description": null,
|
|
@@ -4521,9 +4545,9 @@
|
|
|
4521
4545
|
"isDeprecated": false,
|
|
4522
4546
|
"name": "object",
|
|
4523
4547
|
"path": "accounts.records.object",
|
|
4524
|
-
"requestStr": "$
|
|
4548
|
+
"requestStr": "$entity:Entity ",
|
|
4525
4549
|
"required": false,
|
|
4526
|
-
"responseStr": "object:$
|
|
4550
|
+
"responseStr": "object:$entity ",
|
|
4527
4551
|
"type": {
|
|
4528
4552
|
"definition": {
|
|
4529
4553
|
"description": null,
|
|
@@ -4761,7 +4785,7 @@
|
|
|
4761
4785
|
"name": "Entity",
|
|
4762
4786
|
"non_null": false
|
|
4763
4787
|
},
|
|
4764
|
-
"varName": "
|
|
4788
|
+
"varName": "entity"
|
|
4765
4789
|
},
|
|
4766
4790
|
"time": {
|
|
4767
4791
|
"args": {},
|
|
@@ -4799,7 +4823,7 @@
|
|
|
4799
4823
|
"name": "AuditRecord",
|
|
4800
4824
|
"non_null": false
|
|
4801
4825
|
},
|
|
4802
|
-
"varName": "
|
|
4826
|
+
"varName": "auditRecord"
|
|
4803
4827
|
}
|
|
4804
4828
|
},
|
|
4805
4829
|
"inputFields": null,
|
|
@@ -4816,7 +4840,7 @@
|
|
|
4816
4840
|
"name": "AuditFeedAccountRecords",
|
|
4817
4841
|
"non_null": false
|
|
4818
4842
|
},
|
|
4819
|
-
"varName": "
|
|
4843
|
+
"varName": "auditFeedAccountRecords"
|
|
4820
4844
|
},
|
|
4821
4845
|
"fetchedCount": {
|
|
4822
4846
|
"args": {},
|
|
@@ -4934,8 +4958,11 @@
|
|
|
4934
4958
|
"non_null": false
|
|
4935
4959
|
},
|
|
4936
4960
|
"variablesPayload": {
|
|
4937
|
-
"
|
|
4938
|
-
"
|
|
4961
|
+
"accountIDs": [
|
|
4962
|
+
"ID"
|
|
4963
|
+
],
|
|
4964
|
+
"auditFieldFilterInput": {
|
|
4965
|
+
"fieldNameInput": {
|
|
4939
4966
|
"AuditFieldName": {
|
|
4940
4967
|
"AuditFieldName": "enum(AuditFieldName)"
|
|
4941
4968
|
},
|
|
@@ -4952,9 +4979,6 @@
|
|
|
4952
4979
|
]
|
|
4953
4980
|
}
|
|
4954
4981
|
},
|
|
4955
|
-
"accountIDs": [
|
|
4956
|
-
"ID"
|
|
4957
|
-
],
|
|
4958
4982
|
"fieldNames": "enum(AuditFieldName)",
|
|
4959
4983
|
"marker": "String",
|
|
4960
4984
|
"timeFrame": "TimeFrame"
|