Delete-resource-pool-bucket-group-qos-info

更新时间:
复制 MD 格式

Delete the quality of service (QoS) throttle configuration of a bucket group in a resource pool.

Usage notes

Important

Resource pool QoS is in invitational preview. To apply for access, your OSS buckets in a specific region must have a throughput of 500 Gbit/s or higher. Contact technical support to apply.

By default, an Alibaba Cloud account has permission to delete a bucket group's throttle configuration. To run this command as a Resource Access Management (RAM) user or Security Token Service (STS) identity, grant the oss:DeleteResourcePoolBucketGroupQoSInfo permission. For details, see Grant custom permissions to a RAM user.

Syntax

ossutil api invoke-operation --op-name delete-resource-pool-bucket-group-qos-info --method DELETE --parameters resourcePool=<resource-pool> --parameters resourcePoolBucketGroup=<GroupName> --parameters resourcePoolBucketGroupQoSInfo
ParameterTypeDescription
--parametersstringArrayThe request parameters in the k[=v] format, such as versionId=123 and delete.
Note

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

Example

The following command deletes the throttle configuration of bucket group exampleGroup in resource pool examplePool:

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