Get-resource-pool-bucket-group-qos-info

更新时间:
复制 MD 格式

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. To apply for access, contact technical support. Access requires a throughput of 500 Gbit/s or greater in the target region.

Note

By default, an Alibaba Cloud account can retrieve throttle configurations for bucket groups in resource pools without additional permissions. To run this command as a Resource Access Management (RAM) user or with Security Token Service (STS) credentials, grant the GetResourcePoolBucketGroupQoSInfo permission. For instructions, 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

Parameters

Parameter

Type

Description

--parameters

stringArray

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

Note

For supported global command-line options, see Supported global command-line options.

Example

Retrieve the throttle configuration of exampleGroup in examplePool:

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