Skip to content

processedRansomwareInvestigationWorkloadCount

Get the number of workloads that have passed through the Radar pipeline in the past 24 hours.

Returns

ProcessedRansomwareInvestigationWorkloadCountReply!

Sample

query {
  processedRansomwareInvestigationWorkloadCount {
    count
  }
}
{}
{
  "data": {
    "processedRansomwareInvestigationWorkloadCount": {
      "count": 0
    }
  }
}