The ProtectionServices enable key allows you to enable and disable protection services. Valid values are true and false. The default value is true.
If you manually set the ProtectionServices enable key value to true, you must also define the age_to_purge Key manually. The ProtectionServices enable key cannot be changed the Endpoint Security (HX)Web UI.
Change this setting using one of the following methods:
Web UI (see Setting the Aging Interval for Quarantine Files ).
API custom configuration channels (see Using API Custom Configuration Channels).
Manually on individual endpoints using a text editor (see Modifying the Configuration File for a Single Endpoint).
For manual changes, the ProtectionServices enable key must be enclosed in braces and listed within quotation marks ("). See the example below.
"ProtectionServices": {
"enable": true,
age_to_purge" : 90,
},