Docs
api
Object-based Storage(US3)
UpdateUFileLifeCycle

Update Lifecycle Management - UpdateUFileLifeCycle

Overview

Update Lifecycle Management

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is UpdateUFileLifeCycle.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 List of Regions and Availability ZonesNo
ProjectIdstringProject ID. If not filled in, the default project is used, sub-accounts must be filled in. Please refer to the GetProjectList interface.No
LifeCycleIdstringLifecycle IdYes
LifeCycleNamestringLifecycle NameYes
PrefixstringThe prefix applicable to the lifecycle; * for all files in the storage space; one rule only supports one file prefix.Yes
StatusstringEnabled -- Enabled, Disabled -- Not enabledYes
BucketNamestringStorage Space NameYes
DaysintSpecify an expiration day N, the file will expire and be automatically deleted N days after its most recent update; Range: [7,36500]No
ArchivalDaysintSpecify an expiration day N, the file will expire N days after its most recent update time, and automatically convert to archive storage type; Range: [7,36500], 0 represents not enabled.No
IADaysintSpecify an expiration day N, the file will expire N days after its most recent update time, and automatically convert to a low-frequency storage type; Range: [7,36500], 0 represents not enabled.No
TagsstringTag, parameter format "k1=v1&k2=v2", the maximum length of key is 128, the maximum length of value is 256byte, the maximum number of tags for a single object is 10.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.ucloud-global.com/?Action=UpdateUFileLifeCycle
&Region=cn-gd
&ProjectId=org-sdfsdd
&BucketName=lifecycle-test1
&LifeCycleId=dc7eca04-edbc-4ae9-aefd-816253123456
&LifeCycleName=test
&Prefix=life-
&Date=30
&Status=Disabled
&ArchivalDays=5
&ArchivalDays=7
&IADays=2
&Tags=nhYyyFfh

Response Example

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