INPUT_OBJECT

TriggerRansomwareDetectionInput

Description

Request to initiate a ransomware detection job on a snapshot.

link GraphQL Schema definition

  • input TriggerRansomwareDetectionInput {
  • # The ID of the Rubrik cluster where the snapshot is available.
  • clusterUuid: String
  • # The ID of the snapshot.
  • snapshotId: String
  • # The managed ID of the object.
  • managedId: String
  • # The ID of the snapshot that was taken prior to the snapshot selected for
  • # ransomware detection.
  • previousSnapshotId: String
  • }

link Require by