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
- application/json
Request Body
- name string
change the name of the storage pool
dataEncryption object
Different ways in which data can be encrypted.
encrypt booleankeyLength int32Different 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 stringPossible 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 int32name stringsecurity object[]
user object
id int32name stringuserGroup object
id int32name stringrole object
id int32name string
Responses
- 200
- 400
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
Requested Details not found
Loading...