调用 DescribeFileSystemStatistics 接口列举文件系统统计信息。
无。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Statistics | Array of FileSystemStatistics | 详情请参见返回示例 | 文件系统统计信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
RegionId | String | cn-beijing | 地域 ID。 |
AccountId | String | 210004**** | 账号 ID。 |
StoreType | String | Advance_100 | 文件系统规格,取值说明如下:
|
TotalCount | Integer | 2 | 文件系统总数量。 |
CapacityInfo | Object of CapacityInfo | 详情请参见返回示例 | 容量信息。 |
FileSystemType | String | VePFS | 文件系统类型,默认为 VePFS 。 |
StoreTypeCN | String | 100MB/s/TiB | 文件系统规格中文名,支持如下规格:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
UsedGiB | Integer | 117 | 文件系统使用容量,单位为 GiB。 |
TotalTiB | Integer | 28 | 文件系统总容量,单位为 TiB。 |
POST /?Action=DescribeFileSystemStatistics&Version=2022-01-01 HTTP/1.1 Host: open.volcengineapi.com Authorization: HMAC-SHA256 Credential=AKLTOGJhY2E1NTdkZGFmNDg0Yjk0ZDFiNjE5Y2NjZjI****/20230907/cn-beijing/vepfs/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": "202406251105585AFA9F9C****0FF57273-765b20", "Action": "DescribeFileSystemStatistics", "Version": "2022-01-01", "Service": "vepfs", "Region": "cn-beijing" }, "Result": { "Statistics": [ { "AccountId": "210015****", "CapacityInfo": { "TotalTiB": 30, "UsedGiB": 790 }, "FileSystemType": "VePFS", "RegionId": "cn-beijing", "StoreType": "Advance_100", "StoreTypeCN": "100MB/s/TiB", "TotalCount": 4 }, { "AccountId": "210015****", "CapacityInfo": { "TotalTiB": 240, "UsedGiB": 29 }, "FileSystemType": "VePFS", "RegionId": "cn-beijing", "StoreType": "Intelligent_Computing", "StoreTypeCN": "智算版", "TotalCount": 1 }, { "AccountId": "210015****", "CapacityInfo": { "TotalTiB": 0, "UsedGiB": 0 }, "FileSystemType": "VePFS", "RegionId": "cn-beijing", "StoreType": "Performance", "StoreTypeCN": "性能版", "TotalCount": 0 } ] } }