Reference Guide

Table Of Contents
HTTP
Code
Description Schema
404 Not Found error_response
422 Operation Failed error_response
POST /file_user_quota/{id}/refresh
Description
Refresh the cache with the actual value of the user quota.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the file user quota. string
Responses
HTTP
Code
Description Schema
204 Success No Content
400 Invalid request error_response
404 Not Found error_response
422 Operation Failed error_response
file_virus_checker
Use these resource types to manage the virus checker service of a NAS server. A virus checker
instance is created each time the anti-virus service is enabled on a NAS server. A configuration file
(named viruschecker.conf) needs to be uploaded before enabling the anti-virus service. The cluster
supports third-party anti-virus servers that perform virus scans and reports back to the storage
system. For example, when an SMB client creates, moves, or modifies a file, the NAS server invokes
the anti-virus server to scan the file for known viruses. During the scan any access to this file is
blocked. If the file does not contain a virus, it is written to the file system. If the file is infected,
corrective action (fixed, removed or placed in quarantine) is taken as defined by the anti-virus
server. You can optionally set up the service to scan the file on read access based on last access of
the file compared to last update of the third-party anti-virus date.
113