Skip to main content

Set global encryption settings

Set global encryption settings

Request Body required
  • softwareEncryptionSettings object
  • isSoftwareEncryptionEnabled boolean required

    Indicates whether software encryption is enabled

  • cipherName string

    Cipher to use for software encryption

  • keyManagementServer string

    Key management server for encryption keys

  • preventChangesToSWEncSettings boolean

    Prevent changes to software encryption settings

  • hardwareEncryptionSettings object
  • isHardwareEncryptionEnabled boolean required

    Indicates whether hardware encryption is enabled

  • DMASetting string

    Possible values: [None, ViaMediaPassword, NoAccess]

    Hardware Direct Media Access

  • enableEncryptionOnChunkMapTrailers boolean

    Enables encryption on chunk map trailers

  • preventChangesToHWEncSettings boolean

    Prevent changes to hardware encryption settings

Responses

Request processed successfully


Schema
  • errorMessage string

    Tells about the error occured

  • errorCode ErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, VALUE_NOT_FOUND, UNKNOWN_EXCEPTION, CONNECTION_PROBLEM, UNKNOWN_SQL_ERROR, INVALID_USER, INVALID_OPERATION_TYPE, INTERNAL_SERVER_PROBLEM, INSUFFICIENT_USER_PERMISSION_ON_ENTITY, INVALID_ENTITY_ID, REFRESH_TOKEN_EXPIRED]

    Error code value

Loading...