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

ListGeneralStatistics

最近更新时间2023.03.28 21:35:51

首次发布时间2022.09.19 20:53:12

调用 ListGeneralStatistics 接口列举文件系统概览信息。

请求参数

返回参数

名称类型示例值说明
InfoStruct of GeneralStatisticsInfo详情请参见返回示例概览信息。关于 GeneralStatisticsInfo 的详细说明,请参见数据结构

请求示例

POST /?Action=ListGeneralStatistics&Version=2021-01-01 HTTP/1.1
Content-Type: application/json
Host: filenas.volcengineapi.com
X-Date: 20210328T100802Z
Authorization: HMAC-SHA256 Credential=AK*********************/20210328/cn-beijing/FileNAS/request, SignedHeaders=x-date, Signature=*********************

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202209171542420102091570360E56****",
        "Action": "ListGeneralStatistics",
        "Version": "2021-01-01",
        "Service": "FileNAS",
        "Region": "cn-beijing"
    },
    "Result": {
        "Info": {
            "ErrorNum": 0,
            "OtherNum": 0,
            "Region": "cn-beijing",
            "RunningNum": 3,
            "TotalNum": 3
        }
    }
}