You need to enable JavaScript to run this app.
导航
DescribeFileSystemStatistics - 查询文件系统统计信息
最近更新时间:2025.05.16 14:12:40首次发布时间:2023.07.10 11:11:52
我的收藏
有用
有用
无用
无用

调用 DescribeFileSystemStatistics 查询文件系统的统计信息。

调试

请求参数

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

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

DescribeFileSystemStatistics

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

Version
String

2022-01-01

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

返回参数

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

参数
类型
示例值
描述
TotalCount
Integer

2

文件系统总个数。

Statistics
Array of Object

详情请参见返回示例

文件系统的统计信息。

请求示例

POST /?Action=DescribeFileSystemStatistics&Version=2022-01-01 HTTP/1.1
Host: filenas.volcengineapi.com
Authorization: HMAC-SHA256 Credential=AKLTOGJhY2E1NTdkZGFmNDg0Yjk0ZDFiNjE5Y2NjZjI****/20230907/cn-beijing/filenas/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

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20220907175628010225099008022568AE",
        "Action": "DescribeFileSystemStatistics",
        "Version": "2022-01-01",
        "Service": "FileNAS",
        "Region": "cn-beijing"
    },
    "Result": {
        "Statistics": [
            {
                "RegionId": "cn-beijing",
                "ZoneId": "cn-beijing-a",
                "ZoneName": "可用区A"
                "CommonFileSystemCount": 0,
                "ExtremeFileSystemCount": 1,
                "ExtremeCapacity": {
                    "Total": 100,
                    "Used": 135
                },
                "CommonCapacity": {
                    "Total": 0,
                    "Used": 0
                }
            },
            {
                "RegionId": "cn-beijing",
                "ZoneId": "cn-beijing-b",
                "ZoneName": "可用区B"
                "CommonFileSystemCount": 1,
                "ExtremeFileSystemCount": 0,
                "ExtremeCapacity": {
                    "Total": 0,
                    "Used": 0
                },
                "CommonCapacity": {
                    "Total": 100,
                    "Used": 135
                }
            }
        ],
        "TotalCount": 2
    }
}

错误码

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

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

An internal error has occurred.

内部错误。