You need to enable JavaScript to run this app.
导航
SetDirQuota
最近更新时间:2024.11.11 16:20:45首次发布时间:2024.11.11 16:20:45

调用 SetDirQuota 接口设置文件系统目录配额。

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

SetDirQuota

要执行的操作,取值:SetDirQuota。

Version
String

2022-01-01

API的版本,取值:2022-01-01。

FileSystemId
String

cnas-cnbjb0ec1bdaaa****

文件系统 ID。

Path
String

/aaa

目录路径。

QuotaType
String

Enforcement

目录配额类型,取值说明如下:

  • Accounting:统计型目录配额。
  • Enforcement:限制型目录配额。
UserType
String

AllUsers

用户配置类型,仅支持取值 AllUsers,表示所有用户。

SizeLimit
Integer

100

设置指定目标目录下可以存储的容量最大值,单位为 GiB。

FileCountLimit
Integer

100

设置目标目录下可以存储的最大文件数量。

返回参数

本接口无特有的返回参数。更多信息请见返回结构

请求示例

POST /?Action=SetDirQuota&Version=2022-01-01 HTTP/1.1
Host: filenas.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20241030T084645Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20241030/cn-beijing/FileNAS/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f

{
  "FileSystemId": "cnas-cnbjb0ec1bdaaa****",
  "Path": "/aaa",
  "QuotaType": "Enforcement",
  "UserType": "AllUsers"
}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "20241030155848133086080255076E2A",
    "Action": "SetDirQuota",
    "Version": "2022-01-01",
    "Service": "FileNAS",
    "Region": "cn-beijing"
  },
  "Result": {}
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
500
InternalError
An internal error has occurred.

内部错误