System level privacy algorithm configuration

Configure default Privacy algorithm at system level.

Request

Security

Table 1. Roles capable of executing the System level privacy algorithm configuration API method
Any Super User System Admin Security Admin Operator
  superUser systemAdmin    

HTTP method

POST /manager/api/{apiResponseType}/1.0/configureSystemPrivacyAlgorithm.adm HTTP/1.1 Host:{manager.dsnet} privacyAlgorithmSetting={none|systemRecommended|custom}&defaultPrivacyAlgorithm={aont-aes-gcm-256|aont-aes-256|aont-aes-128|aont-rc4-128}

Curl method

curl -u {admin}:{password}
     -k 'https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/configureSystemPrivacyAlgorithm.adm' 
     -d 'privacyAlgorithmSetting={none|systemRecommended|custom}&defaultPrivacyAlgorithm={aont-aes-gcm-256|aont-aes-256|aont-aes-128|aont-rc4-128}' 

Parameters

Table 2. Request parameters for System level privacy algorithm configuration (configureSystemPrivacyAlgorithm) API method
Parameter Type Usage Default Description
privacyAlgorithmSetting String Required none Select the default setting (none, systemRecommended, or custom) to be used when creating new vaults. The setting will determine the specific algorithm used.
defaultPrivacyAlgorithm String Optional   Select the default algorithm to be used when creating new vaults: aont-aes-gcm-256, aont-aes-256, aont-aes-128, or aont-rc4-128.

Required only if privacyAlgorithmSetting is custom.