List-resource-pool-bucket-groups

更新时间:
复制 MD 格式

Use the list-resource-pool-bucket-groups command to list the bucket groups in a specified resource pool.

Usage notes

Important

Resource pool quality of service (QoS) is in invitational preview. To apply for access, your Object Storage Service (OSS) throughput in a specific region must be 500 Gbit/s or higher. Contact technical support to apply.

An Alibaba Cloud account has permission to list bucket groups in a resource pool by default. To run this command as a RAM user or with Security Token Service (STS) credentials, grant the oss:ListResourcePoolBucketGroups permission. For details, see Grant custom permissions to a RAM user.

Syntax

ossutil api invoke-operation --op-name list-resource-pool-bucket-groups --method GET --parameters resourcePool=<resource-pool> --parameters resourcePoolBucketGroup [--parameters continuation-token=<continuation-token>] [--parameters max-keys=<max-keys>]

Parameters

ParameterTypeDescription
--parametersstringArrayThe request parameters in the k[=v] format, such as versionId=123 and delete.

For supported global command-line options, see Supported global command options.

Example

The following command lists bucket groups in the examplePool resource pool, starting from the bucket with the identity examplebucket, and returns up to 10 results:

ossutil api invoke-operation --op-name list-resource-pool-bucket-groups --method GET --parameters resourcePool=examplePool --parameters resourcePoolBucketGroup --parameters continuation-token=examplebucket --parameters max-keys=10