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?
Page 1 / 1
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,
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
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.