All Products
Search
Document Center

Object Storage Service:get-resource-pool-info

Last Updated:Mar 20, 2026

Queries detailed information about a specific resource pool.

Usage notes

Important

The resource pool Quality of Service (QoS) feature is in invitational preview. To apply for access, contact technical support if the throughput of OSS buckets in a specific region is greater than or equal to 500 Gbit/s.

By default, an Alibaba Cloud account has permission to query resource pool information. To make query requests as a RAM user or by using Security Token Service (STS), grant the oss:GetResourcePoolInfo permission. For more information, see Attach a custom policy to a RAM user.

Syntax

ossutil api invoke-operation --op-name get-resource-pool-info --method GET --parameters resourcePool=<resource-pool> --parameters resourcePoolInfo

Parameters

ParameterTypeDescription
--parametersstringArrayRequest parameters in the k[=v] format. Pass resourcePool=<resource-pool> to specify the target resource pool and resourcePoolInfo to request its details.
For all supported global command-line options, see Command-line options.

Example

Query detailed information about the resource pool hz-rp-01:

ossutil api invoke-operation --op-name get-resource-pool-info --method GET --parameters resourcePool=hz-rp-01 --parameters resourcePoolInfo