You need to enable JavaScript to run this app.
导航

SetFilesetQos

最近更新时间2023.10.19 15:51:40

首次发布时间2023.10.19 15:51:40

调用 SetFilesetQuota 接口设置 Fileset 的 Qos 信息。

请求参数

参数类型是否必选示例值描述
FileSystemIdStringvepfs-cnbj4386bc8a****文件系统 ID。
FilesetIdStringfset-719d****需要设置的 Fileset ID。
MaxIopsInteger3000Fileset IOPS Qos 限制。
MaxBandwidthInteger300Fileset 带宽 Qos 限制 ,单位为 MB/s。

返回参数

无。

示例

请求示例

POST /?Action=SetFilesetQos&Version=2022-01-01 HTTP/1.1
Host: open.volcengineapi.com
Authorization: HMAC-SHA256 Credential=AKLTOGJhY2E1NTdkZGFmNDg0Yjk0ZDFiNjE5Y2NjZjI****/20230907/cn-beijing/vepfs/request, SignedHeaders=host;x-date;x-content-sha256;content-type, Signature=7f1119a75111535b1d6e7929700f22e1474af0fb4fe26c59f5ac5cdba0cc****
Content-Type: application/json; charset=utf-8
X-Content-Sha256: 567112abe45bd6a09504fd244237f14c0ba120491da0d35097afd54d87bd****
X-Date: 20230907T124910Z
{
  "FileSystemId": "vepfs-cnbj4386bc8a****",
  "FilesetId": "fset-719d****",
  "MaxBandwidth": 300,
  "MaxIops": 3000
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "202306041104200100100232280022D31",
    "Action": "SetFilesetQos",
    "Version": "2022-01-01",
    "Service": "vepfs",
    "Region": "cn-beijing"
  },
  "Result": {}
}