Query bucket lifecycle list
Bucket ID
Lifecycle ID
Bucket ID
Lifecycle name
File prefix
Action days (number of days after which the specified action is executed after file creation)
Action type
1: Delete
2: ChangeStorage
Lifecycle status
1: On
2: Down
Lifecycle creation time (timestamp)
{
"list": [
{
"id": "2013****3088",
"bucket_id": "2013****3088",
"name": "Expiration rule",
"prefix": "logs-",
"action_days": 30,
"action": 1,
"status": 1,
"created_at": "1708876800"
},
{
"id": "2013****3089",
"bucket_id": "2013****3088",
"name": "Transition to IA",
"prefix": "temp-",
"action_days": 60,
"action": 2,
"status": 1,
"created_at": "1708876800"
}
]
}