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.eventsFeed.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"id_str": "filters",
|
|
27
27
|
"name": "filters",
|
|
28
28
|
"path": "filters",
|
|
29
|
-
"requestStr": "$
|
|
29
|
+
"requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
|
|
30
30
|
"required": false,
|
|
31
|
-
"responseStr": "filters:$
|
|
31
|
+
"responseStr": "filters:$eventFeedFieldFilterInput ",
|
|
32
32
|
"type": {
|
|
33
33
|
"definition": {
|
|
34
34
|
"description": null,
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"name": "EventFeedFieldFilterInput",
|
|
169
169
|
"non_null": false
|
|
170
170
|
},
|
|
171
|
-
"varName": "
|
|
171
|
+
"varName": "eventFeedFieldFilterInput"
|
|
172
172
|
},
|
|
173
173
|
"marker": {
|
|
174
174
|
"defaultValue": null,
|
|
@@ -198,15 +198,35 @@
|
|
|
198
198
|
"isDeprecated": false,
|
|
199
199
|
"name": "eventsFeed",
|
|
200
200
|
"operationArgs": {
|
|
201
|
-
"
|
|
201
|
+
"accountIDs": {
|
|
202
|
+
"defaultValue": null,
|
|
203
|
+
"description": "List of Unique Account Identifiers.",
|
|
204
|
+
"id_str": "accountIDs",
|
|
205
|
+
"name": "accountIDs",
|
|
206
|
+
"path": "accountIDs",
|
|
207
|
+
"requestStr": "$accountIDs:[ID!] ",
|
|
208
|
+
"required": false,
|
|
209
|
+
"responseStr": "accountIDs:$accountIDs ",
|
|
210
|
+
"type": {
|
|
211
|
+
"kind": [
|
|
212
|
+
"LIST",
|
|
213
|
+
"NON_NULL",
|
|
214
|
+
"SCALAR"
|
|
215
|
+
],
|
|
216
|
+
"name": "ID",
|
|
217
|
+
"non_null": false
|
|
218
|
+
},
|
|
219
|
+
"varName": "accountIDs"
|
|
220
|
+
},
|
|
221
|
+
"eventFeedFieldFilterInput": {
|
|
202
222
|
"defaultValue": null,
|
|
203
223
|
"description": null,
|
|
204
224
|
"id_str": "filters",
|
|
205
225
|
"name": "filters",
|
|
206
226
|
"path": "filters",
|
|
207
|
-
"requestStr": "$
|
|
227
|
+
"requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
|
|
208
228
|
"required": false,
|
|
209
|
-
"responseStr": "filters:$
|
|
229
|
+
"responseStr": "filters:$eventFeedFieldFilterInput ",
|
|
210
230
|
"type": {
|
|
211
231
|
"definition": {
|
|
212
232
|
"description": null,
|
|
@@ -346,27 +366,7 @@
|
|
|
346
366
|
"name": "EventFeedFieldFilterInput",
|
|
347
367
|
"non_null": false
|
|
348
368
|
},
|
|
349
|
-
"varName": "
|
|
350
|
-
},
|
|
351
|
-
"accountIDs": {
|
|
352
|
-
"defaultValue": null,
|
|
353
|
-
"description": "List of Unique Account Identifiers.",
|
|
354
|
-
"id_str": "accountIDs",
|
|
355
|
-
"name": "accountIDs",
|
|
356
|
-
"path": "accountIDs",
|
|
357
|
-
"requestStr": "$accountIDs:[ID!] ",
|
|
358
|
-
"required": false,
|
|
359
|
-
"responseStr": "accountIDs:$accountIDs ",
|
|
360
|
-
"type": {
|
|
361
|
-
"kind": [
|
|
362
|
-
"LIST",
|
|
363
|
-
"NON_NULL",
|
|
364
|
-
"SCALAR"
|
|
365
|
-
],
|
|
366
|
-
"name": "ID",
|
|
367
|
-
"non_null": false
|
|
368
|
-
},
|
|
369
|
-
"varName": "accountIDs"
|
|
369
|
+
"varName": "eventFeedFieldFilterInput"
|
|
370
370
|
},
|
|
371
371
|
"fieldNames": {
|
|
372
372
|
"defaultValue": null,
|
|
@@ -382,9 +382,9 @@
|
|
|
382
382
|
"description": null,
|
|
383
383
|
"enumValues": [
|
|
384
384
|
{
|
|
385
|
-
"deprecationReason":
|
|
385
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
386
386
|
"description": "Name of site or user initiating the connection",
|
|
387
|
-
"isDeprecated":
|
|
387
|
+
"isDeprecated": true,
|
|
388
388
|
"name": "src_site"
|
|
389
389
|
},
|
|
390
390
|
{
|
|
@@ -592,11 +592,17 @@
|
|
|
592
592
|
"name": "configured_host_name"
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
|
-
"deprecationReason":
|
|
595
|
+
"deprecationReason": "use event_id instead",
|
|
596
596
|
"description": "Cato Internal-use only",
|
|
597
|
-
"isDeprecated":
|
|
597
|
+
"isDeprecated": true,
|
|
598
598
|
"name": "internalId"
|
|
599
599
|
},
|
|
600
|
+
{
|
|
601
|
+
"deprecationReason": null,
|
|
602
|
+
"description": "Event Id",
|
|
603
|
+
"isDeprecated": false,
|
|
604
|
+
"name": "event_id"
|
|
605
|
+
},
|
|
600
606
|
{
|
|
601
607
|
"deprecationReason": null,
|
|
602
608
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -880,9 +886,9 @@
|
|
|
880
886
|
"name": "incident_id"
|
|
881
887
|
},
|
|
882
888
|
{
|
|
883
|
-
"deprecationReason":
|
|
889
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
884
890
|
"description": "For Internet firewall, app for this event",
|
|
885
|
-
"isDeprecated":
|
|
891
|
+
"isDeprecated": true,
|
|
886
892
|
"name": "application"
|
|
887
893
|
},
|
|
888
894
|
{
|
|
@@ -1173,6 +1179,12 @@
|
|
|
1173
1179
|
"isDeprecated": false,
|
|
1174
1180
|
"name": "dns_protection_category"
|
|
1175
1181
|
},
|
|
1182
|
+
{
|
|
1183
|
+
"deprecationReason": null,
|
|
1184
|
+
"description": "If the events was part of the sinkhole flow",
|
|
1185
|
+
"isDeprecated": false,
|
|
1186
|
+
"name": "is_sinkhole"
|
|
1187
|
+
},
|
|
1176
1188
|
{
|
|
1177
1189
|
"deprecationReason": null,
|
|
1178
1190
|
"description": null,
|
|
@@ -1771,9 +1783,9 @@
|
|
|
1771
1783
|
"isDeprecated": false,
|
|
1772
1784
|
"name": "accounts",
|
|
1773
1785
|
"path": "accounts",
|
|
1774
|
-
"requestStr": "$
|
|
1786
|
+
"requestStr": "$eventsFeedAccountRecords:[EventsFeedAccountRecords] ",
|
|
1775
1787
|
"required": false,
|
|
1776
|
-
"responseStr": "accounts:$
|
|
1788
|
+
"responseStr": "accounts:$eventsFeedAccountRecords ",
|
|
1777
1789
|
"type": {
|
|
1778
1790
|
"definition": {
|
|
1779
1791
|
"description": null,
|
|
@@ -1820,7 +1832,7 @@
|
|
|
1820
1832
|
"varName": "id"
|
|
1821
1833
|
},
|
|
1822
1834
|
"records": {
|
|
1823
|
-
"alias": "
|
|
1835
|
+
"alias": "eventRecordRecords: records",
|
|
1824
1836
|
"args": {
|
|
1825
1837
|
"records___fieldNames": {
|
|
1826
1838
|
"defaultValue": null,
|
|
@@ -1836,9 +1848,9 @@
|
|
|
1836
1848
|
"description": null,
|
|
1837
1849
|
"enumValues": [
|
|
1838
1850
|
{
|
|
1839
|
-
"deprecationReason":
|
|
1851
|
+
"deprecationReason": "use src_site_id/src_site_name instead",
|
|
1840
1852
|
"description": "Name of site or user initiating the connection",
|
|
1841
|
-
"isDeprecated":
|
|
1853
|
+
"isDeprecated": true,
|
|
1842
1854
|
"name": "src_site"
|
|
1843
1855
|
},
|
|
1844
1856
|
{
|
|
@@ -2046,11 +2058,17 @@
|
|
|
2046
2058
|
"name": "configured_host_name"
|
|
2047
2059
|
},
|
|
2048
2060
|
{
|
|
2049
|
-
"deprecationReason":
|
|
2061
|
+
"deprecationReason": "use event_id instead",
|
|
2050
2062
|
"description": "Cato Internal-use only",
|
|
2051
|
-
"isDeprecated":
|
|
2063
|
+
"isDeprecated": true,
|
|
2052
2064
|
"name": "internalId"
|
|
2053
2065
|
},
|
|
2066
|
+
{
|
|
2067
|
+
"deprecationReason": null,
|
|
2068
|
+
"description": "Event Id",
|
|
2069
|
+
"isDeprecated": false,
|
|
2070
|
+
"name": "event_id"
|
|
2071
|
+
},
|
|
2054
2072
|
{
|
|
2055
2073
|
"deprecationReason": null,
|
|
2056
2074
|
"description": "Type of LDAP Domain Controller sync event",
|
|
@@ -2334,9 +2352,9 @@
|
|
|
2334
2352
|
"name": "incident_id"
|
|
2335
2353
|
},
|
|
2336
2354
|
{
|
|
2337
|
-
"deprecationReason":
|
|
2355
|
+
"deprecationReason": "use application_id/application_name instead",
|
|
2338
2356
|
"description": "For Internet firewall, app for this event",
|
|
2339
|
-
"isDeprecated":
|
|
2357
|
+
"isDeprecated": true,
|
|
2340
2358
|
"name": "application"
|
|
2341
2359
|
},
|
|
2342
2360
|
{
|
|
@@ -2627,6 +2645,12 @@
|
|
|
2627
2645
|
"isDeprecated": false,
|
|
2628
2646
|
"name": "dns_protection_category"
|
|
2629
2647
|
},
|
|
2648
|
+
{
|
|
2649
|
+
"deprecationReason": null,
|
|
2650
|
+
"description": "If the events was part of the sinkhole flow",
|
|
2651
|
+
"isDeprecated": false,
|
|
2652
|
+
"name": "is_sinkhole"
|
|
2653
|
+
},
|
|
2630
2654
|
{
|
|
2631
2655
|
"deprecationReason": null,
|
|
2632
2656
|
"description": null,
|
|
@@ -3199,9 +3223,9 @@
|
|
|
3199
3223
|
"isDeprecated": false,
|
|
3200
3224
|
"name": "records",
|
|
3201
3225
|
"path": "accounts.records",
|
|
3202
|
-
"requestStr": "$
|
|
3226
|
+
"requestStr": "$eventRecord:[EventRecord] ",
|
|
3203
3227
|
"required": false,
|
|
3204
|
-
"responseStr": "records:$
|
|
3228
|
+
"responseStr": "records:$eventRecord ",
|
|
3205
3229
|
"type": {
|
|
3206
3230
|
"definition": {
|
|
3207
3231
|
"description": null,
|
|
@@ -3266,7 +3290,7 @@
|
|
|
3266
3290
|
"name": "EventRecord",
|
|
3267
3291
|
"non_null": false
|
|
3268
3292
|
},
|
|
3269
|
-
"varName": "
|
|
3293
|
+
"varName": "eventRecord"
|
|
3270
3294
|
}
|
|
3271
3295
|
},
|
|
3272
3296
|
"inputFields": null,
|
|
@@ -3283,7 +3307,7 @@
|
|
|
3283
3307
|
"name": "EventsFeedAccountRecords",
|
|
3284
3308
|
"non_null": false
|
|
3285
3309
|
},
|
|
3286
|
-
"varName": "
|
|
3310
|
+
"varName": "eventsFeedAccountRecords"
|
|
3287
3311
|
},
|
|
3288
3312
|
"fetchedCount": {
|
|
3289
3313
|
"args": {},
|
|
@@ -3341,7 +3365,10 @@
|
|
|
3341
3365
|
"non_null": false
|
|
3342
3366
|
},
|
|
3343
3367
|
"variablesPayload": {
|
|
3344
|
-
"
|
|
3368
|
+
"accountIDs": [
|
|
3369
|
+
"ID"
|
|
3370
|
+
],
|
|
3371
|
+
"eventFeedFieldFilterInput": {
|
|
3345
3372
|
"fieldName": {
|
|
3346
3373
|
"fieldName": "enum(EventFeedFilterFieldName)"
|
|
3347
3374
|
},
|
|
@@ -3354,9 +3381,6 @@
|
|
|
3354
3381
|
]
|
|
3355
3382
|
}
|
|
3356
3383
|
},
|
|
3357
|
-
"accountIDs": [
|
|
3358
|
-
"ID"
|
|
3359
|
-
],
|
|
3360
3384
|
"fieldNames": "enum(EventFieldName)",
|
|
3361
3385
|
"marker": "String"
|
|
3362
3386
|
}
|