System level privacy algorithm configuration
Configure default Privacy algorithm at system level.
Request
Security
| 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
| 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. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.