All Products
Search
Document Center

Object Storage Service:get-resource-pool-requester-qos-info

Last Updated:Nov 11, 2025

The get-resource-pool-requester-qos-info command is used to query the throttling configurations for requesters accessing the resource pool.

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 this feature.

  • By default, an Alibaba Cloud account has the permissions to query the QoS information of a bucket. Making query requests as a RAM user or by using Security Token Service (STS) requires the oss:GetResourcePoolRequesterQoSInfo permission. For more information, see Attach a custom policy to a RAM user.

Syntax

ossutil api invoke-operation --op-name get-resource-pool-requester-qos-info --method GET --parameters resourcePool=<resource-pool> --parameters qosRequester=<uid> --parameters requesterQosInfo

Parameter

Type

Description

--parameters

stringArray

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

Note

For more information about supported global command-line options, see Global command-line options.

Example

Below is a code example for querying the throttling configurations for the requester with the identifier 202835923910178019 in the resource pool named examplePool.

ossutil api invoke-operation --op-name get-resource-pool-requester-qos-info --method GET --parameters resourcePool=examplePool --parameters qosRequester=202835923910178019 --parameters requesterQosInfo