文档首页> 智能边缘云 IEC> API参考> API> 带宽> 查询共享带宽类型列表
更新时间:2024-01-02 GMT+08:00
分享

查询共享带宽类型列表

功能介绍

查询共享带宽类型列表。

调试

您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。

URI

GET /v1/share-bandwidth-types

表1 Query参数

参数

是否必选

参数类型

描述

limit

Integer

每次请求返回条数

offset

Integer

偏移量

site_id

String

站点ID。

bandwidth_type

String

带宽支持类型。

请求参数

表2 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。

通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

share_bandwidth_types

Array of BandwidthType objects

共享带宽类型列表对象。

count

Integer

表4 BandwidthType

参数

参数类型

描述

name

String

共享带宽类型名称

bandwidth_type

String

共享带宽类型

最小长度:1

最大长度:36

site_id

String

站点ID

请求示例

GET https://{{endpoint}}/v1/share-bandwidth-types

响应示例

状态码

状态码

描述

200

OK

错误码

请参见错误码

分享:

    相关文档

    相关产品