list-resource-pool-bucket-group-qos-infos

更新时间:
复制 MD 格式

Lists throttling rules configured for a bucket group in a resource pool.

Important

Resource pool Quality of Service (QoS) is in invitational preview. This feature is available only when the throughput of your Object Storage Service (OSS) buckets in a specific region is greater than or equal to 500 Gbit/s. To apply for access, contact technical support.

Usage notes

By default, Alibaba Cloud accounts have permission to list throttling rules for bucket groups within a resource pool. RAM users and Security Token Service (STS) callers require the oss:ListMultipartUploads permission. For more information, see Attach a custom policy to a RAM user.

Syntax

ossutil api invoke-operation --op-name list-resource-pool-bucket-group-qos-infos --method GET \
  --parameters resourcePool=<resource-pool> \
  --parameters resourcePoolBucketGroupQoSInfo \
  [--parameters continuation-token=<continuation-token>] \
  [--parameters max-keys=<max-keys>]

For information about global command-line options, see Command-line options.

Parameters

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

Examples

List all throttling rules for bucket groups in a resource pool

ossutil api invoke-operation --op-name list-resource-pool-bucket-group-qos-infos --method GET \
  --parameters resourcePool=examplePool \
  --parameters resourcePoolBucketGroupQoSInfo

List throttling rules with pagination

The following command retrieves up to 10 entries, starting from requester ID 202835923910178019.

ossutil api invoke-operation --op-name list-resource-pool-bucket-group-qos-infos --method GET \
  --parameters resourcePool=examplePool \
  --parameters resourcePoolBucketGroupQoSInfo \
  --parameters continuation-token=202835923910178019 \
  --parameters max-keys=10