Queries detailed information about a specific resource pool.
Notes
The resource pool QoS feature 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 query information about a resource pool. Making query requests as a RAM user or by using Security Token Service (STS) requires 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
Parameter | Type | Description |
--parameters | stringArray | Request parameters in the k[=v] format, such as versionId=123 and delete. |
For information about supported global command-line options, see Command-line options.
Example
The following command provides an example of how to query detailed information about the resource pool named examplePool
.
ossutil api invoke-operation --op-name get-resource-pool-info --method GET --parameters resourcePool=hz-rp-01 --parameters resourcePoolInfo