The delete-resource-pool-requester-qos-info command is used to delete the throttling configurations for requesters accessing a resource pool.
Note
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 delete the throttling configurations for requesters accessing a resource pool. Deleting as a RAM user or by using Security Token Service (STS) requires the oss:DeleteResourcePoolRequesterQoSInfo permission. For more information, see Attach a custom policy to a RAM user
Syntax
ossutil api invoke-operation --op-name delete-resource-pool-requester-qos-info --method DELETE --parameters resourcePool=<resource-pool> --parameters qosRequester=<uid> --parameters requesterQosInfoParameter | Type | Description |
--parameters | stringArray | Request parameters in the k[=v] format, such as versionId=123 and delete. |
For more information about supported global command-line options, see Global command-line options.
Example
Below is the sample command for deleting the throttling configurations for the requester with the identifier 202835923910178019 in the resource pool named examplePool.
ossutil api invoke-operation --op-name delete-resource-pool-requester-qos-info --method DELETE --parameters resourcePool=examplePool --parameters qosRequester=202835923910178019 --parameters requesterQosInfo