You need to enable JavaScript to run this app.
导航
GetFileSystemQuota - 查询文件系统配额
最近更新时间:2025.01.23 11:36:23首次发布时间:2025.01.23 11:36:23

调用 GetFileSystemQuota 接口查询文件系统配额。

调试

请求参数

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

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

GetFileSystemQuota

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

Version
String

2024-08-01

API的版本,取值:2024-08-01。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
AccountId
String

2100000000

账号 ID。

FileSystemQuota
Integer

50

文件系统配额。

FileSystemCount
Integer

2

文件系统数量。

QuotaEnough
Boolean

true

配额是否充足,取值说明如下:

  • true:充足。
  • false:不充足。

请求示例

POST /?Action=GetFileSystemQuota&Version=2024-08-01 HTTP/1.1
Host: open.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20241223T030403Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20241223/cn-beijing/cfs/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f

{}

返回示例

{
  "ResponseMetadata": {
    "RequestId": "202412231104102281651480136E0EBD",
    "Action": "GetFileSystemQuota",
    "Version": "2024-08-01",
    "Service": "cfs",
    "Region": "cn-beijing"
  },
  "Result": {
    "AccountId": "2100000000",
    "FileSystemQuota": 50,
    "FileSystemCount": 2,
    "QuotaEnough": true
  }
}

错误码

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

状态码
错误码
错误信息
说明
500
InternalError

The request processing has failed due to some unknown error, exception or failure.

内部错误。