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. |
The list-user-data-redundancy-transition command corresponds to the ListUserDataRedundancyTransition operation. For details about the API parameters, see ListUserDataRedundancyTransition.
For information about supported global command-line options, see Global command line options.
Examples
List all redundancy type conversion tasks.
ossutil api list-user-data-redundancy-transitionList all redundancy type conversion tasks, and display the results in the JSON format.
ossutil api list-user-data-redundancy-transition --output-format jsonList all redundancy type conversion tasks, and display the results in the YAML format.
ossutil api list-user-data-redundancy-transition --output-format yamlList the first 10 redundancy type conversion tasks.
ossutil api list-user-data-redundancy-transition --max-keys 10List all redundancy type conversion tasks starting from the token CgJiYw123.
ossutil api list-user-data-redundancy-transition --continuation-token CgJiYw123