v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
Restore scans

Save the current settings.

Saves the current settings of Restore scans.

put/rwc/v1/settings

Request body

AVScanEnabledboolean

Boolean denoting if Anti Virus (AV) scan is enabled.

fileHashScanEnabledboolean

Boolean denoting if scan for File Hash is enabled.

allowAdminToSkipScanEndpointsboolean

Boolean denoting if inSync administrator is allowed to enable or disable Restore scans for Endpoints.

allowUserToSkipScanEndpointsboolean

Boolean denoting if inSync Client User is allowed to enable or disable Restore scans for Endpoints.

skipScanForDeviceReplaceboolean

Boolean denoting if the Anti Virus Scan should be skipped for endpoint's device replace restore scenario.

useDruvaCuratedIOCsboolean

Boolean denoting if Druva-published IOC libraries are used for scanning.

useLightScanboolean

Boolean denoting if Quick Scan is enabled.

excludeExtensionsFromScanstring[]

Array of Strings(File Extensions)skipped from the scan.

maxFileSizeToScanInMBinteger

Integer denoting maximum file size (between 100 and 1024) in MBs that should be scanned.

daysBeyondWhichToSkipScaninteger

Integer denoting the number of days (value can be 0, 30, 60, or 90) within which the last modified date of a file should be for it to be scanned. Enter 0 if you want to scan all the files.

Example request

{
  "excludeExtensionsFromScan": [
    ".exe",
    ".dll",
    ".tmp"
  ],
  "maxFileSizeToScanInMB": 200,
  "daysBeyondWhichToSkipScan": 30
}

Response

OK