catocli 2.0.4__py3-none-any.whl → 2.1.0__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 +11 -4
- catocli/__init__.py +1 -1
- catocli/parsers/custom/export_sites/export_sites.py +20 -3
- catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
- catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
- catocli/parsers/mutation_accountManagement/__init__.py +13 -0
- catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
- catocli/parsers/mutation_container/__init__.py +116 -0
- catocli/parsers/mutation_container_fqdn/README.md +7 -0
- catocli/parsers/mutation_container_fqdn_addValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange/README.md +7 -0
- catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +17 -0
- catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +17 -0
- catocli/parsers/mutation_groups/README.md +7 -0
- catocli/parsers/mutation_groups/__init__.py +48 -0
- catocli/parsers/mutation_groups_createGroup/README.md +18 -0
- catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
- catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +1 -1
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +1 -1
- catocli/parsers/mutation_site/__init__.py +104 -0
- catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +104 -0
- catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
- catocli/parsers/parserApiClient.py +42 -19
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_groups/README.md +7 -0
- catocli/parsers/query_groups/__init__.py +54 -0
- catocli/parsers/query_groups_group/README.md +7 -0
- catocli/parsers/query_groups_groupList/README.md +18 -0
- catocli/parsers/query_groups_group_members/README.md +18 -0
- catocli/parsers/query_groups_whereUsed/README.md +17 -0
- catocli/parsers/query_policy/README.md +0 -17
- catocli/parsers/query_policy/__init__.py +153 -8
- catocli/parsers/query_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/query_policy_appTenantRestriction_policy/README.md +17 -0
- catocli/parsers/query_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +17 -0
- catocli/parsers/query_policy_internetFirewall/README.md +7 -0
- catocli/parsers/query_policy_internetFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/query_policy_remotePortFwd_policy/README.md +17 -0
- catocli/parsers/query_policy_socketLan/README.md +7 -0
- catocli/parsers/query_policy_socketLan_policy/README.md +17 -0
- catocli/parsers/query_policy_terminalServer/README.md +7 -0
- catocli/parsers/query_policy_terminalServer_policy/README.md +17 -0
- catocli/parsers/query_policy_wanFirewall/README.md +7 -0
- catocli/parsers/query_policy_wanFirewall_policy/README.md +17 -0
- catocli/parsers/query_policy_wanNetwork/README.md +7 -0
- catocli/parsers/query_policy_wanNetwork_policy/README.md +17 -0
- catocli/parsers/query_popLocations/README.md +17 -0
- catocli/parsers/query_popLocations/__init__.py +16 -0
- catocli/parsers/query_site/README.md +0 -16
- catocli/parsers/query_site/__init__.py +118 -8
- catocli/parsers/query_site_availableVersionList/README.md +17 -0
- catocli/parsers/query_site_bgpPeer/README.md +17 -0
- catocli/parsers/query_site_bgpPeerList/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +17 -0
- catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
- catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
- catocli/parsers/query_site_siteBgpStatus/README.md +17 -0
- catocli/parsers/query_socketPortMetrics/README.md +23 -0
- catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
- catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
- catocli/parsers/raw/README.md +0 -14
- catocli/parsers/raw/__init__.py +0 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/RECORD +300 -178
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -1
- graphql_client/api/call_api.py +4 -3
- models/mutation.accountManagement.addAccount.json +97 -0
- models/mutation.accountManagement.disableAccount.json +545 -0
- models/mutation.accountManagement.removeAccount.json +102 -3
- models/mutation.accountManagement.updateAccount.json +97 -0
- models/mutation.admin.addAdmin.json +6 -9
- models/mutation.container.delete.json +2 -2
- models/mutation.container.fqdn.addValues.json +866 -0
- models/mutation.container.fqdn.createFromFile.json +819 -0
- models/mutation.container.fqdn.removeValues.json +866 -0
- models/mutation.container.fqdn.updateFromFile.json +1045 -0
- models/mutation.container.ipAddressRange.addValues.json +1020 -0
- models/mutation.container.ipAddressRange.createFromFile.json +819 -0
- models/mutation.container.ipAddressRange.removeValues.json +1020 -0
- models/mutation.container.ipAddressRange.updateFromFile.json +1045 -0
- models/mutation.groups.createGroup.json +3178 -0
- models/mutation.groups.deleteGroup.json +2758 -0
- models/mutation.groups.updateGroup.json +4429 -0
- models/mutation.hardware.updateHardwareShipping.json +30 -10
- models/mutation.policy.appTenantRestriction.addRule.json +25 -25
- models/mutation.policy.appTenantRestriction.addSection.json +3 -3
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.moveRule.json +25 -25
- models/mutation.policy.appTenantRestriction.moveSection.json +3 -3
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +31 -31
- models/mutation.policy.appTenantRestriction.removeRule.json +25 -25
- models/mutation.policy.appTenantRestriction.removeSection.json +3 -3
- models/mutation.policy.appTenantRestriction.updatePolicy.json +31 -31
- models/mutation.policy.appTenantRestriction.updateRule.json +25 -25
- models/mutation.policy.appTenantRestriction.updateSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.addRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.moveRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.moveSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +17 -17
- models/mutation.policy.dynamicIpAllocation.removeRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.removeSection.json +3 -3
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +17 -17
- models/mutation.policy.dynamicIpAllocation.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -3
- models/mutation.policy.internetFirewall.addRule.json +532 -85
- models/mutation.policy.internetFirewall.addSection.json +3 -3
- models/mutation.policy.internetFirewall.createPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.moveRule.json +202 -85
- models/mutation.policy.internetFirewall.moveSection.json +3 -3
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +208 -91
- models/mutation.policy.internetFirewall.removeRule.json +202 -85
- models/mutation.policy.internetFirewall.removeSection.json +3 -3
- models/mutation.policy.internetFirewall.updatePolicy.json +208 -91
- models/mutation.policy.internetFirewall.updateRule.json +523 -85
- models/mutation.policy.internetFirewall.updateSection.json +3 -3
- models/mutation.policy.remotePortFwd.addRule.json +16 -16
- models/mutation.policy.remotePortFwd.addSection.json +3 -3
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.moveRule.json +16 -16
- models/mutation.policy.remotePortFwd.moveSection.json +3 -3
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +22 -22
- models/mutation.policy.remotePortFwd.removeRule.json +16 -16
- models/mutation.policy.remotePortFwd.removeSection.json +3 -3
- models/mutation.policy.remotePortFwd.updatePolicy.json +22 -22
- models/mutation.policy.remotePortFwd.updateRule.json +16 -16
- models/mutation.policy.remotePortFwd.updateSection.json +3 -3
- models/mutation.policy.socketLan.addRule.json +81 -81
- models/mutation.policy.socketLan.addSection.json +3 -3
- models/mutation.policy.socketLan.createPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.discardPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.moveRule.json +81 -81
- models/mutation.policy.socketLan.moveSection.json +3 -3
- models/mutation.policy.socketLan.publishPolicyRevision.json +87 -87
- models/mutation.policy.socketLan.removeRule.json +81 -81
- models/mutation.policy.socketLan.removeSection.json +3 -3
- models/mutation.policy.socketLan.updatePolicy.json +87 -87
- models/mutation.policy.socketLan.updateRule.json +81 -81
- models/mutation.policy.socketLan.updateSection.json +3 -3
- models/mutation.policy.terminalServer.addRule.json +6 -6
- models/mutation.policy.terminalServer.addSection.json +3 -3
- models/mutation.policy.terminalServer.createPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.discardPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.moveRule.json +6 -6
- models/mutation.policy.terminalServer.moveSection.json +3 -3
- models/mutation.policy.terminalServer.publishPolicyRevision.json +12 -12
- models/mutation.policy.terminalServer.removeRule.json +6 -6
- models/mutation.policy.terminalServer.removeSection.json +3 -3
- models/mutation.policy.terminalServer.updatePolicy.json +12 -12
- models/mutation.policy.terminalServer.updateRule.json +6 -6
- models/mutation.policy.terminalServer.updateSection.json +3 -3
- models/mutation.policy.wanFirewall.addRule.json +550 -103
- models/mutation.policy.wanFirewall.addSection.json +3 -3
- models/mutation.policy.wanFirewall.createPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.moveRule.json +220 -103
- models/mutation.policy.wanFirewall.moveSection.json +3 -3
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +226 -109
- models/mutation.policy.wanFirewall.removeRule.json +220 -103
- models/mutation.policy.wanFirewall.removeSection.json +3 -3
- models/mutation.policy.wanFirewall.updatePolicy.json +226 -109
- models/mutation.policy.wanFirewall.updateRule.json +541 -103
- models/mutation.policy.wanFirewall.updateSection.json +3 -3
- models/mutation.policy.wanNetwork.addRule.json +90 -90
- models/mutation.policy.wanNetwork.addSection.json +3 -3
- models/mutation.policy.wanNetwork.createPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.moveRule.json +90 -90
- models/mutation.policy.wanNetwork.moveSection.json +3 -3
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +96 -96
- models/mutation.policy.wanNetwork.removeRule.json +90 -90
- models/mutation.policy.wanNetwork.removeSection.json +3 -3
- models/mutation.policy.wanNetwork.updatePolicy.json +96 -96
- models/mutation.policy.wanNetwork.updateRule.json +90 -90
- models/mutation.policy.wanNetwork.updateSection.json +3 -3
- models/mutation.site.addBgpPeer.json +10 -10
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addSocketAddOnCard.json +2 -2
- models/mutation.site.assignSiteBwLicense.json +12879 -0
- models/mutation.site.removeBgpPeer.json +10 -10
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.site.removeSiteBwLicense.json +12822 -0
- models/mutation.site.removeSocketAddOnCard.json +2 -2
- models/mutation.site.replaceSiteBwLicense.json +12939 -0
- models/mutation.site.startSiteUpgrade.json +36 -15
- models/mutation.site.updateBgpPeer.json +10 -10
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.site.updateSiteBwLicense.json +12882 -0
- models/mutation.site.updateSiteGeneralDetails.json +724 -1
- models/mutation.sites.addBgpPeer.json +10 -10
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addSocketAddOnCard.json +2 -2
- models/mutation.sites.assignSiteBwLicense.json +12879 -0
- models/mutation.sites.removeBgpPeer.json +10 -10
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
- models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
- models/mutation.sites.removeSiteBwLicense.json +12822 -0
- models/mutation.sites.removeSocketAddOnCard.json +2 -2
- models/mutation.sites.replaceSiteBwLicense.json +12939 -0
- models/mutation.sites.startSiteUpgrade.json +36 -15
- models/mutation.sites.updateBgpPeer.json +10 -10
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
- models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
- models/mutation.sites.updateSiteBwLicense.json +12882 -0
- models/mutation.sites.updateSiteGeneralDetails.json +724 -1
- models/mutation.xdr.addStoryComment.json +1 -1
- models/mutation.xdr.analystFeedback.json +84 -84
- models/mutation.xdr.deleteStoryComment.json +1 -1
- models/query.accountManagement.json +97 -0
- models/query.accountMetrics.json +45 -45
- models/query.accountSnapshot.json +30 -30
- models/query.admin.json +6 -6
- models/query.admins.json +13 -13
- models/query.appStats.json +915 -867
- models/query.appStatsTimeSeries.json +692 -656
- models/query.auditFeed.json +6 -6
- models/query.catalogs.json +52 -52
- models/query.container.json +16 -16
- models/query.devices.json +20 -93
- models/query.entityLookup.json +2 -2
- models/query.events.json +288 -384
- models/query.eventsFeed.json +73 -97
- models/query.eventsTimeSeries.json +219 -291
- models/query.groups.group.members.json +3058 -0
- models/query.groups.groupList.json +6474 -0
- models/query.groups.whereUsed.json +697 -0
- models/query.hardware.json +27 -7
- models/query.hardwareManagement.json +8 -8
- models/query.licensing.json +3487 -1324
- models/query.policy.appTenantRestriction.policy.json +3086 -0
- models/query.policy.dynamicIpAllocation.policy.json +1934 -0
- models/query.policy.internetFirewall.policy.json +7833 -0
- models/query.policy.json +233 -0
- models/query.policy.remotePortFwd.policy.json +2387 -0
- models/query.policy.socketLan.policy.json +7140 -0
- models/query.policy.terminalServer.policy.json +1632 -0
- models/query.policy.wanFirewall.policy.json +9212 -0
- models/query.policy.wanNetwork.policy.json +8010 -0
- models/query.popLocations.json +2878 -0
- models/query.sandbox.json +5 -5
- models/query.site.availableVersionList.json +365 -0
- models/query.site.bgpPeer.json +1917 -0
- models/query.site.bgpPeerList.json +2076 -0
- models/query.site.cloudInterconnectConnectionConnectivity.json +298 -0
- models/query.site.cloudInterconnectPhysicalConnection.json +728 -0
- models/query.site.cloudInterconnectPhysicalConnectionId.json +660 -0
- models/query.site.secondaryAwsVSocket.json +340 -0
- models/query.site.secondaryAzureVSocket.json +319 -0
- models/query.site.siteBgpStatus.json +869 -0
- models/query.socketPortMetrics.json +2410 -0
- models/query.socketPortMetricsTimeSeries.json +2361 -0
- models/query.xdr.stories.json +104 -104
- models/query.xdr.story.json +93 -93
- schema/catolib.py +34 -18
- schema/remove_policyid.py +89 -0
- schema/remove_policyid_mutations.py +89 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
- {catocli-2.0.4.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
models/query.xdr.stories.json
CHANGED
|
@@ -717,14 +717,14 @@
|
|
|
717
717
|
"name": "ThreatPrevention"
|
|
718
718
|
},
|
|
719
719
|
{
|
|
720
|
-
"deprecationReason":
|
|
720
|
+
"deprecationReason": "No longer supported",
|
|
721
721
|
"description": null,
|
|
722
|
-
"isDeprecated":
|
|
722
|
+
"isDeprecated": true,
|
|
723
723
|
"name": "NetworkMonitor"
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
726
|
"deprecationReason": null,
|
|
727
|
-
"description":
|
|
727
|
+
"description": "The producer of the Site Operations stories",
|
|
728
728
|
"isDeprecated": false,
|
|
729
729
|
"name": "NetworkXDR"
|
|
730
730
|
},
|
|
@@ -809,14 +809,14 @@
|
|
|
809
809
|
"name": "ThreatPrevention"
|
|
810
810
|
},
|
|
811
811
|
{
|
|
812
|
-
"deprecationReason":
|
|
812
|
+
"deprecationReason": "No longer supported",
|
|
813
813
|
"description": null,
|
|
814
|
-
"isDeprecated":
|
|
814
|
+
"isDeprecated": true,
|
|
815
815
|
"name": "NetworkMonitor"
|
|
816
816
|
},
|
|
817
817
|
{
|
|
818
818
|
"deprecationReason": null,
|
|
819
|
-
"description":
|
|
819
|
+
"description": "The producer of the Site Operations stories",
|
|
820
820
|
"isDeprecated": false,
|
|
821
821
|
"name": "NetworkXDR"
|
|
822
822
|
},
|
|
@@ -2986,14 +2986,14 @@
|
|
|
2986
2986
|
"name": "ThreatPrevention"
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
|
-
"deprecationReason":
|
|
2989
|
+
"deprecationReason": "No longer supported",
|
|
2990
2990
|
"description": null,
|
|
2991
|
-
"isDeprecated":
|
|
2991
|
+
"isDeprecated": true,
|
|
2992
2992
|
"name": "NetworkMonitor"
|
|
2993
2993
|
},
|
|
2994
2994
|
{
|
|
2995
2995
|
"deprecationReason": null,
|
|
2996
|
-
"description":
|
|
2996
|
+
"description": "The producer of the Site Operations stories",
|
|
2997
2997
|
"isDeprecated": false,
|
|
2998
2998
|
"name": "NetworkXDR"
|
|
2999
2999
|
},
|
|
@@ -3078,14 +3078,14 @@
|
|
|
3078
3078
|
"name": "ThreatPrevention"
|
|
3079
3079
|
},
|
|
3080
3080
|
{
|
|
3081
|
-
"deprecationReason":
|
|
3081
|
+
"deprecationReason": "No longer supported",
|
|
3082
3082
|
"description": null,
|
|
3083
|
-
"isDeprecated":
|
|
3083
|
+
"isDeprecated": true,
|
|
3084
3084
|
"name": "NetworkMonitor"
|
|
3085
3085
|
},
|
|
3086
3086
|
{
|
|
3087
3087
|
"deprecationReason": null,
|
|
3088
|
-
"description":
|
|
3088
|
+
"description": "The producer of the Site Operations stories",
|
|
3089
3089
|
"isDeprecated": false,
|
|
3090
3090
|
"name": "NetworkXDR"
|
|
3091
3091
|
},
|
|
@@ -5112,14 +5112,14 @@
|
|
|
5112
5112
|
"name": "ThreatPrevention"
|
|
5113
5113
|
},
|
|
5114
5114
|
{
|
|
5115
|
-
"deprecationReason":
|
|
5115
|
+
"deprecationReason": "No longer supported",
|
|
5116
5116
|
"description": null,
|
|
5117
|
-
"isDeprecated":
|
|
5117
|
+
"isDeprecated": true,
|
|
5118
5118
|
"name": "NetworkMonitor"
|
|
5119
5119
|
},
|
|
5120
5120
|
{
|
|
5121
5121
|
"deprecationReason": null,
|
|
5122
|
-
"description":
|
|
5122
|
+
"description": "The producer of the Site Operations stories",
|
|
5123
5123
|
"isDeprecated": false,
|
|
5124
5124
|
"name": "NetworkXDR"
|
|
5125
5125
|
},
|
|
@@ -5204,14 +5204,14 @@
|
|
|
5204
5204
|
"name": "ThreatPrevention"
|
|
5205
5205
|
},
|
|
5206
5206
|
{
|
|
5207
|
-
"deprecationReason":
|
|
5207
|
+
"deprecationReason": "No longer supported",
|
|
5208
5208
|
"description": null,
|
|
5209
|
-
"isDeprecated":
|
|
5209
|
+
"isDeprecated": true,
|
|
5210
5210
|
"name": "NetworkMonitor"
|
|
5211
5211
|
},
|
|
5212
5212
|
{
|
|
5213
5213
|
"deprecationReason": null,
|
|
5214
|
-
"description":
|
|
5214
|
+
"description": "The producer of the Site Operations stories",
|
|
5215
5215
|
"isDeprecated": false,
|
|
5216
5216
|
"name": "NetworkXDR"
|
|
5217
5217
|
},
|
|
@@ -6690,7 +6690,7 @@
|
|
|
6690
6690
|
"varName": "id"
|
|
6691
6691
|
},
|
|
6692
6692
|
"incident": {
|
|
6693
|
-
"alias": "
|
|
6693
|
+
"alias": "incidentStory: incident",
|
|
6694
6694
|
"args": {},
|
|
6695
6695
|
"deprecationReason": null,
|
|
6696
6696
|
"description": "Data related to the fields and incidents that were merged to create or update the story",
|
|
@@ -6707,7 +6707,7 @@
|
|
|
6707
6707
|
"enumValues": null,
|
|
6708
6708
|
"fields": {
|
|
6709
6709
|
"analystFeedback": {
|
|
6710
|
-
"alias": "
|
|
6710
|
+
"alias": "analystFeedbackMergedIncident: analystFeedback",
|
|
6711
6711
|
"args": {},
|
|
6712
6712
|
"deprecationReason": null,
|
|
6713
6713
|
"description": "Fields related to analysts research of the threat incident",
|
|
@@ -6978,7 +6978,7 @@
|
|
|
6978
6978
|
"varName": "analystFeedback"
|
|
6979
6979
|
},
|
|
6980
6980
|
"connectionType": {
|
|
6981
|
-
"alias": "
|
|
6981
|
+
"alias": "connectionTypeMergedIncident: connectionType",
|
|
6982
6982
|
"args": {},
|
|
6983
6983
|
"deprecationReason": null,
|
|
6984
6984
|
"description": "Connection for the incident",
|
|
@@ -7069,7 +7069,7 @@
|
|
|
7069
7069
|
"varName": "description"
|
|
7070
7070
|
},
|
|
7071
7071
|
"engineType": {
|
|
7072
|
-
"alias": "
|
|
7072
|
+
"alias": "engineTypeMergedIncident: engineType",
|
|
7073
7073
|
"args": {},
|
|
7074
7074
|
"deprecationReason": null,
|
|
7075
7075
|
"description": "XDR engine involved with the incident",
|
|
@@ -7236,7 +7236,7 @@
|
|
|
7236
7236
|
"varName": "predictedThreatType"
|
|
7237
7237
|
},
|
|
7238
7238
|
"predictedVerdict": {
|
|
7239
|
-
"alias": "
|
|
7239
|
+
"alias": "predictedVerdictMergedIncident: predictedVerdict",
|
|
7240
7240
|
"args": {},
|
|
7241
7241
|
"deprecationReason": null,
|
|
7242
7242
|
"description": null,
|
|
@@ -7293,7 +7293,7 @@
|
|
|
7293
7293
|
"varName": "predictedVerdict"
|
|
7294
7294
|
},
|
|
7295
7295
|
"producer": {
|
|
7296
|
-
"alias": "
|
|
7296
|
+
"alias": "producerMergedIncident: producer",
|
|
7297
7297
|
"args": {},
|
|
7298
7298
|
"deprecationReason": null,
|
|
7299
7299
|
"description": "Producer (specific XDR engine and service) involved with the incident",
|
|
@@ -7339,14 +7339,14 @@
|
|
|
7339
7339
|
"name": "ThreatPrevention"
|
|
7340
7340
|
},
|
|
7341
7341
|
{
|
|
7342
|
-
"deprecationReason":
|
|
7342
|
+
"deprecationReason": "No longer supported",
|
|
7343
7343
|
"description": null,
|
|
7344
|
-
"isDeprecated":
|
|
7344
|
+
"isDeprecated": true,
|
|
7345
7345
|
"name": "NetworkMonitor"
|
|
7346
7346
|
},
|
|
7347
7347
|
{
|
|
7348
7348
|
"deprecationReason": null,
|
|
7349
|
-
"description":
|
|
7349
|
+
"description": "The producer of the Site Operations stories",
|
|
7350
7350
|
"isDeprecated": false,
|
|
7351
7351
|
"name": "NetworkXDR"
|
|
7352
7352
|
},
|
|
@@ -7448,7 +7448,7 @@
|
|
|
7448
7448
|
"varName": "research"
|
|
7449
7449
|
},
|
|
7450
7450
|
"site": {
|
|
7451
|
-
"alias": "
|
|
7451
|
+
"alias": "siteMergedIncident: site",
|
|
7452
7452
|
"args": {},
|
|
7453
7453
|
"deprecationReason": null,
|
|
7454
7454
|
"description": "Cato ID and name for the site",
|
|
@@ -7583,7 +7583,7 @@
|
|
|
7583
7583
|
"varName": "sourceIp"
|
|
7584
7584
|
},
|
|
7585
7585
|
"status": {
|
|
7586
|
-
"alias": "
|
|
7586
|
+
"alias": "statusMergedIncident: status",
|
|
7587
7587
|
"args": {},
|
|
7588
7588
|
"deprecationReason": null,
|
|
7589
7589
|
"description": "Status for the story",
|
|
@@ -7692,7 +7692,7 @@
|
|
|
7692
7692
|
"varName": "ticket"
|
|
7693
7693
|
},
|
|
7694
7694
|
"user": {
|
|
7695
|
-
"alias": "
|
|
7695
|
+
"alias": "userMergedIncident: user",
|
|
7696
7696
|
"args": {},
|
|
7697
7697
|
"deprecationReason": null,
|
|
7698
7698
|
"description": "Cato ID and name for the user",
|
|
@@ -7767,7 +7767,7 @@
|
|
|
7767
7767
|
"varName": "userRef"
|
|
7768
7768
|
},
|
|
7769
7769
|
"vendor": {
|
|
7770
|
-
"alias": "
|
|
7770
|
+
"alias": "vendorMergedIncident: vendor",
|
|
7771
7771
|
"args": {},
|
|
7772
7772
|
"deprecationReason": null,
|
|
7773
7773
|
"description": "Vendor that identified the incident, such as Cato or Microsoft",
|
|
@@ -9154,14 +9154,14 @@
|
|
|
9154
9154
|
"name": "ThreatPrevention"
|
|
9155
9155
|
},
|
|
9156
9156
|
{
|
|
9157
|
-
"deprecationReason":
|
|
9157
|
+
"deprecationReason": "No longer supported",
|
|
9158
9158
|
"description": null,
|
|
9159
|
-
"isDeprecated":
|
|
9159
|
+
"isDeprecated": true,
|
|
9160
9160
|
"name": "NetworkMonitor"
|
|
9161
9161
|
},
|
|
9162
9162
|
{
|
|
9163
9163
|
"deprecationReason": null,
|
|
9164
|
-
"description":
|
|
9164
|
+
"description": "The producer of the Site Operations stories",
|
|
9165
9165
|
"isDeprecated": false,
|
|
9166
9166
|
"name": "NetworkXDR"
|
|
9167
9167
|
},
|
|
@@ -9847,7 +9847,7 @@
|
|
|
9847
9847
|
"varName": "engines"
|
|
9848
9848
|
},
|
|
9849
9849
|
"eventData": {
|
|
9850
|
-
"alias": "
|
|
9850
|
+
"alias": "eventDataIncidentTargetRep: eventData",
|
|
9851
9851
|
"args": {},
|
|
9852
9852
|
"deprecationReason": null,
|
|
9853
9853
|
"description": null,
|
|
@@ -9984,7 +9984,7 @@
|
|
|
9984
9984
|
"varName": "ruleId"
|
|
9985
9985
|
},
|
|
9986
9986
|
"scanResult": {
|
|
9987
|
-
"alias": "
|
|
9987
|
+
"alias": "scanResultEvent: scanResult",
|
|
9988
9988
|
"args": {},
|
|
9989
9989
|
"deprecationReason": null,
|
|
9990
9990
|
"description": null,
|
|
@@ -10278,7 +10278,7 @@
|
|
|
10278
10278
|
"varName": "threatReference"
|
|
10279
10279
|
},
|
|
10280
10280
|
"type": {
|
|
10281
|
-
"alias": "
|
|
10281
|
+
"alias": "typeIncidentTargetRep: type",
|
|
10282
10282
|
"args": {},
|
|
10283
10283
|
"deprecationReason": null,
|
|
10284
10284
|
"description": null,
|
|
@@ -10455,7 +10455,7 @@
|
|
|
10455
10455
|
"varName": "info"
|
|
10456
10456
|
},
|
|
10457
10457
|
"key": {
|
|
10458
|
-
"alias": "
|
|
10458
|
+
"alias": "keyIncidentTimeseries: key",
|
|
10459
10459
|
"args": {},
|
|
10460
10460
|
"deprecationReason": null,
|
|
10461
10461
|
"description": null,
|
|
@@ -10625,7 +10625,7 @@
|
|
|
10625
10625
|
"varName": "sum"
|
|
10626
10626
|
},
|
|
10627
10627
|
"units": {
|
|
10628
|
-
"alias": "
|
|
10628
|
+
"alias": "unitsIncidentTimeseries: units",
|
|
10629
10629
|
"args": {},
|
|
10630
10630
|
"deprecationReason": null,
|
|
10631
10631
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -12205,14 +12205,14 @@
|
|
|
12205
12205
|
"name": "ThreatPrevention"
|
|
12206
12206
|
},
|
|
12207
12207
|
{
|
|
12208
|
-
"deprecationReason":
|
|
12208
|
+
"deprecationReason": "No longer supported",
|
|
12209
12209
|
"description": null,
|
|
12210
|
-
"isDeprecated":
|
|
12210
|
+
"isDeprecated": true,
|
|
12211
12211
|
"name": "NetworkMonitor"
|
|
12212
12212
|
},
|
|
12213
12213
|
{
|
|
12214
12214
|
"deprecationReason": null,
|
|
12215
|
-
"description":
|
|
12215
|
+
"description": "The producer of the Site Operations stories",
|
|
12216
12216
|
"isDeprecated": false,
|
|
12217
12217
|
"name": "NetworkXDR"
|
|
12218
12218
|
},
|
|
@@ -12898,7 +12898,7 @@
|
|
|
12898
12898
|
"varName": "engines"
|
|
12899
12899
|
},
|
|
12900
12900
|
"eventData": {
|
|
12901
|
-
"alias": "
|
|
12901
|
+
"alias": "eventDataIncidentTargetRep: eventData",
|
|
12902
12902
|
"args": {},
|
|
12903
12903
|
"deprecationReason": null,
|
|
12904
12904
|
"description": null,
|
|
@@ -13035,7 +13035,7 @@
|
|
|
13035
13035
|
"varName": "ruleId"
|
|
13036
13036
|
},
|
|
13037
13037
|
"scanResult": {
|
|
13038
|
-
"alias": "
|
|
13038
|
+
"alias": "scanResultEvent: scanResult",
|
|
13039
13039
|
"args": {},
|
|
13040
13040
|
"deprecationReason": null,
|
|
13041
13041
|
"description": null,
|
|
@@ -13329,7 +13329,7 @@
|
|
|
13329
13329
|
"varName": "threatReference"
|
|
13330
13330
|
},
|
|
13331
13331
|
"type": {
|
|
13332
|
-
"alias": "
|
|
13332
|
+
"alias": "typeIncidentTargetRep: type",
|
|
13333
13333
|
"args": {},
|
|
13334
13334
|
"deprecationReason": null,
|
|
13335
13335
|
"description": null,
|
|
@@ -13506,7 +13506,7 @@
|
|
|
13506
13506
|
"varName": "info"
|
|
13507
13507
|
},
|
|
13508
13508
|
"key": {
|
|
13509
|
-
"alias": "
|
|
13509
|
+
"alias": "keyIncidentTimeseries: key",
|
|
13510
13510
|
"args": {},
|
|
13511
13511
|
"deprecationReason": null,
|
|
13512
13512
|
"description": null,
|
|
@@ -13676,7 +13676,7 @@
|
|
|
13676
13676
|
"varName": "sum"
|
|
13677
13677
|
},
|
|
13678
13678
|
"units": {
|
|
13679
|
-
"alias": "
|
|
13679
|
+
"alias": "unitsIncidentTimeseries: units",
|
|
13680
13680
|
"args": {},
|
|
13681
13681
|
"deprecationReason": null,
|
|
13682
13682
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -13940,7 +13940,7 @@
|
|
|
13940
13940
|
"enumValues": null,
|
|
13941
13941
|
"fields": {
|
|
13942
13942
|
"activities": {
|
|
13943
|
-
"alias": "
|
|
13943
|
+
"alias": "activitiesCatoEndpointAlert: activities",
|
|
13944
13944
|
"args": {},
|
|
13945
13945
|
"deprecationReason": null,
|
|
13946
13946
|
"description": "Unique Cato IDs for the activities related to the alert",
|
|
@@ -14119,7 +14119,7 @@
|
|
|
14119
14119
|
"varName": "endpointProtectionProfile"
|
|
14120
14120
|
},
|
|
14121
14121
|
"engineType": {
|
|
14122
|
-
"alias": "
|
|
14122
|
+
"alias": "engineTypeCatoEndpointAlert: engineType",
|
|
14123
14123
|
"args": {},
|
|
14124
14124
|
"deprecationReason": null,
|
|
14125
14125
|
"description": "Enum for the EPP engine related to this story",
|
|
@@ -14225,7 +14225,7 @@
|
|
|
14225
14225
|
"varName": "localIp"
|
|
14226
14226
|
},
|
|
14227
14227
|
"mitreSubTechnique": {
|
|
14228
|
-
"alias": "
|
|
14228
|
+
"alias": "mitreSubTechniqueCatoEndpointAlert: mitreSubTechnique",
|
|
14229
14229
|
"args": {},
|
|
14230
14230
|
"deprecationReason": null,
|
|
14231
14231
|
"description": "MITRE ATT&CK\u00ae sub-technique for the threat",
|
|
@@ -14301,7 +14301,7 @@
|
|
|
14301
14301
|
"varName": "mitre"
|
|
14302
14302
|
},
|
|
14303
14303
|
"mitreTechnique": {
|
|
14304
|
-
"alias": "
|
|
14304
|
+
"alias": "mitreTechniqueCatoEndpointAlert: mitreTechnique",
|
|
14305
14305
|
"args": {},
|
|
14306
14306
|
"deprecationReason": null,
|
|
14307
14307
|
"description": "MITRE ATT&CK\u00ae technique for the threat",
|
|
@@ -14377,7 +14377,7 @@
|
|
|
14377
14377
|
"varName": "mitre"
|
|
14378
14378
|
},
|
|
14379
14379
|
"resources": {
|
|
14380
|
-
"alias": "
|
|
14380
|
+
"alias": "resourcesCatoEndpointAlert: resources",
|
|
14381
14381
|
"args": {},
|
|
14382
14382
|
"deprecationReason": null,
|
|
14383
14383
|
"description": "Data for the remediation status of the alert",
|
|
@@ -14435,7 +14435,7 @@
|
|
|
14435
14435
|
"varName": "id"
|
|
14436
14436
|
},
|
|
14437
14437
|
"remediationStatus": {
|
|
14438
|
-
"alias": "
|
|
14438
|
+
"alias": "remediationStatusCatoResource: remediationStatus",
|
|
14439
14439
|
"args": {},
|
|
14440
14440
|
"deprecationReason": null,
|
|
14441
14441
|
"description": "Enum for the remediation status associated with this resource",
|
|
@@ -15802,7 +15802,7 @@
|
|
|
15802
15802
|
"varName": "catoResource"
|
|
15803
15803
|
},
|
|
15804
15804
|
"status": {
|
|
15805
|
-
"alias": "
|
|
15805
|
+
"alias": "statusCatoEndpointAlert: status",
|
|
15806
15806
|
"args": {},
|
|
15807
15807
|
"deprecationReason": null,
|
|
15808
15808
|
"description": "Enum for the remediation status of the EPP alert",
|
|
@@ -17147,14 +17147,14 @@
|
|
|
17147
17147
|
"name": "ThreatPrevention"
|
|
17148
17148
|
},
|
|
17149
17149
|
{
|
|
17150
|
-
"deprecationReason":
|
|
17150
|
+
"deprecationReason": "No longer supported",
|
|
17151
17151
|
"description": null,
|
|
17152
|
-
"isDeprecated":
|
|
17152
|
+
"isDeprecated": true,
|
|
17153
17153
|
"name": "NetworkMonitor"
|
|
17154
17154
|
},
|
|
17155
17155
|
{
|
|
17156
17156
|
"deprecationReason": null,
|
|
17157
|
-
"description":
|
|
17157
|
+
"description": "The producer of the Site Operations stories",
|
|
17158
17158
|
"isDeprecated": false,
|
|
17159
17159
|
"name": "NetworkXDR"
|
|
17160
17160
|
},
|
|
@@ -17810,7 +17810,7 @@
|
|
|
17810
17810
|
"enumValues": null,
|
|
17811
17811
|
"fields": {
|
|
17812
17812
|
"activities": {
|
|
17813
|
-
"alias": "
|
|
17813
|
+
"alias": "activitiesMicrosoftDefenderEndpointAlert: activities",
|
|
17814
17814
|
"args": {},
|
|
17815
17815
|
"deprecationReason": null,
|
|
17816
17816
|
"description": null,
|
|
@@ -18009,7 +18009,7 @@
|
|
|
18009
18009
|
"varName": "category"
|
|
18010
18010
|
},
|
|
18011
18011
|
"classification": {
|
|
18012
|
-
"alias": "
|
|
18012
|
+
"alias": "classificationMicrosoftDefenderEndpointAlert: classification",
|
|
18013
18013
|
"args": {},
|
|
18014
18014
|
"deprecationReason": null,
|
|
18015
18015
|
"description": null,
|
|
@@ -18183,7 +18183,7 @@
|
|
|
18183
18183
|
"varName": "destinationUrl"
|
|
18184
18184
|
},
|
|
18185
18185
|
"detectionSource": {
|
|
18186
|
-
"alias": "
|
|
18186
|
+
"alias": "detectionSourceMicrosoftDefenderEndpointAlert: detectionSource",
|
|
18187
18187
|
"args": {},
|
|
18188
18188
|
"deprecationReason": null,
|
|
18189
18189
|
"description": null,
|
|
@@ -18312,7 +18312,7 @@
|
|
|
18312
18312
|
"varName": "detectionSource"
|
|
18313
18313
|
},
|
|
18314
18314
|
"determination": {
|
|
18315
|
-
"alias": "
|
|
18315
|
+
"alias": "determinationMicrosoftDefenderEndpointAlert: determination",
|
|
18316
18316
|
"args": {},
|
|
18317
18317
|
"deprecationReason": null,
|
|
18318
18318
|
"description": null,
|
|
@@ -18550,7 +18550,7 @@
|
|
|
18550
18550
|
"varName": "localIp"
|
|
18551
18551
|
},
|
|
18552
18552
|
"mitreSubTechnique": {
|
|
18553
|
-
"alias": "
|
|
18553
|
+
"alias": "mitreSubTechniqueMicrosoftDefenderEndpointAlert: mitreSubTechnique",
|
|
18554
18554
|
"args": {},
|
|
18555
18555
|
"deprecationReason": null,
|
|
18556
18556
|
"description": null,
|
|
@@ -18626,7 +18626,7 @@
|
|
|
18626
18626
|
"varName": "mitre"
|
|
18627
18627
|
},
|
|
18628
18628
|
"mitreTechnique": {
|
|
18629
|
-
"alias": "
|
|
18629
|
+
"alias": "mitreTechniqueMicrosoftDefenderEndpointAlert: mitreTechnique",
|
|
18630
18630
|
"args": {},
|
|
18631
18631
|
"deprecationReason": null,
|
|
18632
18632
|
"description": null,
|
|
@@ -18782,7 +18782,7 @@
|
|
|
18782
18782
|
"varName": "resolvedDateTime"
|
|
18783
18783
|
},
|
|
18784
18784
|
"resources": {
|
|
18785
|
-
"alias": "
|
|
18785
|
+
"alias": "resourcesMicrosoftDefenderEndpointAlert: resources",
|
|
18786
18786
|
"args": {},
|
|
18787
18787
|
"deprecationReason": null,
|
|
18788
18788
|
"description": null,
|
|
@@ -18840,7 +18840,7 @@
|
|
|
18840
18840
|
"varName": "id"
|
|
18841
18841
|
},
|
|
18842
18842
|
"remediationStatus": {
|
|
18843
|
-
"alias": "
|
|
18843
|
+
"alias": "remediationStatusMicrosoftEndpointResource: remediationStatus",
|
|
18844
18844
|
"args": {},
|
|
18845
18845
|
"deprecationReason": null,
|
|
18846
18846
|
"description": null,
|
|
@@ -19013,7 +19013,7 @@
|
|
|
19013
19013
|
"varName": "remediationStatusDetails"
|
|
19014
19014
|
},
|
|
19015
19015
|
"roles": {
|
|
19016
|
-
"alias": "
|
|
19016
|
+
"alias": "rolesMicrosoftEndpointResource: roles",
|
|
19017
19017
|
"args": {},
|
|
19018
19018
|
"deprecationReason": null,
|
|
19019
19019
|
"description": null,
|
|
@@ -19156,7 +19156,7 @@
|
|
|
19156
19156
|
"varName": "tags"
|
|
19157
19157
|
},
|
|
19158
19158
|
"verdict": {
|
|
19159
|
-
"alias": "
|
|
19159
|
+
"alias": "verdictMicrosoftEndpointResource: verdict",
|
|
19160
19160
|
"args": {},
|
|
19161
19161
|
"deprecationReason": null,
|
|
19162
19162
|
"description": null,
|
|
@@ -21400,7 +21400,7 @@
|
|
|
21400
21400
|
"varName": "microsoftEndpointResource"
|
|
21401
21401
|
},
|
|
21402
21402
|
"status": {
|
|
21403
|
-
"alias": "
|
|
21403
|
+
"alias": "statusMicrosoftDefenderEndpointAlert: status",
|
|
21404
21404
|
"args": {},
|
|
21405
21405
|
"deprecationReason": null,
|
|
21406
21406
|
"description": null,
|
|
@@ -22967,14 +22967,14 @@
|
|
|
22967
22967
|
"name": "ThreatPrevention"
|
|
22968
22968
|
},
|
|
22969
22969
|
{
|
|
22970
|
-
"deprecationReason":
|
|
22970
|
+
"deprecationReason": "No longer supported",
|
|
22971
22971
|
"description": null,
|
|
22972
|
-
"isDeprecated":
|
|
22972
|
+
"isDeprecated": true,
|
|
22973
22973
|
"name": "NetworkMonitor"
|
|
22974
22974
|
},
|
|
22975
22975
|
{
|
|
22976
22976
|
"deprecationReason": null,
|
|
22977
|
-
"description":
|
|
22977
|
+
"description": "The producer of the Site Operations stories",
|
|
22978
22978
|
"isDeprecated": false,
|
|
22979
22979
|
"name": "NetworkXDR"
|
|
22980
22980
|
},
|
|
@@ -25109,7 +25109,7 @@
|
|
|
25109
25109
|
"varName": "acknowledged"
|
|
25110
25110
|
},
|
|
25111
25111
|
"bgpConnection": {
|
|
25112
|
-
"alias": "
|
|
25112
|
+
"alias": "bgpConnectionNetworkTimelineEvent: bgpConnection",
|
|
25113
25113
|
"args": {},
|
|
25114
25114
|
"deprecationReason": null,
|
|
25115
25115
|
"description": null,
|
|
@@ -25283,7 +25283,7 @@
|
|
|
25283
25283
|
"varName": "description"
|
|
25284
25284
|
},
|
|
25285
25285
|
"deviceConfigHaRole": {
|
|
25286
|
-
"alias": "
|
|
25286
|
+
"alias": "deviceConfigHaRoleNetworkTimelineEvent: deviceConfigHaRole",
|
|
25287
25287
|
"args": {},
|
|
25288
25288
|
"deprecationReason": null,
|
|
25289
25289
|
"description": null,
|
|
@@ -25328,7 +25328,7 @@
|
|
|
25328
25328
|
"varName": "deviceConfigHaRole"
|
|
25329
25329
|
},
|
|
25330
25330
|
"deviceHaRoleState": {
|
|
25331
|
-
"alias": "
|
|
25331
|
+
"alias": "deviceHaRoleStateNetworkTimelineEvent: deviceHaRoleState",
|
|
25332
25332
|
"args": {},
|
|
25333
25333
|
"deprecationReason": null,
|
|
25334
25334
|
"description": null,
|
|
@@ -25396,7 +25396,7 @@
|
|
|
25396
25396
|
"varName": "eventIds"
|
|
25397
25397
|
},
|
|
25398
25398
|
"eventType": {
|
|
25399
|
-
"alias": "
|
|
25399
|
+
"alias": "eventTypeNetworkTimelineEvent: eventType",
|
|
25400
25400
|
"args": {},
|
|
25401
25401
|
"deprecationReason": null,
|
|
25402
25402
|
"description": null,
|
|
@@ -25527,7 +25527,7 @@
|
|
|
25527
25527
|
"varName": "linkConfigBandwidth"
|
|
25528
25528
|
},
|
|
25529
25529
|
"linkConfigPrecedence": {
|
|
25530
|
-
"alias": "
|
|
25530
|
+
"alias": "linkConfigPrecedenceNetworkTimelineEvent: linkConfigPrecedence",
|
|
25531
25531
|
"args": {},
|
|
25532
25532
|
"deprecationReason": null,
|
|
25533
25533
|
"description": null,
|
|
@@ -25618,7 +25618,7 @@
|
|
|
25618
25618
|
"varName": "linkName"
|
|
25619
25619
|
},
|
|
25620
25620
|
"linkQualityIssue": {
|
|
25621
|
-
"alias": "
|
|
25621
|
+
"alias": "linkQualityIssueNetworkTimelineEvent: linkQualityIssue",
|
|
25622
25622
|
"args": {},
|
|
25623
25623
|
"deprecationReason": null,
|
|
25624
25624
|
"description": null,
|
|
@@ -25791,7 +25791,7 @@
|
|
|
25791
25791
|
"varName": "linkQualityIssue"
|
|
25792
25792
|
},
|
|
25793
25793
|
"linkStatus": {
|
|
25794
|
-
"alias": "
|
|
25794
|
+
"alias": "linkStatusNetworkTimelineEvent: linkStatus",
|
|
25795
25795
|
"args": {},
|
|
25796
25796
|
"deprecationReason": null,
|
|
25797
25797
|
"description": null,
|
|
@@ -25856,7 +25856,7 @@
|
|
|
25856
25856
|
"varName": "muted"
|
|
25857
25857
|
},
|
|
25858
25858
|
"networkEventSource": {
|
|
25859
|
-
"alias": "
|
|
25859
|
+
"alias": "networkEventSourceNetworkTimelineEvent: networkEventSource",
|
|
25860
25860
|
"args": {},
|
|
25861
25861
|
"deprecationReason": null,
|
|
25862
25862
|
"description": null,
|
|
@@ -26215,14 +26215,14 @@
|
|
|
26215
26215
|
"name": "ThreatPrevention"
|
|
26216
26216
|
},
|
|
26217
26217
|
{
|
|
26218
|
-
"deprecationReason":
|
|
26218
|
+
"deprecationReason": "No longer supported",
|
|
26219
26219
|
"description": null,
|
|
26220
|
-
"isDeprecated":
|
|
26220
|
+
"isDeprecated": true,
|
|
26221
26221
|
"name": "NetworkMonitor"
|
|
26222
26222
|
},
|
|
26223
26223
|
{
|
|
26224
26224
|
"deprecationReason": null,
|
|
26225
|
-
"description":
|
|
26225
|
+
"description": "The producer of the Site Operations stories",
|
|
26226
26226
|
"isDeprecated": false,
|
|
26227
26227
|
"name": "NetworkXDR"
|
|
26228
26228
|
},
|
|
@@ -27570,7 +27570,7 @@
|
|
|
27570
27570
|
"varName": "ruleId"
|
|
27571
27571
|
},
|
|
27572
27572
|
"scanResult": {
|
|
27573
|
-
"alias": "
|
|
27573
|
+
"alias": "scanResultEvent: scanResult",
|
|
27574
27574
|
"args": {},
|
|
27575
27575
|
"deprecationReason": null,
|
|
27576
27576
|
"description": null,
|
|
@@ -28643,14 +28643,14 @@
|
|
|
28643
28643
|
"name": "ThreatPrevention"
|
|
28644
28644
|
},
|
|
28645
28645
|
{
|
|
28646
|
-
"deprecationReason":
|
|
28646
|
+
"deprecationReason": "No longer supported",
|
|
28647
28647
|
"description": null,
|
|
28648
|
-
"isDeprecated":
|
|
28648
|
+
"isDeprecated": true,
|
|
28649
28649
|
"name": "NetworkMonitor"
|
|
28650
28650
|
},
|
|
28651
28651
|
{
|
|
28652
28652
|
"deprecationReason": null,
|
|
28653
|
-
"description":
|
|
28653
|
+
"description": "The producer of the Site Operations stories",
|
|
28654
28654
|
"isDeprecated": false,
|
|
28655
28655
|
"name": "NetworkXDR"
|
|
28656
28656
|
},
|
|
@@ -29368,7 +29368,7 @@
|
|
|
29368
29368
|
"varName": "engines"
|
|
29369
29369
|
},
|
|
29370
29370
|
"eventData": {
|
|
29371
|
-
"alias": "
|
|
29371
|
+
"alias": "eventDataIncidentTargetRep: eventData",
|
|
29372
29372
|
"args": {},
|
|
29373
29373
|
"deprecationReason": null,
|
|
29374
29374
|
"description": null,
|
|
@@ -29505,7 +29505,7 @@
|
|
|
29505
29505
|
"varName": "ruleId"
|
|
29506
29506
|
},
|
|
29507
29507
|
"scanResult": {
|
|
29508
|
-
"alias": "
|
|
29508
|
+
"alias": "scanResultEvent: scanResult",
|
|
29509
29509
|
"args": {},
|
|
29510
29510
|
"deprecationReason": null,
|
|
29511
29511
|
"description": null,
|
|
@@ -29799,7 +29799,7 @@
|
|
|
29799
29799
|
"varName": "threatReference"
|
|
29800
29800
|
},
|
|
29801
29801
|
"type": {
|
|
29802
|
-
"alias": "
|
|
29802
|
+
"alias": "typeIncidentTargetRep: type",
|
|
29803
29803
|
"args": {},
|
|
29804
29804
|
"deprecationReason": null,
|
|
29805
29805
|
"description": null,
|
|
@@ -29976,7 +29976,7 @@
|
|
|
29976
29976
|
"varName": "info"
|
|
29977
29977
|
},
|
|
29978
29978
|
"key": {
|
|
29979
|
-
"alias": "
|
|
29979
|
+
"alias": "keyIncidentTimeseries: key",
|
|
29980
29980
|
"args": {},
|
|
29981
29981
|
"deprecationReason": null,
|
|
29982
29982
|
"description": null,
|
|
@@ -30146,7 +30146,7 @@
|
|
|
30146
30146
|
"varName": "sum"
|
|
30147
30147
|
},
|
|
30148
30148
|
"units": {
|
|
30149
|
-
"alias": "
|
|
30149
|
+
"alias": "unitsIncidentTimeseries: units",
|
|
30150
30150
|
"args": {},
|
|
30151
30151
|
"deprecationReason": null,
|
|
30152
30152
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -31020,7 +31020,7 @@
|
|
|
31020
31020
|
"varName": "ruleId"
|
|
31021
31021
|
},
|
|
31022
31022
|
"scanResult": {
|
|
31023
|
-
"alias": "
|
|
31023
|
+
"alias": "scanResultEvent: scanResult",
|
|
31024
31024
|
"args": {},
|
|
31025
31025
|
"deprecationReason": null,
|
|
31026
31026
|
"description": null,
|
|
@@ -31579,14 +31579,14 @@
|
|
|
31579
31579
|
"name": "ThreatPrevention"
|
|
31580
31580
|
},
|
|
31581
31581
|
{
|
|
31582
|
-
"deprecationReason":
|
|
31582
|
+
"deprecationReason": "No longer supported",
|
|
31583
31583
|
"description": null,
|
|
31584
|
-
"isDeprecated":
|
|
31584
|
+
"isDeprecated": true,
|
|
31585
31585
|
"name": "NetworkMonitor"
|
|
31586
31586
|
},
|
|
31587
31587
|
{
|
|
31588
31588
|
"deprecationReason": null,
|
|
31589
|
-
"description":
|
|
31589
|
+
"description": "The producer of the Site Operations stories",
|
|
31590
31590
|
"isDeprecated": false,
|
|
31591
31591
|
"name": "NetworkXDR"
|
|
31592
31592
|
},
|
|
@@ -32304,7 +32304,7 @@
|
|
|
32304
32304
|
"varName": "engines"
|
|
32305
32305
|
},
|
|
32306
32306
|
"eventData": {
|
|
32307
|
-
"alias": "
|
|
32307
|
+
"alias": "eventDataIncidentTargetRep: eventData",
|
|
32308
32308
|
"args": {},
|
|
32309
32309
|
"deprecationReason": null,
|
|
32310
32310
|
"description": null,
|
|
@@ -32441,7 +32441,7 @@
|
|
|
32441
32441
|
"varName": "ruleId"
|
|
32442
32442
|
},
|
|
32443
32443
|
"scanResult": {
|
|
32444
|
-
"alias": "
|
|
32444
|
+
"alias": "scanResultEvent: scanResult",
|
|
32445
32445
|
"args": {},
|
|
32446
32446
|
"deprecationReason": null,
|
|
32447
32447
|
"description": null,
|
|
@@ -32735,7 +32735,7 @@
|
|
|
32735
32735
|
"varName": "threatReference"
|
|
32736
32736
|
},
|
|
32737
32737
|
"type": {
|
|
32738
|
-
"alias": "
|
|
32738
|
+
"alias": "typeIncidentTargetRep: type",
|
|
32739
32739
|
"args": {},
|
|
32740
32740
|
"deprecationReason": null,
|
|
32741
32741
|
"description": null,
|
|
@@ -33426,7 +33426,7 @@
|
|
|
33426
33426
|
"varName": "info"
|
|
33427
33427
|
},
|
|
33428
33428
|
"key": {
|
|
33429
|
-
"alias": "
|
|
33429
|
+
"alias": "keyIncidentTimeseries: key",
|
|
33430
33430
|
"args": {},
|
|
33431
33431
|
"deprecationReason": null,
|
|
33432
33432
|
"description": null,
|
|
@@ -33596,7 +33596,7 @@
|
|
|
33596
33596
|
"varName": "sum"
|
|
33597
33597
|
},
|
|
33598
33598
|
"units": {
|
|
33599
|
-
"alias": "
|
|
33599
|
+
"alias": "unitsIncidentTimeseries: units",
|
|
33600
33600
|
"args": {},
|
|
33601
33601
|
"deprecationReason": null,
|
|
33602
33602
|
"description": "Identifies what unit of data this timeseries represents. Note that toRate is only available for particular types\nof data to make sense.",
|
|
@@ -33892,7 +33892,7 @@
|
|
|
33892
33892
|
"varName": "summary"
|
|
33893
33893
|
},
|
|
33894
33894
|
"timeline": {
|
|
33895
|
-
"alias": "
|
|
33895
|
+
"alias": "timelineStory: timeline",
|
|
33896
33896
|
"args": {},
|
|
33897
33897
|
"deprecationReason": null,
|
|
33898
33898
|
"description": "Data for the story timeline",
|
|
@@ -33929,7 +33929,7 @@
|
|
|
33929
33929
|
"varName": "additionalInfo"
|
|
33930
33930
|
},
|
|
33931
33931
|
"analystInfo": {
|
|
33932
|
-
"alias": "
|
|
33932
|
+
"alias": "analystInfoTimelineItem: analystInfo",
|
|
33933
33933
|
"args": {},
|
|
33934
33934
|
"deprecationReason": null,
|
|
33935
33935
|
"description": "Data about the analyst for this timeline item (ie. name, email)",
|
|
@@ -34002,7 +34002,7 @@
|
|
|
34002
34002
|
"varName": "analystInfo"
|
|
34003
34003
|
},
|
|
34004
34004
|
"category": {
|
|
34005
|
-
"alias": "
|
|
34005
|
+
"alias": "categoryTimelineItem: category",
|
|
34006
34006
|
"args": {},
|
|
34007
34007
|
"deprecationReason": null,
|
|
34008
34008
|
"description": "Icon for the timeline item",
|
|
@@ -34139,7 +34139,7 @@
|
|
|
34139
34139
|
"varName": "descriptions"
|
|
34140
34140
|
},
|
|
34141
34141
|
"type": {
|
|
34142
|
-
"alias": "
|
|
34142
|
+
"alias": "typeTimelineItem: type",
|
|
34143
34143
|
"args": {},
|
|
34144
34144
|
"deprecationReason": null,
|
|
34145
34145
|
"description": "Type of threat assigned by the analyst",
|