You need to enable JavaScript to run this app.
导航
DescribeDataFlowBandwidth - 查询数据流动带宽信息
最近更新时间:2025.05.26 18:00:19首次发布时间:2025.05.26 11:42:50
我的收藏
有用
有用
无用
无用

调用 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

数据流动集群状态,取值说明如下:

  • Running:运行中。
  • None:未配置。
  • Configuring:配置中。
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

Service has some internal Error. Pls Contact With Admin.

内部错误。