Skip to main content
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?

 
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