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.
- Long! :
- # The number of failed backups in the specified time range.
- Long! :
- # The total number of indexing operations in the specified time range.
- Long! :
- # The number of failed indexing operations in the specified time range.
- Long! :
- # The total number of analysis operations in the specified time range.
- Long! :
- # The number of failed analysis operations in the specified time range.
- Long! :
- }