Solved

Using the API to scan files

  • 19 December 2018
  • 1 reply
  • 123 views

I have developed a website where people can upload files to and I would like to scan these uploads for viruses. Webroot Endpoint Protection is running on the same machine the site is running on. Is there a way, perhaps using the Unity API and SDK, to use Webroot to scan these files?
 
icon

Best answer by ngoknel 21 December 2018, 09:55

View original

1 reply

Userlevel 3
Badge +8
Hi,
 
Yes, you can initiate a Deep Scan using POST /service/api/console/gsm/{gsmKey}/sites/{siteId}/endpoints/commands using the command type "scan". You will first have to optain the endpoint ID by using GET /service/api/console/gsm/{gsmKey}/sites/{siteId}/endpoints.  
 
Thanks, 

Reply