docs
api
Cloud Memory(UMem)
ResizeUDRedisBlockSize

Change UDRedis Shard Capacity - ResizeUDRedisBlockSize

Overview

Change UDRedis shard capacity

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is ResizeUDRedisBlockSize.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
RegionstringRegion. See Region and Availability Zone ListYes
ZonestringAvailability Zone. See Availability Zone ListYes
ProjectIdstringProject ID. Leave blank for the default project; sub-accounts must fill this in. Please refer to the GetProjectList APINo
SpaceIdstringInstance IDYes
BlockIdstringShard IDYes
BlockSizeintShard Capacity (Unit: GB) 4/8/12/16/20Yes
StartTimeintTask execution timestamp, the timestamp must be within the range of the next day. If not provided or the value is 0, it will be executed immediately.No
HighPerformancebooleanWhether it is performance-enhanced. Defaults to false or not filled, true indicates performance-enhanced.No

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No

Example

Request Example

https://api.surfercloud.com/?Action=ResizeUDRedisBlockSize
&Region=cn-zj
&Zone=cn-zj-01
&ProjectId=gQWNotAR
&SpaceId=djlgyuzz
&BlockId=GYtfFOaF
&BlockSize=RxLWGOKx
&OnRewriteTime=false
&StartTime=9
&HighPerformance=true

Response Example

{
  "Action": "ResizeUDRedisBlockSizeResponse",
  "RetCode": 0
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved