Skip to Content
Snapshot(USnap)UpgradeUSnapBackupRange

Adjust Backup Chain Range - UpgradeUSnapBackupRange

Overview

Adjust Backup Chain Range

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is UpgradeUSnapBackupRange.Yes
PublicKeystringThe user’s public key can be obtained from ConsoleYes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
RegionstringRegion. See List of Regions and Availability ZonesYes
ZonestringAvailability Zone. See Availability Zone ListYes
ProjectIdstringProject ID. If not filled in, the default project is used, sub-accounts must be filled in. Please refer to the GetProjectList interface.No
VDiskIdstringDisk IDYes
SizeintDisk SizeYes
BackupModeintThe default is to open with the entry-level package, “Primer”: Entry-level, “Base”: Basic, “Enterprise”: Enterprise, “Ultimate”: Flagship, “Custom”: Custom backup chain.Yes
SnapshotSvcIdstringSnapshot Service IDNo
JournalintWhen BackupMode is set to Custom, settings are made based on multiples of 12 hours in seconds, such as 12, 24, 36, 48.No
HourintWhen BackupMode is set to Custom, it is set based on a multiple of 24 hours, such as 24, 48, 72, 96.No
DayintWhen BackupMode is set to Custom, settings are made. It is increased in multiples based on a 5-day level, such as 5, 10, 15, 20, 25, 30."""
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=UpgradeUSnapBackupRange &Region=cn-zj &Zone=cn-zj-01 &ProjectId=Fqlinzjf &VDiskId=DFSpnovI &Form=2 &Journal=6 &Hour=8 &Day=5 &Size=2 &VDiskId=NORuxjEi &VDiskId=uMNPqDmK &VDiskId=yrYQOOyK

Response Example

{ "Action": "UpgradeUSnapBackupRangeResponse", "RetCode": 0 }