OBJECT

GetPipelineHealthReply

Description

Specifies the health metric for the Ransomware Investigation pipeline covering the backup, indexing, and analysis jobs.

link GraphQL Schema definition

  • type GetPipelineHealthReply {
  • # The total number of backups in the specified time range.
  • totalBackup: Long!
  • # The number of failed backups in the specified time range.
  • failedBackup: Long!
  • # The total number of indexing operations in the specified time range.
  • totalIndexing: Long!
  • # The number of failed indexing operations in the specified time range.
  • failedIndexing: Long!
  • # The total number of analysis operations in the specified time range.
  • totalAnalysis: Long!
  • # The number of failed analysis operations in the specified time range.
  • failedAnalysis: Long!
  • }

link Require by