调用 DescribeDataFlowBandwidth 接口列举数据流动带宽。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeDataFlowBandwidth | 要执行的操作,取值:DescribeDataFlowBandwidth。 |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01。 |
FileSystemId | String | 否 | vepfs-cnbj4c83fc4a9**** | 文件系统 ID。 |
PageSize | Integer | 否 | 10 | 每页记录数。取值为 1~100 间的整数,默认为 10。 |
PageNumber | Integer | 否 | 1 | 列表的页码,取值为不超过 Integer 数据类型的最大值,起始值为 1。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
FileSystemId | String | vepfs-cnbj4c83fc4a9**** | 文件系统 ID。 |
Bandwidth | Integer | 500 | 数据流动的传输带宽,单位为 MB/s。 |
BandwidthPerNode | Integer | 500 | 带宽步长,单位为 MB/s。 |
BandwidthMin | Integer | 0 | 可以配置的带宽最小值,单位为 MB/s,默认为 0。 |
BandwidthMax | Integer | 20000 | 可以配置的带宽最大值,单位为 MB/s。 |
Status | String | Running | 数据流动集群状态,取值说明如下:
|
CreateTime | String | 2025-05-21T20:00:23+08:00 | 数据流动创建时间。 |
UpdateTime | String | 2025-05-21T20:11:20+08:00 | 数据流动修改时间。 |
POST /?Action=DescribeDataFlowBandwidth&Version=2022-01-01 HTTP/1.1 Host: vepfs.cn-beijing.volcengineapi.com Content-Type: application/json; charset=UTF-8 X-Date: 20250522T023048Z X-Content-Sha256: 287e874e******d653b44d21e Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20250522/cn-beijing/vepfs/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f { "FileSystemId": "vepfs-cnbj4c83fc4a9****", "PageSize": 10, "PageNumber": 1 }
{ "ResponseMetadata": { "RequestId": "2025052210305904713501910501E128", "Action": "DescribeDataFlowBandwidth", "Version": "2022-01-01", "Service": "vepfs", "Region": "cn-beijing" }, "Result": { "FileSystemId": "vepfs-cnbj4c83fc4a9****", "Bandwidth": 500, "BandwidthPerNode": 500, "BandwidthMin": 0, "BandwidthMax": 20000, "Status": "Running", "CreateTime": "2025-05-21T20:00:23+08:00", "UpdateTime": "2025-05-21T20:11:20+08:00" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 说明 |
---|---|---|
500 | InternalError | 内部错误。 |