All Products
Search
Document Center

Object Storage Service:Get-resource-pool-bucket-group-qos-info

Last Updated:Nov 11, 2025

Use the get-resource-pool-bucket-group-qos-info command to retrieve the throttle configuration of a bucket group in a resource pool.

Usage notes

Important

Resource pool quality of service (QoS) is in invitational preview. If the throughput of Object Storage Service (OSS) buckets in a specific region is greater than or equal to 500 Gbit/s, contact technical support to apply for the feature.

By default, an Alibaba Cloud account has the permissions to retrieve throttle configuration information of bucket groups in resource pools. To obtain QoS information for a bucket by using a Resource Access Management (RAM) user or Security Token Service (STS), you must have the GetResourcePoolBucketGroupQoSInfo permission. For more information, see Grant custom permissions to a RAM user.

Syntax

ossutil api invoke-operation --op-name get-resource-pool-bucket-group-qos-info --method GET --parameters resourcePool=<resource-pool> --parameters resourcePoolBucketGroup=<group> --parameters resourcePoolBucketGroupQoSInfo

Parameter

Type

Description

--parameters

stringArray

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

Note

For information about the supported global command-line options, see Supported global command line options.

Example

The following command retrieves the throttle configuration of the exampleGroup in the examplePool:

ossutil api invoke-operation --op-name get-resource-pool-bucket-group-qos-info --method GET --parameters resourcePool=examplePool --parameters resourcePoolBucketGroup=exampleGroup --parameters resourcePoolBucketGroupQoSInfo