调用 DescribeDirQuotas 获取目录配额信息。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeDirQuotas | 要执行的操作,取值:DescribeDirQuotas。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
PageNumber | Integer | 否 | 1 | 分页页码。 |
PageSize | Integer | 否 | 10 | 每页个数。 |
FileSystemId | String | 是 | cnas-cnbjb0ec1bdaaa**** | 文件系统 ID。 |
Path | String | 否 | /aaa | 目录路径。只有设置目录路径,才会返回 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TotalCount | Integer | 1 | 目录配额总个数。 |
PageSize | Integer | 10 | 分页每页个数。 |
PageNumber | Integer | 2 | 分页页码。 |
DirQuotaInfos | Array of Object | - | 目录配额信息。 |
POST /?Action=DescribeDirQuotas&Version=2022-01-01 HTTP/1.1 Host: filenas.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20241030T084920Z 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****" }
{ "ResponseMetadata": { "RequestId": "20241030170639182106214158AA60FA", "Action": "DescribeDirQuotas", "Version": "2022-01-01", "Service": "FileNAS", "Region": "cn-beijing" }, "Result": { "TotalCount": 1, "PageSize": 10, "PageNumber": 2, "DirQuotaInfos": [ { "Status": "Running", "Path": "/aaa", "DirInode": 399, "UserQuotaInfos": [ { "FileCountLimit": 100, "SizeLimit": 100, "QuotaType": "Enforcement", "FileCountReal": 60, "SizeReal": 5000, "UserType": "AllUsers", "UserId": "\\-" } ], "UserQuotaInfosCount": 1 } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
500 | InternalError | 内部错误 |