Reference Guide

Table Of Contents
GET /file_virus_checker
Description
Query all virus checker settings of the NAS Servers.
Responses
HTTP
Code
Description Schema
200 Success
<
file_virus_checker
_instance > array
206 Partial content of file virus checker instance objects
<
file_virus_checker
_instance > array
POST /file_virus_checker
Description
Add a new virus checker setting to a NAS Server. Only one instance can be created per NAS Server.
Workflow to enable the virus checker settings on the NAS Server is as follows: \n 1. Create a virus
checker instance on NAS Server. 2. Download template virus checker configuration file. 3. Edit the
configuration file with virus checker configuration details. 4. Upload the configuration file. 5.
Enable the virus checker on the NAS Server.
Parameters
Type Name Schema
Body
body
required
file_virus_checker_create
Responses
HTTP
Code
Description Schema
201 Created create_response
400 Invalid Request error_response
422 Operation Failed error_response
114