OBJECT

OverallRansomwareInvestigationSummary

Description

Overall ransomware investigation statistics.

link GraphQL Schema definition

  • type OverallRansomwareInvestigationSummary {
  • # Count of successful ransomware investigations.
  • analysisSuccessCount: Long!
  • # Count of failed ransomware investigations.
  • analysisFailureCount: Long!
  • # Count of total critical anomalies found.
  • anomaliesCount: Long!
  • }

link Require by