Proxy and Quarantine Server
Settings | XPath |
|---|---|
Set Server Name Parameter to set the proxy server name or IP address. | xmlmodifier -s //configuration/ProxyServerSettings/ServerName/@value <value> configuration.xml Allowed values
Default value: None |
Set Server Port Parameter to set the proxy server port. | xmlmodifier -s //configuration/ProxyServerSettings/ServerPort/@value <value> configuration.xml Allowed values
Default value: 0 |
Set User Name Parameter to set proxy server user name. | xmlmodifier -s //configuration/ProxyServerSettings/UserName/@value <value> configuration.xml Allowed values
Default value: None |
Set Password Parameter to set proxy server password. | xmlmodifier -k //configuration/ProxyServerSettings/Password/@value <password> <SPE installation directory> configuration.xml Allowed values
Default value: None |
Settings | XPath |
|---|---|
Enable Quarantine
| xmlmodifier -s //configuration/QuarantineServerSettings/@enabled <value> configuration.xml Allowed values
Default value: false |
Set Server Name Parameter to set the Quarantine server name or IP address. | xmlmodifier -s //configuration/QuarantineServerSettings/ServerName/@value <value> configuration.xml Allowed values
Default value: None |
Set Server Port Parameter to set the quarantine server port. | xmlmodifier -s //configuration/QuarantineServerSettings/ServerPort/@value <value> configuration.xml Allowed values
Default value: 0 |
Set the type of the quarantine store. | xmlmodifier -s //configuration/QuarantineServerSettings/QuarantineType/@value <value> configuration.xml Allowed values
Default value: local |
Specify the region and name of the S3 bucket. | xmlmodifier -s //configuration/QuarantineServerSettings/CloudStore/@location <S3 bucket region and name> configuration.xml Allowed values
Default value: empty For example, ./xmlmodifier -s //QuarantineServerSettings/CloudStore/@location "Region=us-west-1::Bucketname=xxx" configuration.xml |
Specify the folder path in the S3 bucket where you want to store the quarantine files. If the path is not specified, the files are stored at the root level. | xmlmodifier -s //configuration/QuarantineServerSettings/CloudStore/@relativepath <S3 bucket relative path> configuration.xml Allowed values
|