Skip to main content

Launching cleanup recovery action for a recovery runbook

Cleanup recovery action will delete the recovered resources for a recovery runbook

Request Body
  • recoveryOptions object
  • recoveryPointCategory RunbookRecoveryPointCategory

    Possible values: [LATEST, POINT_IN_TIME, AUTOMATIC, SYNTHETIC]

    Default value: LATEST

  • recoverWithMalwareFiles boolean

    Default value: false

    A boolean that indicates whether to restore malware files for forensic analysis during recovery

  • recoverWithEncryptedFiles boolean

    Default value: false

    A boolean that indicates whether to restore encrypted files for forensic analysis during recovery

  • recoveryPoint int32

    Job-level recovery timestamp to be used for recovery. If not set, it inherits from the resource level; otherwise, from the recovery runbook.

  • runbook object
  • id int32
  • name string
  • resources object[]
  • id int32
  • name string
  • threatScan object
  • enableThreatScan boolean

    Default value: false

    A boolean that indicates whether threat scan is required

  • enableWindowsDefenderScan boolean

    Default value: false

    A boolean that specifies whether a windows defender scan is required

  • defenderScanType CRRDefenderScanType

    Possible values: [QUICK = 1, FULL = 2]

Responses

OK


Schema
  • jobId int32
Loading...