All Products
Search
Document Center

Object Storage Service:list-user-data-redundancy-transition

Last Updated:Jun 23, 2025

Lists all redundancy type conversion tasks of the requester.

Note

By default, an Alibaba Cloud account has the permission to list redundancy type conversion tasks of the requester. Listing tasks as a RAM user or by using Security Token Service (STS) requires the oss:ListUserDataRedundancyTransition permission. For further instructions, see Grant custom policy to a RAM user.

Syntax

ossutil api list-user-data-redundancy-transition [flags]

Parameter

Type

Description

--continuation-token

string

The token that indicates the starting point of the list operation.

--max-keys

int

The maximum number of redundancy transition tasks that can be returned.

Note

Examples

  • List all redundancy type conversion tasks.

    ossutil api list-user-data-redundancy-transition
  • List all redundancy type conversion tasks, and display the results in the JSON format.

    ossutil api list-user-data-redundancy-transition --output-format json
  • List all redundancy type conversion tasks, and display the results in the YAML format.

    ossutil api list-user-data-redundancy-transition --output-format yaml
  • List the first 10 redundancy type conversion tasks.

    ossutil api list-user-data-redundancy-transition --max-keys 10
  • List all redundancy type conversion tasks starting from the token CgJiYw123.

    ossutil api list-user-data-redundancy-transition --continuation-token CgJiYw123