Skip to main content

Modify HyperScaleStorage ById

Modify details like name, encryption, security of a specific hyperscale storage

Path Parameters
  • hyperScaleStorageId int32 required

    Id of hyperscale storage

Request Body
  • newName string

    change the name of the HyperScale storage

  • encryption object

    Different ways in which data can be encrypted.

  • encrypt boolean
  • keyLength int32

    Different keylengths are present for different kinds of ciphers. Blowfish,Twofish,AES and Serpent all accept both 128 and 256. DES3 accepts only 192. GOST accepts only 256.

  • cipher string

    Possible values: [BlowFish, AES, DES3, GOST, Serpent, Twofish]

    The different types of encryption keys that can be used for encrypting the data. The values are case sensitive

  • keyProvider object
  • id int32
  • name string
  • security object[]
  • user object
  • id int32
  • name string
  • userGroup object
  • id int32
  • name string
  • role object
  • id int32
  • name string
Responses

Success


Schema
  • errorMessage string
  • errorCode int32
Loading...