Determine if an in-line virus scanner is present - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

You can determine if the upload process is using an active virus scanner using the following GET:

http://[host]/[server]/api/v2/FileMgmt/InlineVirusScannersAvailable.

The response contains a Boolean value indicating if a virus scanner is currently active.

{

"@odata.context": "http://[host]/[server]/api/v2/$metadata#Edm.Boolean",

"value": false

}