Skip to main content

Update Local Storage Properties

Select

SaaS
Customer Managed

Modify the properties of an existing local storage pool

Path Parameters
  • storagePoolId int32 required

    Id of the local storage to update

Request Body
  • name string

    change the name of the storage pool

  • dataEncryption 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...